﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:300,400,500,600,700,800|Roboto:300,400,500);

.btn_1, .btn_2:hover {
    background-image: linear-gradient(to left,#00b4ff 0,#57ddff 51%,#00b4ff 100%)
}

.banner_part .banner_text .banner_btn_1:hover, .banner_part .banner_text .banner_btn_2:hover, .cta_part .banner_btn_1:hover, .cta_part .banner_btn_2:hover {
    background-image: linear-gradient(to left,#57ddff 0,#57ddff 51%,#57ddff 100%)
}

body {
    font-family: Roboto,sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.self-top-panel .home-banner-area {
    background-size: cover !important;
    background: url(../img/home-banner-bg.png) no-repeat center
}

.self-top-panel .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


.news-contents-text {
    color: #fff
}

@media (min-width:576px) {
    .self-top-panel .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .self-top-panel .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .self-top-panel .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .self-top-panel .container {
        max-width: 1140px
    }
}

@media (min-width:300px) and (max-width:600px) {
    .self-top-panel .img-display {
        display: none !important
    }
}

.self-top-panel .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.self-top-panel .img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 150px
}

.self-top-panel img {
    vertical-align: middle;
    border-style: none
}

.self-top-panel.no-padding {
    padding: 0
}

.self-top-panel .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.margin-programme {
    margin-right: unset !important
}

.text-programme {
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    color: #1a1a1a;
}

.programme-info {
    text-align: center;
    padding: 0 0 7%
}

.programme-header {
    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto,sans-serif;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 33px;
    font-weight: 500;
    position: relative;
    margin-bottom: 28px
}

.text-programme-whatsapp {
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    color: #2f9fbb;
}

.text-footer {
    font-weight: 500
}

.about_content {
    font-size: 1.2rem !important
}

@media (min-width:601px) and (max-width:2000px) {
    .programme-info-card {
        background: #fff;
        width: calc((100% - 40px)/ 3);
        border: 1px solid rgba(30,186,220,.5);
        border-radius: 15px;
        padding: 0 30px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        position: relative;
        z-index: 2
    }

    .programme-info-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 6%;
        position: relative
    }

    .programme-info-card span {
        font-size: 72px;
        font-weight: 800;
        background: -webkit-linear-gradient(#00b4ff,#57ddff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -50px;
        display: block
    }

    .cls-text {
        font-size: 46px !important
    }

    .cls-header-text {
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 46px !important
    }

    .testimonials {
        background: #fff;
        border: 1px solid rgba(30,186,220,.5);
        border-radius: 15px;
        padding: 30px 30px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        position: relative;
        z-index: 2
    }

    .what_we_do_header {
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        font-family: Roboto,sans-serif !important;
        font-size: 40px !important;
        color: #1a1a1a !important;
        line-height: 33px !important;
        font-weight: 500 !important;
        position: relative !important;
        margin-bottom: 28px !important
    }

    .programme-header-whatsapp {
        /*    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);*/
        /*color:black !important;*/
        -webkit-background-clip: text;
        /*    -webkit-text-fill-color: transparent;*/
        font-family: Roboto,sans-serif;
        font-size: 40px;
        color: #1a1a1a;
        line-height: 50px;
        font-weight: 500;
        position: relative;
        margin-bottom: 28px;
    }

        .programme-header-whatsapp span {
            color: #2f9fbb !important;
        }
}

@media (min-width:300px) and (max-width:600px) {
    .programme-header {
        font-family: Roboto,sans-serif;
        font-size: 25px;
        color: #1a1a1a;
        line-height: 33px;
        font-weight: 500;
        position: relative;
        margin-bottom: 28px
    }

    .programme-info-card {
        background: #fff;
        margin-top: 80px;
        width: 100%;
        border: 1px solid rgba(30,186,220,.5);
        border-radius: 15px;
        padding: 0 30px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        position: relative;
        z-index: 2
    }

    .programme-info-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 6%;
        position: relative
    }

    .programme-info-card span {
        font-size: 72px;
        font-weight: 800;
        background: -webkit-linear-gradient(#00b4ff,#57ddff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -50px;
        display: block
    }

    .programme-info {
        text-align: center;
        padding: 0 0 7%
    }

    .cls-header-text {
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 36px !important
    }

    .cls-text {
        font-size: 40px !important
    }

    .testimonials {
        background: #fff;
        border-radius: 15px;
        padding: 10px 10px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        position: relative;
        z-index: 2
    }

    .what_we_do_header {
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        font-family: Roboto,sans-serif !important;
        font-size: 25px !important;
        color: #1a1a1a !important;
        line-height: 33px !important;
        font-weight: 500 !important;
        position: relative !important;
        margin-bottom: 28px !important
    }

    .programme-header-whatsapp {
        /*    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);*/
        /*color:black !important;*/
        -webkit-background-clip: text;
        /*    -webkit-text-fill-color: transparent;*/
        font-family: Roboto,sans-serif;
        font-size: 25px;
        color: #1a1a1a;
        line-height: 50px;
        font-weight: 500;
        position: relative;
        margin-bottom: 28px;
    }

        .programme-header-whatsapp span {
            color: #2f9fbb !important;
        }
}

.testimonials .testimonials_header {
    font-size: 72px;
    font-weight: 800;
    background: -webkit-linear-gradient(#00b4ff,#57ddff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10%;
    margin-right: 10px;
    display: block
}

input:focus, input:hover {
    outline: 0 !important
}

.section_padding {
    padding: 140px 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_padding {
        padding: 100px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_padding {
        padding: 70px 0
    }
}

@media (max-width:576px) {
    .section_padding {
        padding: 70px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_padding {
        padding: 70px 0
    }
}

.single_padding_top {
    padding-top: 140px !important
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .single_padding_top {
        padding-top: 70px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single_padding_top {
        padding-top: 70px !important
    }
}

@media (max-width:576px) {
    .single_padding_top {
        padding-top: 70px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_padding_top {
        padding-top: 100px !important
    }
}

.padding_top {
    padding-top: 140px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding_top {
        padding-top: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .padding_top {
        padding-top: 70px
    }
}

@media (max-width:576px) {
    .padding_top {
        padding-top: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .padding_top {
        padding-top: 70px
    }
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

    a:hover {
        outline: 0;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
    font-family: Poppins,sans-serif
}

p {
    font-family: Roboto,sans-serif;
    line-height: 2;
    font-size: 17px;
    margin-bottom: 0;
    color: #7f7f7f;
    font-weight: 00
}

h2 {
    font-size: 44px;
    line-height: 28px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.222
}

@media (max-width:576px) {
    h2 {
        font-size: 22px;
        line-height: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    h2 {
        font-size: 24px;
        line-height: 25px
    }
}

h3 {
    font-size: 24px;
    line-height: 25px
}

@media (max-width:576px) {
    h3 {
        font-size: 20px
    }
}

h5 {
    font-size: 18px;
    line-height: 22px
}

img {
    max-width: 100%
}

.btn:focus, .button:focus, a:focus, button:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s
}

.section_tittle {
    margin-bottom: 53px
}

@media (max-width:991px) {
    .section_tittle {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_tittle {
        margin-bottom: 40px
    }
}

.section_tittle h2 {
    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    margin-bottom: 28px
}

@media (max-width:576px) {
    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_tittle h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px
    }
}

.section_tittle p {
    color: #556172;
    line-height: 30px;
    font-family: Poppins,sans-serif
}

@media (max-width:576px) {
    .section_tittle p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_tittle p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_tittle p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section_tittle p {
        margin-bottom: 10px
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mb_110 {
    margin-bottom: 110px
}

@media (max-width:576px) {
    .mb_110 {
        margin-bottom: 220px
    }
}

.mt_130 {
    margin-top: 130px
}

@media (max-width:576px) {
    .mt_130 {
        margin-top: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .mt_130 {
        margin-top: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mt_130 {
        margin-top: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .mt_130 {
        margin-top: 70px
    }
}

.mb_130 {
    margin-bottom: 140px
}

@media (max-width:991px) {
    .mb_130 {
        margin-bottom: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .mb_130 {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:2000px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1200px) {
    [class*=hero-ani-] {
        display: none !important
    }
}

.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: 0 !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #edeff2;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

    .submit_btn:hover {
        background: 0 0
    }

.btn_1 {
    display: inline-block;
    padding: 18.5px 40px;
    border-radius: 5px;
    font-size: 15px;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent
}

    .btn_1:hover {
        color: #fff !important;
        background-position: right center
    }

@media (max-width:576px) {
    .btn_1 {
        padding: 10px 30px;
        margin-top: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn_1 {
        padding: 10px 30px;
        margin-top: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .btn_1 {
        padding: 10px 30px;
        margin-top: 25px
    }
}

.btn_2 {
    display: inline-block;
    padding: 18.5px 40px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    border: 1px solid #8f9091;
    background-size: 200% auto
}

    .btn_2:hover {
        color: #fff !important;
        border: 1px solid #0ab6ff;
        background-position: right center
    }

@media (max-width:576px) {
    .btn_2 {
        padding: 10px 30px;
        margin-top: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn_2 {
        padding: 10px 30px;
        margin-top: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .btn_2 {
        padding: 10px 30px;
        margin-top: 25px
    }
}

.btn_4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 53px;
    display: inline-block
}

@media (max-width:991px) {
    .btn_4 {
        margin-top: 30px
    }
}

.btn_4 img {
    width: 20px;
    margin-left: 15px
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #edeff2;
    text-transform: uppercase;
    background-color: #0ab6ff;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

@media (max-width:767px) {
    .button {
        font-size: 13px;
        padding: 9px 24px
    }
}

.button:hover {
    color: #fff
}

.button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0
}

    .button-link:hover {
        background: 0 0;
        color: #3b1d82
    }

.button-header {
    color: #fff;
    border-color: #edeff2
}

    .button-header:hover {
        background: #b8024c;
        color: #fff
    }

.button-contactForm {
    color: #fff;
    border-color: #edeff2;
    padding: 12px 25px
}

.latest-blog-area .area-heading {
    margin-bottom: 70px
}

.blog_area a {
    color: #666 !important;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

    .blog_area a :hover, .blog_area a:hover {
        color: #0ab6ff
    }

.single-blog {
    overflow: hidden;
    margin-bottom: 30px
}

    .single-blog:hover {
        box-shadow: 0 10px 20px 0 rgba(42,34,123,.1)
    }

    .single-blog h4 {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 34px;
        margin-bottom: 25px
    }

    .single-blog a {
        font-size: 20px;
        font-weight: 600
    }

    .single-blog .date {
        color: #888;
        text-align: left;
        display: inline-block;
        font-size: 13px;
        font-weight: 300
    }

@media (max-width:800px) {
    .single-blog {
        margin-bottom: 30px
    }
}

.single-blog .single-blog-content {
    padding: 30px
}

@media (max-width:1199px) {
    .single-blog .single-blog-content {
        padding: 15px
    }
}

@media (max-width:1199px) {
    .single-blog h4 {
        transition: all .3s linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px
    }

        .single-blog h4 a {
            font-size: 18px
        }
}

.latest_blog_area {
    background: #f9f9ff
}

.blog_item {
    margin-bottom: 50px
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

    .blog-info-link li a {
        color: #999
    }

    .blog-info-link li i, .blog-info-link li span {
        font-size: 13px;
        margin-right: 5px
    }

    .blog-info-link li::after {
        content: "|";
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-info-link li:last-child::after {
        display: none
    }

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

    .blog_item_img .blog_item_date {
        position: absolute;
        bottom: -10px;
        left: 10px;
        display: block;
        color: #fff;
        background-color: #0ab6ff;
        padding: 8px 15px;
        border-radius: 5px
    }

@media (min-width:768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width:768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

    .single-post-area .navigation-top p {
        margin-bottom: 0
    }

    .single-post-area .navigation-top .social-icons li {
        display: inline-block;
        margin-right: 15px
    }

        .single-post-area .navigation-top .social-icons li:last-child {
            margin: 0
        }

        .single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span {
            font-size: 14px;
            color: #999
        }

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width:600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width:600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

    .single-post-area .blog-author a:hover {
        color: #0ab6ff
    }

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

    .single-post-area .navigation-area p {
        margin-bottom: 0
    }

    .single-post-area .navigation-area h4 {
        font-size: 18px;
        line-height: 25px
    }

    .single-post-area .navigation-area .nav-left {
        text-align: left
    }

@media (max-width:767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.main_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #0ab6ff
}

    .main_menu .navbar-brand {
        padding-top: 0;
        padding-bottom: 0
    }

    .main_menu .navbar {
        padding: 0
    }

    .main_menu .main-menu-item ul li .nav-link {
        color: #fff;
        font-size: 15px;
        padding: 36px 23px;
        font-family: Roboto,sans-serif;
        text-transform: capitalize;
        line-height: 12px;
        font-weight: 400
    }

        .main_menu .main-menu-item ul li .nav-link:hover {
            color: #000
        }

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main_menu .main-menu-item ul li .nav-link {
        padding: 35px 20px
    }
}

.main_menu .form-control:focus {
    box-shadow: none
}

.cart {
    margin-left: 20px
}

    .cart i {
        color: #fff;
        position: relative;
        z-index: 1;
        font-size: 15px
    }

        .cart i:after {
            position: absolute;
            border-radius: 50%;
            background-color: #f13d80;
            width: 14px;
            height: 14px;
            right: -8px;
            top: -8px;
            content: "5";
            text-align: center;
            line-height: 15px;
            font-size: 10px
        }

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
    top: 0;
    background-color: #0ab6ff
}

@media (max-width:991px) {
    .main_menu {
        padding: 26px 0
    }

    .home_menu .main-menu-item {
        padding-left: 0
    }

    .main_menu .main-menu-item {
        text-align: left !important;
        box-shadow: 0 10px 15px rgba(0,0,0,.1);
        margin-top: -9px
    }

        .main_menu .main-menu-item .nav-item {
            padding: 10px 15px !important
        }

            .main_menu .main-menu-item .nav-item .nav-link {
                padding: 5px 15px !important;
                color: #000
            }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        background-color: #fff;
        text-align: center !important
    }

    .navbar-brand img {
        max-width: 100px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        display: inline-block;
        top: 0
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        left: 0;
        top: 15px
    }

    .menu_icon i {
        color: #fff
    }
}

@media (max-width:576px) {
    .main_menu {
        height: 100px;
        padding: 20px 0
    }
}

@media (min-width:300px) and (max-width:599px) {
    .main_menu {
        height: 70px;
        padding: 20px 0
    }

    .navbar-brand img {
       
    }

    .navbar-light .navbar-toggler {
        margin-top: -4%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .main_menu {
        padding: 20px 0
    }
}

.home_menu .menu_btn:hover a {
    color: #fff !important
}

.home_menu .main-menu-item {
    justify-content: center !important
}

.single_page_menu .main-menu-item {
    justify-content: flex-end
}

    .single_page_menu .main-menu-item ul li .nav-link:hover {
        color: #0ab6ff !important
    }

.banner_part {
    position: relative;
    overflow: hidden;
    background-image: url(../img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

    .banner_part .banner_text {
        display: table;
        width: 100%;
        height: 900px
    }

        .banner_part .banner_text .banner_text_iner {
            display: table-cell;
            vertical-align: middle
        }

@media (max-width:991px) {
    .banner_part .banner_text {
        padding-top: 90px;
        height: 500px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .banner_part .banner_text {
        height: 650px
    }
}

.banner_part .banner_text h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #556172;
    margin-bottom: 14px
}

.banner_part .banner_text h1 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 55px;
    line-height: 1.18;
    color: #fff
}

@media (max-width:576px) {
    .banner_part .banner_text h1 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 1.3
    }

    .untree_co-testimonial {
        text-align: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner_part .banner_text h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.4
    }
}

.banner_part .banner_text h1 span {
    color: #0ab6ff
}

.banner_part .banner_text p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: Poppins,sans-serif;
    color: #fff;
    margin-bottom: 57px;
    padding-right: 140px
}

@media (max-width:991px) {
    .banner_part .banner_text p {
        padding-right: 0;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .banner_part .banner_text p {
        padding-right: 0
    }
}

.banner_part .banner_text .banner_btn_1 {
    color: #0ab6ff;
    border: 0 solid transparent;
    margin-right: 28px;
    font-size: 20px
}

    .banner_part .banner_text .banner_btn_1:hover {
        background-color: #0ab6ff !important;
        color: #fff
    }

.banner_part .banner_text .banner_btn_2 {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

    .banner_part .banner_text .banner_btn_2:hover {
        background-color: #0ab6ff !important;
        color: #fff;
        border: 1px solid transparent
    }

.feature_part {
    position: relative;
    z-index: 1
}

    .feature_part .feature_icon_1 {
        position: absolute;
        left: 19%;
        top: 50%;
        z-index: -1
    }

    .feature_part .feature_icon_2 {
        left: 35%;
        top: 23%;
        position: absolute;
        z-index: -1
    }

    .feature_part .feature_icon_3 {
        position: absolute;
        left: 48%;
        z-index: -1;
        bottom: 18%
    }

    .feature_part .feature_icon_4 {
        position: absolute;
        right: 35%;
        top: 7%;
        z-index: -1
    }

@media (max-width:576px) {
    .feature_part .feature_part_text {
        padding-left: 0;
/*        text-align: center*/
    }

    .banner_part .banner_text p {
        font-size: 1rem
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .feature_part .feature_part_text {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature_part .feature_part_text {
        padding-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature_part .feature_part_text {
        padding-left: 0
    }
}

.feature_part .feature_part_text h2 {
    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 21px;
    position: relative;
    text-transform: capitalize
}

.feature_part .feature_part_text h3 {
   color:white;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 21px;
    position: relative;
    text-transform: capitalize
}

@media (max-width:576px) {
    .feature_part .feature_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
        margin-top: 15px
    }

    .feature_part .feature_part_text h3 {
        font-size: 23px;
    }

 
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .feature_part .feature_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
        margin-top: 20px
    }

    .feature_part .feature_part_text h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature_part .feature_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
        margin-top: 20px
    }

    .feature_part .feature_part_text h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature_part .feature_part_text h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px
    }
}

.feature_part .feature_part_text p {
    margin-bottom: 46px;
    font-size: 16px;
    font-weight: 400
}

.feature_part .feature_part_text .feature_part_text_iner {
    border-radius: 50px;
    border-top-right-radius: 0;
    border: 1px solid #eee;
    text-align: center;
    padding: 2px 1px 2px;
    -webkit-transition: .5s;
    transition: .5s
}

@media (max-width:991px) {
    .feature_part .feature_part_text .feature_part_text_iner {
        padding: 2px 2px 2px;
        margin-bottom: 15px
    }
}

.feature_part .feature_part_text .feature_part_text_iner:hover {
    border: 1px solid #0ab6ff
}

.feature_part .feature_part_text .feature_part_text_iner h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto,sans-serif
}

.feature_part .feature_part_text .feature_part_text_iner p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.667
}

.feature_part .single_feature {
    margin: 0 11px
}

@media (max-width:991px) {
    .feature_part .single_feature {
        margin: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature_part .single_feature {
        margin: 0
    }
}

.feature_part .single_feature:nth-child(2) {
    margin-top: 60px
}

@media (max-width:991px) {
    .feature_part .single_feature:nth-child(2) {
        margin-top: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature_part .single_feature:nth-child(2) {
        margin-top: 30px
    }
}

.feature_part .single_feature_part {
    padding: 40px 25px 31px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 81px 0 rgba(216,216,216,.45);
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

@media (max-width:991px) {
    .feature_part .single_feature_part {
        padding: 25px 15px;
        margin-top: 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature_part .single_feature_part {
        margin-top: 25px
    }
}

.feature_part .single_feature_part img {
    margin-bottom: 21px;
    height: 65px
}

@media (max-width:991px) {
    .feature_part .single_feature_part img {
        margin-bottom: 21px
    }
}

.feature_part .single_feature_part img i {
    color: #0c2e60;
    font-size: 24px;
    -webkit-transition: .6s;
    transition: .6s
}

.feature_part .single_feature_part h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px
}

@media (max-width:576px) {
    .feature_part .single_feature_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .feature_part .single_feature_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature_part .single_feature_part h4 {
        margin-bottom: 15px
    }
}

.feature_part .single_feature_part p {
    color: #7f7f7f;
    line-height: 1.8;
    font-size: 15px
}

.single_feature_padding {
    padding-top: 140px
}

@media (max-width:576px) {
    .single_feature_padding {
        padding-top: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_feature_padding {
        padding-top: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single_feature_padding {
        padding-top: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .single_feature_padding {
        padding-top: 70px
    }
}

.about_us {
    position: relative;
    z-index: 99
}

    .about_us .left_shape_1 {
        position: absolute;
        left: 0;
        top: 20%;
        z-index: -1;
        max-width: 13%
    }

    .about_us .about_shape_1 {
        position: absolute;
        right: 0;
        z-index: -1;
        top: 0;
        max-width: 13%
    }

    .about_us .feature_icon_1 {
        position: absolute;
        left: 2%;
        top: 50%;
        z-index: -1
    }

    .about_us .feature_icon_4 {
        position: absolute;
        right: 10%;
        top: 20%;
        z-index: -1
    }

    .about_us .about_us_text h2 {
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        font-weight: 500;
        line-height: 55px;
        margin-bottom: 28px;
        position: relative
    }

@media (max-width:576px) {
    .about_us {
        text-align: center
    }

        .about_us .about_us_text h2 {
            font-size: 25px;
            margin-bottom: 10px;
            line-height: 35px;
            text-align: center
        }

    .sm-no-display {
        display: none !important
    }

    .section-title {
        text-align: center !important
    }

        .section-title p {
            margin-right: 0 !important
        }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about_us .about_us_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about_us .about_us_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about_us .about_us_text h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px
    }
}

.about_us .about_us_text p {
    line-height: 36px;
    margin-bottom: 57px;
    font-size: 1.2rem;
    font-weight: 400
}

@media (max-width:576px) {
    .about_us .about_us_text p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about_us .about_us_text p {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about_us .about_us_text p {
        margin-bottom: 20px
    }
}

.about_us .about_us_text .btn_1 {
    margin-right: 30px
}

@media (max-width:991px) {
    .about_us .about_us_text .btn_1 {
        margin-right: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about_us .about_us_text .btn_1 {
        margin-right: 10px
    }
}

@media (max-width:576px) {
    .learning_img {
        border-radius: 18px;
        margin-top: 30px
    }

    .right_time .learning_img {
        margin-top: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .learning_img {
        border-radius: 18px;
        margin-top: 40px
    }

    .right_time .learning_img {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .right_time .about_us_text h2 {
        margin-top: 30px
    }
}

.use_sasu {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 99
}

    .use_sasu .feature_icon_1 {
        position: absolute;
        left: 22%;
        top: 42%;
        z-index: -1
    }

    .use_sasu .feature_icon_2 {
        right: 20%;
        top: 50%;
        position: absolute;
        z-index: -1
    }

    .use_sasu .feature_icon_3 {
        position: absolute;
        left: 3%;
        z-index: -1;
        bottom: 70%
    }

    .use_sasu .feature_icon_4 {
        position: absolute;
        right: 15%;
        top: 7%;
        z-index: -1
    }

    .use_sasu .single_feature_part {
        padding: 40px 25px 31px;
        text-align: center;
        border-radius: 5px;
        -webkit-transition: .6s;
        transition: .6s
    }

@media (max-width:576px) {
    .use_sasu .single_feature_part {
        padding: 25px 10px;
        margin-top: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .use_sasu .single_feature_part {
        padding: 30px 15px;
        margin-top: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .use_sasu .single_feature_part {
        padding: 30px 25px;
        margin-top: 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .use_sasu .single_feature_part {
        margin-top: 25px
    }
}

.use_sasu .single_feature_part img {
    margin-bottom: 21px;
    height: 65px
}

@media (max-width:991px) {
    .use_sasu .single_feature_part img {
        margin-bottom: 21px
    }
}

.use_sasu .single_feature_part img i {
    color: #0c2e60;
    font-size: 24px;
    -webkit-transition: .6s;
    transition: .6s
}

.use_sasu .single_feature_part h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px
}

@media (max-width:576px) {
    .use_sasu .single_feature_part h4 {
        margin-bottom: 15px
    }

    .feature_part .feature_part_text p, .feature_part .single_feature_part h4, .use_sasu .single_feature_part h4 {
        font-size: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .use_sasu .single_feature_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .use_sasu .single_feature_part h4 {
        margin-bottom: 15px
    }
}

.use_sasu .single_feature_part p {
    color: #7f7f7f;
    line-height: 1.8;
    font-size: 15px
}

.cta_part {
    background-image: url(../img/cta_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .cta_part h2 {
        font-size: 45px;
        color: #fff;
        margin-bottom: 30px
    }

@media (max-width:991px) {
    .cta_part h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media (max-width:576px) {
    .cta_part h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .cta_part h2 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

.cta_part p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px
}

@media (max-width:991px) {
    .cta_part p {
        margin-bottom: 20px
    }
}

@media (max-width:576px) {
    .cta_part p {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .cta_part p {
        margin-bottom: 30px
    }
}

.cta_part .banner_btn_1 {
    color: #0ab6ff;
    border: 0 solid transparent;
    margin-right: 28px
}

    .cta_part .banner_btn_1:hover {
        background-color: #0ab6ff !important;
        color: #fff
    }

.cta_part .banner_btn_2 {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

    .cta_part .banner_btn_2:hover {
        background-color: #0ab6ff !important;
        color: #fff;
        border: 1px solid transparent
    }

.footer_part {
    background-image: url(../img/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 25px
}

@media (max-width:576px) {
    .footer_part {
        padding: 70px 0 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part {
        padding: 70px 0 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_part {
        padding: 70px 0 25px
    }
}

.footer_part img {
    margin-bottom: 35px
}

@media (max-width:576px) {
    .footer_part .single_footer_part {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part .single_footer_part {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_part .single_footer_part {
        margin-bottom: 20px
    }
}

.footer_part .single_footer_part h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500
}

@media (max-width:576px) {
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px
    }
}

.footer_part .single_footer_part p {
    margin-bottom: 10px
}

.footer_part .single_footer_part .list-unstyled li a {
    color: #7f7f7f;
    margin-bottom: 10px;
    display: inline-block
}

    .footer_part .single_footer_part .list-unstyled li a:hover {
        color: #0ab6ff !important
    }

.footer_part .single_footer_part .social_icon {
    float: left;
    margin-top: 38px
}

@media (max-width:991px) {
    .footer_part .single_footer_part .social_icon {
        margin-top: 15px
    }
}

.footer_part .single_footer_part .social_icon li a {
    margin-left: 0;
    margin-right: 25px
}

.footer_part .single_footer_part .mail_part {
    position: relative
}

    .footer_part .single_footer_part .mail_part input {
        padding: 9px 22px;
        font-size: 13px;
        border-radius: 50px;
        border: 2px solid #fff;
        margin-top: 20px;
        width: 100%;
        background-color: #f9f9fe;
        border: 1px solid #ebebeb
    }

    .footer_part .single_footer_part .mail_part .email_icon {
        position: absolute;
        right: 0;
        top: 20px;
        width: 60px;
        height: 39px;
        background-color: #0ab6ff;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        line-height: 10px;
        border: 2px solid #0ab6ff
    }

.footer_part hr {
    background-color: #cad7dc;
    margin-top: 50px;
    margin-bottom: 25px
}

.footer_part .footer_icon {
    text-align: right
}

    .footer_part .footer_icon li {
        display: inline-block
    }

        .footer_part .footer_icon li a {
            font-size: 14px;
            color: #7f7f7f;
            margin-left: 30px;
            -webkit-transition: .5s;
            transition: .5s
        }

@media (max-width:576px) {
    .footer_part .footer_icon li a {
        margin-left: 0;
        margin-right: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part .footer_icon li a {
        margin-left: 0;
        margin-right: 25px
    }
}

.footer_part .footer_icon li a :hover {
    color: #0ab6ff
}

@media (max-width:576px) {
    .footer_part .footer_icon {
        float: left;
        margin-top: 15px
    }
}

.footer_part .copyright_text p {
    color: #888
}

.footer_part .copyright_text span {
    color: #0ab6ff;
    font-size: 12px
}

@media (max-width:991px) {
    .footer_part .copyright_text {
        text-align: center !important
    }
}

.footer_part .copyright_text p a {
    color: #0ab6ff;
    -webkit-transition: .5s;
    transition: .5s
}

    .footer_part .copyright_text p a:hover {
        color: #0ab6ff
    }

.footer_part .info {
    color: red !important
}

@media (max-width:991px) {
    .footer_part .footer_icon {
        text-align: center;
        float: none
    }
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b, u {
    color: #0ab6ff
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em
}

.button-area {
    background: #fff
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #0ab6ff
}

.list-style {
    width: 14px;
    height: 14px
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px
}

    .single-input:focus {
        outline: 0
    }

.mt-10 {
    margin-top: 10px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}

@media (max-width:576px) {
    .blog_part {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part {
        padding-bottom: 50px
    }
}

.blog_part .card {
    border: 0 solid transparent
}

@media (max-width:576px) {
    .blog_part .single-home-blog {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog {
        margin-bottom: 20px
    }
}

.blog_part .single-home-blog .card-img-top {
    border-radius: 0
}

.blog_part .single-home-blog .card {
    border-radius: 0;
    background-color: transparent;
    position: relative
}

    .blog_part .single-home-blog .card .card-body {
        padding: 35px 30px 23px;
        background-color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        border: 1px solid #edeff2
    }

        .blog_part .single-home-blog .card .card-body:hover {
            box-shadow: 0 10px 30px 0 rgba(12,46,96,.1);
            border: 1px solid transparent
        }

.card-body p {
    font-size: 14px !important;
}

@media (max-width:576px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 20px
    }
}

.blog_part .single-home-blog .card .card-body .btn_4 {
    margin-bottom: 20px
}

.blog_part .single-home-blog .card .card-body a {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .8s;
    transition: .8s
}

.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px
}

@media (max-width:576px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

.blog_part .single-home-blog .card h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 19px;
    -webkit-transition: .8s;
    transition: .8s;
    text-transform: capitalize
}

@media (max-width:576px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 5px;
        font-size: 17px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.blog_part .single-home-blog .card h5:hover {
    -webkit-transition: .8s;
    transition: .8s;
    color: #0ab6ff
}

.blog_part .single-home-blog .card ul {
    border-top: 1px solid #edeff2;
    padding-top: 20px;
    margin-top: 24px
}

    .blog_part .single-home-blog .card ul li {
        display: inline-block;
        color: #8a8a8a;
        margin-right: 39px
    }

@media (max-width:576px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

.blog_part .single-home-blog .card ul li span {
    margin-right: 10px
}

.copyright_part {
    background-color: #303030;
    padding: 26px 0
}

    .copyright_part p {
        color: #8a8a8a;
        font-family: 300
    }

    .copyright_part a {
        color: #0ab6ff
    }

@media (max-width:576px) {
    .copyright_part .footer-social {
        margin-top: 20px
    }
}

.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ff7e5f;
    text-align: center;
    margin-left: 10px;
    color: #fff
}

    .copyright_part .footer-social a:hover {
        background-color: #ff7e5f !important;
        color: #fff !important
    }

    .copyright_part .footer-social a i:hover {
        color: #fff
    }

@media (max-width:576px) {
    .copyright_part .footer-text {
        text-align: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important
    }
}

.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0 2px
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

    .contact-info__icon i, .contact-info__icon span {
        color: #8f9195;
        font-size: 27px
    }

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999
    }

@media (max-width:576px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-section .btn_1 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

@media (max-width:991px) {
    .contact-section .contact_form .btn_1 {
        margin-bottom: 60px !important
    }
}

.footer_part {
    background-image: url(../img/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 25px
}

@media (max-width:576px) {
    .footer_part {
        padding: 70px 0 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part {
        padding: 70px 0 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_part {
        padding: 70px 0 25px
    }
}

.footer_part img {
    margin-bottom: 35px
}

@media (max-width:576px) {
    .footer_part .single_footer_part {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part .single_footer_part {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_part .single_footer_part {
        margin-bottom: 20px
    }
}

.footer_part .single_footer_part h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500
}

@media (max-width:576px) {
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px
    }
}

.footer_part .single_footer_part p {
    margin-bottom: 10px
}

.footer_part .single_footer_part .list-unstyled li a {
    color: #7f7f7f;
    margin-bottom: 10px;
    display: inline-block
}

    .footer_part .single_footer_part .list-unstyled li a:hover {
        color: #0ab6ff !important
    }

.footer_part .single_footer_part .social_icon {
    float: left;
    margin-top: 38px
}

@media (max-width:991px) {
    .footer_part .single_footer_part .social_icon {
        margin-top: 15px
    }
}

.footer_part .single_footer_part .social_icon li a {
    margin-left: 0;
    margin-right: 25px
}

.footer_part .single_footer_part .mail_part {
    position: relative
}

    .footer_part .single_footer_part .mail_part input {
        padding: 9px 22px;
        font-size: 13px;
        border-radius: 50px;
        border: 2px solid #fff;
        margin-top: 20px;
        width: 100%;
        background-color: #f9f9fe;
        border: 1px solid #ebebeb
    }

    .footer_part .single_footer_part .mail_part .email_icon {
        position: absolute;
        right: 0;
        top: 20px;
        width: 60px;
        height: 39px;
        background-color: #0ab6ff;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        line-height: 10px;
        border: 2px solid #0ab6ff
    }

.footer_part hr {
    background-color: #cad7dc;
    margin-top: 50px;
    margin-bottom: 25px
}

.footer_part .footer_icon {
    text-align: right
}

    .footer_part .footer_icon li {
        display: inline-block
    }

        .footer_part .footer_icon li a {
            font-size: 14px;
            color: #7f7f7f;
            margin-left: 30px;
            -webkit-transition: .5s;
            transition: .5s
        }

@media (max-width:576px) {
    .footer_part .footer_icon li a {
        margin-left: 0;
        margin-right: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer_part .footer_icon li a {
        margin-left: 0;
        margin-right: 25px
    }
}

.footer_part .footer_icon li a :hover {
    color: #0ab6ff
}

@media (max-width:576px) {
    .footer_part .footer_icon {
        float: left;
        margin-top: 15px
    }
}

.footer_part .copyright_text p {
    color: #888
}

.footer_part .copyright_text span {
    color: #0ab6ff;
    font-size: 12px
}

@media (max-width:991px) {
    .footer_part .copyright_text {
        text-align: center !important
    }
}

.footer_part .copyright_text p a {
    color: #0ab6ff;
    -webkit-transition: .5s;
    transition: .5s
}

    .footer_part .copyright_text p a:hover {
        color: #0ab6ff
    }

.footer_part .info {
    color: red !important
}

@media (max-width:991px) {
    .footer_part .footer_icon {
        text-align: center;
        float: none
    }
}

.item {
    max-width: 80% !important
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto !important
}

.cta_part_a {
    background-image: url(../img/activities2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.untree_co-testimonial .highlight {
    display: inline;
    background: #00bcd470
}

.highlight {
    display: inline;
    background: rgba(64,123,255,.07)
}



.untree_co-testimonial .author {
    font-size: 14px
}

.use_sasu {
    margin-top: 140px !important;
    margin-bottom: 20px !important
}

.other-feature-area {
    padding-top: 100px
}

.section-title {
    padding-bottom: 75px
}

    .section-title h2 {
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        color: #222;
        margin-bottom: 20px
    }

.other-feature-item {
    border-radius: 18px;
    padding: 50px 40px;
    background-image: linear-gradient(0deg,rgba(87,221,255,1) 12%,rgba(0,180,255,1) 35%);
    margin-bottom: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .other-feature-item i {
        font-size: 36px;
        color: #fff;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .other-feature-item h4 {
        color: #fff;
        margin-top: 30px;
        font-size: 22px;
        margin-bottom: 20px
    }

    .other-feature-item p {
        font-size: 16px;
        margin-bottom: 0;
        color: #fff
    }

.mt--160 {
    margin-top: -160px
}

.mt--260 {
    margin-top: -260px
}

.blog-post-area .section-title p, .other-feature-area .section-title p {
    max-width: 300px
}

.section-title p {
    margin-bottom: 0
}

.news-item {
    background: #fff;
    padding: 30px;
    position: relative;
    top: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease
}

    .news-item .vcard .img-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        margin-right: 20px
    }

        .news-item .vcard .img-wrap img {
            border-radius: 50%
        }

    .news-item .vcard .post-meta {
        line-height: 1.4
    }

        .news-item .vcard .post-meta strong {
            font-weight: 400;
            display: block;
            font-weight: 700;
            color: #fff
        }

        .news-item .vcard .post-meta span {
            color: #fff
        }

    .news-item .news-contents .post-meta-2 {
        font-size: 13px;
        color: #0ab6ff;
        display: block;
        margin-bottom: 20px;
        padding-left: 5px;
        margin-top: 143px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .news-item .news-contents h3 {
        line-height: 1.2
    }

        .news-item .news-contents h3 a {
            color: #fff
        }

.read-more-arrow {
    position: relative;
    z-index: 2
}

.video-area {
    background: url() no-repeat center
}

    .video-area .video-left {
        padding-bottom: 151px
    }

.interactive_video video {
    max-width: 100% !important
}

@media (max-width:768px) {
    .use_sasu {
        margin-top: 90px !important
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media (max-width:991px) {
    .other-feature-area .mt--160, .other-feature-area .mt--260 {
        margin-top: 0
    }
}

.mt-140 {
    margin-top: 140px !important
}

.learning_img img, .learning_img video {
    border-radius: 18px
}

.news-item {
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    height: 370px
}

.news-item-img1 {
    background: linear-gradient(rgba(0,0,0,2),rgba(0,0,0,.7)),url(../img/blog/how-to-build-confidence.png) no-repeat center !important;
    background-size: cover !important
}

.news-item-img2 {
    background: linear-gradient(rgba(0,0,0,2),rgba(0,0,0,.7)),url(../img/blog/tips-for-overcoming-indecision.jpg) no-repeat center !important;
    background-size: cover !important
}

.news-item-img3 {
    background: linear-gradient(rgba(0,0,0,2),rgba(0,0,0,.7)),url(../img/blog/menstrual-taboo-and-mental-health.jpg) no-repeat center !important;
    background-size: cover !important
}

.news-text1 {
    width: 205px !important
}

.news-text2 {
    width: 170px !important
}

.news-text3 {
    width: 205px !important
}

@media (max-width:576px) {
    .benefits_list {
        margin-right: 4vh !important
    }

    .section-title p {
        max-width: 100% !important
    }

    .faq-body h3 {
        font-size: 17px !important
    }
}

@media (min-width:576px) {
    .benefits_list .single_feature {
        border-radius: 40%
    }
}

.faq-body ul li {
    margin-top: 3% !important;
    list-style: none
}

.faq-body div[data-toggle=collapse] {
    border-bottom: 1px solid #bbdefb;
    width: 100%;
    cursor: pointer;
    padding: 1%;
    margin-bottom: 2%;
}

.faq-body h3 {
    margin-top: 3% !important
}

.bg-blue-gradient {
    background: linear-gradient(0deg,rgba(146,221,251,1) 11%,rgba(240,248,255,1) 64%)
}

.news-item h3 {
    font-size: 20px !important
}

.mt-70 {
    margin-top: 45px !important
}

.self-top-panel p {
    font-size: 17px
}

.workshop_div_display {
    display: none;
}

.workshop_price {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.workshop_subtitle {
    bottom: 75% !important;
    left: 5% !important;
    font-weight: 500;
    border-radius: 30px;
    background-color: white;
    color: #040425;
    font-size: 14px;
    width: 40%;
}

    .workshop_subtitle:hover {
        color: #fff;
    }


.workshopdescription_text {
    font-size: 15px;
    color: black;
}

/* From cssbuttons.io by @alexmaracinaru */
.workshop_single_card_btn {
    cursor: pointer;
    font-weight: 700;
    font-family: Helvetica,"sans-serif";
    transition: all .2s;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid transparent;
    align-items: center;
    font-size: 15px;
}

    .workshop_single_card_btn:hover {
        background: #57ddff;
    }

    .workshop_single_card_btn > svg {
        width: 34px;
        margin-left: 10px;
        transition: transform .3s ease-in-out;
    }

    .workshop_single_card_btn:hover svg {
        transform: translateX(5px);
    }

    .workshop_single_card_btn:active {
        transform: scale(0.95);
    }


.can_help_with {
    margin-bottom: 0px !important;
}

@media only screen and (min-width:1501px) and (max-width:2000px) {

    .workshop_btn_mobile {
        display: none;
    }

    .whatsapp_title {
        font-size: 40px;
        line-height: 1.45em;
        color: #007bff !important;
    }

    .popup-img {
        display: inline-block;
        width: 100%;
        min-width: 250px;
        float: right;
        margin-top: 10%;
    }

    .popup-body {
        height: 400px !important;
    }

    .popup_close {
        font-weight: 100 !important;
        font-size: 2.8rem !important;
    }

    .FAQ_title {
        font-size: 40px;
        color: #1a1a1a;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .popup-dialog {
        width: 730px !important;
    }
    /*workshop*/

    .workshop_card {
        box-shadow: 0 0 8px #cfc9c9;
        width: 280px;
        margin: 100px 3.5%;
        background: rgb(2,0,36);
        background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(4,4,37,0.9220063025210083) 50%, rgba(0,212,255,1) 100%);
        text-align: center;
        position: relative;
        height: 300px;
    }

    .workshop_subtitle_single_card {
        bottom: 80% !important;
        left: 8% !important;
        color: #fff;
        border-radius: 30px;
        background: #0ab6ff;
        font-size: 12px;
        width: 30%;
    }

    .workshop_date_time {
        color: white !important;
    }
    /*top panel*/
    #top_panel h4 {
        color: #fff;
        font-weight: 400;
        padding-top: 200px;
        margin-left: -9vw;
    }

    #top_panel h1 {
        margin: 0 0 20px 0;
        font-size: 46px;
        font-weight: 500;
        line-height: 56px;
        color: #fff;
        margin-bottom: 10px;
    }

        #top_panel h1 span {
            color: #fff;
        }

    .top_panel_title {
        color: #222;
        font-family: Roboto, Arial, sans-serif;
        height: 40vmin;
        /* left: 45%; */
        position: absolute;
        top: -30%;
        /* transform: translate(-50%, -50%); */
        width: 90vmin;
    }

        .top_panel_title > div {
            height: 50%;
            overflow: hidden;
            position: absolute;
            width: 100%;
            margin-left: -20%;
        }

    .top_panel_img_margin {
        margin-left: 50%;
    }

    /*more in selfhatch*/
    .more_in_selfhatch {
        margin-top: 20px !important;
        margin-bottom: 150px !important;
    }


    .get_start_button {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        background: #fff;
        transition: 0.5s;
        height: 3em;
        border-radius: 30em;
        font-size: 15px;
        font-family: inherit;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-left: -20%;
    }

        .get_start_button::before {
            content: '';
            width: 0;
            height: 3em;
            border-radius: 30em;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #007bff;
            transition: .5s ease;
            display: block;
            z-index: -1;
        }

        .get_start_button:hover {
            color: #fff !important;
        }

            .get_start_button:hover::before {
                width: 10em;
            }
}

@media only screen and (min-width:600px) and (max-width:1500px) {

    .workshop_btn_mobile {
        display: none;
    }

    .whatsapp_title {
        font-size: 40px;
        line-height: 1.45em;
        color: #007bff !important;
    }

    .popup-img {
        display: inline-block;
        width: 100%;
        min-width: 250px;
        float: right;
        margin-top: 10%;
    }

    .popup-body {
        height: 390px !important;
    }

    .popup_close {
        font-weight: 100 !important;
        font-size: 2.8rem !important;
    }

    .FAQ_title {
        font-size: 40px;
        color: #1a1a1a;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .popup-dialog {
        width: 730px !important;
    }
    /*workshop*/

    .workshop_card {
        box-shadow: 0 0 8px #cfc9c9;
        width: 280px;
        margin: 100px 3.5%;
        background: rgb(2,0,36);
        background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(4,4,37,0.9220063025210083) 50%, rgba(0,212,255,1) 100%);
        text-align: center;
        position: relative;
        height: 300px;
    }

    .workshop_subtitle_single_card {
        bottom: 80% !important;
        left: 8% !important;
        color: #fff;
        border-radius: 30px;
        background: #0ab6ff;
        font-size: 12px;
        width: 30%;
    }

    .workshop_date_time {
        color: white !important;
    }
    /*top panel*/
    #top_panel h4 {
        color: #fff;
        font-weight: 400;
        padding-top: 130px;
    }

    #top_panel h1 {
        margin: 0 0 20px 0;
        font-size: 46px;
        font-weight: 500;
        line-height: 56px;
        color: #fff;
        margin-bottom: 10px;
    }

        #top_panel h1 span {
            color: #fff;
        }

    .top_panel_title {
        color: #222;
        font-family: Roboto, Arial, sans-serif;
        height: 40vmin;
        /* left: 45%; */
        position: absolute;
        top: -30%;
        /* transform: translate(-50%, -50%); */
        width: 90vmin;
    }

        .top_panel_title > div {
            height: 50%;
            overflow: hidden;
            position: absolute;
            width: 100%;
        }


    /*more in selfhatch*/
    .more_in_selfhatch {
        margin-top: 20px !important;
        margin-bottom: 150px !important;
    }


    .get_start_button {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        background: #fff;
        transition: 0.5s;
        height: 3em;
        border-radius: 30em;
        font-size: 15px;
        font-family: inherit;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .get_start_button::before {
            content: '';
            width: 0;
            height: 3em;
            border-radius: 30em;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #007bff;
            transition: .5s ease;
            display: block;
            z-index: -1;
        }

        .get_start_button:hover {
            color: #fff !important;
        }

            .get_start_button:hover::before {
                width: 10em;
            }
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .workshop_btn_desktop {
        display: none;
    }

    .tabs_mobile_view {
        display: none;
    }

    .whatsapp_title {
        font-size: 23px;
        line-height: 1.45em;
        color: #007bff !important;
    }

    .popupimg_desktop {
        display: none !important;
    }

    .popup_close {
        font-weight: 100 !important;
        font-size: 2.8rem !important;
        padding-right: 0rem !important;
    }

    .FAQ_title {
        font-size: 30px;
        color: #1a1a1a;
        font-weight: 600;
    }

    .faq-body-align {
        text-align: left !important;
    }
    /*workshop*/

    .workshop_card {
        box-shadow: 0 0 8px #cfc9c9;
        width: 280px;
        margin: 40px 3.5%;
        background: rgb(2,0,36);
        background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(4,4,37,0.9220063025210083) 50%, rgba(0,212,255,1) 100%);
        text-align: center;
        position: relative;
        height: 330px;
    }

    .workshop_subtitle_single_card {
        bottom: 70% !important;
        left: 8% !important;
        color: #fff;
        border-radius: 30px;
        background: #0ab6ff;
        font-size: 12px;
        width: 30%;
    }

    .workshop_card_title {
        font-size: 20px;
    }

    .workshop_date_time {
        color: white !important;
        font-size: 17px;
    }

    .workshop_price {
        font-size: 17px;
    }

    .workshop_end_date {
        font-size: 17px;
    }
    /*top panel*/
    #top_panel h4 {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        padding-top: 100px;
        line-height: 32px;
    }

    #top_panel h1 {
        margin: 5px 0 5px 0;
        font-size: 26px;
        font-weight: 500;
        color: #fff;
    }

        #top_panel h1 span {
            color: #fff;
        }

    .top_panel_title {
        color: #222;
        font-family: Roboto, Arial, sans-serif;
        height: 90vmin;
        left: 50%;
        position: absolute;
        top: 15%;
        transform: translate(-50%, -50%);
        width: 90vmin;
    }

        .top_panel_title > div {
            height: 50%;
            overflow: hidden;
            position: absolute;
            width: 100%;
        }
    /*more in selfhatch*/
    .more_in_selfhatch {
        margin-top: 20px !important;
        padding-bottom: 60%;
    }

    .get_start_button {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        background: #fff;
        transition: 0.5s;
        height: 3em;
        border-radius: 30em;
        font-size: 15px;
        font-family: inherit;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .get_start_button::before {
            content: '';
            width: 0;
            height: 3em;
            border-radius: 30em;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #007bff;
            transition: .5s ease;
            display: block;
            z-index: -1;
        }

        .get_start_button:hover {
            color: #fff !important;
        }

            .get_start_button:hover::before {
                width: 10em;
            }
}


/*.hacks_btn
{
    background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%);
}
*/


.card_title_benefits {
    color: #2f9fbb;
}



@media only screen and (min-width:600px) and (max-width:2000px) {
    .tabs_desktop_view {
        display: none;
    }
    /*benefits*/
    .card_text_benefits {
        font-size: 16px !important;
        color: black !important;
    }

    .benefits_cards {
        border-radius: 10px;
        padding: 8px 14px 4px 8px;
        margin: auto !important;
        font-size: 15px;
        height: 150px !important;
        color: black !important;
        /*        background-color: transparent !important;
*/
        /*  background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);*/
    }

        .benefits_cards:hover {
            color: #000000 !important;
            height: 150px !important;
            background: rgb(0 180 255 / 19%) !important;
            border-radius: 16px !important;
            box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
            backdrop-filter: blur(0px) !important;
            -webkit-backdrop-filter: blur(0px) !important;
            border: 1px solid rgba(0, 180, 255, 0.1) !important;
        }

    .benefits_card1 {
        padding: 8px 14px 4px 8px !important;
    }

    .benefits_card2 {
        padding: 20px 14px 4px 8px !important;
    }

    .benefits_card3 {
        padding: 20px 14px 4px 8px !important;
    }

    .benefits_card4 {
        padding: 20px 14px 4px 8px !important;
    }

    .benefits_cards_whatsapp3 {
        padding: 8px 14px 4px 8px !important;
    }

    .benefits_cards_whatsapp4 {
        padding: 8px 14px 4px 8px !important;
    }

    .benefits_mobile_display {
        display: none !important;
    }
    /*overlap img*/

    .pushed-wrapper {
        position: relative;
    }

    .popupimg_mobile {
        display: none !important;
    }

    .pushed-image {
        background-size: cover;
        background-repeat: no-repeat;
        height: 450px;
        width: 55%;
        margin-top: 10%;
        background-image: url('../img/mascot-holding.png');
    }

    .pushed-content-workshop {
        position: relative;
        padding: 15px 15px 40px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: 130px !important;
        width: 340px;
        font-size: 20px;
        color: #00b4ff;
    }

    .pushed-content-hacks {
        position: relative;
        padding: 15px 15px 40px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: 140px !important;
        width: 340px;
        font-size: 20px;
        color: #00b4ff;
    }

    .pushed-content-reflection {
        position: relative;
        padding: 15px 15px 40px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: 140px !important;
        width: 340px;
        font-size: 20px;
        color: #00b4ff;
    }

    .pushed-content-community {
        position: relative;
        padding: 15px 15px 40px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: 140px !important;
        width: 340px;
        font-size: 20px;
        color: #00b4ff;
    }

    .pushed-box1 {
        position: absolute;
        left: 40%;
        top: 5%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box2 {
        position: absolute;
        left: 47%;
        top: 80%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box3 {
        position: absolute;
        left: -37%;
        top: 40%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box4 {
        transform: translateY(-50%);
        position: absolute;
        left: -24%;
        top: 91%;
        max-width: 50%;
    }

    .right-bottom {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .cards_imgs {
        border-radius: 50%;
        width: 70%;
        height: 95%;
    }

    /*testimonials*/
    .quote_icon {
        width: 30px;
        height: 40px;
    }

    .untree_co-testimonial blockquote {
        font-style: italic;
        color: #000;
        font-size: 15px !important;
        width: 600px;
    }


    .slider-wrap {
        height: 400px;
        width: 100%;
    }

    .slider {
        position: absolute;
        width: 100%;
        left: 50px;
    }

    .slider-item {
        width: 750px;
        padding: 20px 0 25px 30px;
        border-radius: 10px;
        background-color: #ffffff;
        display: flex;
        justify-content: flex-start;
        position: absolute;
        opacity: 0;
        z-index: 0;
        box-shadow: 0 4px 9px #f1f1f4;
        position: absolute;
        left: 0;
        top: 0;
    }

    .animation-card_image {
        max-width: 60px;
        max-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
        background-color: #ffffff;
    }

    .animation-card_content {
        width: 100%;
        max-width: 374px;
        margin-left: 26px;
    }

    .animation-card_content_title {
        color: #4a4545;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.18px;
        line-height: 24px;
        margin: 0;
    }

    .animation-card_content_description {
        color: #696d74;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 24px;
        margin: 10px 0 0 0;
    }

    .animation-card_content_city {
        font-size: 11px;
        margin: 10px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #696d74;
    }
    /*workshop*/
    .cards {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .benefits_div {
        margin-top: 20px !important;
    }

    .reflection_prgramme {
        margin-top: 150px !important;
    }

    /*whatsapp page*/
    .card_text_whatsapp {
        color: black;
        font-size: 16px !important;
    }

    .whatsapp_page_top {
        margin-top: 12% !important;
    }


    .whatsapp_card {
        padding: 4% 12px 4px 8px !important;
    }

    .whatsapp_img {
        width: 70%;
        height: 75%;
        margin-top: 10%;
    }

    .cards_icon_benefits1 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }


    .cards_icon_benefits2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 5%;
    }


    .cards_icon_benefits3 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 5%;
    }


    .cards_icon_benefits4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 5%;
    }

    .cards_icon_whatsapp {
        height: 60px !important;
        width: 70px !important;
    }
}

@media only screen and (min-width:200px) and (max-width:599px) {


    /*benefits*/
    .card_text_benefits {
        font-size: 11px !important;
        color: black !important;
    }

    .benefits_cards {
        border-radius: 10px;
        padding: 8px 12px 4px 8px !important;
        margin: auto !important;
        font-size: 15px;
        height: 200px !important;
        color: black !important;
        /*background-color: transparent !important;*/
        /*       background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);*/
    }

        .benefits_cards:hover {
            color: #000000 !important;
            height: 180px !important;
            background: rgb(0 180 255 / 19%) !important;
            border-radius: 16px !important;
            box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
            backdrop-filter: blur(0px) !important;
            -webkit-backdrop-filter: blur(0px) !important;
            border: 1px solid rgba(0, 180, 255, 0.1) !important;
        }

    .benefits_desktop_display {
        display: none !important;
    }

    .benefits_circle_mobile {
        display: none;
    }

    /*overlap img*/

    .pushed-wrapper {
        position: relative;
    }

    .pushed-content-workshop {
        position: relative;
        padding: 15px 15px 15px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: auto !important;
        width: 140px;
        font-size: 20px;
        color: #00b4ff;
        position: relative;
        background: #fff;
        font-size: 1.6rem;
    }

    .pushed-content-reflection {
        position: relative;
        padding: 15px 15px 15px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: auto !important;
        width: 140px;
        font-size: 20px;
        color: #00b4ff;
        position: relative;
        background: #fff;
        font-size: 1.6rem;
    }

    .pushed-content-hacks {
        position: relative;
        padding: 15px 15px 15px 15px;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: auto !important;
        width: 150px;
        font-size: 20px;
        color: #00b4ff;
        position: relative;
        background: #fff;
        font-size: 1.6rem;
    }

    .pushed-content-community {
        position: relative;
        background: #fff;
        font-size: 1.6rem;
        border-radius: 10px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        height: auto !important;
        width: 140px;
        font-size: 20px;
        color: #00b4ff;
        position: relative;
        padding: 15px 15px 15px 15px;
        background: #fff;
        font-size: 1.6rem;
    }

    .pushed-content_box1 {
        height: 230px !important;
    }

    .pushed-wrapper {
        position: relative;
    }

    .right-bottom {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .cards_imgs {
        border-radius: 50%;
        width: 70%;
    }

    /*testimonials*/

    .testimonials {
        background: #fff;
        border: 1px solid rgba(30,186,220,.5);
        border-radius: 15px;
        padding: 30px 30px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
        position: relative;
        z-index: 2
    }

    .untree_co-testimonial blockquote {
        font-style: italic;
        color: #000;
        font-size: 11px !important;
        width: 200px;
    }

    .quote_icon {
        width: 15px;
        height: 20px;
    }


    .slider {
        position: absolute;
        width: 100%;
    }

    .slider-item {
        width: 260px;
        padding: 20px 0 25px 30px;
        border-radius: 10px;
        background-color: #ffffff;
        display: flex;
        justify-content: flex-start;
        position: absolute;
        opacity: 0;
        z-index: 0;
        box-shadow: 0 4px 9px #f1f1f4;
        position: absolute;
        left: 0;
        top: 0;
    }

    .animation-card_image {
        max-width: 60px;
        max-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
        background-color: #ffffff;
    }

    .animation-card_content {
        width: 100%;
        max-width: 374px;
        margin-left: 26px;
    }

    .animation-card_content_title {
        color: #4a4545;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.18px;
        line-height: 24px;
        margin: 0;
    }

    .animation-card_content_description {
        color: #696d74;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 24px;
        margin: 10px 0 0 0;
    }

    .animation-card_content_city {
        font-size: 11px;
        margin: 10px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #696d74;
    }

    .benefits_div {
        margin-top: 40px !important;
    }

    .reflection_prgramme {
        margin-top: 40px !important;
    }

    /*whatsapp page*/
    .card_text_whatsapp {
        color: black;
        font-size: 12px !important;
    }
}

@media (min-width: 300px) and (max-width: 360px) {

    .slider-wrap {
        height: 400px;
        width: 100%;
        margin-left: -1%;
    }

    .pushed-image {
        /* background-image: url(https://images.pexels.com/photos/1438761/pexels-photo-1438761.jpeg?dl&fit=crop&crop=entropy&w=480&h=300); */
        background-size: cover;
        background-repeat: no-repeat;
        /*        margin-left: 10%;*/
        background-image: url(../img/mascot-holding.png);
        margin-top: 50%;
        height: 320px;
        /*        width: 80%;*/
    }

    .pushed-box1 {
        position: absolute;
        /*        left: 57%;*/
        top: -4%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box2 {
        position: absolute;
        left: 55%;
        top: 465px;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box3 {
        position: absolute;
        /*   left: 5%;*/
        top: 465px;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box4 {
        position: absolute;
        left: 58%;
        top: -2%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 5px;
    }

    .whatsapp_card_mobile_1 {
        padding: 45px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_2 {
        padding: 35px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_3 {
        padding: 7px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_4 {
        padding: 40px 12px 4px 8px !important;
    }

    .whatsapp_img {
        margin-top: 1%;
    }

    .cards_icon_whatsapp1 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }

    .cards_icon_whatsapp2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 45%;
    }

    .cards_icon_whatsapp3 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 70%;
    }

    .cards_icon_whatsapp4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 50%;
    }


    .benefits_card1 {
        padding: 8px 14px 4px 8px !important;
    }

    .benefits_card2 {
        padding: 30px 14px 4px 8px !important;
    }

    .benefits_card3 {
        padding: 30px 14px 4px 8px !important;
    }

    .benefits_card4 {
        padding: 15px 14px 4px 8px !important;
    }


    .cards_icon_benefits1 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 70%;
    }

    .cards_icon_benefits2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }

    .cards_icon_benefits3 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }

    .cards_icon_benefits4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 45%;
    }

    .recommendedfor-item-margin {
        margin-left: 30px !important;
    }

    .margin-feature-part {
        margin: auto !important;
    }

    .reflection-programme-text {
        font-size: 15px !important;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    .slider-wrap {
        height: 400px;
        width: 100%;
        margin-left: 1%;
    }

    .pushed-image {
        /* background-image: url(https://images.pexels.com/photos/1438761/pexels-photo-1438761.jpeg?dl&fit=crop&crop=entropy&w=480&h=300); */
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 5%;
        background-image: url(../img/mascot-holding.png);
        margin-top: 50%;
        height: 320px;
        /*        width: 80%;*/
    }

    .pushed-box1 {
        position: absolute;
        /*        left: 60%;*/
        top: -2%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box2 {
        position: absolute;
        left: 57%;
        top: 473px;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box3 {
        position: absolute;
        /*   left: 5%;*/
        top: 470px;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box4 {
        position: absolute;
        left: 60%;
        top: -1%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 5px;
    }

    .whatsapp_card_mobile_1 {
        padding: 45px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_2 {
        padding: 35px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_3 {
        padding: 10px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_4 {
        padding: 45px 12px 4px 8px !important;
    }

    .whatsapp_img {
        margin-top: 2%;
    }

    .cards_icon_whatsapp1 {
        height: 60px !important;
        width: 70px !important;
    }

    .cards_icon_whatsapp2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 35%;
    }

    .cards_icon_whatsapp3 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 60%;
    }

    .cards_icon_whatsapp4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 50%;
    }

    .benefits_card1 {
        padding: 8px 14px 4px 8px !important;
    }

    .benefits_card2 {
        padding: 30px 14px 4px 8px !important;
    }

    .benefits_card3 {
        padding: 30px 14px 4px 8px !important;
    }

    .benefits_card4 {
        padding: 15px 14px 4px 8px !important;
    }


    .cards_icon_benefits1 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 65%;
    }

    .cards_icon_benefits2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }

    .cards_icon_benefits3 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }

    .cards_icon_benefits4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 45%;
    }

    .recommendedfor-item-margin {
        margin-left: 30px !important;
    }

    .margin-feature-part {
        margin: auto !important;
    }

    .reflection-programme-text {
        font-size: 18px !important;
    }
}

@media (min-width: 381px) and (max-width:420px) {
    .slider-wrap {
        height: 400px;
        width: 100%;
        margin-left: 8%;
    }

    .pushed-image {
        /* background-image: url(https://images.pexels.com/photos/1438761/pexels-photo-1438761.jpeg?dl&fit=crop&crop=entropy&w=480&h=300); */
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 10%;
        background-image: url(../img/mascot-holding.png);
        margin-top: 50%;
        height: 320px;
        width: 80%;
    }

    .pushed-box1 {
        position: absolute;
        /*        left: 60%;*/
        top: 1%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box2 {
        position: absolute;
        left: 61%;
        top: 485px;
        max-width: 50%;
    }

    .pushed-box3 {
        position: absolute;
        /*   left: 5%;*/
        top: 483px;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .pushed-box4 {
        position: absolute;
        left: 64%;
        top: 3%;
        max-width: 50%;
        transform: translateY(-50%);
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .whatsapp_card_mobile_1 {
        padding: 50px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_2 {
        padding: 35px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_3 {
        padding: 20px 12px 4px 8px !important;
    }


    .whatsapp_card_mobile_4 {
        padding: 45px 12px 4px 8px !important;
    }

    .whatsapp_img {
        margin-top: 5%;
    }

    .cards_icon_whatsapp1 {
        height: 60px !important;
        width: 70px !important;
    }

    .cards_icon_whatsapp2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 35%;
    }

    .cards_icon_whatsapp3 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 40%;
    }

    .cards_icon_whatsapp4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 20%;
    }


    .benefits_card1 {
        padding: 20px 14px 4px 8px !important;
    }

    .benefits_card2 {
        padding: 30px 14px 4px 8px !important;
    }

    .benefits_card3 {
        padding: 40px 14px 4px 8px !important;
    }

    .benefits_card4 {
        padding: 25px 14px 4px 8px !important;
    }


    .cards_icon_benefits1 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 45%;
    }

    .cards_icon_benefits2 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 15%;
    }

    .cards_icon_benefits3 {
        height: 60px !important;
        width: 70px !important;
    }

    .cards_icon_benefits4 {
        height: 60px !important;
        width: 70px !important;
        margin-top: 25%;
    }

    .recommendedfor-item-margin {
        margin-left: 30px !important;
    }

    .margin-feature-part {
        margin: auto !important;
    }

    .reflection-programme-text {
        font-size: 16px !important;
    }
}


/* benefits scroll div*/
.benefits_circle_div {
    height: 522px;
    width: 136px
}

.circle_item {
    position: absolute;
    animation-name: go;
    animation-iteration-count: infinite;
    width: 40px;
    height: 40px;
    animation-duration: 3s;
    border-radius: 100px;
}

    .circle_item:nth-child(1) {
        animation-delay: 0.3s;
        background-color: #40e0d0;
        top: 0px;
        left: 0px;
    }

    .circle_item:nth-child(2) {
        animation-delay: 0.6s;
        background-color: #40e0d0;
        top: 60px;
        left: 0px;
    }

    .circle_item:nth-child(3) {
        animation-delay: 0.9s;
        background-color: #40e0d0;
        top: 120px;
        left: 0px;
    }

    .circle_item:nth-child(4) {
        animation-delay: 1.2s;
        background-color: #40e0d0;
        top: 180px;
        left: 0px;
    }

    .circle_item:nth-child(5) {
        animation-delay: 1.5s;
        background-color: #40e0d0;
        top: 240px;
        left: 0px;
    }

    .circle_item:nth-child(6) {
        animation-delay: 1.8s;
        background-color: #40e0d0;
        top: 300px;
        left: 0px;
    }

    .circle_item:nth-child(7) {
        animation-delay: 2.1s;
        background-color: #40e0d0;
        top: 360px;
        left: 0px;
    }

    .circle_item:nth-child(8) {
        animation-delay: 2.4s;
        background-color: #40e0d0;
        top: 420px;
        left: 0px;
    }

    .circle_item:nth-child(9) {
        animation-delay: 2.7s;
        background-color: #40e0d0;
        top: 480px;
        left: 0px;
    }

@keyframes go {
    50% {
        transform: translate(96px, 2px) scale(0.5);
        background-color: #1b54d9;
    }
}



/*positive note*/

img.verticle-img_positivenote {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.verticle-img_positivenote {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*Reflection program */

.know_more_btn {
    position: relative;
    margin: auto;
    padding: 5px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
}

    .know_more_btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 50px;
        background: #4dd9ff85;
        width: 35px;
        height: 35px;
        transition: all 0.3s ease;
    }

    .know_more_btn span {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #234567;
    }

    .know_more_btn svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #234567;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .know_more_btn:hover:before {
        width: 100%;
        background: #4dd9ff85;
    }

    .know_more_btn:hover svg {
        transform: translateX(0);
    }

    .know_more_btn:active {
        transform: scale(0.95);
    }

/*hacks know more*/

.hacks_know_more_btn svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.hacks_know_more_btn:hover:before {
    width: 100%;
    background: #fff;
}

.hacks_know_more_btn:hover svg {
    transform: translateX(0);
}

.hacks_know_more_btn:active {
    transform: scale(0.95);
}

/*FAQ*/

.tabs-container {
    padding: 2rem;
}

.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs {
    display: flex;
}

    .tabs > ul {
        list-style-type: none;
        margin: 35px 0px 0px 0px;
        padding: 0;
        width: 15%;
    }

        .tabs > ul li {
            /* display: block;*/
        }

            .tabs > ul li:not(:last-child) {
                margin-bottom: 6px;
            }

            .tabs > ul li a,
            .tabs > ul li a:visited {
                display: flex;
                border-bottom: none;
                text-decoration: none;
                opacity: 0.8;
                color: #234567;
                padding: 0.8rem 1.2rem;
                transition: all 0.2s ease-in-out;
                word-wrap: break-word;
            }

                .tabs > ul li a:hover,
                .tabs > ul li a:focus,
                .tabs > ul li a:active {
                    color: #000000 !important;
                    height: 50px !important;
                    background: #d2f9ff !important;
                    border-radius: 25px !important;
                    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
                    backdrop-filter: blur(0px) !important;
                    -webkit-backdrop-filter: blur(0px) !important;
                    /* border: 1px solid rgba(0, 180, 255, 0.1) !important;*/
                }

                .tabs > ul li a.active {
                    color: #000000 !important;
                    height: 50px !important;
                    background: #d2f9ff !important;
                    border-radius: 25px !important;
                    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
                    backdrop-filter: blur(0px) !important;
                    -webkit-backdrop-filter: blur(0px) !important;
                    font-weight: 500;
                    /*    border: 1px solid rgba(0, 180, 255, 0.1) !important;*/
                }

                .tabs > ul li a:hover:not(.active) {
                    color: #0067b8;
                }

                .tabs > ul li a > span {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                }

                    .tabs > ul li a > span.tab-label {
                        display: none;
                    }

    .tabs section {
        width: 85%;
        background-color: #fff;
        padding: 1rem;
        display: none;
        word-wrap: break-word;
    }

        .tabs section > * {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.2s, transform 0.2s;
        }

            .tabs section > *:nth-child(1) {
                transition-delay: 0.2s;
            }

            .tabs section > *:nth-child(2) {
                transition-delay: 0.3s;
            }

            .tabs section > *:nth-child(3) {
                transition-delay: 0.4s;
            }

            .tabs section > *:nth-child(4) {
                transition-delay: 0.5s;
            }

            .tabs section > *:nth-child(5) {
                transition-delay: 0.6s;
            }

            .tabs section > *:nth-child(6) {
                transition-delay: 0.7s;
            }

            .tabs section > *:nth-child(7) {
                transition-delay: 0.8s;
            }

            .tabs section > *:nth-child(8) {
                transition-delay: 0.9s;
            }

            .tabs section > *:nth-child(9) {
                transition-delay: 1s;
            }

            .tabs section > *:nth-child(10) {
                transition-delay: 1.1s;
            }

            .tabs section > *:nth-child(11) {
                transition-delay: 1.2s;
            }

            .tabs section > *:nth-child(12) {
                transition-delay: 1.3s;
            }

            .tabs section > *:nth-child(13) {
                transition-delay: 1.4s;
            }

            .tabs section > *:nth-child(14) {
                transition-delay: 1.5s;
            }

            .tabs section > *:nth-child(15) {
                transition-delay: 1.6s;
            }

            .tabs section > *:nth-child(16) {
                transition-delay: 1.7s;
            }

            .tabs section > *:nth-child(17) {
                transition-delay: 1.8s;
            }

            .tabs section > *:nth-child(18) {
                transition-delay: 1.9s;
            }

            .tabs section > *:nth-child(19) {
                transition-delay: 2s;
            }

            .tabs section > *:nth-child(20) {
                transition-delay: 2.1s;
            }

        .tabs section.active {
            display: block;
        }

        .tabs section.active-content > * {
            opacity: 1;
            transform: translateY(0);
        }

@media (min-width: 576px) {

    .tabs > ul {
        width: 150px;
    }

        .tabs > ul li a {
            flex-wrap: wrap;
        }

            .tabs > ul li a > span {
                width: 100%;
            }

                .tabs > ul li a > span.tab-label {
                    width: 100%;
                    display: block;
                    margin-top: 0.2rem;
                    color: #234567;
                    font-weight: 500;
                }

    .tabs section {
        width: calc(100% - 150px);
        padding: 2rem 2rem 2rem 6rem;
    }
}

@media (min-width: 768px) {

    .tabs-container {
        padding: 4rem 4rem;
    }
}

/*@media (min-width: 992px) {*/

.tabs {
    width: 1000px;
}
/*}*/
.popup_header {
    border-bottom: none !important;
}

.popup_title {
    font-size: 25px;
    color: #00b4ff !important;
    font-weight: 600;
}

.popup_text {
    font-size: 13px !important;
    color: hsl(44, 0%, 26%) !important;
}

.popup_btn {
    padding: 8.5px 12px !important;
}

.workshop_singlecard_btn {
    padding: 8.5px 12px !important;
}
/*Faq pagination*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: right;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #234567;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #234567;
        box-shadow: 0px 0px 10px 0px #EEE;
        background-color: #fff;
        border-radius: 50%;
    }

.simple-pagination .current {
    color: #234567;
    background-color: #4dd9ff85;
    border-color: #234567;
    border-radius: 50%;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #00b4ff;
}

.hacks_btn {
    padding: 10px 20px !important;
}

.simple-pagination .prev,
.simple-pagination .next {
    display: none !important;
}

/*workshop cards*/

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
        height: 40%;
    }
}


.card_design {
    border-radius: 5px 5px 0 0;
    padding: 0 0 64px;
    margin-left: 0;
    margin-right: auto;
}

    .card_design .card_image {
        border: 2px solid #fff;
        border-radius: 60px 0 60px 0;
        display: inline-block;
        margin-top: -64px;
        overflow: hidden;
    }

        .card_design .card_image img {
            transition: 0.3s;
            border-radius: 60px 0;
            width: 150px;
            height: 150px;
        }

    .card_design:hover .card_image {
        border-color: #00b4ff;
        transition: 0.3s;
        border-radius: 50%;
        height: 145px;
        cursor: pointer;
    }

    .card_design .card_content p {
        padding: 0 20px;
    }

    .card_design .workshop_buy_btn {
        background-color: #e13157;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        overflow: hidden;
        padding: 5px 0 0;
        width: 100%;
        transition: 0.3s;
        border-radius: unset;
    }

        .card_design .workshop_buy_btn a {
            color: #3c3c3c;
            text-decoration: none;
            font-size: 20px;
            padding: 0 10px;
            margin-top: 10px;
        }

            .card_design .workshop_buy_btn a:hover {
                transition: 0.3s;
                color: #fff;
            }


    .card_design:hover .workshop_buy_btn {
        padding: 6px 0;
        height: 38px;
        transition: 0.3s;
        cursor: pointer;
    }

    .card_design:hover .workshop_subtitle {
        transform: scale(0);
    }

    .card_design:hover {
        transition-delay: 50ms;
    }

.workshop_card_img {
    border-radius: 10px;
}
/*.workshop_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-size: 16px;
    margin: 10px 1%;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    height:400px;
}

    .workshop_card * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .workshop_card img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
        height:400px;
    }

    .workshop_card figcaption {
        padding: 45px 30px 25px;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

        .workshop_card figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #700877;
            content: '';
            background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%) !important;*/
/*           background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%) !important;*/
/*background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%) !important;*/
/*    background: linear-gradient(90deg, #00B4DB 0%, #0083B0 100%, #ff2759 100%) !important;*/
/*opacity: 0.8;
            z-index: -1;
        }

    .workshop_card .date {
        background-color: #fff;
        border-radius: 50%;
        color: #700877;
        font-size: 18px;
        font-weight: 700;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 0;
        position: absolute;
        right: 15px;
        text-align: center;
        text-transform: uppercase;
        top: -25px;
    }

        .workshop_card .date span {
            display: block;
            line-height: 14px;
        }

        .workshop_card .date .month {
            font-size: 11px;
        }

    .workshop_card h3,
    .workshop_card p {
        margin: 0;
        padding: 0;
    }

    .workshop_card h3 {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
    }

    .workshop_card p {
        font-size: 0.8em;
        line-height: 1.6em;
        margin-bottom: 0px;
    }

    .workshop_card a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .workshop_card:hover img,
    .workshop_card.hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.card_image img {
    width: 100% !important;
    height: 100% !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) !important;
}

.card {
    padding: 1rem !important;
    width: 320px !important;
    height: 400px !important;
    background: var(--card-background-color) !important;
    border-radius: 20px !important;
    box-shadow: var(--card-shadow) !important;
    --background: hsla(216, 32%, 21%, 1);
    --card-background-color: linear-gradient( 180.2deg, #75a6ef -8.53%,#f8f9fa 109.43% );
    --card-shadow: 4px 7px 19px #75a6ef;
    border: none !important;
}

    .card_title {
        font-size: 1.2rem !important;
        font-weight: 400 !important;
        color:#fff !important;
        margin-top: 0.5rem !important;
    }

.btn_workshop {
    background-image: linear-gradient(to left,#212529 0,#7f7f7f 51%,#1a1a1a 100%) !important;
    padding: 10px 20px !important;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
        height: 40%;
    }
}

.card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
}

.card_text {
    color: black;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}*/
/*qualities*/
/* --------- Card Animation ---------- */
.other-feature-item:not(:empty):hover,
.other-feature-item:not(:empty):focus {
    z-index: 1 !important;
    color: #fff;
    background-image: linear-gradient(to right, #1F1C2C,#6A82FB);
    opacity: 1 !important;
    transform: scale(1.05) rotateZ(5deg) !important;
    cursor: pointer;
}

.card_content_workshop {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/
#top_panel {
    width: 100%;
    background-image: url("../img/background_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0 0 0;
}

    #top_panel:before {
        content: "";
        /*background: #00b4ff;*/
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #top_panel h2 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 24px;
    }


    #top_panel .btn-get-started {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        transition: 0.5s;
        color: #0653a1;
        background: #fff;
    }

        #top_panel .btn-get-started:hover {
            background: #0653a1;
        }

    #top_panel .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

@media (min-width: 1024px) {
    #top_panel {
        /*        background-attachment: fixed;*/
    }
}

@media (max-width: 991px) {
    #top_panel {
        padding-top: 80px;
    }

        #top_panel .animated {
            animation: up-down 2s ease-in-out infinite alternate-reverse both;
        }

        #top_panel .top_panel_img {
            text-align: center;
        }

            #top_panel .top_panel_img img {
                max-width: 80%;
            }

        #top_panel h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
}

@media (max-width: 575px) {
    #top_panel .top_panel_img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.top_panel_waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*top section title*/

@keyframes showTopText {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    40%, 60% {
        transform: translate3d(0, 50%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showBottomText {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}


.top_panel_title > div div {
    font-size: 12vmin;
    /*     padding: 2vmin 0;*/
    position: absolute;
}

    .top_panel_title > div div span {
        display: block;
    }

.top_panel_title > div.panel_top_text {
    border-bottom: 1vmin solid #fff;
    top: 0;
}

    .top_panel_title > div.panel_top_text div {
        animation: showTopText 1s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
        bottom: 0;
        transform: translate(0, 100%);
    }

        .top_panel_title > div.panel_top_text div span:first-child {
            color: #767676;
        }

.top_panel_title > div.panel_bottom_text {
    bottom: 0;
}

    .top_panel_title > div.panel_bottom_text div {
        animation: showBottomText 0.5s;
        animation-delay: 1.75s;
        animation-fill-mode: forwards;
        top: 0;
        transform: translate(0, -100%);
    }

/****/

random_container_div {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 4000px;
    overflow-x: hidden;
    background: #0f0f0f;
}

.random_container {
    /*    max-width: 600px;*/
    margin: 50px auto;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.parallax-detail_margin.text-dark {
    color: #0653a1 !important;
}

@media (min-width:600px) and (max-width:2000px) {
    .image-container {
        padding-bottom: 50%;
        /*    background: black;*/
        position: relative;
        overflow: hidden;
        z-index: 2;
        /*     background-image: url("https://images.unsplash.com/photo-1593642634524-b40b5baae6bb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80"); */
        background-size: cover;
        background-position: center;
    }

    .random_container_text {
        color: dodgerblue !important;
        margin: 0;
        font-size: 80px !important;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        /*    left: 40%;*/
        transform: translateY(-230%);
        z-index: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .parallax-detail_text {
        font-size: 35px !important;
    }

    .parallax-detail_margin {
        color: dodgerblue !important;
        /* margin:0;*/
        margin-top: 180px;
        /*        width: 100%;*/
        text-align: center;
        position: absolute;
        top: 60%;
        /*   left: 20%;*/
        transform: translateY(-200%);
        z-index: 1;
        white-space: nowrap;
    }

        .parallax-detail_margin span {
            position: relative;
            display: block;
            margin-top: 30px;
        }

    .wave_desktop {
        display: none;
    }
}

@media (min-width:300px) and (max-width:600px) {
    .image-container {
        padding-bottom: 100%;
        /*    background: black;*/
        position: relative;
        overflow: hidden;
        z-index: 2;
        width: 100%;
        /*     background-image: url("https://images.unsplash.com/photo-1593642634524-b40b5baae6bb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80"); */
        background-size: cover;
        background-position: center;
    }

    .parallax-detail_margin span {
        position: relative;
        display: block;
        margin-top: 10px;
    }

    .wave_mobile {
        display: none;
    }
}

.random_container_text.text-dark {
    color: #0653a1 !important;
}

.random_container_text span {
    position: relative;
    display: block;
}

.parallax-title {
    transform: translateX(-38%);
}

.spacer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #ED553B;
}

.wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    color: white;
    font-family: sans-serif;
    background-color: #3CAEA3;
}

    .wrapper h3 {
        z-index: 1000
    }

.back {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #20639B;
    border-radius: 500px;
    z-index: 10
}


/*random circle section*/
@media (min-width: 300px) and (max-width: 360px) {
    .circle_section {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 121%;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);
        color: #fff;
        /*   clip-path: circle(0px at center center);*/
        /*     clip-path: circle(300px at center center); */
    }

    .parallax-detail_margin {
        color: dodgerblue !important;
        /* margin:0;*/
        margin-top: 70px;
        width: 1%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: -3%;
        transform: translateY(-200%);
        z-index: 1;
        white-space: nowrap;
    }

    .random_container_text {
        color: dodgerblue !important;
        margin: 0;
        /*       width: 1%;*/
        text-align: center;
        position: absolute;
        top: 30%;
        /*    left: 40%;*/
        transform: translateY(-230%);
        z-index: 1;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 30px !important;
    }

    .parallax-detail_text {
        font-size: 18px !important;
        margin-left: 20px;
    }
}

/*@media (min-width: 361px) and (max-width: 380px) {*/
@media only screen and (min-width: 361px) and (max-width: 380px) and (min-height: 812px) and (max-height:850px) {
    .circle_section {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 97%;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);
        color: #fff;
        /*           clip-path: circle(0px at center center);*/
        /*     clip-path: circle(300px at center center); */
    }

    .parallax-detail_margin {
        color: dodgerblue !important;
        /* margin:0;*/
        margin-top: 60px;
        width: 4%;
        text-align: center;
        position: absolute;
        top: 60%;
        /*   left: 20%;*/
        transform: translateY(-200%);
        z-index: 1;
        white-space: nowrap;
    }

    .random_container_text {
        color: dodgerblue !important;
        margin: 0;
        /*    width: 10%;*/
        text-align: center;
        position: absolute;
        top: 30%;
        /*    left: 40%;*/
        transform: translateY(-130%);
        z-index: 1;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 32px !important;
    }

    .parallax-detail_text {
        font-size: 18px !important;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 380px) and (min-height: 667px ) and (max-height:800px) {
    .circle_section {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 118%;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);
        color: #fff;
        /*   clip-path: circle(0px at center center);*/
        /*     clip-path: circle(300px at center center); */
    }

    .parallax-detail_margin {
        color: dodgerblue !important;
        /* margin:0;*/
        margin-top: 60px;
        width: 4%;
        text-align: center;
        position: absolute;
        top: 50%;
        /*   left: 20%;*/
        transform: translateY(-200%);
        z-index: 1;
        white-space: nowrap;
    }

    .random_container_text {
        color: dodgerblue !important;
        margin: 0;
        /*     width: 10%;*/
        text-align: center;
        position: absolute;
        top: 30%;
        /*    left: 40%;*/
        transform: translateY(-230%);
        z-index: 1;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 35px !important;
    }

    .parallax-detail_text {
        font-size: 18px !important;
        margin-left: 20px;
    }
}

@media (min-width: 381px) and (max-width: 420px) {
    .circle_section {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 111%;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);
        color: #fff;
        /*   clip-path: circle(0px at center center);*/
        /*     clip-path: circle(300px at center center); */
    }

    .parallax-detail_margin {
        color: dodgerblue !important;
        /* margin:0;*/
        margin-top: 60px;
        width: 4%;
        text-align: center;
        position: absolute;
        top: 50%;
        /*   left: 20%;*/
        transform: translateY(-200%);
        z-index: 1;
        white-space: nowrap;
    }

    .random_container_text {
        color: dodgerblue !important;
        margin: 0;
        /*   width: 10%;*/
        text-align: center;
        position: absolute;
        top: 30%;
        /*    left: 40%;*/
        transform: translateY(-230%);
        z-index: 1;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 35px !important;
    }

    .parallax-detail_text {
        font-size: 20px !important;
        margin-left: 20px;
    }
}

@media (min-width:600px) and (max-width:2000px) {
    .circle_section {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 92%;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);
        color: #fff;
        /*   clip-path: circle(0px at center center);*/
        /*     clip-path: circle(300px at center center); */
    }
}

.circle_container {
    position: relative;
    margin-top: 200vh;
    padding: 100px;
    background: #000000;
    color: #fff;
}

    .circle_container h2 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }

.circle_innerText {
    position: fixed;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 10vw;
    color: #fff;
    text-align: center;
    width: 100%;
}

.circle_text {
    position: fixed;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 10vw;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    text-align: center;
    width: 100%;
}

/*    @media screen and (min-width: 300px) and (max-width: 800px) {
        .circle_innerText, .circle_text {
            font-size: 3.5em;
        }

        .circle_container p {
            font-size: 1.5em;
            font-weight: 500;
            letter-spacing: 1.5px;
            width: 100%;
        }

        .circle_container h2 {
            font-size: 2em;
            margin-bottom: 50px;
        }
    }*/

/*this can help you with*/


#this_can_help_panel:before {
    content: "";
    /*  background: linear-gradient(to right, #7171fb, #729ce9, #79e9e1);*/
    background: linear-gradient(0deg,rgba(146,221,251,1) 11%,rgba(240,248,255,1) 64%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.this_can_help_waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave_1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave_2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave_3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@media screen and (min-width: 1367px) and (max-width: 2000px) {

    #this_can_help {
        display: flex;
        /*  justify-content: center;*/
        margin-left: 15%;
        align-items: center;
        padding: 0.6rem 0;
        font-size: 6.25vmax !important;
        margin-top: 5%;
    }

    #this_can_help_panel {
        width: 100%;
        /*    background: url("../img/hero-bg.jpg");*/
        position: relative;
        padding: 20px 0 0 0;
    }

    .round {
        position: relative;
        width: 25.6rem;
        height: 25.6rem;
        font-size: 6.25vmax !important;
    }

        .round:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px dashed #2f9fbb !important;
            border-radius: 50%;
            -webkit-animation: rotate 50s both linear infinite;
            animation: rotate 50s both linear infinite;
            font-size: 6.25vmax !important;
        }

        .round .item {
            position: absolute;
            top: -90%;
            width: 90px;
            left: 50%;
            -webkit-animation: transformFadeIn 1s 0.2s both;
            animation: transformFadeIn 1s 0.2s both;
            font-size: 6.25vmax !important;
        }

            .round .item.active .inner {
                box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
                font-size: 6.25vmax !important;
                transform: translate(-50%, -50%) scale(1.2);
            }
                /*
    .item:active {
        box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
        font-size: 6.25vmax !important;
        transform: translate(-50%, -50%) scale(1.2);
    }*/

                .round .item.active .inner:after {
                    width: 20%;
                    height: 20%;
                    font-size: 6.25vmax !important;
                    opacity: 1;
                }

        .round .inner.active {
            /*         box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5) !important;*/
            font-size: 6.25vmax !important;
            /*transform: translate(-50%, -50%) scale(1.2) !important;*/
            /*            transform: translate(-0%, -0%) scale(1.2) !important;*/
            width: 9.2rem;
            height: 9.2rem;
        }

        .round .inner {
            position: absolute;
            top: 20%;
            /* left: 50%; */
            transform: translate(-50%, -150%);
            width: 8rem;
            height: 8rem;
            border-radius: 50%;
            /* box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 70%); */
            cursor: pointer;
            font-size: 6.25vmax !important;
            transition: all 0.3s;
            box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
            backdrop-filter: blur(0px) !important;
            -webkit-backdrop-filter: blur(0px) !important;
            border: 1px solid rgba(0, 180, 255, 0.1) !important;
        }

            .round .inner:after {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                top: 72%;
                width: 20px !important;
                height: 20px !important;
                border-radius: inherit;
                background-color: #00b4ff !important;
                opacity: 0.1;
                font-size: 6.25vmax !important;
                transition: all 0.3s;
            }

        .round img {
            display: block !important;
            width: 50px !important;
            height: 60px !important;
            padding-top: 10px;
            margin: auto;
            height: 65px;
            font-size: 6.25vmax !important;
            /*  border-radius: inherit !important;*/
        }

    .this_can_help_info_div {
        /*margin-left: 5%;*/
        height: 10rem;
        padding-top: 30px;
        /*        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;*/
        box-shadow: 5px 5px #fff;
        width: 43rem;
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid #fff !important;
        border-radius: 50px;
        border-top-right-radius: 0;
    }

    .this_can_help_info h2 {
        margin-left: 5%;
        width: 40.5rem;
        /*        height:200px;
        padding-top:30px;*/
        font-size: 25px !important;
        font-family: Roboto,sans-serif !important;
        /*        font-style: italic;*/
        /*background: #fff;*/
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        font-weight: 500;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    .this_can_help_info .img-box {
        display: inline-block;
        position: relative;
        margin-bottom: 0.1rem;
        -webkit-animation: fadeInFromTop 0.5s both;
        animation: fadeInFromTop 0.5s both;
        font-size: 6.25vmax !important;
    }

        .this_can_help_info .img-box:after {
            content: "";
            position: absolute;
            bottom: 0.12rem;
            right: 0.1rem;
            width: 100%;
            height: 100%;
            border: 1px dashed #007bff !important;
            -webkit-animation: scaleUp 0.3s 0.1s both;
            animation: scaleUp 0.3s 0.1s both;
            font-size: 6.25vmax !important;
        }

        .this_can_help_info .img-box .picture_img {
            display: inline-block;
            box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
            font-size: 6.25vmax !important;
            max-width: unset !important;
            width: 6.8rem !important;
            height: 6.8rem !important;
        }

    .this_can_help_info .row {
        margin-bottom: 0.1rem;
        -webkit-animation: fadeInFromTop 0.5s both;
        font-size: 6.25vmax !important;
        animation: fadeInFromTop 0.5s both;
        /*          transform: translate(190px,170px);*/
    }

        .this_can_help_info .row:nth-of-type(2) {
            -webkit-animation-delay: 0.25s;
            font-size: 6.25vmax !important;
            animation-delay: 0.25s;
        }

        .this_can_help_info .row:nth-of-type(3) {
            -webkit-animation-delay: 0.5s;
            font-size: 6.25vmax !important;
            animation-delay: 0.5s;
        }

        .this_can_help_info .row:nth-of-type(4) {
            -webkit-animation-delay: 0.75s;
            font-size: 6.25vmax !important;
            animation-delay: 0.75s;
        }

        .this_can_help_info .row:nth-of-type(5) {
            font-size: 6.25vmax !important;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

    .this_can_help_info .title {
        font-size: 1.1em;
        font-weight: bold;
        color: #d58d09;
        font-size: 6.25vmax !important;
    }

        .this_can_help_info .title:before {
            content: "# ";
            font-size: 6.25vmax !important;
        }

    .this_can_help_info .content {
        opacity: 0.8;
        font-size: 1.6vmax !important;
        font-weight: 500;
    }

    .this_can_help_heading {
        transform: translate(-25px,-100px);
        color: black;
        font-size: 14px;
        margin-top: 90% !important;
        margin-left: 40%;
    }

    @-webkit-keyframes transformFadeIn {
        from {
            opacity: 0;
            transform: none;
        }
    }

    @keyframes transformFadeIn {
        from {
            opacity: 0;
            transform: none;
        }
    }

    @-webkit-keyframes fadeInFromTop {
        from {
            opacity: 0;
            transform: translateY(-0.2rem);
        }
    }

    @keyframes fadeInFromTop {
        from {
            opacity: 0;
            transform: translateY(-0.2rem);
        }
    }

    @-webkit-keyframes scaleUp {
        from {
            opacity: 0;
            transform: scale(0.3);
        }
    }

    @keyframes scaleUp {
        from {
            opacity: 0;
            transform: scale(0.3);
        }
    }

    @-webkit-keyframes rotate {
        to {
            transform: rotate(360deg);
        }
    }

    @keyframes rotate {
        to {
            transform: rotate(360deg);
        }
    }

    .community_info_title {
        color: #1a1a1a !important;
        font-weight: 600;
        line-height: 1.4 !important;
        padding-top: 50px;
    }

    .growthhacks_margin {
        margin-top: 15%;
        margin-bottom: 8%;
    }

    .maintenance_bottom_div {
        margin-top: 15%;
    }

    .maintenance_title {
        font-size: 36px !important;
        font-weight: 600;
        color: #696b6c !important;
    }

    .this_can_help_circle {
        padding-left: 8%;
    }
    /* popup social icon*/

    .popup_social_icon li {
        display: inline-block;
        margin-left: 20px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1366px) {

    #this_can_help {
        display: flex;
        /*  justify-content: center;*/
        /* margin-left:8%;*/
        align-items: center;
        padding: 0.6rem 0;
        font-size: 6.25vmax !important;
        margin-top: 5%;
    }

    #this_can_help_panel {
        width: 100%;
        /*    background: url("../img/hero-bg.jpg");*/
        position: relative;
        padding: 20px 0 0 0;
    }

    .round {
        position: relative;
        width: 25.6rem;
        height: 25.6rem;
        font-size: 6.25vmax !important;
    }

        .round:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px dashed #2f9fbb !important;
            border-radius: 50%;
            -webkit-animation: rotate 50s both linear infinite;
            animation: rotate 50s both linear infinite;
            font-size: 6.25vmax !important;
        }

        .round .item {
            position: absolute;
            top: -90%;
            width: 90px;
            left: 50%;
            -webkit-animation: transformFadeIn 1s 0.2s both;
            animation: transformFadeIn 1s 0.2s both;
            font-size: 6.25vmax !important;
        }

            .round .item.active .inner {
                box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
                font-size: 6.25vmax !important;
                transform: translate(-50%, -50%) scale(1.2);
            }
                /*
    .item:active {
        box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
        font-size: 6.25vmax !important;
        transform: translate(-50%, -50%) scale(1.2);
    }*/

                .round .item.active .inner:after {
                    width: 20%;
                    height: 20%;
                    font-size: 6.25vmax !important;
                    opacity: 1;
                }

        .round .inner.active {
            /*         box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5) !important;*/
            font-size: 6.25vmax !important;
            /*transform: translate(-50%, -50%) scale(1.2) !important;*/
            /*            transform: translate(-0%, -0%) scale(1.2) !important;*/
            width: 9.2rem;
            height: 9.2rem;
        }

        .round .inner {
            position: absolute;
            top: 20%;
            /* left: 50%; */
            transform: translate(-50%, -150%);
            width: 8rem;
            height: 8rem;
            border-radius: 50%;
            /* box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 70%); */
            cursor: pointer;
            font-size: 6.25vmax !important;
            transition: all 0.3s;
            box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
            backdrop-filter: blur(0px) !important;
            -webkit-backdrop-filter: blur(0px) !important;
            border: 1px solid rgba(0, 180, 255, 0.1) !important;
        }

            .round .inner:after {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                top: 72%;
                width: 20px !important;
                height: 20px !important;
                border-radius: inherit;
                background-color: #00b4ff !important;
                opacity: 0.1;
                font-size: 6.25vmax !important;
                transition: all 0.3s;
            }

        .round img {
            display: block !important;
            width: 50px !important;
            height: 60px !important;
            padding-top: 10px;
            margin: auto;
            height: 65px;
            font-size: 6.25vmax !important;
            /*  border-radius: inherit !important;*/
        }

    .this_can_help_info_div {
        /*margin-left: 5%;*/
        height: 10rem;
        padding-top: 30px;
        /*        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;*/
        box-shadow: 5px 5px #fff;
        width: 43rem;
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid #fff !important;
        border-radius: 50px;
        border-top-right-radius: 0;
    }

    .this_can_help_info h2 {
        margin-left: 5%;
        width: 40.5rem;
        /*        height:200px;
        padding-top:30px;*/
        font-size: 25px !important;
        font-family: Roboto,sans-serif !important;
        /*        font-style: italic;*/
        /*background: #fff;*/
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        font-weight: 500;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    .this_can_help_info .img-box {
        display: inline-block;
        position: relative;
        margin-bottom: 0.1rem;
        -webkit-animation: fadeInFromTop 0.5s both;
        animation: fadeInFromTop 0.5s both;
        font-size: 6.25vmax !important;
    }

        .this_can_help_info .img-box:after {
            content: "";
            position: absolute;
            bottom: 0.12rem;
            right: 0.1rem;
            width: 100%;
            height: 100%;
            border: 1px dashed #007bff !important;
            -webkit-animation: scaleUp 0.3s 0.1s both;
            animation: scaleUp 0.3s 0.1s both;
            font-size: 6.25vmax !important;
        }

        .this_can_help_info .img-box .picture_img {
            display: inline-block;
            box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
            font-size: 6.25vmax !important;
            max-width: unset !important;
            width: 6.8rem !important;
            height: 6.8rem !important;
        }

    .this_can_help_info .row {
        margin-bottom: 0.1rem;
        -webkit-animation: fadeInFromTop 0.5s both;
        font-size: 6.25vmax !important;
        animation: fadeInFromTop 0.5s both;
        /*          transform: translate(190px,170px);*/
    }

        .this_can_help_info .row:nth-of-type(2) {
            -webkit-animation-delay: 0.25s;
            font-size: 6.25vmax !important;
            animation-delay: 0.25s;
        }

        .this_can_help_info .row:nth-of-type(3) {
            -webkit-animation-delay: 0.5s;
            font-size: 6.25vmax !important;
            animation-delay: 0.5s;
        }

        .this_can_help_info .row:nth-of-type(4) {
            -webkit-animation-delay: 0.75s;
            font-size: 6.25vmax !important;
            animation-delay: 0.75s;
        }

        .this_can_help_info .row:nth-of-type(5) {
            font-size: 6.25vmax !important;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

    .this_can_help_info .title {
        font-size: 1.1em;
        font-weight: bold;
        color: #d58d09;
        font-size: 6.25vmax !important;
    }

        .this_can_help_info .title:before {
            content: "# ";
            font-size: 6.25vmax !important;
        }

    .this_can_help_info .content {
        opacity: 0.8;
        font-size: 1.6vmax !important;
        font-weight: 500;
    }

    .this_can_help_heading {
        transform: translate(-25px,-100px);
        color: black;
        font-size: 14px;
        margin-top: 90% !important;
        margin-left: 40%;
    }

    @-webkit-keyframes transformFadeIn {
        from {
            opacity: 0;
            transform: none;
        }
    }

    @keyframes transformFadeIn {
        from {
            opacity: 0;
            transform: none;
        }
    }

    @-webkit-keyframes fadeInFromTop {
        from {
            opacity: 0;
            transform: translateY(-0.2rem);
        }
    }

    @keyframes fadeInFromTop {
        from {
            opacity: 0;
            transform: translateY(-0.2rem);
        }
    }

    @-webkit-keyframes scaleUp {
        from {
            opacity: 0;
            transform: scale(0.3);
        }
    }

    @keyframes scaleUp {
        from {
            opacity: 0;
            transform: scale(0.3);
        }
    }

    @-webkit-keyframes rotate {
        to {
            transform: rotate(360deg);
        }
    }

    @keyframes rotate {
        to {
            transform: rotate(360deg);
        }
    }

    .community_info_title {
        color: #1a1a1a !important;
        font-weight: 600;
        line-height: 1.4 !important;
        padding-top: 50px;
    }

    .growthhacks_margin {
        margin-top: 15%;
        margin-bottom: 8%;
    }

    .maintenance_bottom_div {
        margin-top: 15%;
    }

    .maintenance_title {
        font-size: 36px !important;
        font-weight: 600;
        color: #696b6c !important;
    }

    .this_can_help_circle {
        padding-left: 8%;
    }
    /* popup social icon*/

    .popup_social_icon li {
        display: inline-block;
        margin-left: 20px;
    }
}

@media (min-width: 300px) and (max-width: 360px) {
    .round .inner {
        position: absolute;
        top: -20%;
        /* left: 50%; */
        transform: translate(-50%, -50%);
        width: 6.8rem;
        height: 6.8rem;
        border-radius: 50%;
        box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 70%);
        cursor: pointer;
        font-size: 6.25vmax !important;
        transition: all 0.3s;
        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid rgba(0, 180, 255, 0.1) !important;
    }

    .round {
        position: relative;
        margin-left: 19%;
        width: 13.8rem;
        height: 13.8rem;
        font-size: 6.25vmax !important;
    }

    .this_can_help_info_div {
        margin-left: 4%;
        margin-top: 30%;
        height: 10rem;
        width: 21rem;
        padding-top: 30px;
        /*        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;*/
        box-shadow: 5px 5px #fff;
        /*  width: 60rem;*/
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid #fff !important;
        border-radius: 50px;
        border-top-right-radius: 0;
    }

    .this_can_help_info h2 {
        margin-left: 5%;
        font-size: 17px !important;
        font-family: Roboto,sans-serif !important;
        /*        font-style: italic;*/
        font-weight: 500;
        /* background: #fff;*/
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    /* popup social icon*/

    .popup_social_icon li {
        display: inline-block;
        margin-left: 10px;
    }
}

@media (min-width: 361px) and (max-width: 380px) {

    .round .inner {
        position: absolute;
        top: -20%;
        /* left: 50%; */
        transform: translate(-50%, -50%);
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        /*   box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 70%);*/
        box-shadow: 5px 5px #fff;
        cursor: pointer;
        font-size: 6.25vmax !important;
        transition: all 0.3s;
        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid rgba(0, 180, 255, 0.1) !important;
    }

    .round {
        position: relative;
        margin-left: 20%;
        width: 14.8rem;
        height: 14.8rem;
        font-size: 6.25vmax !important;
    }

    .this_can_help_info_div {
        margin-left: 4%;
        margin-top: 30%;
        height: 10rem;
        width: 22rem;
        padding-top: 30px;
        /*    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;*/
        box-shadow: 5px 5px #fff;
        /*  width: 60rem;*/
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid #fff !important;
        border-radius: 50px;
        border-top-right-radius: 0;
    }

    .this_can_help_info h2 {
        margin-left: 5%;
        font-size: 18px !important;
        font-family: Roboto,sans-serif !important;
        /*        font-style: italic;*/
        font-weight: 500;
        /*background: #fff;*/
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }
    /* popup social icon*/

    .popup_social_icon li {
        display: inline-block;
        margin-left: 10px;
    }
}

@media (min-width: 381px) and (max-width: 420px) {

    .round .inner {
        position: absolute;
        top: -20%;
        /* left: 50%; */
        transform: translate(-50%, -50%);
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 70%);
        cursor: pointer;
        font-size: 6.25vmax !important;
        transition: all 0.3s;
        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid rgba(0, 180, 255, 0.1) !important;
    }

    .round {
        position: relative;
        margin-left: 20%;
        width: 15.6rem;
        height: 15.6rem;
        font-size: 6.25vmax !important;
    }

    .this_can_help_info_div {
        margin-left: 4%;
        margin-top: 30%;
        height: 10rem;
        width: 24rem;
        padding-top: 30px;
        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
        /*  width: 60rem;*/
        backdrop-filter: blur(0px) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        border: 1px solid #fff !important;
        border-radius: 50px;
        border-top-right-radius: 0;
    }

    .this_can_help_info h2 {
        margin-left: 5%;
        font-size: 19px !important;
        font-family: Roboto,sans-serif !important;
        /*        font-style: italic;*/
        font-weight: 500;
        /* background: #fff;*/
        background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }
    /* popup social icon*/

    .popup_social_icon li {
        display: inline-block;
        margin-left: 10px;
    }
}

@media screen and (min-width: 300px) and (max-width: 599px) {

    #this_can_help {
        /*   display: flex;*/
        justify-content: center;
        align-items: center;
        padding: 0.6rem 0;
        font-size: 6.25vmax !important;
        margin-top: 10%;
    }

    #this_can_help_panel {
        width: 100%;
        /*    background: url("../img/hero-bg.jpg");*/
        position: relative;
        padding: 80px 0 0 0;
    }

    .round:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px dashed #2f9fbb !important;
        border-radius: 50%;
        -webkit-animation: rotate 50s both linear infinite;
        animation: rotate 50s both linear infinite;
        font-size: 6.25vmax !important;
    }

    .round .item.active .inner {
        box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
        font-size: 6.25vmax !important;
        transform: translate(-50%, -50%) scale(1.2);
    }

        .round .item.active .inner:after {
            width: 20%;
            height: 20%;
            font-size: 6.25vmax !important;
            opacity: 1;
        }

    .round .inner:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        top: 72%;
        width: 20px !important;
        height: 20px !important;
        border-radius: inherit;
        background-color: #00b4ff !important;
        opacity: 0.1;
        font-size: 6.25vmax !important;
        transition: all 0.3s;
    }

    .round img {
        display: block !important;
        width: 50px !important;
        height: 55px !important;
        padding-top: 10px;
        margin: auto;
        font-size: 6.25vmax !important;
        /*  border-radius: inherit !important;*/
    }

    .this_can_help_info {
        width: 100%;
    }

        .this_can_help_info .img-box {
            display: inline-block;
            position: relative;
            margin-bottom: 0.1rem;
            -webkit-animation: fadeInFromTop 0.5s both;
            animation: fadeInFromTop 0.5s both;
            font-size: 6.25vmax !important;
        }

            .this_can_help_info .img-box:after {
                content: "";
                position: absolute;
                bottom: 0.12rem;
                right: 0.1rem;
                width: 100%;
                height: 100%;
                border: 1px dashed #007bff !important;
                -webkit-animation: scaleUp 0.3s 0.1s both;
                animation: scaleUp 0.3s 0.1s both;
                font-size: 6.25vmax !important;
            }

            .this_can_help_info .img-box .picture_img {
                display: inline-block;
                box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
                font-size: 6.25vmax !important;
                max-width: unset !important;
                width: 6.8rem !important;
                height: 6.8rem !important;
            }

        .this_can_help_info .row {
            margin-bottom: 0.1rem;
            -webkit-animation: fadeInFromTop 0.5s both;
            font-size: 6.25vmax !important;
            animation: fadeInFromTop 0.5s both;
            transform: translate(190px,170px);
        }

            .this_can_help_info .row:nth-of-type(2) {
                -webkit-animation-delay: 0.25s;
                font-size: 6.25vmax !important;
                animation-delay: 0.25s;
            }

            .this_can_help_info .row:nth-of-type(3) {
                -webkit-animation-delay: 0.5s;
                font-size: 6.25vmax !important;
                animation-delay: 0.5s;
            }

            .this_can_help_info .row:nth-of-type(4) {
                -webkit-animation-delay: 0.75s;
                font-size: 6.25vmax !important;
                animation-delay: 0.75s;
            }

            .this_can_help_info .row:nth-of-type(5) {
                font-size: 6.25vmax !important;
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

        .this_can_help_info .title {
            font-size: 1.1em;
            font-weight: bold;
            color: #d58d09;
            font-size: 6.25vmax !important;
        }

            .this_can_help_info .title:before {
                content: "# ";
                font-size: 6.25vmax !important;
            }

        .this_can_help_info .content {
            opacity: 0.8;
            font-size: 1.6vmax !important;
            font-weight: 500;
        }

    .this_can_help_heading {
        transform: translate(1px,-18px);
        width: 70px;
        font-size: 13px;
        color: black;
    }

    @-webkit-keyframes transformFadeIn {
        from {
            opacity: 0;
            transform: none;
        }
    }

    @keyframes transformFadeIn {
        from {
            opacity: 0;
            transform: none;
        }
    }

    @-webkit-keyframes fadeInFromTop {
        from {
            opacity: 0;
            transform: translateY(-0.2rem);
        }
    }

    @keyframes fadeInFromTop {
        from {
            opacity: 0;
            transform: translateY(-0.2rem);
        }
    }

    @-webkit-keyframes scaleUp {
        from {
            opacity: 0;
            transform: scale(0.3);
        }
    }

    @keyframes scaleUp {
        from {
            opacity: 0;
            transform: scale(0.3);
        }
    }

    @-webkit-keyframes rotate {
        to {
            transform: rotate(360deg);
        }
    }

    @keyframes rotate {
        to {
            transform: rotate(360deg);
        }
    }

    .hacks_mobileview {
        display: none;
    }

    .community_info_title {
        color: #1a1a1a !important;
        font-size: 25px;
        font-weight: 550;
        line-height: 1.4 !important;
    }

    .growthhacks_margin {
        margin-top: 39%;
    }

    .maintenance_text_div {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .maintenance_title {
        font-size: 26px !important;
        font-weight: 600;
        margin-bottom: 3%;
        color: #696b6c !important;
    }

    .this_can_help_mobile {
        display: none;
    }
}

/*whatsapp*/

.whatsapp_card_img {
    width: 50%;
    margin-left: 25%;
}
/* newsletter popup*/
.newsletter_popup_img {
    display: inline-block;
    width: 20%;
}

.footer-popup-text {
    font-size: 14px !important;
    color: hsl(44, 0%, 26%) !important;
}

.newsletter_popup_body {
    width: 300px;
    height: 200px !important;
    border-radius: 0.9rem !important;
}

@media (min-width: 300px) and (max-width: 360px) {
    .newsletter_popup_header {
        border-bottom: none !important;
        margin-right: 10px !important;
    }

    .newsletter_modal_dialog {
        width: 260px !important;
        margin-left: 15%;
    }

    .selector {
        position: absolute;
        left: 50%;
        width: 140px;
        height: 140px;
        margin-top: 20%;
        margin-left: -70px;
    }

    .round .item {
        position: absolute;
        top: 80%;
        left: 50%;
        -webkit-animation: transformFadeIn 1s 0.2s both;
        animation: transformFadeIn 1s 0.2s both;
        font-size: 6.25vmax !important;
    }

    /*popup*/

    .popup-img {
        display: inline-block;
        width: 140px;
    }

    .popup-body {
        height: 650px !important;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        padding-bottom: 1.4rem;
        padding-top: 0;
    }

    .modal-body-padding {
        padding: 0rem !important;
    }

    .maintenance_bottom_div {
        margin-top: 55%;
    }
}

@media only screen and (min-width: 361px) and (max-width: 380px) and (min-height: 667px ) and (max-height:800px) {
    .newsletter_popup_header {
        border-bottom: none !important;
        margin-right: 10px !important;
    }

    .newsletter_modal_dialog {
        width: 260px !important;
        margin-left: 15%;
    }

    .selector {
        position: absolute;
        left: 50%;
        width: 140px;
        height: 140px;
        margin-top: 20%;
        margin-left: -70px;
    }

    .round .item {
        position: absolute;
        top: 80%;
        left: 49%;
        -webkit-animation: transformFadeIn 1s 0.2s both;
        animation: transformFadeIn 1s 0.2s both;
        font-size: 6.25vmax !important;
    }

    /*popup*/

    .popup-img {
        display: inline-block;
        width: 150px;
    }

    .popup-body {
        height: 650px !important;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.4rem;
        padding-top: 0;
    }

    .maintenance_bottom_div {
        margin-top: 55%;
    }
}

@media only screen and (min-width: 361px) and (max-width: 380px) and (min-height: 812px) and (max-height:850px) {
    .newsletter_popup_header {
        border-bottom: none !important;
        margin-right: 10px !important;
    }

    .newsletter_modal_dialog {
        width: 260px !important;
        margin-left: 15%;
    }

    .selector {
        position: absolute;
        left: 50%;
        width: 140px;
        height: 140px;
        margin-top: 20%;
        margin-left: -70px;
    }

    .round .item {
        position: absolute;
        top: 80%;
        left: 49%;
        -webkit-animation: transformFadeIn 1s 0.2s both;
        animation: transformFadeIn 1s 0.2s both;
        font-size: 6.25vmax !important;
    }

    /*popup*/

    .popup-img {
        display: inline-block;
        width: 200px;
        margin-bottom: 20px;
    }

    .popup-body {
        height: 700px !important;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        padding-bottom: 1.4rem;
        padding-top: 0;
    }

    .maintenance_bottom_div {
        margin-top: 95%;
    }
}


@media (min-width: 381px) and (max-width: 420px) {
    .newsletter_popup_header {
        border-bottom: none !important;
        margin-right: 10px !important;
    }

    .newsletter_modal_dialog {
        width: 260px !important;
        margin-left: 20%;
    }

    .selector {
        position: absolute;
        left: 50%;
        width: 140px;
        height: 140px;
        margin-top: 20%;
        margin-left: -70px;
    }

    .round .item {
        position: absolute;
        top: 80%;
        left: 50%;
        -webkit-animation: transformFadeIn 1s 0.2s both;
        animation: transformFadeIn 1s 0.2s both;
        font-size: 6.25vmax !important;
    }

    /*popup*/

    .popup-img {
        display: inline-block;
        width: 200px;
        /*            margin-bottom: 20px;*/
    }

    .popup-body {
        height: 650px !important;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        padding-bottom: 1.4rem;
        padding-top: 0;
    }

    .maintenance_bottom_div {
        margin-top: 55%;
    }
}

@media screen and (min-width: 600px) and (max-width: 2000px) {
    .newsletter_popup_header {
        border-bottom: none !important;
    }

    .newsletter_modal_dialog {
        width: 260px !important;
    }

    .selector {
        position: absolute;
        left: 50%;
        width: 140px;
        height: 140px;
        margin-top: 30%;
        margin-left: -70px;
    }
}

/* main goals*/

.main_goal_text {
    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*hacks btn*/
.hacks_discount {
    margin-left: 4px;
    font-size: 14px;
    text-decoration: line-through;
}

.hacks_button {
    font-weight: 500;
    font-size: 17px !important;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    background: linear-gradient(to right, #11998e, #38ef7d);
    transition: 0.5s;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

    /*.hacks_button::before {
        content: '';
        width: 0;
        height: 3em;
        border-radius: 30em;
        position: absolute;
        top: 0;
        left: 0;*/
    /*background-color: #007bff;*/
    /*background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%);
        transition: .5s ease;
        display: block;
        z-index: -1;
    }*/

    .hacks_button:hover {
        color: #fff !important;
        background-position: right center;
    }

/*.hacks_button:hover::before {
            width: 10em;
        }*/

/* community */

.slider-item-community {
    display: unset !important;
}


@media screen and (min-width: 600px) and (max-width: 2000px) {
    .programme-div {
        position: relative;
        width: 40rem;
    }

    .motivation-div {
        position: relative;
        width: 41rem;
    }

        .motivation-div span {
            font-size: 60px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .motivation-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 50%;
                margin-left: 15px;
                top: 50%;
            }


    .programme-div span {
        font-size: 60px;
        font-weight: 500;
        background: -webkit-linear-gradient(#00b4ff,#57ddff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -50px;
        display: block;
        /*        margin-left: 10%;*/
    }

        .programme-div span::after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: #00b4ff;
            width: 80%;
            margin-left: 15px;
            top: 50%;
        }

    .reflection_padding {
        padding-top: 80px;
        padding-bottom: 8%;
        background-color: #7f5a83;
        background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);

    }

    .upcoming-workshop-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .upcoming-workshop-div span {
            font-size: 45px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*    margin-left: 10%;*/
        }

            .upcoming-workshop-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 25%;
                margin-left: 15px;
                top: 50%;
            }

    /* carousel community*/
    .carousel-img {
        height: 300px;
        margin: auto;
        width: 50% !important;
        border-radius: 25% 10%;
    }

    .community-card {
        height: 200px;
        width: 340px;
        margin-left: 5%;
        background-color: azure;
        position: absolute;
        border-radius: 25% 10%;
        border: 1px solid rgba(30,186,220,.5);
        padding: 2px 0 25px 30px !important;
    }

    .carousel-community-card {
        left: 15% !important;
        /*        margin-top: -7% !important;*/
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        position: unset !important;
        right: unset !important;
        bottom: unset !important;
    }

    .community-div {
        height: 600px;
        padding-top: 30px;
        margin-top: 8% !important;
    }

    .community-header-margin {
        margin-top: 3%;
    }

    .carousel-card-title {
        font-size: 18px !important;
    }

    .slider-wrap-community {
        padding-top: 60px !important;
    }

    .carousel-icon-img {
        border-radius: 50%;
        height: 50px !important;
        width: 50px !important;
        margin-top: -5% !important;
    }

    .carousel-card-question {
        font-size: 16px !important;
        margin-left: 30px;
    }
}

@media screen and (min-width: 300px) and (max-width: 360px) {
    .programme-div {
        position: relative;
        /*        width: 40rem;*/
    }

    .motivation-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .motivation-div span {
            font-size: 30px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .motivation-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 5%;
                margin-left: 15px;
                top: 50%;
            }


    .programme-div span {
        font-size: 30px;
        font-weight: 500;
        background: -webkit-linear-gradient(#00b4ff,#57ddff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -50px;
        display: block;
        /*     margin-left: 10%;*/
    }

        .programme-div span::after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: #00b4ff;
            width: 28%;
            margin-left: 15px;
            top: 50%;
        }

    .reflection_padding {
        padding-top: 20px;
        background-color: #7f5a83;
        background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    }

    .motivation_padding {
        padding-top: 140px;
    }

    .upcoming-workshop-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .upcoming-workshop-div span {
            font-size: 25px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .upcoming-workshop-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 5%;
                margin-left: 15px;
                top: 50%;
            }

    /* carousel community*/
    .carousel-img {
        height: 200px;
        margin-left: 2%;
        width: 65% !important;
        border-radius: 25% 10%;
    }

    .community-card {
        height: 230px;
        width: 235px;
        margin-left: 19%;
        background-color: azure;
        position: absolute;
        border-radius: 25% 10%;
        border: 1px solid rgba(30,186,220,.5);
        padding: 20px 0 25px 30px !important;
    }

    .carousel-community-card {
        left: 15% !important;
        margin-top: -15% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        position: unset !important;
        right: unset !important;
        bottom: unset !important;
    }

    .community-div {
        height: 950px;
        padding-top: 30px;
        margin-top: 50px !important;
    }

    .community-header-margin {
        margin-top: 15%;
    }

    .carousel-card-title {
        font-size: 18px !important;
    }

    .slider-wrap-community {
        padding-top: 50px !important;
        margin-left: 10px !important;
    }

    .carousel-icon-img {
        border-radius: 50%;
        height: 50px !important;
        width: 50px !important;
        margin-top: -20% !important;
    }

    .card-slider {
        width: unset !important;
    }

    .carousel-card-question {
        font-size: 16px !important;
    }
}


@media screen and (min-width: 361px) and (max-width: 380px) {
    .programme-div {
        position: relative;
        /*        width: 40rem;*/
    }

    .motivation-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .motivation-div span {
            font-size: 30px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .motivation-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 10%;
                margin-left: 15px;
                top: 50%;
            }


    .programme-div span {
        font-size: 30px;
        font-weight: 500;
        background: -webkit-linear-gradient(#00b4ff,#57ddff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -50px;
        display: block;
        /*     margin-left: 10%;*/
    }

        .programme-div span::after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: #00b4ff;
            width: 32%;
            margin-left: 15px;
            top: 50%;
        }

    .reflection_padding {
        padding-top: 20px;
        background-color: #7f5a83;
        background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    }

    .motivation_padding {
        padding-top: 140px;
    }

    .upcoming-workshop-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .upcoming-workshop-div span {
            font-size: 25px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .upcoming-workshop-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 10%;
                margin-left: 15px;
                top: 50%;
            }

    /* carousel community*/
    .carousel-img {
        height: 200px;
        margin-left: 2%;
        width: 65% !important;
        border-radius: 25% 10%;
    }

    .community-card {
        height: 230px;
        width: 245px;
        margin-left: 19%;
        background-color: azure;
        position: absolute;
        border-radius: 25% 10%;
        border: 1px solid rgba(30,186,220,.5);
        padding: 20px 0 25px 30px !important;
    }

    .carousel-community-card {
        left: 15% !important;
        margin-top: -15% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        position: unset !important;
        right: unset !important;
        bottom: unset !important;
    }

    .community-div {
        height: 900px;
        padding-top: 30px;
        margin-top: 60px !important;
    }

    .community-header-margin {
        margin-top: 15%;
    }

    .carousel-card-title {
        font-size: 18px !important;
    }

    .slider-wrap-community {
        padding-top: 50px !important;
        margin-left: 10px !important;
    }

    .carousel-icon-img {
        border-radius: 50%;
        height: 50px !important;
        width: 50px !important;
        margin-top: -20% !important;
    }

    .card-slider {
        width: unset !important;
    }

    .carousel-card-question {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 381px) and (max-width: 420px) {
    .programme-div {
        position: relative;
        /*        width: 40rem;*/
    }

    .motivation-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .motivation-div span {
            font-size: 30px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .motivation-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 14%;
                margin-left: 15px;
                top: 50%;
            }


    .programme-div span {
        font-size: 30px;
        font-weight: 500;
        background: -webkit-linear-gradient(#00b4ff,#57ddff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -50px;
        display: block;
        /*     margin-left: 10%;*/
    }

        .programme-div span::after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: #00b4ff;
            width: 35%;
            margin-left: 15px;
            top: 50%;
        }

    .reflection_padding {
        padding-top: 20px;
        background-color: #7f5a83;
        background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    }

    .motivation_padding {
        padding-top: 140px;
    }

    .upcoming-workshop-div {
        position: relative;
        /*     width: 41rem;*/
    }

        .upcoming-workshop-div span {
            font-size: 25px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*            margin-left: 10%;*/
        }

            .upcoming-workshop-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 13%;
                margin-left: 15px;
                top: 50%;
            }

    /* carousel community*/
    .carousel-img {
        height: 200px;
        margin-left: 5%;
        width: 65% !important;
        border-radius: 25% 10%;
    }

    .community-card {
        height: 230px;
        width: 290px;
        /*        margin-left: 19%;*/
        background-color: azure;
        position: absolute;
        border-radius: 25% 10%;
        border: 1px solid rgba(30,186,220,.5);
        padding: 20px 0 25px 30px !important;
    }

    .carousel-community-card {
        left: 15% !important;
        margin-top: -15% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        position: unset !important;
        right: unset !important;
        bottom: unset !important;
    }

    .community-div {
        height: 880px;
        padding-top: 30px;
        margin-top: 60px !important;
    }

    .community-header-margin {
        margin-top: 15%;
    }

    .carousel-card-title {
        font-size: 18px !important;
    }

    .slider-wrap-community {
        padding-top: 50px !important;
        margin-left: 10px !important;
    }

    .carousel-icon-img {
        border-radius: 50%;
        height: 50px !important;
        width: 50px !important;
        margin-top: -20% !important;
    }

    .card-slider {
        width: unset !important;
    }

    .carousel-card-question {
        font-size: 16px !important;
    }
}


.carousel-community {
    width: 40%;
    height: 500px !important;
    margin: auto;
}

.carousel-community-inner {
    overflow: unset !important;
}

.carousel-div-wrapper {
    position: relative;
}

.carousel-card-time {
    font-size: 14px;
}

.carousel-card-answer {
    margin-left: 30px;
    font-size: 10px !important;
    color: #a3a3a3 !important;
}


/* --------------- Owl Carousal Start --------------- */

.owl-slider {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

    .owl-slider .owl-stage {
        display: flex;
    }

    .owl-slider .slide img {
        width: 100%;
    }

    .owl-slider .disabled {
        display: none;
    }

.owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
    /*    height: 475px;*/
}

/*.owl-text {
    height: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .owl-text span {
        color: #000;
        font-size: 44px;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: -32px;
    }

    .owl-text button {
        background-color: transparent;
        border: 3px solid #afb1b4;
        border-radius: 6px;
        font-size: 30px;
        padding: 6px 48px;
        cursor: pointer;
        margin-top: 88px;
        color: #e4e4e4;
    }

        .owl-text button:hover {
            color: #fff;
            border: 3px solid #fff;
        }*/

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 2px;
    display: none !important;
}

    .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 6px;
        padding: 0;
        cursor: pointer;
        border-color: transparent;
        background-color: #fff;
    }

        .owl-dots .owl-dot.active {
            background-color: #69728c;
            outline: 0;
        }
/* --------------- Owl Carousal End --------------- */

/* community btn*/

.community-btn {
    position: relative;
    margin: auto;
    padding: 10px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
}

    .community-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 50px;
        background: #fff;
        width: 35px;
        height: 35px;
        transition: all 0.3s ease;
    }

    .community-btn span {
        position: relative;
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #234567;
    }

    .community-btn svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #234567;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .community-btn:hover:before {
        width: 100%;
        background: #fff;
    }

    .community-btn:hover svg {
        transform: translateX(0);
    }

    .community-btn:active {
        transform: scale(0.95);
    }

.breadcrumb {
    position: relative;
    z-index: 1;
    text-align: center
}

    .breadcrumb .breadcrumb_iner {
        height: 475px;
        width: 100%;
        display: table
    }

        .breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
            display: table-cell;
            vertical-align: middle
        }

            .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
                color: #fff;
                font-size: 100px;
                font-weight: 500;
                margin-bottom: 10px;
                text-transform: capitalize
            }

@media (max-width:576px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 50px
    }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    font-size: 15px;
    color: #fff
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
    margin: 0 5px;
    font-size: 12px
}

.breadcrumb {
    margin-bottom: 0 !important
}

.breadcrumb_bg {
    background-image: url(../img/breadcrumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* maintenance page */

.maintenance_div {
    margin-top: 5%;
}

.maintenance_text_div {
    margin-top: 10%;
}

.maintenance_email {
    color: #00b4ff;
}

.maintenance_description {
    color: #696b6c !important;
}

/**/

.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}

.important-link {
    font-size: 17px !important;
}

.icon-link {
    font-size: 17px !important;
}

.icon-size {
    width: 25px !important;
}

@media only screen and (min-width:300px) and (max-width:600px) {
    /* tools */

    .tools_option_header_text {
        color: #fff !important;
        font-size: 16px !important;
    }

    .tools_option_description_text {
        color: #fff !important;
        font-weight: 400 !important;
        font-size: 13px !important;
    }

    .tools_imgs {
        width: 95%;
    }

    .tools_options_div {
        background: linear-gradient(to right, #00b4db, #0083b0);
        border-radius: 15px;
        width: 95%;
    }

    .tools_options_border {
        border-bottom: 0.01rem solid #ffffff85;
    }

    .tools_header_banner {
        width: 100% !important;
        height: 200px;
    }

    .tools-mobiledisplay {
        display: none;
    }


    .tools_header_container {
        position: relative;
        text-align: center;
        color: white;
        margin-top: 16%;
    }
    /* hacks*/
    .hacks_div {
        height: 770px;
        margin-top: 50px !important;
    }

    .hacks_video {
        height: 100%;
        /*top: 0;*/
        object-fit: cover;
        /* width: 97vw; */
        width: 100%;
        /* height: 100%;*/
        top: 0;
        left: 0;
        /*   margin-bottom: 25%;*/
        position: absolute;
    }

    .hacks_info_title {
        color: white !important;
        font-size: 26px;
        font-weight: 550;
    }

    .hacks-header {
        position: relative;
        text-align: center;
        justify-content: center;
        width: 90%;
        top: 0;
        left: 10px;
        z-index: 1;
    }

    .hacks_info_text {
        font-size: 17px;
        color: white !important;
    }

    /*hacks btn*/
    .hacks_know_more_btn {
        position: relative;
        margin: auto;
        transition: all 0.2s ease;
        border: none;
        background: none;
        padding: 5px 18px;
    }

        .hacks_know_more_btn:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-radius: 50px;
            background: #fff;
            width: 35px;
            height: 35px;
            transition: all 0.3s ease;
        }

        .hacks_know_more_btn span {
            position: relative;
            font-size: 19px;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #234567;
        }
}

@media only screen and (min-width:601px) and (max-width:1300px) {
    /* tools */

    .tools_option_header_text {
        color: #fff !important;
        font-size: 18px !important;
    }

    .tools_option_description_text {
        color: #fff !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .tools_imgs {
        width: 55%;
    }

    .tools_options_div {
        background: linear-gradient(to right, #00b4db, #0083b0);
        border-radius: 15px;
    }

    .tools_header_banner {
        width: 100% !important;
    }

    .tools-desktopdisplay {
        display: none;
    }


    .tools_header_container {
        position: relative;
        text-align: center;
        color: white;
        margin-top: 6%;
    }
    /* hacks*/
    .hacks_div {
        margin-top: 80px !important;
    }

    .hacks_video {
        object-fit: cover;
        /* width: 97vw; */
        width: 100%;
        height: 80vh;
        top: 0;
        left: 0;
    }


    .hacks-header {
        position: relative;
        text-align: center;
        justify-content: center;
        width: 100%;
        top: 10%;
        left: 0;
        z-index: 1;
    }

    .hacks_desktopview {
        display: none;
    }


    /*hacks btn*/
    .hacks_know_more_btn {
        position: relative;
        margin: auto;
        padding: 5px 18px;
        transition: all 0.2s ease;
        border: none;
        background: none;
    }

        .hacks_know_more_btn:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-radius: 50px;
            background: #fff;
            width: 35px;
            height: 35px;
            transition: all 0.3s ease;
        }

        .hacks_know_more_btn span {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #234567;
        }

    .hacks_info_text {
        font-size: 17px;
        color: white !important;
    }

    .hacks_info_title {
        color: white !important;
        font-weight: 550;
        font-size: 30px;
    }
}

@media only screen and (min-width:1301px) and (max-width:2000px) {
    /* tools */

    .tools_option_header_text {
        color: #fff !important;
        font-size: 18px !important;
    }

    .tools_option_description_text {
        color: #fff !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .tools_imgs {
        width: 55%;
    }

    .tools_options_div {
        background: linear-gradient(to right, #00b4db, #0083b0);
        border-radius: 15px;
    }

    .tools_header_banner {
        width: 100% !important;
    }

    .tools-desktopdisplay {
        display: none;
    }

    .tools_header_container {
        position: relative;
        text-align: center;
        color: white;
        margin-top: 6%;
    }
    /* hacks*/
    .hacks_div {
        margin-top: 80px !important;
    }

    .hacks_video {
        object-fit: cover;
        /* width: 97vw; */
        width: 100%;
        height: 80vh;
        top: 0;
        left: 0;
    }

    .hacks_desktopview {
        display: none;
    }


    /*hacks btn*/
    .hacks_know_more_btn {
        position: relative;
        margin: auto;
        padding: 5px 18px;
        transition: all 0.2s ease;
        border: none;
        background: none;
    }

        .hacks_know_more_btn:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-radius: 50px;
            background: #fff;
            width: 35px;
            height: 35px;
            transition: all 0.3s ease;
        }

        .hacks_know_more_btn span {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #234567;
        }

    .hacks_info_text {
        font-size: 20px;
        color: white !important;
    }

    .hacks_info_title {
        color: white !important;
        font-weight: 550;
    }
}

@media only screen and (min-width:1301px) and (max-width:1900px) {
    .hacks-header {
        position: relative;
        height: 100vh;
        padding-left: 10%;
        text-align: left;
        margin-top: -35%;
        width: 100%;
    }
}

@media only screen and (min-width:1901px) and (max-width:2000px) {
    .hacks-header {
        position: relative;
        height: 100vh;
        padding-left: 20%;
        text-align: left;
        margin-top: -35%;
        width: 100%;
    }
}

    @media screen and (min-width: 2001px) {

        /* tools */

        .tools_option_header_text {
            color: #fff !important;
            font-size: 18px !important;
        }

        .tools_option_description_text {
            color: #fff !important;
            font-weight: 400 !important;
            font-size: 14px !important;
        }

        .tools_imgs {
            width: 55%;
        }

        .tools_options_div {
            background: linear-gradient(to right, #00b4db, #0083b0);
            border-radius: 15px;
        }

        .tools_header_banner {
            width: 100% !important;
        }

        .tools-desktopdisplay {
            display: none;
        }

        .tools_header_container {
            position: relative;
            text-align: center;
            color: white;
            margin-top: 4%;
        }
        /* hacks*/
        .hacks_div {
            margin-top: 80px !important;
        }

        .hacks_video {
            object-fit: cover;
            /* width: 97vw; */
            width: 100%;
            height: 60vh;
            top: 0;
            left: 0;
        }

        .hacks-header {
            position: relative;
            height: 100vh;
            padding-left: 10%;
            text-align: left;
            margin-top: -25%;
            width: 100%;
        }

        .hacks_desktopview {
            display: none;
        }


        /*hacks btn*/
        .hacks_know_more_btn {
            position: relative;
            margin: auto;
            padding: 5px 18px;
            transition: all 0.2s ease;
            border: none;
            background: none;
        }

            .hacks_know_more_btn:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                border-radius: 50px;
                background: #fff;
                width: 35px;
                height: 35px;
                transition: all 0.3s ease;
            }

            .hacks_know_more_btn span {
                position: relative;
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0.05em;
                color: #234567;
            }

        .hacks_info_text {
            font-size: 20px;
            color: white !important;
        }

        .hacks_info_title {
            color: white !important;
            font-weight: 550;
        }

        .programme-div {
            position: relative;
            width: 40rem;
        }

        .motivation-div {
            position: relative;
            width: 41rem;
        }

            .motivation-div span {
                font-size: 60px;
                font-weight: 500;
                background: -webkit-linear-gradient(#00b4ff,#57ddff);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-top: -50px;
                display: block;
                /*            margin-left: 10%;*/
            }

                .motivation-div span::after {
                    position: absolute;
                    content: "";
                    height: 2px;
                    background-color: #00b4ff;
                    width: 50%;
                    margin-left: 15px;
                    top: 50%;
                }


        .programme-div span {
            font-size: 60px;
            font-weight: 500;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block;
            /*        margin-left: 10%;*/
        }

            .programme-div span::after {
                position: absolute;
                content: "";
                height: 2px;
                background-color: #00b4ff;
                width: 80%;
                margin-left: 15px;
                top: 50%;
            }

        .reflection_padding {
            padding-top: 80px;
            background-color: #7f5a83;
            background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
        }

        .upcoming-workshop-div {
            position: relative;
            /*     width: 41rem;*/
        }

            .upcoming-workshop-div span {
                font-size: 45px;
                font-weight: 500;
                background: -webkit-linear-gradient(#00b4ff,#57ddff);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-top: -50px;
                display: block;
                /*    margin-left: 10%;*/
            }

                .upcoming-workshop-div span::after {
                    position: absolute;
                    content: "";
                    height: 2px;
                    background-color: #00b4ff;
                    width: 25%;
                    margin-left: 15px;
                    top: 50%;
                }

        /* carousel community*/
        .carousel-img {
            height: 300px;
            margin: auto;
            width: 50% !important;
            border-radius: 25% 10%;
        }

        /* carousel community*/
        .carousel-img {
            height: 300px;
            margin: auto;
            width: 50% !important;
            border-radius: 25% 10%;
        }

        .community-card {
            height: 200px !important;
            width: 340px !important;
            margin-left: 5% !important;
            background-color: azure !important;
            position: absolute !important;
            border-radius: 25% 10% !important;
            border: 1px solid rgba(30,186,220,.5) !important;
            padding: 2px 0 25px 30px !important;
        }

        .carousel-community-card {
            left: 15% !important;
            /*        margin-top: -7% !important;*/
            z-index: 10 !important;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            color: #fff !important;
            text-align: center !important;
            position: unset !important;
            right: unset !important;
            bottom: unset !important;
        }

        .community-div {
            height: 600px;
            padding-top: 30px;
            margin-top: 6% !important;
        }

        .community-header-margin {
            margin-top: 3%;
        }

        .carousel-card-title {
            font-size: 18px !important;
        }

        .slider-wrap-community {
            padding-top: 60px !important;
        }

        .carousel-icon-img {
            border-radius: 50%;
            height: 50px !important;
            width: 50px !important;
            margin-top: -5% !important;
        }

        .carousel-card-question {
            font-size: 16px !important;
            margin-left: 30px;
        }

        .container {
            max-width: 1410px
        }

        .tabs_desktop_view {
            display: none;
        }
        /*benefits*/
        .card_text_benefits {
            font-size: 16px !important;
            color: black !important;
        }

        .benefits_cards {
            border-radius: 10px;
            padding: 8px 14px 4px 8px;
            margin: auto !important;
            font-size: 15px;
            height: 150px !important;
            color: black !important;
            /*        background-color: transparent !important;
*/
            /*  background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);*/
        }

            .benefits_cards:hover {
                color: #000000 !important;
                height: 150px !important;
                background: rgb(0 180 255 / 19%) !important;
                border-radius: 16px !important;
                box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
                backdrop-filter: blur(0px) !important;
                -webkit-backdrop-filter: blur(0px) !important;
                border: 1px solid rgba(0, 180, 255, 0.1) !important;
            }

        .benefits_card1 {
            padding: 8px 14px 4px 8px !important;
        }

        .benefits_card2 {
            padding: 20px 14px 4px 8px !important;
        }

        .benefits_card3 {
            padding: 20px 14px 4px 8px !important;
        }

        .benefits_card4 {
            padding: 20px 14px 4px 8px !important;
        }

        .benefits_cards_whatsapp3 {
            padding: 8px 14px 4px 8px !important;
        }

        .benefits_cards_whatsapp4 {
            padding: 8px 14px 4px 8px !important;
        }

        .benefits_mobile_display {
            display: none !important;
        }
        /*overlap img*/

        .pushed-wrapper {
            position: relative;
        }

        .popupimg_mobile {
            display: none !important;
        }

        .pushed-image {
            background-size: cover;
            background-repeat: no-repeat;
            height: 550px;
            width: 60%;
            margin-top: 10%;
            background-image: url('../img/mascot-holding.png');
        }

        .pushed-content-workshop {
            position: relative;
            padding: 30px 15px 40px 15px;
            background: #fff;
            font-size: 1.6rem;
            border-radius: 10px;
            box-shadow: 0 0 16px rgb(0 0 0 / 10%);
            /*        height: 130px !important;*/
            width: 340px;
            font-size: 20px;
            color: #00b4ff;
        }

        .pushed-content-hacks {
            position: relative;
            padding: 30px 15px 40px 15px;
            background: #fff;
            font-size: 1.6rem;
            border-radius: 10px;
            box-shadow: 0 0 16px rgb(0 0 0 / 10%);
            /*height: 140px !important;*/
            width: 340px;
            font-size: 20px;
            color: #00b4ff;
        }

        .pushed-content-reflection {
            position: relative;
            padding: 30px 15px 40px 15px;
            background: #fff;
            font-size: 1.6rem;
            border-radius: 10px;
            box-shadow: 0 0 16px rgb(0 0 0 / 10%);
            /*height: 140px !important;*/
            width: 340px;
            font-size: 20px;
            color: #00b4ff;
        }

        .pushed-content-community {
            position: relative;
            padding: 30px 15px 40px 15px;
            background: #fff;
            font-size: 1.6rem;
            border-radius: 10px;
            box-shadow: 0 0 16px rgb(0 0 0 / 10%);
            /*  height: 140px !important;*/
            width: 340px;
            font-size: 20px;
            color: #00b4ff;
        }

        .pushed-box1 {
            position: absolute;
            left: 40%;
            top: 4%;
            max-width: 50%;
            transform: translateY(-50%);
        }

        .pushed-box2 {
            position: absolute;
            left: 53%;
            top: 80%;
            max-width: 50%;
            transform: translateY(-50%);
        }

        .pushed-box3 {
            position: absolute;
            left: -30%;
            top: 40%;
            max-width: 50%;
            transform: translateY(-50%);
        }

        .pushed-box4 {
            position: absolute;
            left: -25%;
            top: 96%;
            max-width: 50%;
            transform: translateY(-50%);
        }

        .right-bottom {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

        .cards_imgs {
            border-radius: 50%;
            width: 70%;
            height: 95%;
        }

        /*testimonials*/
        .quote_icon {
            width: 30px;
            height: 40px;
        }

        .untree_co-testimonial blockquote {
            font-style: italic;
            color: #000;
            font-size: 15px !important;
            width: 600px;
        }

        .slider {
            position: absolute;
            width: 100%;
            left: 50px;
        }

        .slider-item {
            width: 750px;
            padding: 20px 0 25px 30px;
            border-radius: 10px;
            background-color: #ffffff;
            display: flex;
            justify-content: flex-start;
            position: absolute;
            opacity: 0;
            z-index: 0;
            box-shadow: 0 4px 9px #f1f1f4;
            position: absolute;
            left: 0;
            top: 0;
        }

        .animation-card_image {
            max-width: 60px;
            max-height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
            background-color: #ffffff;
        }

        .animation-card_content {
            width: 100%;
            max-width: 374px;
            margin-left: 26px;
        }

        .animation-card_content_title {
            color: #4a4545;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: -.18px;
            line-height: 24px;
            margin: 0;
        }

        .animation-card_content_description {
            color: #696d74;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: normal;
            line-height: 24px;
            margin: 10px 0 0 0;
        }

        .animation-card_content_city {
            font-size: 11px;
            margin: 10px 0 0 0;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            color: #696d74;
        }
        /*workshop*/
        .cards {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .benefits_div {
            margin-top: 20px !important;
        }

        .reflection_prgramme {
            margin-top: 150px !important;
        }

        /*whatsapp page*/
        .card_text_whatsapp {
            color: black;
            font-size: 16px !important;
        }

        .whatsapp_page_top {
            margin-top: 12% !important;
        }


        .whatsapp_card {
            padding: 4% 12px 4px 8px !important;
        }

        .whatsapp_img {
            width: 70%;
            height: 75%;
            margin-top: 10%;
        }

        .cards_icon_benefits1 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 25%;
        }

        .cards_icon_benefits2 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 5%;
        }

        .cards_icon_benefits3 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 5%;
        }

        .cards_icon_benefits4 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 5%;
        }

        .cards_icon_whatsapp {
            height: 60px !important;
            width: 70px !important;
        }

        .workshop_btn_mobile {
            display: none;
        }

        .whatsapp_title {
            font-size: 40px;
            line-height: 1.45em;
            color: #007bff !important;
        }

        .popup-img {
            display: inline-block;
            width: 100%;
            min-width: 250px;
            float: right;
            margin-top: 10%;
        }

        .popup-body {
            height: 390px !important;
        }

        .popup_close {
            font-weight: 100 !important;
            font-size: 2.8rem !important;
        }

        .FAQ_title {
            font-size: 40px;
            color: #1a1a1a;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .popup-dialog {
            width: 730px !important;
        }
        /*workshop*/

        .workshop_card {
            box-shadow: 0 0 8px #cfc9c9;
            width: 280px;
            margin: 100px 3.5%;
            background-color: #fff;
            text-align: center;
            position: relative;
            height: 300px;
        }

        .workshop_subtitle_single_card {
            bottom: 80% !important;
            left: 8% !important;
            color: #fff;
            border-radius: 30px;
            background: #0ab6ff;
            font-size: 12px;
            width: 30%;
        }

        .workshop_date_time {
            color: white !important;
        }
        /*top panel*/
        #top_panel h4 {
            color: #fff;
            font-weight: 400;
            padding-top: 35%;
        }

        #top_panel h1 {
            margin: 0 0 20px 0;
            font-size: 46px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            margin-bottom: 10px;
        }

            #top_panel h1 span {
                color: #fff;
            }

        .top_panel_title {
            color: #222;
            font-family: Roboto, Arial, sans-serif;
            width: 60vmin;
        }

            .top_panel_title > div {
                height: 50%;
                overflow: hidden;
                position: absolute;
                width: 100%;
            }


        /*more in selfhatch*/
        .more_in_selfhatch {
            margin-top: 20px !important;
            margin-bottom: 180px !important;
        }


        .get_start_button {
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 30px;
            border-radius: 50px;
            background: #fff;
            transition: 0.5s;
            height: 3em;
            border-radius: 30em;
            font-size: 15px;
            font-family: inherit;
            border: none;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

            .get_start_button::before {
                content: '';
                width: 0;
                height: 3em;
                border-radius: 30em;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #007bff;
                transition: .5s ease;
                display: block;
                z-index: -1;
            }

            .get_start_button:hover {
                color: #fff !important;
            }

                .get_start_button:hover::before {
                    width: 10em;
                }

        .tabs_desktop_view {
            display: none;
        }
        /*benefits*/
        .card_text_benefits {
            font-size: 16px !important;
            color: black !important;
        }

        .benefits_cards {
            border-radius: 10px;
            padding: 8px 14px 4px 8px;
            margin: auto !important;
            font-size: 15px;
            height: 150px !important;
            color: black !important;
            /*        background-color: transparent !important;
*/
            /*  background: linear-gradient(to right, #7F7FD5, #86A8E7, #91EAE4);*/
        }

            .benefits_cards:hover {
                color: #000000 !important;
                height: 150px !important;
                background: rgb(0 180 255 / 19%) !important;
                border-radius: 16px !important;
                box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
                backdrop-filter: blur(0px) !important;
                -webkit-backdrop-filter: blur(0px) !important;
                border: 1px solid rgba(0, 180, 255, 0.1) !important;
            }

        .benefits_card1 {
            padding: 8px 14px 4px 8px !important;
        }

        .benefits_card2 {
            padding: 20px 14px 4px 8px !important;
        }

        .benefits_card3 {
            padding: 20px 14px 4px 8px !important;
        }

        .benefits_card4 {
            padding: 20px 14px 4px 8px !important;
        }

        .benefits_cards_whatsapp3 {
            padding: 8px 14px 4px 8px !important;
        }

        .benefits_cards_whatsapp4 {
            padding: 8px 14px 4px 8px !important;
        }

        .benefits_mobile_display {
            display: none !important;
        }
        /*overlap img*/

        .pushed-wrapper {
            position: relative;
        }

        .popupimg_mobile {
            display: none !important;
        }

        .right-bottom {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

        .cards_imgs {
            border-radius: 50%;
            width: 70%;
            height: 95%;
        }

        /*testimonials*/
        .quote_icon {
            width: 30px;
            height: 40px;
        }

        .untree_co-testimonial blockquote {
            font-style: italic;
            color: #000;
            font-size: 15px !important;
            width: 600px;
        }


        .slider-wrap {
            height: 400px;
            width: 100%;
        }

        .slider {
            position: absolute;
            width: 100%;
            left: 50px;
        }

        .slider-item {
            width: 750px;
            padding: 20px 0 25px 30px;
            border-radius: 10px;
            background-color: #ffffff;
            display: flex;
            justify-content: flex-start;
            position: absolute;
            opacity: 0;
            z-index: 0;
            box-shadow: 0 4px 9px #f1f1f4;
            position: absolute;
            left: 0;
            top: 0;
        }

        .animation-card_image {
            max-width: 60px;
            max-height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
            background-color: #ffffff;
        }

        .animation-card_content {
            width: 100%;
            max-width: 374px;
            margin-left: 26px;
        }

        .animation-card_content_title {
            color: #4a4545;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: -.18px;
            line-height: 24px;
            margin: 0;
        }

        .animation-card_content_description {
            color: #696d74;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: normal;
            line-height: 24px;
            margin: 10px 0 0 0;
        }

        .animation-card_content_city {
            font-size: 11px;
            margin: 10px 0 0 0;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            color: #696d74;
        }
        /*workshop*/
        .cards {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .benefits_div {
            margin-top: 20px !important;
        }

        .reflection_prgramme {
            margin-top: 150px !important;
        }

        /*whatsapp page*/
        .card_text_whatsapp {
            color: black;
            font-size: 16px !important;
        }

        .whatsapp_page_top {
            margin-top: 12% !important;
        }


        .whatsapp_card {
            padding: 4% 12px 4px 8px !important;
        }

        .whatsapp_img {
            width: 70%;
            height: 75%;
            margin-top: 10%;
        }

        .cards_icon_benefits1 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 25%;
        }


        .cards_icon_benefits2 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 5%;
        }


        .cards_icon_benefits3 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 5%;
        }


        .cards_icon_benefits4 {
            height: 60px !important;
            width: 70px !important;
            margin-top: 5%;
        }

        .cards_icon_whatsapp {
            height: 60px !important;
            width: 70px !important;
        }

        #this_can_help {
            display: flex;
            justify-content: center;
            /* margin-left:8%;*/
            align-items: center;
            padding: 0.6rem 0;
            font-size: 6.25vmax !important;
            margin-top: 5%;
        }

        #this_can_help_panel {
            width: 100%;
            /*    background: url("../img/hero-bg.jpg");*/
            position: relative;
            padding: 20px 0 0 0;
        }

        .round {
            position: relative;
            width: 25.6rem;
            height: 25.6rem;
            font-size: 6.25vmax !important;
        }

            .round:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 1px dashed #2f9fbb !important;
                border-radius: 50%;
                -webkit-animation: rotate 50s both linear infinite;
                animation: rotate 50s both linear infinite;
                font-size: 6.25vmax !important;
            }

            .round .item {
                position: absolute;
                top: -10%;
                width: 90px;
                left: 50%;
                -webkit-animation: transformFadeIn 1s 0.2s both;
                animation: transformFadeIn 1s 0.2s both;
                font-size: 6.25vmax !important;
            }

                .round .item.active .inner {
                    box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
                    font-size: 6.25vmax !important;
                    transform: translate(-50%, -50%) scale(1.2);
                }
                    /*
    .item:active {
        box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5);
        font-size: 6.25vmax !important;
        transform: translate(-50%, -50%) scale(1.2);
    }*/

                    .round .item.active .inner:after {
                        width: 20%;
                        height: 20%;
                        font-size: 6.25vmax !important;
                        opacity: 1;
                    }

            .round .inner.active {
                /*         box-shadow: 0.05rem 0.05rem 0.2rem rgba(0, 0, 0, 0.5) !important;*/
                font-size: 6.25vmax !important;
                /*transform: translate(-50%, -50%) scale(1.2) !important;*/
                /*            transform: translate(-0%, -0%) scale(1.2) !important;*/
                width: 9.2rem;
                height: 9.2rem;
            }

            .round .inner {
                position: absolute;
                top: 20%;
                /* left: 50%; */
                transform: translate(-50%, -150%);
                width: 8rem;
                height: 8rem;
                border-radius: 50%;
                /* box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 70%); */
                cursor: pointer;
                font-size: 6.25vmax !important;
                transition: all 0.3s;
                box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
                backdrop-filter: blur(0px) !important;
                -webkit-backdrop-filter: blur(0px) !important;
                border: 1px solid rgba(0, 180, 255, 0.1) !important;
            }

                .round .inner:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    top: 72%;
                    width: 20px !important;
                    height: 20px !important;
                    border-radius: inherit;
                    background-color: #00b4ff !important;
                    opacity: 0.1;
                    font-size: 6.25vmax !important;
                    transition: all 0.3s;
                }

            .round img {
                display: block !important;
                width: 50px !important;
                height: 60px !important;
                padding-top: 10px;
                margin: auto;
                height: 65px;
                font-size: 6.25vmax !important;
                /*  border-radius: inherit !important;*/
            }

        .this_can_help_info_div {
            /*margin-left: 5%;*/
            height: 10rem;
            padding-top: 30px;
            /*        box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;*/
            box-shadow: 5px 5px #fff;
            width: 43rem;
            backdrop-filter: blur(0px) !important;
            -webkit-backdrop-filter: blur(0px) !important;
            border: 1px solid #fff !important;
            border-radius: 50px;
            border-top-right-radius: 0;
        }

        .this_can_help_info h2 {
            margin-left: 5%;
            width: 40.5rem;
            /*        height:200px;
        padding-top:30px;*/
            font-size: 25px !important;
            font-family: Roboto,sans-serif !important;
            /*        font-style: italic;*/
            /*background: #fff;*/
            background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
            font-weight: 500;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            position: relative;
        }

        .this_can_help_info .img-box {
            display: inline-block;
            position: relative;
            margin-bottom: 0.1rem;
            -webkit-animation: fadeInFromTop 0.5s both;
            animation: fadeInFromTop 0.5s both;
            font-size: 6.25vmax !important;
        }

            .this_can_help_info .img-box:after {
                content: "";
                position: absolute;
                bottom: 0.12rem;
                right: 0.1rem;
                width: 100%;
                height: 100%;
                border: 1px dashed #007bff !important;
                -webkit-animation: scaleUp 0.3s 0.1s both;
                animation: scaleUp 0.3s 0.1s both;
                font-size: 6.25vmax !important;
            }

            .this_can_help_info .img-box .picture_img {
                display: inline-block;
                box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
                font-size: 6.25vmax !important;
                max-width: unset !important;
                width: 6.8rem !important;
                height: 6.8rem !important;
            }

        .this_can_help_info .row {
            margin-bottom: 0.1rem;
            -webkit-animation: fadeInFromTop 0.5s both;
            font-size: 6.25vmax !important;
            animation: fadeInFromTop 0.5s both;
            /*          transform: translate(190px,170px);*/
        }

            .this_can_help_info .row:nth-of-type(2) {
                -webkit-animation-delay: 0.25s;
                font-size: 6.25vmax !important;
                animation-delay: 0.25s;
            }

            .this_can_help_info .row:nth-of-type(3) {
                -webkit-animation-delay: 0.5s;
                font-size: 6.25vmax !important;
                animation-delay: 0.5s;
            }

            .this_can_help_info .row:nth-of-type(4) {
                -webkit-animation-delay: 0.75s;
                font-size: 6.25vmax !important;
                animation-delay: 0.75s;
            }

            .this_can_help_info .row:nth-of-type(5) {
                font-size: 6.25vmax !important;
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

        .this_can_help_info .title {
            font-size: 1.1em;
            font-weight: bold;
            color: #d58d09;
            font-size: 6.25vmax !important;
        }

            .this_can_help_info .title:before {
                content: "# ";
                font-size: 6.25vmax !important;
            }

        .this_can_help_info .content {
            opacity: 0.8;
            font-size: 1.6vmax !important;
            font-weight: 500;
        }

        .this_can_help_heading {
            transform: translate(-25px,-130px);
            color: black;
            font-size: 14px;
            margin-top: 90% !important;
            margin-left: 40%;
        }

        @-webkit-keyframes transformFadeIn {
            from {
                opacity: 0;
                transform: none;
            }
        }

        @keyframes transformFadeIn {
            from {
                opacity: 0;
                transform: none;
            }
        }

        @-webkit-keyframes fadeInFromTop {
            from {
                opacity: 0;
                transform: translateY(-0.2rem);
            }
        }

        @keyframes fadeInFromTop {
            from {
                opacity: 0;
                transform: translateY(-0.2rem);
            }
        }

        @-webkit-keyframes scaleUp {
            from {
                opacity: 0;
                transform: scale(0.3);
            }
        }

        @keyframes scaleUp {
            from {
                opacity: 0;
                transform: scale(0.3);
            }
        }

        @-webkit-keyframes rotate {
            to {
                transform: rotate(360deg);
            }
        }

        @keyframes rotate {
            to {
                transform: rotate(360deg);
            }
        }

        .community_info_title {
            color: #1a1a1a !important;
            font-weight: 600;
            line-height: 1.4 !important;
            padding-top: 50px;
        }

        .growthhacks_margin {
            margin-top: 7%;
            margin-bottom: 6%;
        }

        .maintenance_bottom_div {
            margin-top: 15%;
        }

        .maintenance_title {
            font-size: 36px !important;
            font-weight: 600;
            color: #696b6c !important;
        }

        /*    .this_can_help_circle {
        padding-left: 8%;
    }*/
        /* popup social icon*/

        .popup_social_icon li {
            display: inline-block;
            margin-left: 20px;
        }

        .programme-info-card {
            background: #fff;
            width: calc((100% - 40px)/ 3);
            border: 1px solid rgba(30,186,220,.5);
            border-radius: 15px;
            padding: 0 30px 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
            box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
            position: relative;
            z-index: 2
        }

        .programme-info-grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            text-align: left;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 6%;
            position: relative
        }

        .programme-info-card span {
            font-size: 72px;
            font-weight: 800;
            background: -webkit-linear-gradient(#00b4ff,#57ddff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: -50px;
            display: block
        }

        .cls-text {
            font-size: 46px !important
        }

        .cls-header-text {
            background: -webkit-linear-gradient(#00b4ff,#2f9fbb);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 46px !important
        }

        .testimonials {
            background: #fff;
            border: 1px solid rgba(30,186,220,.5);
            border-radius: 15px;
            padding: 30px 30px 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
            box-shadow: 10px 24px 72px rgb(7 98 97 / 5%);
            /* position: relative;*/
            z-index: 2
        }

        .what_we_do_header {
            background: -webkit-linear-gradient(#00b4ff,#2f9fbb) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            font-family: Roboto,sans-serif !important;
            font-size: 40px !important;
            color: #1a1a1a !important;
            line-height: 33px !important;
            font-weight: 500 !important;
            position: relative !important;
            margin-bottom: 28px !important
        }

        .programme-header-whatsapp {
            /*    background: -webkit-linear-gradient(#00b4ff,#2f9fbb);*/
            /*color:black !important;*/
            -webkit-background-clip: text;
            /*    -webkit-text-fill-color: transparent;*/
            font-family: Roboto,sans-serif;
            font-size: 40px;
            color: #1a1a1a;
            line-height: 50px;
            font-weight: 500;
            position: relative;
            margin-bottom: 28px;
        }

            .programme-header-whatsapp span {
                color: #2f9fbb !important;
            }

        .reflection-programme-text {
            font-size: 25px !important;
        }
    }

    /* tools */

    .tools_header_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
    }

.therapy-card {
    width: 200px;
    height: 180px;
    background-color: #57ddff78;
    border-radius: 1rem;
    margin: 30px 40px;
    cursor: pointer;
    padding: 1rem;
}

.therapy-card-img {
    width: 40%;
    height: 50%;
}

.therapy-container
{
    width:800px;
}



.therapy-factor1 {
    background-color: #ffcadb !important;
    border: none !important;
}

.therapy-factor2 {
    background-color: #c1c8ff !important;
    border: none !important;
}

.therapy-factor3 {
    background-color: #82DBD8 !important;
    border: none !important;
}

.therapy-factor4 {
    background-color: #FFADC7 !important;
    border: none !important;
}

.therapy-factor5 {
    background-color: #F7CCAC !important;
    border: none !important;
}

.therapy-factor6 {
    background-color: #B8C6D9 !important;
    border: none !important;
}

.therapy-factor7 {
    background-color: #a4dff9 !important;
    border: none !important;
}

.therapy-factor8 {
    background-color: #56BFE9 !important;
    border: none !important;
}

.main-mascot-branch {
    top: 20%;
    left: 50%;
    position: absolute;
    width: 50%;
}

@media only screen and (min-width:1700px) {
    #top_panel {
    padding:300px 0 0 0;
    }
}

.reflection-programme-text {
color:white !important;
}

.reflection_padding .know_more_btn span {
    color: #00b4ff !important;
}

.reflection_padding h4 {
color:white !important;
}

.bestseller-tag {
    background-color: #eceb98;
    color: #3d3c0a;
    padding:6px;
}

.course-rating {
    color: #f3ca8c !important;
    font-size:16px;
       
}

.course-rating .checked {
    color: #f3ca8c !important
}

.course-language {
color:white;
}

#achieve_show_more, #content_struct_show_more, #description_show_more {
    display: none;
}

.theme-link {
    color: #00b4ff !important;
}

    .theme-link:hover {
    cursor:pointer;
    }

.bottom-fade-effect {
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

/*background theme*/

.bg-theme-2 {
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
}

/*background theme*/


.pb-60 {
    padding-bottom:60px !important;
}

.font-15 {
font-size:15px;
}

.untree_co-testimonial .text {
color:white !important;
}

.untree_co-testimonial blockquote {
    color: white !important;
}

.primary-color {
    color: #2f9fbb !important;
}

.dark-details-color {
    color: #7f5a83 !important;
}

.ribbon {
    position: absolute;
    right: 2px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

    .ribbon span {
        font-size: 0.8rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 32px;
        transform: rotate(45deg);
        width: 125px;
        display: block;
        background: #79a70a;
        background: linear-gradient(#9bc90d 0%, #79a70a 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 17px;
        // change this, if no border right: -29px;
        // change this, if no border
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #79A70A;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

    .blue span::before {
        border-left-color: #1e5799;
        border-top-color: #1e5799;
    }

    .blue span::after {
        border-right-color: #1e5799;
        border-top-color: #1e5799;
    }

.workshop_card .card_title {
color:white;
}

.color-y {
 color:   #f3ca8c;
}

.color-w {
color:white;
}