/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Lato:wght@400;700&family=Lexend:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&family=Lato:wght@100;300;400&family=Lexend:wght@200;300&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list--dropdown .choices__item {
    color: #000;
}

.choices__list--multiple .choices__item {
    background-color: #30E87A !important;
    border: 1px solid #30E87A !important;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    margin: 0px 0px 0 8px !important;
    padding-top: 1px !important;
    background-repeat: no-repeat;
    background-color: #30E87A;
    border: 0;
    background-size: 14px !important;
    width: 14px !important;
    border-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Fredoka One', cursive;
    color: #30E87A;
}

body {
    color: #fff;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    background-color: #fafafa;
}

.theme-color {
    color: #30E87A !important;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 16px;
    color: #3d424e;
    position: absolute;
    top: 13px;
    left: 14px;
    cursor: pointer;
    transition: .4s;
    width: 24px;
    height: 24px;
    border: 1px solid #3d424e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #fff;
    background: #8067ff;
    border-color: #8067ff;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #fafafa;
    z-index: 8;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 50px;
}

.offcanvas-area::-webkit-scrollbar {
    display: none;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #3D424E;
    display: block;
    transition: .3s;
    text-decoration: none;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #ddd;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #fff;
    background: #8067ff;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
    top: 0;
    left: 0;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #414042;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 5px;
    transition: .3s;
}

.menu-open:hover {
    color: #8067ff;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.header {
    padding: 30px 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 7;
    top: 0;
}

.header__logo {
    flex: 0 0 auto;
    max-width: 175px;
}

.header__nav {
    width: 100%;
    padding-left: 75px;
}

.header__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__nav ul li a {
	transition: .3s;
	color: #414042;
	text-decoration: none;
	line-height: 1.2;
	font-size: 15px;
	margin: 0 25px;
	font-weight: 300;
	display: inline-block;
	text-align: center;
}

.header__nav ul li:last-child a {
    margin-right: 10px;
}

.header__nav ul li a:hover {
    color: #7d63fe
}

.leading-none {
    line-height: 1.2 !important;
}

/*---------------------- Header area end ----------------------*/



/*---------------------- Hero area start ----------------------*/
.hero__area {
    padding-top: 240px;
    padding-bottom: 83px;
}

.hero__logo {
    max-width: 457px;
    margin: 0 auto;
    margin-bottom: 38px;
}

.hero__content__wrapper h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero__content__wrapper P {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .6px;
}

.hero__plus__wrapper {
    position: absolute;
    right: 0;
    top: -100px;
    color: #6d6e71e0;
}

.hero__plus__wrapper span {
    display: block;
    line-height: 1.1;
    font-size: 22px;
    margin-bottom: 12px;
    position: relative;
}

.plus__animation__wrapper span {
    color: #6d6e71;
    margin-right: 15px;
    position: relative;
    line-height: 1.1;
    font-size: 22px;
}

.plus__animation__wrapper {
    position: relative;
    top: -55px;
    padding-right: 100px;
}

.plus-lg {
    position: absolute;
    right: -12px;
    color: #8067ff;
    font-size: 50px;
    bottom: -140px;
}

.plus-lg.white {
    right: 65px;
    color: #fff;
    top: 301px;
}

.hero__plus__wrapper.plus-row {
    top: 1100px;
    right: 65px;
}

.text-black {
    color: #141414 !important;
}

.hero__plus__wrapper span:first-child {
    animation: mymove1 3s infinite;
}

.hero__plus__wrapper span:nth-child(2) {
    animation: mymove2 3s infinite;
}

.hero__plus__wrapper span:nth-child(3) {
    animation: mymove3 3s infinite;
}

.hero__plus__wrapper span:nth-child(4) {
    animation: mymove4 3s infinite;
}


@keyframes mymove1 {
    0% {
        top: 0px;
    }

    50% {
        top: 5px;
        transform: scale(1.23);
    }

    100% {
        top: 0;
    }
}

@keyframes mymove2 {
    0% {
        top: 0px;
    }

    50% {
        top: 15px;
        transform: scale(1.23);
    }

    100% {
        top: 0;
    }
}

@keyframes mymove3 {
    0% {
        top: 0px;
    }

    50% {
        top: 30px;
        transform: scale(1.23);
    }

    100% {
        top: 0;
    }
}

