.as_logo {
    display: flex;
    padding: 10px 0px;
}
    .as_logo img {
        width: 80px;
    }
.as_banner_wrapper {
    background-image: url(../img/slide-bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}
.as_banner_img .as_hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 80%;
}
.as_header_wrapper {
    background: rgba(17, 16, 17, 0.6);
}
.as_menu > ul > li {
    margin: 0 15px;
}
    .social-icon a:hover {
    background: conic-gradient(#ba6a06, #ffbe0c, #ba6a06, #ffbe0c, #ba6a06, #ffbe0c, #ba6a06, #ffbe0c, #ba6a06, #ffbe0c, #ba6a06);
}

.social-icon2 a:hover {
    background-color: hsl(43.8, 98.4%, 52%);
    color: hsl(var(--black));
}

.social-media {
    position: fixed;
    top: 35%;
    left: 0px;
    z-index: 9999;
}

.social-icon2 {
    background: transparent;
    list-style: none;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

    .social-icon2 li:first-child {
        margin-top: 0;
    }

    .social-icon2 li {
        margin-top: 10px;
    }

        .social-icon2 li a {
            display: block;
            color: #161616;
            border-radius: 50%;
            text-decoration: none;
            line-height: 40px;
            width: 40px;
            height: 40px;
            font-size: 18px;
            background: linear-gradient( to bottom, #fae65c 0%, #ffd157 40%, #c16101 100% );
        }

    .social-icon2 li {
        position: relative;
        display: flex;
    }

        .social-icon2 li:hover::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: -1;
            width: 50px;
            height: 50px;
            border: 2px solid #fdbc0c;
            border-radius: 50%;
            transition: ease-in;
            animation: animatehover 0.1s ease-in-out;
        }

    .social-icon2 li {
        position: relative;
        display: flex;
    }

@keyframes animatehover {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
}

.social-icon2 li:hover::after {
    border: 2px solid #fdbc0c;
}

.whatsapp-app {
    position: fixed;
    bottom: -2%;
    left: 4%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}

.whatsapp {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #059e0c;
}

    .whatsapp .fab {
        line-height: 80px;
        font-size: 40px;
        color: #fff;
    }

    .whatsapp::before, .whatsapp::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: 3px solid #059e0c;
        animation: animate 2s infinite linear;
    }

    .whatsapp::after {
        animation-delay: .7s;
    }

@keyframes animate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    100% {
        width: 130%;
        height: 130%;
        opacity: 0;
    }
}
.as_banner_detail h1 {
    font-size: 52px;
    line-height: 62px;
    margin: 0 0 13px;
}
.text-g {
    background-clip: border-box;
    color: transparent;
    background-clip: text;
    color: transparent !important;
    background: linear-gradient( to bottom, #fae65c 0%, #ffd157 40%, #c16101 100% );
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    font-family: "Anton", sans-serif;
}

.as_banner_detail .as_btn {
    background: linear-gradient( to bottom, #fae65c 0%, #ffd157 40%, #c16101 100% );
}

.as_banner_wrapper::after {
    bottom: -25px;
}
.as_aboutimg {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 16px 8px #efefef;
}
.as_btn, .as_btn:focus, .as_btn:visited {
    background: linear-gradient( to bottom, #fae65c 0%, #ffd157 40%, #c16101 100% );
    margin-right: 10px;
    color: #161616;
}
.as_year_ex {
    color: #f8c64e;
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid #fac850;
    margin-top: 20px;
}
.astro {
    margin-bottom: 25px !important;
}
.astro .as_sign {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.as_widget .astro li a {
    transition: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161616;
    flex-direction: column;
    padding: 10px;
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.as_widget .astro li {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.31);
    border: 0px;
    padding: 0px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}
.astro .as_sign img {
    width: 25px;
}
.as_widget ul {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
}
.astro-horo .tab-content {
    padding: 15px;
    background: #f9f6f6;
    border-radius: 8px;
}
.as_blog_detail{
    padding:30px !important;
}
.as_blog_img img {
    width: 250px;
    padding: 30px;
}
.as_blog_page .as_blog_box {
    border: none;
    margin: 0 0 0px;
}
.as_service_box {
    background-color: #ffffff;
    padding: 25px 22px 25px;
}
    .as_service_box .as_subheading {
        margin: 0px 0 10px;
    }
    .as_service_box .as_icon {
        font-size: 36px;
        color: #161616;
    }
.as_service_box {
    min-height: auto;
}
    .as_service_box:hover .as_icon {
    color:#fff;
    }

.as_pricing_box:hover {
    background: linear-gradient( 90deg, rgb(251, 226, 91) 0%, rgb(198, 107, 9) 100%);
}
.text-blackp{
    color:#161616;
    font-weight:700;
}
.as_pricing_box:hover .as_gradient_text {
    color: #161616;
}
.as_pricing_box:hover ul li {
    color: #161616 !important;
}
.as_pricing_box:hover p{
    color: #161616 !important;
}
.as_pricing_box ul {
    margin: 0;
    padding: 0;
    list-style: disc;
}
    .as_pricing_box ul li {
        padding-bottom: 3px;
        transition: none;
    }
.as_banner_slider {
    position: relative;
    z-index: 999;
}
.radius-8{
    border-radius:8px;
}
.as_blog_img {
    position: relative;
    margin-bottom: 0px;
}
.whatsapp-app a {
    display: block;
    z-index: 99;
    position: relative;
}
.as_whychoose_wrapper {
    background-image: url('../img/bg1.jpg');
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 100px;
    position: relative;
    z-index: 1;
}
.bg-1-before{
    position:relative;
}
    .bg-1-before::before {
        background-image: url('../images/hand_bg.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 8%;
        left: 31%;
        transform: translate(-50%, -50%);
        z-index: -9;
        width: 576px;
        height: 576px;
        animation: spin_rotate 12s infinite linear;
        -webkit-animation: spin_rotate 12s infinite linear;
        -moz-animation: spin_rotate 12s infinite linear;
    }
@-webkit-keyframes spin_rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
.as_customer_for::before {
   display:none;
}
.as_footer_wrapper::before {
    height: 120px;
    z-index: 0;
}
.as_product_img > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.as_product_img {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}
.as_product_box {
    min-height: 250px;
}
.coursers-list .as_blog_img img {
    width: 100%;
    padding: 0px;
    border-radius: 15px;
}
.coursers-list .as_blog_box {
    overflow: inherit;
}

.coursers-list .as_blog_img .as_btn {
    position: absolute;
    right: 80px;
    bottom: -25px;
    color: #161616;
    padding: 0 5px;
    z-index: 99;
}
.as_service_box:hover {
    background: linear-gradient( to bottom, #fae65c 0%, #ffd157 40%, #c16101 100% );
}
    .as_service_box:hover .as_icon {
        color: #161616;
    }
    .as_service_box:hover .as_subheading, .as_service_box:hover p, .as_service_box:hover .as_link {
        color: #161616;
    }
.as_banner_wrapper::after {
    height: 100px;
}
.course_page ul li {
    font-size: 14px;
    line-height: 1.5;
}
.course-design {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #cfcfcf;
    border: 2px solid #c1c1c1;
    border-radius: 5px;
}
.as_header_wrapper {
    background-color: rgb(17 16 17);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.as_footer_logo img{
    width: 90px;
}
@media (max-width:768px) {
    .as_about_detail {
        padding-top: 50px;
    }

    .bg-1-before::before {
        display: none;
    }

    .social-media {
        display: none;
    }

    .social {
        justify-content: start;
    }

    .as_banner_slider {
        z-index: inherit;
    }

    .as_banner_detail h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 5px;
    }

    .as_btn, .as_btn:focus, .as_btn:visited {
        text-align: center;
    }

    .whatsapp-app {
        position: fixed;
        bottom: -2%;
        left: 12%;
    }

    .as_widget ul li {
        margin-bottom: 10px;
    }

    .as_sign_box {
        margin: 10px auto 0 !important;
    }

    .as_aboutimg > img {
        margin: 0 0px 0px auto;
        width: 100%;
    }

    .mobi-mb-3 {
        margin-bottom: 30px;
    }

    .as_widget ul {
        display: flex;
        flex-direction: row !important;
        justify-content: space-around;
        width: 100%;
    }

    .as_footer_inner {
        padding-left: 25px;
    }

    .as_logo img {
        width: 60px;
    }

    .as_menu {
        position: fixed;
        left: -200px;
        top: 70px;
    }

    .as_logo {
        display: flex;
        padding: 10px 0px;
        justify-content: start;
    }
}