@keyframes mymove4 {
    0% {
        top: 0px;
    }

    50% {
        top: 45px;
        transform: scale(1.23);
    }

    100% {
        top: 0;
    }
}

.plus__animation__wrapper span {
    color: #6d6e71;
    margin-right: 15px;
    position: relative;
    line-height: 1.1;
    font-size: 22px;
}

.plus__animation__wrapper span:first-child {
    animation: mymove5 3s infinite;
}

.plus__animation__wrapper span:nth-child(2) {
    animation: mymove6 3s infinite;
}

.plus__animation__wrapper span:nth-child(3) {
    animation: mymove7 3s infinite;
}

.plus__animation__wrapper span:nth-child(4) {
    animation: mymove8 3s infinite;
}


@keyframes mymove5 {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
        transform: scale(1.23);
    }

    100% {
        left: 0;
    }
}

@keyframes mymove6 {
    0% {
        left: 0px;
    }

    50% {
        left: 15px;
        transform: scale(1.23);
    }

    100% {
        left: 0;
    }
}

@keyframes mymove7 {
    0% {
        left: 0px;
    }

    50% {
        left: 30px;
        transform: scale(1.23);
    }

    100% {
        left: 0;
    }
}

@keyframes mymove8 {
    0% {
        left: 0px;
    }

    50% {
        left: 45px;
        transform: scale(1.23);
    }

    100% {
        left: 0;
    }
}

.hero__content__wrapper h4 {
    font-size: 34px;
    color: #30E87A;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.hero__content__wrapper p {
    font-size: 16px;
    color: #000000;
    max-width: 625px;
    text-align: center;
    margin: 0 auto;
}


/*---------------------- Hero area end ----------------------*/



/*---------------------- Preview area start ----------------------*/
.astraunot {
    position: absolute;
    bottom: 120px;
    left: -28px;
    z-index: -1;
}

.container-lg {
    max-width: 1294px;
}

.site__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 1300px;
    background: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/*---------------------- Preview area end ----------------------*/



/*---------------------- Main area start ----------------------*/
.main__area .main-bg {
    background: url(../img/main-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 122%;
    position: relative;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.main__area>* {
    position: relative;
    z-index: 1;
    border-bottom: 50px solid #414042;
}

/*---------------------- How Work area start ----------------------*/
.how__work__area {
    padding-top: 85px;
    padding-bottom: 290px;
}

.section__title h2 {
    font-size: 68px;
    line-height: 1.1;
}

.section__title {
    padding-bottom: 40px;
}

.arrow__shape {
    max-width: 70px;
    margin: 0 auto;
    position: relative;
}

.single__how__work__item {
    padding-bottom: 60px;
}

.how__work__items__wrapper {
    padding-top: 65px;
}

.how__work__number {
    position: relative;
    font-size: 120px;
    line-height: .9;
    font-weight: 700;
    margin-bottom: 13px;
    z-index: 2;
    font-family: 'Fredoka One', cursive;
}

.how__work__number::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background: #30E87A;
    border-radius: 50%;
    content: '';
    z-index: -1;
    top: 13px;
}

.how__work__content h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.how__work__content p {
    max-width: 430px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
}

.rocket-1 {
    max-width: 813px;
    position: absolute;
    right: 4%;
    bottom: -174px;
}

.seo-1 {
    position: absolute;
    right: 0;
    top: 425px;
    max-width: 519px;
}

.seo-2 {
    position: absolute;
    left: 0;
    bottom: 808px;
    max-width: 438px;
}

.triangle {
    position: absolute;
    top: -22px;
    left: 0;
    max-width: 154px;
    z-index: 1;
}

/*---------------------- How Work area end ----------------------*/



/*---------------------- Main area end ----------------------*/





/*---------------------- Who area start ----------------------*/
.rocket-2 {
    max-width: 860px;
    margin: 0 auto;
}

.who__area {
    background: url(../img/visual-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 154%;
    padding-top: 100px;
    border-bottom: 100px solid #30E87A;
}

.visual__img img {
    width: 100%;
    margin-bottom: -1px;
}

.visual__img {
    padding-top: 110px;
}

.common__content p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    max-width: 1036px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

.single__countData h3 {
    font-size: 68px;
    line-height: 1;
    margin-bottom: 8px;
}

.single__countData h6 {
    font-size: 20px;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    color: #414042;
    font-weight: 700;
    letter-spacing: .5px;
}

.single__countData {
    text-align: center;
}

.countData__wrapper {
    padding-top: 40px;
}

.countData__wrapper .col-md-3 {
    width: 20%;
}

.why__area {
    padding-top: 170px;
}

.arrow-shape-2 {
    position: absolute;
    top: 30px;
    left: 75px;
    max-width: 41px;
}

/*---------------------- Who area end ----------------------*/





/*---------------------- Footer area start ----------------------*/
.footer__area {
    background: #414042;
    position: relative;
    padding-top: 53px;
    padding-bottom: 40px;
}

.footer__item {
    padding-left: 59px;
    padding-top: 5px;
}

.footer__item h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 22px;
}

.footer__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__item ul li {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 12px;
}

.footer__item ul li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer__item ul li a:hover {
    color: #785ff7;
}

.footer__bottom p {
    margin: 0;
    text-align: center;
    font-weight: 300;
    letter-spacing: .3px;
}

.footer__bottom {
    padding-top: 55px;
}

.footer__logo {
    max-width: 239px;
    margin-bottom: 69px;
}

/*---------------------- Footer area end ----------------------*/


/*---------------------- TEAM AREA START  ----------------------*/

.similar__content p {
    color: #000000;
    font-size: 16px;
    max-width: 640px;
    font-weight: 300;
}

.team__shape {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

.team__top__area {
    margin-top: 256px;
}

.team__plus__wrapper {
    left: -102px;
    right: auto;
    top: 15px;
}

/*---------------------- TEAM PROFILE AREA START  ----------------------*/

.team__member__box {
    background: #414042;
    border-radius: 40px;
    padding: 30px;
    padding-bottom: 45px;
}

.team__member__profile {
    height: 280px;
    width: 280px;
    margin: 0 auto;
}

.team__member__profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team__profile__name {
    text-align: center;
    margin-top: 20px;
}

.team__profile__name h4 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 28px;
}

.team__profile__name h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.team__profile__link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto;
}

.team__profile__link a {
    font-size: 14px;
    color: #30E87A;
    text-decoration: none;
    transition: .3s all;
    margin: 10px;
}

.team__profile__link a i {
    margin-right: 5px;
}

.team__profile__link a:hover {
    color: #fff;
}

.light__bg {
    background: #F3F3F3;
}

.radius_none {
    border-radius: 0;
}

.purple_color {
    color: #30E87A !important;
}

.team__top__text {
    background: #30E87A;
    padding: 30px 20px;
    border-radius: 40px;
}

.team__top__text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.team__member__area {
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.team__bottom__shape {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
}

.contact__bottom__shape {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -353px;
}

.team__bottom__shape img {
    width: 100%;
}

/*---------------------- TEAM PROFILE AREA END  ----------------------*/


/*---------------------- TEAM AREA END  ----------------------*/


/*---------------------- CONTACT AREA START  ----------------------*/

.contact__breadcrumb__blk {
    margin-top: 200px;
    padding-bottom: 300px;
    position: relative;
    background: #414042;
    z-index: 1;
}

.contact__breadcrumb__text__box {
    max-width: 420px;
    background: #30E87A;
    border-radius: 40px;
    padding: 30px;
    position: relative;
}

.contact__breadcrumb__text__box h3 {
    font-size: 68px;
    color: #fff;
}

.contact__breadcrumb__text__box p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.contact__breadcrumb__text__box:before {
    position: absolute;
    right: -36px;
    height: 50px;
    width: 36px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    content: '';
    background: #30E87A;
    top: 50%;
    transform: translateY(-50%);
}

.liever__direct {
    max-width: 535px;
    background: #F9F9FA;
    padding: 30px;
    border-radius: 40px;
    min-height: 330px;
    margin-left: 60px;
}

.liever__direct h4 {
    font-size: 36px;
    color: #202124;
    max-width: 400px;
    margin-bottom: 10px;
}

.liever__direct p {
    color: #414042;
    font-size: 16px;
    font-weight: 300;
}

.liver__contact a {
    font-size: 20px;
    font-weight: 300;
    color: #414042;
    text-decoration: none;
    display: block;
    transition: .3s all;
}

.liver__contact a:first-child {
    margin-bottom: 11px;
}

.liver__contact a img {
    height: 20px;
}

.liver__contact a img {
    margin-right: 10px;
}

.liver__contact a:hover {
    color: #30E87A;
}

.liever__plus {
    position: absolute;
    right: auto;
    left: 0;
    top: 50px;
}

.liever__direct__wrap {
    margin-top: -20px;
}

.contact__similar__input input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #30E87A;
    padding: 17px;
    font-size: 16px;
    color: #30E87A;
    outline: none;
    background: #F9F9FA;
}

::placeholder {
    opacity: 1;
}

.contact__text_area textarea {
    width: 100%;
    resize: none;
    border-radius: 10px;
    border: 1px solid #785FF7;
    padding: 15px;
    color: #785FF7;
    outline: none;
    background: #F9F9FA;
    font-size: 16px;
    height: 250px;
}

.contact__bottom__btn {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.contact__bottom__btn>span img {
    opacity: 0.5;
}

.contact__bottom__btn button {
    font-size: 22px;
    color: #fff;
    background: #30E87A;
    border: 1px solid #30E87A;
    padding: 15px 36px;
    border-radius: 35px;
    transition: .3s all;
}

.contact__bottom__btn button i {
    margin-right: 13px;
}

.contact__bottom__btn button:hover {
    background: transparent;
    color: #30E87A;
}

.staan_area {
    background: #30E87A;
    border-radius: 30px;
    max-width: 300px;
    padding: 20px;
    position: relative;
    margin-top: 60px;
}

.staan_area h2 {
    margin: 0;
    font-size: 68px;
    color: #fff;
}

.staan_area:before {
    position: absolute;
    bottom: 84px;
    content: '';
    left: -30px;
    height: 50px;
    width: 30px;
    background: #30E87A;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.contact__bottom__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact__bottom__thumb {
    margin-right: 50px;
}

.contact__bottom__area {
    padding-bottom: 200px;
    padding-top: 100px;
}

.background__white {
    background: #F4F4F4;
}

.contact__form__shape {
    position: absolute;
    top: -555px;
    z-index: -1;
    width: 100%;
}

.contact__form {
    position: relative;
    z-index: 22;
    background: #FAFAFA;
    padding-top: 140px;
    margin-top: -115px;
}

.contact__form__shape img {
    width: 100%;
}

.contact__astronaut__shape {
    position: absolute;
    bottom: -445px;
    right: -29px;
    z-index: 22;
}

.contact__astronaut__shape img {
    height: 1070px;
}

.prev_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.prev_bg img {
    width: 100%;
}

.hoe__number span {
    font-size: 72px;
    height: 80px;
    width: 80px;
    background: #30E87A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Fredoka One', cursive;
}

.hoe__number {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hoe__content h6 {
    font-size: 20px;
    text-align: center;
}

.hoe__content p {
    text-align: center;
    color: #414042;
    font-size: 14px;
    font-weight: 300;
}

.hoe__content p a {
    color: #30E87A;
}

.single__hoe__box {
    background: #fff;
    border-radius: 40px;
    padding: 25px 12px;
    min-height: 440px;
}

.hoe__content p:last-child {
    margin: 0;
}

.no_bg {
    background: no-repeat;
    border-bottom: 0;
    padding: 0 !important;
}

.why__area.pt-100 {
    padding-top: 100px;
}


/*---------------------- CONTACT AREA END  ----------------------*/


/*---------------------- HOME AREA START  ----------------------*/

.ont__box__content {
    max-width: 540px;
    margin-left: auto;
    background: #F9F9FA;
    border-radius: 40px;
    padding: 20px;
    margin-top: 40px;
}

.ont__box__content h4 {
    font-size: 36px;
    color: #202124;
}

.ont__box__content p {
    font-size: 16px;
    color: #000000;
}

.ont__box__button a {
    font-size: 16px;
    text-decoration: unset;
    padding: 10px 30px;
    border-radius: 35px;
    transition: .3s;
    display: inline-block;
    color: #fff;
    border: 1px solid transparent;
}

.ont__box__button .bg_purple {
    background: #30E87A;
}

.ont__box__button .bg_bark {
    background: #414042;
}

.ont__box__button a:first-child {
    margin-right: 10px;
}

.ont__box__button a:hover {
    background: #fff;
    color: #30E87A;
    border-color: #30E87A;
}

.ont__area {
    background: #414042;
    padding-bottom: 330px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}


.ont__box__content_2 {
    background: #30E87A;
    border-radius: 40px;
    padding: 20px;
    max-width: 540px;
    margin-left: auto;
    margin-top: 25px;
    margin-right: 80px;
}

.ont__box__content_2 h4 {
    font-size: 36px;
    color: #fff;
}

.ont__box__content_2 p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.ont__box__content_2 p:last-child {
    margin: 0;
}

.ont__box__content_2 p:last-child {
    font-size: 14px;
}

.ont__shape_2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ont__shape_2 img {
    width: 100%;
}

.ont__shape {
    position: absolute;
    top: 320px;
    z-index: -1;
}

.ont__shape img {
    height: 1000px;
}

.rocket__thumb {
    text-align: right;
    margin-right: 300px;
    margin-top: 50px;
}

/*---------------------- HOME AREA END  ----------------------*/


/*---------------------- BLOGS AREA START  ----------------------*/

.single__blog__box {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 17px;
}

.blog__thumb img {
    border-radius: 17px;
}

.blog__content span {
    font-size: 12px;
    color: #414042;
}

.blog__content {
    margin-top: 15px;
}

.blog__content h3 {
    font-size: 24px;
    margin-top: 10px;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 13px;
}

.blog__content p {
    color: #414042;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: justify;
}

.blog__content p a {
    font-size: 18px;
    line-height: 1;
    color: #30E87A;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 4px;
}

.blogs__title h4 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.blogs__title h4 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.blogs__area {
    background: #F2F2F3;
    padding: 100px 0;
    z-index: 1;
    margin-top: 50px;
}

.blogs__arrow__shape {
    position: absolute;
    top: -290px;
    right: 200px;
}



.blogs__top__title {
    position: relative;
    margin-bottom: 170px;
}

.blogs__top__title .hero__plus__wrapper {
    right: 420px;
    top: 0;
}

.blog__big__shape {
    position: absolute;
    top: 190px;
    z-index: -1;
}

.blog__box__wrapper::before {
    position: absolute;
    height: 78%;
    background: #fdfdfd8f;
    content: '';
    width: 100%;
    bottom: 0;
}

.blog__box__wrapper {
    padding: 80px 0;
    background: #FDFDFD91;
    z-index: 1;
    padding-top: 200px;
}

/*---------------------- BLOGS AREA END  ----------------------*/


/*---------------------- KLANT AREA START  ----------------------*/

.klant__bottom__content {
    max-width: 750px;
    border-radius: 40px;
    padding: 31px;
    background: #30E87A;
    margin-top: 25px;
}

.klant__bottom__content p {
    font-size: 16px;
    font-weight: 300;
}

.klant__bottom__content span {
    font-size: 16px;
    color: #F9F9FA;
    font-weight: 300;
}

.klant__thumb img {
    width: 100%;
    border-radius: 20px;
}

.klant__thumb {
    margin: 0 auto;
    margin-bottom: 25px;
}

.klant__content h5 {
    font-size: 26px;
    margin-bottom: 26px;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    color: #414042;
}

.klant__content p {
    font-size: 16px;
    color: #414042;
    font-weight: 300;
}

.klant__content p b {
    font-weight: 700;
}

.klant__top__content__blk {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.klant__top__title h4 {
    font-size: 36px;
    margin: 0;
}

.gray__bg {
    background: #F3F3F3;
}

.dark__bg {
    background: #414042;
}

.klant__area {
    padding-top: 100px;
    padding-bottom: 80px;
}

.white_color {
    color: #fff !important;
}

/*---------------------- KLANT AREA END  ----------------------*/


/*---------------------- ARTIKLE AREA START  ----------------------*/

.artikle__area {
    margin-top: 200px;
    position: relative;
    z-index: 22;
}

.artikle__content h3 {
    font-size: 36px;
    color: #414042;
    margin-bottom: 25px;
}

.artikle__content h3 span {
    color: #30E87A;
}

.artikle__content p {
    font-size: 16px;
    color: #414042;
}

.subtitle__top__blk {
    display: flex;
    justify-content: space-between;
}

.star__area span {
    color: #30E87A;
}

.subtite__inner__blk {
    padding-top: 30px;
    border-top: 1px solid #D8D8D8;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.subtitle__area {
    padding-top: 50px;
    position: relative;
    z-index: 22;
}

.subtitle__bg img {
    width: 100%;
    border-radius: 15px;
    margin-top: 10px;
}

.subtitle__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #30E87A;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 7px;
}

.subtitle__btn a i {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.subtitle__bottom__content p {
    font-size: 16px;
    color: #414042;
}

.subtitle__bottom__content {
    margin-top: 30px;
}

.visit__title h4 {
    font-size: 16px;
    font-weight: 700;
    color: #414042;
    font-family: 'Lexend', sans-serif;
    position: relative;
    padding-left: 15px;
}

.visit__wrapper {
    margin-top: 40px;
}

.visit__title h4:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #414042;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.visit__box__title h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #414042;
}

.visit__box {
    padding: 15px;
    background: #EDEAFB;
}

.visit__list ul {
    margin: 0;
    padding: 0;
}

.visit__list ul li {
    list-style: none;
    font-size: 14px;
    color: #414042;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.visit__list ul li i {
    font-size: 18px;
    color: #30E87A;
    margin-right: 5px;
}

.visit__list ul li:last-child {
    margin: 0;
}

.visit__box_bg_2 {
    background: #FAF6EE;
}

.visit__box_bg_2 .visit__list ul li i {
    color: #FFBC35;
}


.subtitle__btn {
    margin-top: 25px;
}

.subtitle__btn_bg_2 a {
    background: #FFD580;
    color: #414042;
    text-transform: uppercase;
}

.vlogen__content h4 {
    font-size: 24px;
}

.vlogen__content {
    border-top: 1px solid #D8D8D8;
    margin-top: 30px;
    padding-top: 30px;
}

.vlogen__content p {
    color: #414042;
    font-size: 16px;
    margin-bottom: 25px;
}

.single__vlogen__box {
    display: flex;
}

.single__vlogen__box span {
    color: #30E87A;
    flex: 0 0 auto;
    margin-right: 9px;
}

.vlogen_bottm_area {
    position: relative;
    z-index: 22;
    padding-top: 130px;
}

.team__member__area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 808px;
}

.login__form h3 {
    font-size: 68px;
}

.single__form__item input {
    font-size: 12px;
    width: 100%;
    border: 1px solid #b3b3b3;
    background: transparent;
    margin-bottom: 17px;
    padding: 5px;
    color: #414042;
    outline: none;
}

.form-check label {
    color: #414042;
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #414042;
    border-color: #414042;
}

.login__form form button {
    width: 100%;
    background: #30E87A;
    border: 1px solid #30E87A;
    border-radius: 35px;
    color: #fff;
    transition: .3s all;
    margin-top: 20px;
    padding: 6px;
}

.login__form form span {
    display: block;
    text-align: center;
    color: #414042;
    margin-top: 16px;
}

.login__form form button:hover {
    background: transparent;
    color: #30E87A;
}

.login__form {
    padding-right: 50px;
}

.form__right__blk {
    background: #30E87A;
    padding: 40px;
    padding-top: 70px;
    border-radius: 0 40px 40px 0;
    height: 100%;
}

.label-checkbox100 {
    display: contents;
}

.form__logo {
    margin-bottom: 25px;
}

.form__list ul li {
    list-style: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.form__list ul {
    margin: 0;
    padding: 0;
}

.form__list ul li:last-child {
    margin: 0;
}

.form__list ul li span {
    height: 30px;
    width: 30px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.login__area {
    padding: 100px 0;
}

.login__form_blk {
    background: #EEEBFB;
    padding: 40px;
    padding-top: 40px;
    padding-top: 70px;
    border-radius: 40px 0 0 40px;
    height: 100%;
}

.form__list ul li span img {
    filter: brightness(10);
}

.second__font__item label {
    font-size: 14px;
    color: #58575A;
    margin-bottom: 3px;
}

.second__font__item input {
    border: 2px solid #7B60FF;
    height: 41px;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
}

.login_check label {
    color: #585971;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

.login__form form>a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: unset;
    display: block;
    text-align: center;
    padding: 6px;
    background: #fff;
    border-radius: 35px;
    color: #3B3A3D;
    margin-top: 15px;
    transition: .3s all;
}

.login__form form>a:hover {
    background: #30E87A;
    color: #fff;
}

html {
    height: 100%;
}

html .full_height {
    height: 100%;
}

html .full_height .login__second_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

html .full_height .login__second_wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #30E87A;
    content: '';
    z-index: -1;
}

.login__wrapper {
    border-radius: 40px;
    box-shadow: 6px 6px 49px -6px rgba(70, 70, 70, 0.75);
    -webkit-box-shadow: 6px 6px 49px -6px rgba(70, 70, 70, 0.75);
    -moz-box-shadow: 6px 6px 49px -6px rgba(70, 70, 70, 0.75);
}

/*---------------------- ARTIKLE AREA END  ----------------------*/


/*---------------------- NEW CSS AREA START  ----------------------*/

.hero__plus__wrapper.start-0.end-100 {
    left: -10% !important;
    top: -11px;
}

.hero-content h2 {
    font-family: 'Lexend', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #414042;
    padding-bottom: 15px;
}

.hero-content h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #414042;
    padding-bottom: 15px;
}

.hero-content p {
    color: #414042;
    font-size: 17px;
    font-weight: 300;
    padding: 6px 0;
}

.text-dark {
    color: #414042 !important;
}

.hero-data-title {
    background: #30E87A;
    font-size: 28px;
    font-weight: 600;
    padding: 19px 34px;
    line-height: 1.1;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.hero-data li {
    list-style: none;
    background: #414042;
    padding: 18px 36px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 2px;
    color: #fff;
}

.hero-data li:last-child {
    border-radius: 0 0 17px 17px;
}

.testimonial-card {
    background: #fff;
    box-shadow: 0 6px 13px #241c4d1a;
    padding: 22px 21px;
    height: 290px;
}

.quote-icon {
    max-width: 45px;
    margin-bottom: 15px;
}

.testimonial-card h4 {
    font-size: 19px;
    font-weight: 500;
    color: #414042;
    font-family: 'Lexend', sans-serif;
    line-height: 1.1;
    margin-bottom: 13px;
}

.testimonial-rating span {
    max-width: 22px;
    margin-right: 2px;
}

.rating-time {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    right: -10px;
    position: relative;
    padding-top: 2px;
    line-height: 1.1;
}

.testimonial-content {
    font-size: 15px;
    font-weight: 300;
    padding-top: 12px;
    margin-bottom: 15px;
}

.reviewer-name {
    font-size: 16px;
    font-weight: 600;
}

.text-theme {
    color: #7B60FF !important;
}

.testimonial-cards .col-lg-3 {
    margin-bottom: 25px;
}

.section__title h3 {
    font-size: 50px;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    color: #414042;
}

.project-card {
    background: #ececec;
    padding: 20px 18px;
    border-radius: 15px;
    box-shadow: 1px 6px 14px #00000024;
}

.project-card-title {
    font-size: 20px;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    color: #7B60FF;
    line-height: 1;
    margin-bottom: 15px;
}

.project-card-thumb {
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.project-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.project-card:hover .project-card-thumb img {
    transform: scale(1.06);
}

.project-card-data h4 {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    line-height: 1.1;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    color: #414042;
}

.project-card-data h4 span {
    color: #7B60FF;
    font-weight: 300;
    margin-left: 10px;
}

.project-card-footer {
    border-top: 1px solid #888;
    padding-top: 14px;
    text-align: end;
}

.project-card-btn {
    background: #fff;
    border: 1px solid #7b60ff;
    border-radius: 8px;
    display: inline-block;
    transition: .3s;
    padding: 14px 18px;
    font-size: 17px;
    color: #7b60ff;
    font-weight: 600;
    text-decoration: none;
}

.project-card-btn i {
    margin-right: 5px;
}

.project-card-btn:hover {
    background: #7B60FF;
    color: #fff;
}

.theme-btn {
    background: #7b60ff;
    border: 1px solid #7b60ff;
    border-radius: 8px;
    display: inline-block;
    transition: .3s;
    padding: 14px 18px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.theme-btn i {
    margin-right: 4px;
}


.theme-btn:hover {
    background: #141414;
    border-color: #141414;
    color: #fff;
}

.project-cards .col-lg-4 {
    margin-bottom: 30px;
}

.site__bg.bottom-0 {
    top: auto;
}

.theme-btn.bordered-btn {
    background: #fff;
    border: 2px solid #30E87A;
    color: #30E87A;
}

.theme-btn.bordered-btn:hover {
    background: #30E87A;
    color: #fff;
}

.hero__content__wrapper h2 {
    font-size: 95px;
    line-height: 1.2;
    margin-bottom: 47px;
    letter-spacing: 1px;
}

.hero-box-title {
    padding: 31px 40px;
    background: #30E87A;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.hero-box-title h3 {
    color: #fff;
    font-size: 43px;
    line-height: 1.3;
    margin-bottom: 0;
}

.hero-box-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #363637;
    margin-top: 2px;
    padding: 17px 24px;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
}

.hero-box-list-item span {
    margin-right: 12px;
    color: #30E87A;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1.1;
}

.hero-box-list-item:last-child {
    border-radius: 0 0 10px 10px;
}

.astro-image {
    transform: rotateY(180deg);
    margin-top: -495px;
}

.ranked-area {
    position: relative;
    z-index: 1;
}

.ranked-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #414042;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
}

.review-area {
    background-color: #414042;
    padding: 100px 0;
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}

.review-area .testimonial-content {
    padding-top: 14px;
    color: #5f5f5f;
    font-family: var(--bs-font-sans-serif);
}

.gray-shape {
    margin-bottom: -100px;
    margin-left: -1px;
}

.gray-shape img {
    width: 100%;
}

.gray-shape {
    margin-bottom: -156px;
    margin-left: -1px;
    margin-top: -302px;
    position: relative;
    z-index: 1;
}

.review-area .reviewer-name {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.section-title h2 {
    font-size: 80px;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
}

.prev_bg.two {
    top: 0;
    bottom: auto;
    position: relative;
    margin-top: -150px;
    margin-bottom: -50px;
}

.preview__area {
    margin-top: -160px;
    position: relative;
    /*! top: -580px; */
}

.data-box {
	background: #2d2d2d;
	padding: 45px 40px;
	border-radius: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.data-box-item h3 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}

.data-box-item p {
    margin-bottom: 0;
}

.data-box .col-md-3 {
    width: 20%;
}

.nish-box {
    background: #2d2d2d;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

.nish-box-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.699);
    padding: 35px 35px;
    display: flex;
    justify-content: space-between;
}

.nish-box-top-left {
    padding-right: 30px;
}

.text-xl {
    font-size: 28px;
    margin-bottom: 20px;
}

.nish-box-top-left p {
    font-weight: 300;
    margin-bottom: 0;
}

.nish-form {
    position: relative;
    max-width: 270px;
    margin-top: 10px
}

.nish-form input {
    width: 100%;
    height: 66px;
    border: 2px solid #ffffff6e;
    background: transparent;
    padding: 10px 20px;
    padding-left: 50px;
    font-size: 20px;
    color: #fff9;
    font-weight: 200;
    border-radius: 12px;
    outline: none;
}

.nish-form i {
    position: absolute;
    left: 20px;
    top: 22px;
    font-size: 22px;
    color: #fff;
    opacity: .6;
}


.nish-slider .owl-nav button {
    position: absolute;
    left: 0;
    font-size: 28px !important;
    color: #fff !important;
    transition: .3s !important;
    top: 8px;
}

.nish-slider .owl-nav button:hover {
    color: #30E87A !important;
}

.nish-slider .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.nish-box-bottom .owl-dots {
    display: none;
}

.nish-lists {
    padding: 30px 35px;
}

.nish-box-bottom {
    padding: 30px 30px;
}

.nish-slider {
    padding: 0 35px;
}

.nish-slide-item.theme-btn {
    width: 100%;
    text-align: center;
}

.nish-list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    line-height: 1.2;
    background: #414042de;
    padding: 18px 26px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-bottom: 12px;
    transition: .3s;
}

.nish-box.light {
    background: #2d2d2dbf;
}

.nish-list-item a:hover {
    color: #7b60ff;
    background: #fff;
}

.text-gray-box {
    background: #414042;
    padding: 45px 35px;
    border-radius: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 300;
}

.account-text {
    max-width: 600px;
    padding-bottom: 40px;
}

.account-laptop {
    margin-left: -210px;
}

.account-laptop img {
    width: 100%;
}

.testimonial-slider .owl-nav {
    display: none;
}

.testimonial-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.testimonial-slider .owl-dots button {
    background: #fff !important;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 20px;
    transition: .3s;
    border: 0 !important;
} 

.testimonial-slider .owl-dots button.active {
    background: #7b60ff !important;
    border-color: #7b60ff !important;
}

.shape-image {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.shape-image img {
    width: 100%;
}
.blog-title-shape {
	position: absolute;
	right: -10px;
	bottom: 7px;
	z-index: -1;
}
.section__title.pt-2.testimonial-section-title {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  margin-bottom: 48px;
}
.section__title.pt-2.testimonial-section-title > img {
  margin-bottom: -140px;
  margin-right: -100px;
  margin-left: 12px;
}
/*---------------------- NEW CSS AREA END  ----------------------*/