@import url(https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700;800&amp;family=Outfit:wght@300;400;500;600;700;800&amp;family=Schoolbell&amp;display=swap);

a,
a:focus,
a:hover,
button {
    text-decoration: none
}

.img-contain,
.img-cover {
    max-wdith: 100%;
    max-height: 100%
}

.img-contain,
.img-cover,
img {
    max-height: 100%
}

#feedback-tab,
.btn,
.btn-whatsapp,
.progress-wrap,
.progress-wrap::after,
a,
button,
input[type=submit] {
    cursor: pointer
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: Outfit, sans-serif;
    color: #666;
    outline: 0;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: ""
}

.upstudy-offer-section-02 .single-offer-02 .offer-images,
body[dir=rtl] {
    text-align: right
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Outfit, sans-serif;
    color: #2f2a55;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

.upstudy-cta-section-03 .cta-content .price span,
h3 {
    font-size: 24px
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 24px
    }

    .homeslider img {
        height: 100% !important
    }

    h3 {
        font-size: 20px
    }
}

.course-list-wrapper .sidebar-widget-02 .widget-title,
h4 {
    font-size: 18px
}

.btn,
h5 {
    font-size: 16px
}

.header-section-05 .header-top-section .header-top-wrap .header-top-info ul li,
h6 {
    font-size: 14px
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li,
.form-check label,
.header-toggle button span:last-child,
.widget:last-child,
p {
    margin-bottom: 0
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit
}

a,
button,
img,
input {
    transition: .3s linear;
    outline: 0
}

a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0
}

a:focus {
    color: none;
    outline: 0
}

a:hover {
    color: #1cb098
}

ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.homeslider {
    padding-top: 150px;
    overflow: hidden
}

.homeslider img {
    height: 100vh;
    object-position: top
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

img {
    max-width: 100%
}

.main-wrapper,
.section {
    float: left;
    width: 100%
}

.premium-blog-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column
}

.premium-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover)
}

.premium-blog-card .blog-img {
    position: relative;
    overflow: hidden;
    height: 200px
}

.premium-blog-card .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.premium-blog-card:hover .blog-img img,
.upstudy-blog-section-02 .single-blog:hover .blog-img a img {
    transform: scale(1.1)
}

.premium-blog-card .date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--white);
    color: var(--primary-color);
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    z-index: 2
}

.btn,
.info-avatar,
.offcanvas-menu .main-menu li,
.section-title .title span,
.section-title-3 .sub-title,
.sidebar-widget .search-form,
.upstudy-about-section-04 .about-img-wrap .about-img-big,
.upstudy-about-section-06 .about-img-wrap,
.upstudy-brand-section .brand-content-wrap,
.upstudy-hero-section .hero-content .title span,
.upstudy-hero-section .hero-images .image,
.upstudy-hero-section-03 .hero-content .title span,
.video-img {
    position: relative
}

.btn,
.btn:focus,
.btn:focus:active,
.btn:hover,
.form-check-input:active,
.form-check-input:focus,
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
    box-shadow: none
}

.premium-blog-card .date-badge span {
    display: block;
    font-size: 20px;
    color: var(--dark-color);
    line-height: 1;
    margin-bottom: 2px
}

.premium-blog-card .blog-content {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff
}

.premium-blog-card .blog-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0
}

.premium-blog-card .blog-content h3 a {
    color: var(--dark-color);
    text-decoration: none;
    transition: color .3s
}

.premium-blog-card:hover .blog-content h3 a {
    color: var(--primary-color)
}

@media only screen and (min-width:1600px) {
    .custom-container {
        padding: 0 50px
    }
}

.blog-details-post .single-blog-post.single-blog .blog-image a img,
.tab-content,
.upstudy-form-section .course-form .course-form-inner .single-form .nice-select .list {
    width: 100%
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: .7s ease-out up;
    animation: .7s ease-out up
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

@media only screen and (max-width:1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section-padding-02 {
    padding-top: 120px
}

@media only screen and (max-width:1199px) {
    .section-padding-02 {
        padding-top: 100px
    }
}

.section-padding-03 {
    padding-top: 110px
}

@media only screen and (max-width:1199px) {
    .section-padding-03 {
        padding-top: 100px
    }
}

@media only screen and (max-width:991px) {
    .homeslider {
        padding-top: 90px
    }

    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .section-padding-02,
    .section-padding-03 {
        padding-top: 80px
    }
}

.section-title .title {
    font-size: 48px;
    line-height: 60px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    color: #2f2a55
}

@media only screen and (max-width:767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section-padding-02,
    .section-padding-03 {
        padding-top: 60px
    }

    .section-title .title {
        font-size: 35px;
        line-height: 45px
    }
}

.section-title .title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    background-image: url(../images/shape/text-shape2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%
}

.section-title-2 .sub-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #ff5562
}

.section-title-2 .title {
    font-size: 60px;
    line-height: 70px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    color: #12283b
}

.section-title-3 .sub-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9a9a9a
}

.section-title-3 .sub-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #f6520a;
    width: 110px;
    height: 2px;
    transform: translateX(-50%)
}

.section-title-3 .title {
    font-size: 40px;
    line-height: 52px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    color: #1e1e1e;
    margin-top: 25px
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e1e1e1;
    width: 12px;
    height: 12px;
    transition: .3s linear;
    opacity: 1
}

#preloader .preloader span,
.btn,
.btn-primary,
.courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.upstudy-testimonial-section-04 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1cb098
}

.img-cover {
    object-fit: cover
}

.border-radius-20,
.upstudy-about-section-06 .about-img-wrap .about-img-big img {
    border-radius: 20px
}

.img-contain {
    object-fit: contain
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

#preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-animation: 1.3s linear infinite preloader;
    animation: 1.3s linear infinite preloader
}

#preloader .preloader span:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

#preloader .preloader.preloader-02 span,
.class-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.header-section-03 .header-cart .cart-btn .count,
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff5562
}

@-webkit-keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    transition: .3s linear
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus,
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
    outline: 0;
    border-color: #1cb098
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
    opacity: .95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: .95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: .95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 0
}

.btn-primary:hover,
.form-check-input:checked {
    background-color: #1cb098;
    border-color: #1cb098
}

.blog-details-post .single-blog-post,
.btn-margin,
.footer-widget,
.single-blog-03 {
    margin-top: 40px
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.btn,
.header-section-02 .header-top-section .header-top-wrap .header-social .social li,
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li,
.upstudy-team-profile-section .team-profile .profile-content .profile-social ul li,
.upstudy-team-section .single-team-02 .team-content .team-social .social li {
    display: inline-block
}

.btn-wrap .btn {
    margin: 5px
}

.btn {
    overflow: hidden;
    border-color: #fff0;
    color: #fff;
    border-radius: 4px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    border-width: 0;
    border-style: solid;
    transition: .3s
}

.btn:hover {
    background: #111a24;
    color: #fff
}

.btn-white,
.header-cart .dropdown-cart {
    box-shadow: 11px 10px 38px 0 rgb(46 63 99 / .15)
}

.btn-round {
    border-radius: 100px
}

.btn-square {
    border-radius: 0
}

.btn-primary {
    border-color: #1cb098;
    color: #fff
}

.btn-secondary,
.btn-secondary:hover {
    background-color: #f8db5e;
    border-color: #f8db5e
}

.btn-secondary {
    color: #fff
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #2f2a55
}

#get-label,
#get-nama,
.btn-white:hover,
.category-item-02 .category-content .title a {
    color: #fff
}

.header-top-section {
    background: #0e2a47;
    padding: 10px 0
}

.header,
.header-menu .main-menu>li .sub-menu {
    background: #fff;
    position: absolute;
    left: 0;
    transition: .3s linear
}

.header-top-section .header-top-content p,
.upstudy-form-section .form-content .designation {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.header-top-section .header-top-content p span {
    font-weight: 700;
    color: #f8db5e
}

.header-section-02 .header-top-section {
    background: #ff5562;
    overflow: hidden;
    padding: 15px 0
}

.header-bottom-section .header-bottom-wrap,
.header-logo-menu,
.header-section-02 .header-top-section .header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-section-02 .header-top-section .header-top-wrap .header-top-info ul li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.header-section-02 .header-top-section .header-top-wrap .header-top-info ul li span {
    font-weight: 600;
    margin-left: 5px
}

.header-section-02 .header-top-section .header-top-wrap .header-top-info ul li i {
    font-size: 16px;
    margin-right: 5px
}

.header-section-02 .header-top-section .header-top-wrap .header-top-info ul li+li {
    padding-left: 30px;
    margin-left: 25px
}

.header-section-02 .header-top-section .header-top-wrap .header-top-info ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #ff7781;
    transform: translateY(-50%);
    width: 1px;
    height: 15px
}

.header-section-02 .header-top-section .header-top-wrap .header-social .social li+li,
.upstudy-about-section-05 .about-link-wrap .link-list ul li:hover i,
.upstudy-team-section .single-team-02 .team-content .team-social .social li+li {
    margin-left: 15px
}

.header-section-02 .header-top-section .header-top-wrap .header-social .social li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #e54c58;
    border-radius: 50%;
    font-size: 15px;
    color: #fff
}

.header-section-05 .header-top-section {
    background: #11b19f
}

.header-section-05 .header-top-section .header-top-wrap .header-top-info ul li i {
    font-size: 14px;
    margin-right: 5px
}

.header-section-05 .header-top-section .header-top-wrap .header-top-info ul li+li {
    padding-left: 0;
    margin-left: 30px
}

#course-hover,
#get-number,
.course-details-banner-content .course-details-meta>:first-child::before,
.faq-accordion .accordion-item .accordion-header .accordion-button::after,
.header-section-02 .header-menu::before,
.header-section-04 .header-cart .cart-btn::before,
.header-section-04 .header-login .link+.link::before,
.header-section-05 .header-top-section .header-top-wrap .header-top-info ul li+li::before,
.single-blog-02 .blog-content .meta .blog-meta.blog-meta-1::before,
span.my-number {
    display: none
}

.header-section-05 .header-top-section .header-top-wrap .header-social .social li+li {
    margin-left: 0
}

.header-section-05 .header-top-section .header-top-wrap .header-social .social li a {
    background: #fff0;
    font-size: 16px;
    color: #fff
}

.event-item .event-content .title:hover a,
.header-section-05 .cart-total .value,
.header-section-05 .header-cart .cart-btn:hover i,
.header-section-05 .header-login .link i,
.header-section-05 .header-login .link:hover,
.header-section-05 .header-menu .main-menu>li .sub-menu li.active>a,
.header-section-05 .header-menu .main-menu>li .sub-menu li:hover>a,
.header-section-05 .header-menu .main-menu>li.active-menu>.menu-icon::after,
.header-section-05 .header-menu .main-menu>li.active-menu>a,
.header-section-05 .header-menu .main-menu>li:hover>.menu-icon::after,
.header-section-05 .header-menu .main-menu>li:hover>a,
.header-section-05 .header-top-section .header-top-wrap .header-social .social li a:hover,
.header-section-05 .single-cart-item .item-content .quantity,
.single-blog-03 .blog-content .title:hover a,
.upstudy-about-section-05 .about-img-item .about-content .title:hover a,
.upstudy-about-section-05 .about-link-wrap .link-list ul li:hover a,
.widget-info.widget-info-3 .info-icon i {
    color: #143e6e
}

.header {
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #e1e1e1
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-thumb,
.header-logo,
.instructor-profile .profile-images,
.single-review .review-author {
    flex-shrink: 0
}

.header-logo a img {
    width: 160px
}

.header-menu {
    position: relative;
    padding-left: 20px;
    margin-left: 50px
}

.header-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
    width: 1px;
    height: 50px
}

.header-menu .main-menu,
.sidebar-details-video-description .sidebar-description .price-wrap,
.start-chat .blanter-msg,
.upstudy-about-section-04 .about-img-wrap {
    display: flex
}

.header-menu .main-menu>li {
    position: relative;
    padding: 30px 25px
}

.header-menu .main-menu>li a {
    font-size: 16px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    color: #2f3034;
    text-transform: capitalize
}

.header-menu .main-menu>li .menu-icon::after {
    content: '\f16c';
    font-family: flaticon;
    font-size: 10px;
    color: #2f3034;
    margin-left: 5px;
    transition: .3s linear
}

.category-item-02 .category-content .title a:hover,
.category-item:hover .category-content .title,
.copyright-social .social li a:hover,
.course-accordion .accordion-item .accordion-body .lessons-list li a:hover,
.course-collapse-btn .btn span,
.course-collapse-btn .btn:hover i,
.course-details-banner-content .course-details-meta .meta-action .date span,
.course-details-banner-content .course-details-meta .meta-action .name span,
.course-top-menu .nav li button.active,
.error-item .error-content .error-form .search-form button:hover,
.faq-accordion .accordion-item .accordion-header .accordion-button:hover,
.header-cart .cart-btn:hover i,
.header-login .link:hover,
.header-menu .main-menu>li .sub-menu li.active>a,
.header-menu .main-menu>li .sub-menu li:hover>a,
.header-menu .main-menu>li.active-menu>.menu-icon::after,
.header-menu .main-menu>li.active-menu>a,
.header-menu .main-menu>li:hover>.menu-icon::after,
.header-menu .main-menu>li:hover>a,
.header-search button:hover,
.sidebar-details-video-description .sidebar-description .share-link .share-btn:hover,
.sidebar-widget .category .cate-item a:hover,
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title,
.single-blog-post .blog-content .blog-meta span i,
.tab-menu .nav li button.active,
.tab-menu .nav li button:hover,
.upstudy-about-section .about-content .title span,
.upstudy-about-section-06 .about-content .about-title span,
.upstudy-category-section-03 .category-item:hover .category-content .title,
.upstudy-hero-section .hero-content .link-text span,
.widget-link .link li a:hover {
    color: #1cb098
}

.header-menu .main-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-menu .main-menu>li .sub-menu {
    top: 110%;
    width: 270px;
    box-shadow: 0 2px 29px rgb(0 0 0 / .05);
    padding: 20px 0;
    border-top: 3px solid #1cb098;
    opacity: 0;
    z-index: 99;
    visibility: hidden
}

.course-accordion .accordion-item .accordion-body,
.header-menu .main-menu>li .sub-menu li {
    padding: 0
}

.header-menu .main-menu>li .sub-menu li a {
    padding: 5px 25px;
    font-size: 16px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    display: block;
    position: relative;
    z-index: 1
}

.header-meta {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-search {
    min-width: 450px;
    width: 100%;
    position: relative;
    margin-right: 35px;
    flex-grow: 1
}

@media only screen and (min-width:1400px) and (max-width:1650px),
only screen and (max-width:1399px) {
    .header-search {
        min-width: 310px;
        margin-right: 40px
    }
}

.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background-color: #f3f3f3;
    padding: 0 40px 0 20px;
    height: 55px;
    width: 100%;
    border: 1px solid #fff0;
    color: #93a1a2;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px
}

.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #93a1a2
}

.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #93a1a2
}

.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #93a1a2
}

.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #93a1a2
}

.header-search button {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #020202;
    font-size: 17px
}

.header-cart .cart-btn {
    position: relative;
    border: 0;
    background: 0 0;
    padding: 4px 7px 0 20px;
    margin-left: 20px
}

.header-cart .cart-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 40px;
    background-color: #dedfe0
}

.header-cart .cart-btn i {
    font-size: 18px;
    color: #322d58;
    transition: .3s linear
}

.header-cart .cart-btn .count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #1cb098;
    display: block;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0
}

.header-cart .dropdown-cart {
    min-width: 370px;
    padding: 30px;
    border-radius: 10px;
    border: 0;
    left: 50% !important;
    transform: translateX(-78%) !important;
    top: 57px !important
}

@media only screen and (max-width:1199px) {
    .section-title-2 .title {
        font-size: 48px;
        line-height: 60px
    }

    .header-logo a img {
        width: 130px
    }

    .header-search {
        min-width: 220px;
        margin-right: 20px
    }

    .header-cart .dropdown-cart {
        left: 0 !important
    }
}

.cart-items {
    max-height: 280px;
    overflow-y: auto
}

.single-cart-item {
    display: flex;
    align-items: center;
    position: relative
}

.header-btn,
.sticky {
    position: fixed;
    z-index: 999
}

.courses-wrapper,
.error-wrapper,
.features-item,
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn,
.sidebar-widget .recent-posts ul li,
.single-blog,
.single-cart-item+.single-cart-item,
.single-counter,
.single-team,
.upstudy-form-section .course-form .course-form-inner .form-btn {
    margin-top: 30px
}

.single-cart-item .item-image img,
.single-team .team-img a img,
.single-testimonial-02 .testimonial-thumb img,
.upstudy-features-section-03 .features-item-03 .features-img img {
    border-radius: 50%
}

.single-cart-item .item-content {
    flex: 1;
    padding-right: 25px;
    padding-left: 20px
}

.header-login .link,
.header-toggle button {
    border: 0;
    padding: 0;
    background: 0 0
}

.single-cart-item .item-content .title {
    font-size: 16px;
    font-weight: 600;
    color: #2f2a55;
    line-height: 1.3
}

.single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #1cb098
}

.single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px
}

.cart-btns,
.cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.cart-total .label {
    font-size: 18px;
    font-weight: 600;
    color: #2f2a55
}

.cart-total .value {
    font-size: 18px;
    font-weight: 700;
    color: #1cb098
}

.cart-btns .btn {
    width: 48%
}

.header-login .link {
    font-size: 14px;
    font-weight: 500;
    color: #2f2a55;
    position: relative;
    display: inline-block
}

.header-login .link i {
    font-size: 18px;
    color: #1cb098;
    margin-right: 3px
}

.header-login .link+.link::before {
    content: '/';
    font-size: 14px;
    font-weight: 500;
    color: #818c91;
    margin: 0 5px
}

.header-toggle button span {
    width: 25px;
    height: 2px;
    background: #1cb098;
    margin: 5px 0;
    display: block
}

.header-section-02,
.sidebar-details-video-description .sidebar-description .description-list li:last-child {
    border-bottom: 0
}

.header-section-02 .header-menu {
    padding-left: 0;
    margin-left: 0
}

.footer-section-02 .copyright-social .social li a:hover,
.footer-section-02 .widget-info .info-icon i,
.footer-section-02 .widget-info .info-text a:hover,
.footer-section-02 .widget-link .link li a:hover,
.header-section-03 .cart-total .value,
.header-section-03 .header-cart .cart-btn:hover i,
.header-section-03 .header-login .link i,
.header-section-03 .header-login .link:hover,
.header-section-03 .header-menu .main-menu>li .sub-menu li.active>a,
.header-section-03 .header-menu .main-menu>li .sub-menu li:hover>a,
.header-section-03 .header-menu .main-menu>li.active-menu>.menu-icon::after,
.header-section-03 .header-menu .main-menu>li.active-menu>a,
.header-section-03 .header-menu .main-menu>li:hover>.menu-icon::after,
.header-section-03 .header-menu .main-menu>li:hover>a,
.header-section-03 .single-cart-item .item-content .quantity,
.progress-wrap.progress-wrap-02::after,
.single-team .team-content .name:hover a,
.upstudy-blog-section-02 .single-blog .blog-content .blog-btn,
.upstudy-blog-section-02 .single-blog .blog-content .title:hover a {
    color: #ff5562
}

.header-section-03 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #ff5562
}

.header-btn {
    right: -55px;
    top: 60%;
    transform: rotate(-90deg)
}

.header-section-03 .header-btn .btn {
    height: 40px;
    line-height: 38px;
    border-radius: 35px;
    background: #ff5562;
    padding: 0 40px;
    margin-left: 20px
}

.header-section-03 .cart-btns .btn-3:hover,
.header-section-03 .header-btn .btn:hover,
.header-section-04 .cart-btns .btn-3:hover,
.header-section-05 .cart-btns .btn-3:hover {
    background: #f8db5e
}

.header-section-03 .cart-btns .btn-3,
.upstudy-blog-section-02 .single-blog .blog-content .blog-btn::before {
    background: #ff5562
}

.header-section-04 .header-menu {
    margin-left: auto
}

.header-section-04 .cart-total .value,
.header-section-04 .header-cart .cart-btn:hover i,
.header-section-04 .header-login .link i,
.header-section-04 .header-login .link:hover,
.header-section-04 .header-menu .main-menu>li .sub-menu li.active>a,
.header-section-04 .header-menu .main-menu>li .sub-menu li:hover>a,
.header-section-04 .header-menu .main-menu>li.active-menu>.menu-icon::after,
.header-section-04 .header-menu .main-menu>li.active-menu>a,
.header-section-04 .header-menu .main-menu>li:hover>.menu-icon::after,
.header-section-04 .header-menu .main-menu>li:hover>a,
.header-section-04 .single-cart-item .item-content .quantity,
.language-active .language-arrow:hover,
.language-wrapper .language-item:hover .title,
.single-blog-02 .blog-content .title:hover a,
.upstudy-courses-section-02 .single-course .courses-content .title:hover a,
.upstudy-hero-section-05 .hero-content .title span,
.widget-info.widget-info-2 .info-icon i {
    color: #f6520a
}

.header-section-04 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #f6520a
}

.header-section-04 .header-cart {
    position: relative;
    margin-right: 30px;
    padding-right: 30px
}

.header-section-04 .header-cart::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #dedfe0
}

.header-section-04 .header-cart .cart-btn {
    margin-left: 0;
    padding-left: 0
}

.header-section-04 .header-cart .cart-btn .count {
    background-color: #f6520a
}

.header-section-04 .cart-btns .btn-3 {
    background: #f6520a
}

.header-section-04 .header-login .link+.link {
    height: 40px;
    line-height: 38px;
    border: 1px solid #f6520a;
    border-radius: 35px;
    color: #f6520a;
    padding: 0 25px;
    margin-left: 10px;
    transition: .3s linear
}

.header-section-04 .header-login .link+.link:hover {
    background: #f6520a;
    border: 1px solid #fff0;
    color: #fff
}

.header-section-05 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #143e6e
}

.header-section-05 .header-cart .cart-btn .count {
    background-color: #143e6e
}

.header-section-05 .cart-btns .btn-3,
.upstudy-admission-section .admission-left .single-admission .admission-content.color-2 {
    background: #143e6e
}

.sticky {
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / .07);
    -webkit-animation: 1s sticky;
    animation: 1s sticky
}

.hide,
.show,
a.informasi {
    animation-name: showhide;
    animation-duration: .5s
}

@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes sticky {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.offcanvas {
    background: #031f42;
    width: 320px
}

.offcanvas-header .close-btn {
    background: 0 0;
    border: 0;
    font-size: 18px;
    color: #fff;
    transition: .3s linear
}

.offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: #1cb098
}

.offcanvas-logo a img {
    width: 130px
}

.offcanvas-menu .main-menu li a {
    display: block;
    font-size: 16px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 0;
    position: relative
}

.offcanvas-menu .main-menu li .menu-expand {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgb(255 255 255 / .1);
    border-radius: 3px
}

.offcanvas-menu .main-menu li .menu-expand::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear
}

.offcanvas-menu .main-menu li .menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear
}

.offcanvas-menu .main-menu li.active>.menu-expand::after {
    height: 0
}

.offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none
}

.upstudy-hero-section {
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.upstudy-hero-section .shape-3 {
    position: absolute;
    top: 39%;
    right: 3%;
    z-index: -1
}

.upstudy-hero-section .shape-4 {
    width: 48px;
    height: 48px;
    border: 4px solid #f6b13d;
    border-radius: 50%;
    position: absolute;
    right: 10%;
    bottom: 25%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.upstudy-hero-section .shape-5 {
    position: absolute;
    top: 35%;
    left: -6%;
    z-index: -1
}

.upstudy-hero-section .svg-shape {
    position: absolute;
    left: 0;
    bottom: -240px;
    width: 100%;
    z-index: 5
}

.upstudy-form-section .form-content .quote-svg svg,
.upstudy-hero-section .svg-shape svg {
    fill: #fff
}

.upstudy-hero-section .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #2f2a55;
    margin-top: 35px
}

.upstudy-hero-section .hero-content .title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background-image: url(../images/shape/text-shape1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%
}

.upstudy-hero-section .hero-content .text {
    font-size: 20px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #000
}

.upstudy-hero-section .hero-content .text img {
    margin-right: 5px
}

.sidebar-widget,
.upstudy-hero-section .hero-content .hero-btn {
    margin-top: 45px
}

.upstudy-hero-section .hero-content .hero-btn .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 80px
}

.upstudy-hero-section .hero-content .link-text {
    font-size: 16px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
    color: #2f2a55;
    font-weight: 500;
    margin-top: 15px
}

.upstudy-hero-section .hero-images {
    text-align: center;
    position: relative;
    padding-top: 180px;
    padding-bottom: 70px;
    z-index: 1
}

.upstudy-hero-section .hero-images .shape-1 {
    position: absolute;
    left: -4%;
    top: 25%;
    -webkit-animation: 5s linear infinite round-01;
    animation: 5s linear infinite round-01;
    z-index: -2
}

.upstudy-hero-section .hero-images .shape-2 {
    width: 35px;
    height: 35px;
    background: #fe254e;
    position: absolute;
    left: -7%;
    top: 21%;
    z-index: -2;
    transform: rotate(50deg);
    -webkit-animation: 10s linear infinite rotate-style;
    animation: 10s linear infinite rotate-style
}

.upstudy-hero-section .hero-images .shape-6 {
    position: absolute;
    right: 12%;
    top: 20%;
    z-index: -1
}

.upstudy-hero-section .hero-images .image .image-content {
    background: #fff;
    box-shadow: 0 33px 73px 0 rgb(0 0 0 / .1);
    border-radius: 20px;
    position: absolute;
    left: -13%;
    bottom: 30%;
    padding: 35px 30px 45px
}

.upstudy-hero-section .hero-images .image .image-content .image-text .number {
    font-size: 24px;
    font-weight: 700;
    color: #2f2a55
}

.upstudy-counter-wrap .counter-item .counter-content p,
.upstudy-hero-section .hero-images .image .image-content .image-text p {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a
}

@-webkit-keyframes animate-02 {

    0%,
    100% {
        border-radius: 50%/50% 35% 65% 50%
    }

    34% {
        border-radius: 50% 50% 35% 65%/50%
    }

    50% {
        border-radius: 50%/65% 50% 50% 35%
    }

    67% {
        border-radius: 35% 65% 50% 50%/50%
    }
}

@keyframes animate-02 {

    0%,
    100% {
        border-radius: 50%/50% 35% 65% 50%
    }

    34% {
        border-radius: 50% 50% 35% 65%/50%
    }

    50% {
        border-radius: 50%/65% 50% 50% 35%
    }

    67% {
        border-radius: 35% 65% 50% 50%/50%
    }
}

@-webkit-keyframes round-01 {

    0%,
    100% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(0)
    }
}

@keyframes round-01 {

    0%,
    100% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(0)
    }
}

@-webkit-keyframes zoom-inout {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }
}

@keyframes zoom-inout {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }
}

@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-style {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:1899px) {
    .upstudy-hero-section .svg-shape {
        bottom: -225px
    }

    .upstudy-hero-section .hero-images {
        padding-bottom: 40px
    }
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
    .upstudy-hero-section .svg-shape {
        bottom: -185px
    }

    .upstudy-hero-section .hero-images {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:1399px) {
    .header-menu {
        margin-left: 35px
    }

    .header-menu .main-menu>li {
        padding: 30px 10px
    }

    .upstudy-hero-section .svg-shape {
        bottom: -155px
    }

    .upstudy-hero-section .hero-images {
        padding-bottom: 30px
    }

    .upstudy-team-section .single-team-02 .team-content .team-social .social li+li {
        margin-left: 12px
    }
}

@media only screen and (max-width:1199px) {
    .upstudy-hero-section .shape-5 {
        left: -14%
    }

    .upstudy-hero-section .svg-shape {
        bottom: -130px
    }

    .upstudy-hero-section .hero-content .title {
        font-size: 60px;
        line-height: 72px
    }

    .upstudy-hero-section .hero-images {
        padding-bottom: 0
    }

    .upstudy-hero-section .hero-images .image .image-content {
        padding: 35px 25px;
        left: 0;
        bottom: 23%
    }
}

@media only screen and (max-width:991px) {
    .header-cart .cart-btn {
        margin-left: 0;
        padding-left: 0;
        margin-right: 20px;
        padding-right: 20px
    }

    .header-cart .cart-btn::before {
        left: auto;
        right: 0
    }

    .header-cart .cart-btn .count {
        right: 10px
    }

    .upstudy-hero-section .shape-5 {
        top: 22%;
        left: -17%
    }

    .upstudy-hero-section .svg-shape {
        bottom: -100px
    }

    .upstudy-hero-section .hero-content {
        padding-top: 190px
    }

    .upstudy-hero-section .hero-content .title {
        font-size: 50px;
        line-height: 65px
    }

    .upstudy-hero-section .hero-images {
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px
    }

    .upstudy-hero-section .hero-images .shape-1 {
        width: 540px;
        left: 2%
    }

    .upstudy-hero-section .hero-images .shape-2 {
        left: 0
    }
}

@media only screen and (max-width:767px) {
    .section-title-2 .title {
        font-size: 35px;
        line-height: 45px
    }

    .section-title-3 .title {
        font-size: 36px;
        line-height: 45px
    }

    .header-top-section {
        display: none
    }

    .upstudy-hero-section .shape-3 {
        top: 40%
    }

    .upstudy-hero-section .shape-3 img {
        width: 120px
    }

    .upstudy-hero-section .shape-5 {
        left: -25%
    }

    .upstudy-hero-section .svg-shape {
        bottom: -75px
    }

    .upstudy-hero-section .hero-content {
        padding-top: 130px
    }

    .upstudy-hero-section .hero-content .title {
        font-size: 50px;
        line-height: 65px
    }

    .upstudy-hero-section .hero-content .title span::before {
        background-size: contain
    }

    .upstudy-hero-section .hero-images {
        padding-left: 30px;
        padding-right: 30px
    }

    .upstudy-hero-section .hero-images .shape-1 {
        width: 450px;
        left: -5%
    }

    .upstudy-hero-section .hero-images .shape-6 {
        right: 8%
    }
}

@media only screen and (max-width:575px) {
    .offcanvas {
        width: 280px
    }

    .upstudy-hero-section .shape-3,
    .upstudy-hero-section .shape-5 {
        display: none
    }

    .upstudy-hero-section .svg-shape {
        bottom: -60px
    }

    .upstudy-hero-section .hero-content .title {
        font-size: 42px;
        line-height: 58px
    }

    .upstudy-hero-section .hero-content .hero-btn .btn {
        padding: 0 60px
    }

    .upstudy-hero-section .hero-images {
        padding-left: 0;
        padding-right: 0
    }

    .upstudy-hero-section .hero-images .shape-1 {
        width: 450px;
        left: -5%
    }

    .upstudy-hero-section .hero-images .shape-6 {
        right: 0
    }

    .upstudy-hero-section .hero-images .image .image-content {
        bottom: 15%
    }
}

.upstudy-hero-section-02 {
    height: 960px;
    background: center center/cover no-repeat #f8f8f8;
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    z-index: 1
}

.upstudy-hero-section-02 .image-1 {
    position: absolute;
    left: 3%;
    top: 28%;
    z-index: -1
}

.upstudy-hero-section-02 .image-1 .shape-1 {
    position: absolute;
    top: -80px;
    right: 20px
}

.upstudy-hero-section-02 .image-2 {
    position: absolute;
    right: 4%;
    top: 28%;
    z-index: -1
}

.upstudy-hero-section-02 .image-2 .shape-2 {
    position: absolute;
    right: -40px;
    top: -55px;
    z-index: -1
}

.upstudy-hero-section-02 .shape-3 {
    position: absolute;
    top: 11%;
    right: 28%;
    z-index: -1
}

.upstudy-hero-section-02 .hero-content {
    max-width: 680px;
    margin: 0 auto;
    padding-top: 110px
}

.upstudy-hero-section-02 .hero-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000
}

.upstudy-hero-section-02 .hero-content .section-title .title {
    font-size: 72px;
    line-height: 90px;
    margin-top: 25px
}

.upstudy-hero-section-02 .hero-content .section-title .title span::before {
    bottom: -15px
}

.class-active .swiper-pagination,
.upstudy-hero-section-02 .hero-content .hero-form {
    position: relative;
    margin-top: 60px
}

.upstudy-hero-section-02 .hero-content .hero-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 70px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 95px
}

.upstudy-hero-section-02 .hero-content .hero-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: .95;
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 400
}

.upstudy-hero-section-02 .hero-content .hero-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: .95;
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 400
}

.upstudy-hero-section-02 .hero-content .hero-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: .95;
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 400
}

.upstudy-hero-section-02 .hero-content .hero-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: .95;
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 400
}

.upstudy-hero-section-02 .hero-content .hero-form .search {
    position: absolute;
    right: 0;
    width: 75px;
    height: 70px;
    line-height: 52px;
    background: #1cb098;
    color: #fff;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%)
}

@media only screen and (max-width:1199px) {
    .upstudy-hero-section-02 .image-1 {
        left: 2%;
        top: 21%
    }

    .upstudy-hero-section-02 .image-1 img,
    .upstudy-hero-section-02 .image-2 img {
        width: 250px
    }

    .upstudy-hero-section-02 .image-2 {
        right: 2%;
        top: 20%
    }

    .upstudy-hero-section-02 .hero-content {
        max-width: 570px
    }

    .upstudy-hero-section-02 .hero-content .section-title .title {
        font-size: 60px;
        line-height: 78px
    }
}

@media only screen and (max-width:991px) {
    .upstudy-hero-section-02 {
        height: 900px
    }

    .upstudy-hero-section-02 .image-1,
    .upstudy-hero-section-02 .image-2 {
        display: none
    }

    .upstudy-hero-section-02 .hero-content {
        padding-top: 90px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-hero-section-02 {
        height: auto;
        padding-bottom: 80px
    }

    .upstudy-hero-section-02 .shape-3 {
        top: 9%;
        right: 6%
    }

    .upstudy-hero-section-02 .hero-content p {
        font-size: 15px
    }

    .upstudy-hero-section-02 .hero-content .section-title .title {
        font-size: 48px;
        line-height: 65px
    }
}

.upstudy-hero-section-03 {
    background: center center/cover no-repeat #fdf8f4;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.upstudy-hero-section-03 .shape-1 {
    position: absolute;
    top: 27%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    left: 4%;
    z-index: -1
}

.upstudy-hero-section-03 .shape-1 svg {
    fill: #f9e27e
}

.upstudy-hero-section-03 .shape-2 {
    position: absolute;
    left: 41%;
    bottom: 21%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.upstudy-hero-section-03 .shape-2 svg {
    fill: #9391fa
}

.upstudy-hero-section-03 .hero-content,
.upstudy-testimonial-section-02 .testimonial-content-wrap-02 {
    padding-top: 70px
}

.upstudy-hero-section-03 .hero-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1cb098
}

.upstudy-hero-section-03 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #2f2a55;
    margin-top: 15px
}

.upstudy-hero-section-03 .hero-content .title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    background-image: url(../images/shape/text-shape2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%
}

.blog-details-post .blog-details-content .blog-details-text,
.class-slider-wrap,
.upstudy-hero-section-03 .hero-content .hero-btn,
.upstudy-pagination {
    margin-top: 60px
}

.upstudy-hero-section-03 .hero-content .hero-btn .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 65px
}

.upstudy-about-section-06 .about-content .read-more i,
.upstudy-counter-section-02 .counter-left .read-more i,
.upstudy-hero-section-03 .hero-content .hero-btn .btn i {
    position: relative;
    top: 1px;
    left: 5px
}

.upstudy-hero-section-03 .hero-images {
    text-align: center;
    position: relative;
    padding-top: 215px;
    padding-bottom: 140px;
    z-index: 1
}

.upstudy-hero-section-03 .hero-images .shape-4 {
    position: absolute;
    top: 21%;
    left: -17%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.upstudy-hero-section-03 .hero-images .image-content {
    background: #fff;
    box-shadow: 0 24px 59px 0 rgb(0 0 0 / .13);
    border-radius: 10px;
    position: absolute;
    left: -4%;
    top: 42.5%;
    padding: 15px 50px 15px 70px
}

.upstudy-hero-section-03 .hero-images .image-content .icon-img {
    position: absolute;
    left: 15px;
    top: -15px
}

.upstudy-hero-section-03 .hero-images .image-content .image-text .title {
    font-size: 16px;
    font-weight: 500;
    color: #2f2a55
}

.upstudy-hero-section-03 .hero-images .image-content .image-text p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a
}

@media only screen and (max-width:1199px) {
    .upstudy-hero-section-03 .hero-content .title {
        font-size: 52px;
        line-height: 70px
    }
}

@media only screen and (max-width:991px) {

    .upstudy-hero-section-03,
    .upstudy-hero-section-03 .hero-images {
        padding-top: 110px
    }

    .upstudy-hero-section-03 .shape-1 {
        top: 9%
    }

    .upstudy-hero-section-03 .shape-2 {
        left: 55%;
        bottom: 60%
    }

    .upstudy-hero-section-03 .hero-images .shape-4 {
        top: 16%;
        left: -3%
    }
}

@media only screen and (max-width:767px) {
    .upstudy-hero-section-03 .shape-2 {
        left: 70%
    }

    .upstudy-hero-section-03 .hero-content .title {
        font-size: 45px;
        line-height: 65px
    }

    .upstudy-hero-section-03 .hero-images {
        padding-top: 80px;
        padding-bottom: 110px
    }

    .upstudy-hero-section-03 .hero-images .shape-4 {
        top: 16%;
        left: -3%
    }
}

.upstudy-hero-section-04 {
    background: #ffe3e5;
    height: 1220px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.upstudy-hero-section-04 .shape-2 {
    position: absolute;
    left: 0;
    bottom: -21%;
    width: 100%;
    z-index: 5
}

.upstudy-hero-section-04 .shape-3 {
    position: absolute;
    left: 5%;
    top: 20%;
    z-index: -1;
    -webkit-animation: 5s linear infinite round-01;
    animation: 5s linear infinite round-01
}

.upstudy-hero-section-04 .shape-4 {
    position: absolute;
    left: 3%;
    bottom: 0;
    z-index: -1
}

.upstudy-hero-section-04 .shape-5 {
    position: absolute;
    left: 45%;
    bottom: 18%;
    z-index: -1;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout
}

.upstudy-hero-section-04 .shape-6 {
    position: absolute;
    right: 3%;
    top: 16%;
    z-index: -1;
    -webkit-animation: 5s linear infinite round-01;
    animation: 5s linear infinite round-01
}

.upstudy-hero-section-04 .hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center
}

.upstudy-hero-section-04 .hero-image .shape-1 {
    position: absolute;
    left: -5%;
    top: 22%;
    z-index: -1
}

.upstudy-hero-section-04 .hero-image .image {
    padding-top: 185px;
    padding-left: 30px
}

@media only screen and (max-width:1199px) {
    .upstudy-hero-section-04 {
        height: 1150px
    }

    .upstudy-hero-section-04 .shape-2 {
        bottom: -11%
    }

    .upstudy-hero-section-04 .shape-4 {
        width: 280px;
        bottom: -3%
    }

    .upstudy-hero-section-04 .hero-image .shape-1 {
        left: -1%
    }
}

@media only screen and (max-width:991px) {
    .upstudy-hero-section-04 {
        height: auto;
        display: block
    }

    .upstudy-hero-section-04 .shape-2 {
        bottom: -6%
    }

    .upstudy-hero-section-04 .shape-3 {
        top: 7%
    }

    .upstudy-hero-section-04 .shape-6 {
        top: 40%
    }

    .upstudy-hero-section-04 .hero-content {
        padding-top: 150px
    }

    .upstudy-hero-section-04 .hero-image {
        position: relative;
        width: 100%
    }

    .upstudy-hero-section-04 .hero-image .image {
        padding-top: 60px;
        padding-left: 85px;
        padding-right: 85px
    }
}

.upstudy-hero-section-05 {
    background: #fff9eb;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.upstudy-hero-section-05 .shape-2 {
    position: absolute;
    left: -26%;
    top: -28%;
    z-index: -1
}

.upstudy-hero-section-05 .hero-content .title {
    font-size: 72px;
    line-height: 86px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #1e1e1e
}

.upstudy-hero-section-05 .hero-content .hero-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-btn .btn {
    height: 65px;
    line-height: 64px;
    border-radius: 35px;
    font-size: 18px;
    background: #f6520a;
    padding: 0 50px
}

.upstudy-about-section-03 .about-content .btn:hover,
.upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-btn .btn:hover {
    background: #ffa300
}

.upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-call {
    display: flex;
    align-items: center;
    margin-left: 25px
}

.upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-call .icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: #f6520a;
    background: #fff
}

.upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-call .number {
    font-size: 24px;
    font-weight: 500;
    color: #1e1e1e;
    margin-left: 10px
}

.upstudy-hero-section-05 .hero-images {
    text-align: center;
    position: relative;
    padding-top: 50px;
    z-index: 1
}

.upstudy-hero-section-05 .hero-images .shape-1 {
    position: absolute;
    top: 11%;
    right: 0;
    z-index: -1
}

.upstudy-hero-section-05 .hero-images .image {
    position: relative;
    bottom: -120px
}

@media only screen and (max-width:1199px) {
    .upstudy-hero-section-05 .shape-2 {
        left: -53%;
        top: -62%
    }

    .upstudy-hero-section-05 .hero-content .title {
        font-size: 50px;
        line-height: 70px
    }

    .upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-btn .btn {
        padding: 0 40px
    }
}

@media only screen and (max-width:991px) {

    .upstudy-hero-section-05,
    .upstudy-hero-section-05 .hero-content {
        padding-top: 60px
    }

    .upstudy-hero-section-05 .shape-2 {
        left: -67%;
        top: -46%
    }

    .upstudy-hero-section-05 .hero-images {
        padding-top: 0
    }

    .upstudy-hero-section-05 .hero-images .shape-1 {
        width: 550px;
        top: 11%;
        right: 11%
    }

    .upstudy-hero-section-05 .hero-images .image {
        bottom: -90px;
        padding: 0 100px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-hero-section-05 .shape-2 {
        left: -90%;
        top: -70%
    }

    .upstudy-hero-section-05 .hero-content .title {
        font-size: 40px;
        line-height: 55px
    }

    .upstudy-hero-section-05 .hero-images .shape-1 {
        width: 450px;
        top: 15%;
        right: 8%
    }

    .upstudy-hero-section-05 .hero-images .image {
        padding: 0 50px
    }
}

@media only screen and (max-width:575px) {
    .upstudy-hero-section-05 .shape-2 {
        display: none
    }

    .upstudy-hero-section-05 .hero-content .title {
        font-size: 40px;
        line-height: 55px
    }

    .upstudy-hero-section-05 .hero-content .hero-btn-wrap {
        align-items: start;
        flex-direction: column;
        gap: 20px
    }

    .upstudy-hero-section-05 .hero-content .hero-btn-wrap .hero-call {
        margin-left: 0
    }

    .upstudy-hero-section-05 .hero-images .shape-1 {
        width: 370px
    }

    .upstudy-hero-section-05 .hero-images .image {
        bottom: -60px
    }
}

.upstudy-hero-section-06 {
    height: 1100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.upstudy-hero-section-06 .shape-1 {
    position: absolute;
    right: -38%;
    bottom: -105%;
    z-index: -1
}

.upstudy-hero-section-06 .shape-2 {
    position: absolute;
    right: -40%;
    bottom: -119%;
    z-index: -1
}

.upstudy-hero-section-06 .shape-3 {
    position: absolute;
    width: 100%;
    height: 130px;
    right: 0;
    left: 0;
    bottom: -100px;
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: 2
}

.upstudy-hero-section-06 .hero-content .sub-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 50px;
    color: #fff
}

.upstudy-hero-section-06 .hero-content .title {
    font-size: 100px;
    line-height: 1;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.upstudy-hero-section-06 .hero-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #fdc735;
    height: 340px;
    width: 4px;
    transform: translateY(-55%)
}

.upstudy-hero-section-06 .hero-content .hero-btn {
    padding-left: 50px
}

.upstudy-hero-section-06 .hero-content .hero-btn .btn {
    height: 65px;
    line-height: 63px;
    padding: 0 75px;
    background: #143e6e;
    color: #fff;
    margin-top: 50px
}

.upstudy-hero-section-06 .hero-content .hero-btn .btn:hover {
    background: #fff;
    color: #143e6e
}

@media only screen and (max-width:1199px) {
    .upstudy-hero-section-06 {
        height: 980px
    }

    .upstudy-hero-section-06 .shape-1 {
        right: -65%;
        bottom: -134%
    }

    .upstudy-hero-section-06 .shape-2 {
        right: -67%;
        bottom: -144%
    }

    .upstudy-hero-section-06 .hero-content .sub-title {
        font-size: 18px
    }

    .upstudy-hero-section-06 .hero-content .title {
        font-size: 75px
    }

    .upstudy-hero-section-06 .hero-content .title::before {
        height: 270px
    }

    .upstudy-category-section {
        padding-top: 35px
    }
}

@media only screen and (max-width:991px) {
    .upstudy-hero-section-06 {
        height: 880px
    }

    .upstudy-hero-section-06 .shape-1 {
        right: -96%;
        bottom: -150%
    }

    .upstudy-hero-section-06 .shape-2 {
        right: -99%;
        bottom: -160%
    }
}

@media only screen and (max-width:767px) {
    .upstudy-hero-section-06 {
        height: 780px
    }

    .upstudy-hero-section-06 .shape-1 {
        right: -128%;
        bottom: -176%
    }

    .upstudy-hero-section-06 .shape-2 {
        right: -130%;
        bottom: -185%
    }

    .upstudy-hero-section-06 .hero-content .sub-title {
        font-size: 16px
    }

    .upstudy-hero-section-06 .hero-content .title {
        font-size: 60px
    }

    .upstudy-hero-section-06 .hero-content .title::before {
        height: 230px
    }
}

.category-content-wrap,
.features-content-wrap,
.upstudy-category-section-02 .category-wrap,
.upstudy-counter-section-02 .counter-right .counter-item-wrap.counter-item-wrap-02,
.upstudy-courses-section .courses-wrap,
.upstudy-courses-section-02 .courses-content-wrap {
    padding-top: 50px
}

.category-item {
    display: flex;
    align-items: center;
    background: #f7efff;
    border-radius: 50px;
    padding: 5px 8px;
    margin-top: 30px
}

.category-item.color-2,
.upstudy-category-section-03 .category-item .category-icon.color-2 {
    background: #fff6f3
}

.category-item.color-3,
.upstudy-category-section-03 .category-item .category-icon.color-3 {
    background: #effafd
}

.category-item.color-4,
.upstudy-category-section-03 .category-item .category-icon.color-4 {
    background: #fff7ee
}

.category-item .category-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    text-align: center
}

.category-item .category-content,
.upstudy-admission-section .admission-left .single-admission .admission-content .learn-more:hover i {
    margin-left: 10px
}

.category-item .category-content .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #2f2a55;
    transition: .3s linear
}

.upstudy-category-section-02 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 170px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .upstudy-category-section-02 {
        padding-bottom: 100px
    }
}

.upstudy-category-section-02 .shape-1 {
    position: absolute;
    right: -130px;
    top: 140px;
    z-index: -1
}

.upstudy-category-section-02 .shape-2,
.upstudy-counter-section .shape-2 {
    position: absolute;
    left: 60px;
    top: 110px;
    z-index: -1
}

.upstudy-category-section-02 .shape-3 {
    position: absolute;
    left: 3%;
    bottom: 38%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.category-item-02 {
    margin-top: 30px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: .3s linear
}

.category-item-02 .category-img,
.single-blog .blog-img,
.single-blog-post .blog-img,
.upstudy-courses-section .single-course {
    border-radius: 10px;
    overflow: hidden
}

.category-item-02 .category-img img {
    height: 380px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.category-item-02 .category-img a,
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star,
.course-hover .rating .rating-star,
.instructor-profile .profile-content .profile-meta .rating .rating-star,
.single-course .courses-content .courses-meta .rating .rating-star,
.single-course .courses-image a,
.single-course-list .course-content .bottom-meta .rating .rating-star,
.single-course-list .course-image a,
.upstudy-courses-section-02 .single-course .courses-image>a,
.upstudy-event-section .single-item .event-image a {
    display: block;
    position: relative
}

.category-item-02 .category-img a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fffFFF00 43%, #00000082 63%);
    z-index: 0
}

.category-item-02 .category-content {
    position: absolute;
    bottom: 55px;
    left: 5%;
    right: 5%;
    text-align: center
}

.category-item-02 .category-content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: -3px;
    margin-top: 30px
}

.category-item-02:hover {
    transform: translateY(-5px) translate3d(0, -5px, 0)
}

.upstudy-category-section-03 .category-item {
    background: 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px 25px;
    transition: .3s linear
}

.upstudy-category-section-03 .category-item .category-icon {
    line-height: 68px;
    background: #f7efff
}

.single-blog-02 .blog-img a img,
.upstudy-category-section-03 .category-item .category-content .title,
.upstudy-event-section .single-item .event-image a img {
    transition: .3s linear
}

#feedback-form .form-control:active,
#feedback-form .form-control:focus,
.course-collapse-btn .btn:hover,
.upstudy-category-section-03 .category-item:hover {
    border: 1px solid #1cb098
}

.upstudy-blog-section .blog-wrap,
.upstudy-event-section .event-wrap,
.upstudy-features-section-02 .features-wrap,
.upstudy-offer-section .offer-wrap,
.upstudy-team-section .our-team-wrap {
    margin-top: -30px
}

.single-offer {
    position: relative;
    margin-top: 30px
}

.single-offer .offer-images {
    border-radius: 5px;
    overflow: hidden
}

.single-offer .offer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 54%;
    padding: 65px 40px 55px
}

.single-offer .offer-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #1cb098
}

.single-offer .offer-content .title,
.upstudy-offer-section-02 .single-offer-02 .offer-content .title,
.upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content .title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #2f2a55
}

.single-offer .offer-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #7a7a7a;
    margin-top: 20px
}

.contact-form-wrap .form-btn .btn,
.single-offer .offer-content .btn {
    margin-top: 35px
}

@media only screen and (max-width:1199px) {
    .single-offer .offer-content {
        width: 80%;
        padding: 20px 40px 15px
    }

    .single-offer .offer-content p {
        margin-top: 10px
    }

    .single-offer .offer-content .btn {
        margin-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .upstudy-category-section-02 {
        padding-bottom: 80px
    }

    .single-offer .offer-content {
        width: 54%;
        padding: 65px 40px 55px
    }

    .single-offer .offer-content p {
        margin-top: 20px
    }

    .single-offer .offer-content .btn {
        margin-top: 35px
    }
}

@media only screen and (max-width:767px) {
    .single-offer .offer-content {
        width: 80%;
        padding: 30px 40px 15px
    }

    .single-offer .offer-content p {
        margin-top: 10px
    }

    .single-offer .offer-content .btn {
        margin-top: 20px
    }
}

.upstudy-counter-section .counter-wrap,
.upstudy-offer-section-02 .offer-wrap {
    margin-top: -40px
}

.upstudy-offer-section-02 .single-offer-02 {
    background: #c8eaf7;
    border: 1px solid #898989;
    border-radius: 30px;
    padding: 70px 50px;
    position: relative;
    margin-top: 40px
}

.upstudy-offer-section-02 .single-offer-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: translate(6px, 8px) scale(1.01);
    z-index: -1;
    border-radius: 30px
}

.upstudy-offer-section-02 .single-offer-02.color-02 {
    background: #f1d7ec
}

.upstudy-offer-section-02 .single-offer-02 .offer-images img {
    width: 220px;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain
}

.upstudy-offer-section-02 .single-offer-02 .offer-content .sub-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #2f2a55
}

.upstudy-offer-section-02 .single-offer-02 .offer-content .link-btn {
    font-size: 12px;
    font-weight: 700;
    color: #1cb098;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative
}

.single-blog .blog-content .blog-btn::before,
.upstudy-offer-section-02 .single-offer-02 .offer-content .link-btn::before {
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    content: "";
    transform: scale(1);
    background: #1cb098;
    transition: .3s linear
}

.single-blog .blog-content .blog-btn:hover::before,
.upstudy-offer-section-02 .single-offer-02 .offer-content .link-btn:hover::before {
    transform: scale(-1)
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap,
.tab-menu {
    padding-top: 10px
}

.tab-menu .nav li {
    margin: 0 17px;
    padding-top: 10px
}

.tab-menu .nav li button {
    font-size: 15px;
    font-weight: 500;
    color: #747379;
    border: 0;
    padding: 0;
    background: 0 0
}

.courses-tab-content {
    margin-top: 0 !important;
    padding-top: 10px
}

.single-course {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    transition: .3s linear;
    margin-top: 30px;
    position: relative
}

.single-course .courses-image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.single-course .courses-image a::before,
.upstudy-courses-section-02 .single-course .courses-image>a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    transition: .3s linear;
    opacity: 0
}

.single-course .courses-content,
.upstudy-blog-event-section .blog-event-content-wrap,
.widget-link {
    padding-top: 15px
}

.course-hover .top-meta,
.single-course .courses-content .top-meta {
    display: flex;
    justify-content: space-between
}

.course-details-banner-content .course-details-meta .meta-action .rating,
.course-details-banner-content .course-details-meta .meta-action:first-child,
.instructor-profile .profile-content .profile-meta .rating,
.sidebar-widget .recent-posts ul li .post-link,
.single-course .courses-content .top-meta .tag-time,
.single-rating-percentage {
    display: flex;
    align-items: center
}

.single-course .courses-content .top-meta .tag-time .tag {
    border-radius: 5px;
    background-color: rgb(28 176 152 / .071);
    font-size: 13px;
    font-weight: 500;
    color: #1cb098;
    padding: 0 15px;
    height: 25px;
    line-height: 22px
}

.course-hover .top-meta .tag:hover,
.sidebar-widget .sidebar-tag li a:hover,
.single-course .courses-content .top-meta .tag-time .tag:hover,
.single-course-list .course-content .top-meta .tag:hover,
.upstudy-pagination .pagination li a.active {
    background-color: #1cb098;
    color: #fff
}

.single-course .courses-content .top-meta .tag-time .time {
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
    margin-left: 15px
}

.single-course .courses-content .top-meta .price .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: #1cb098
}

.single-course .courses-content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #2f2a55;
    margin-top: 15px
}

.single-course .courses-content .author-name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 5px
}

.single-course .courses-content .author-name span {
    font-weight: 400;
    color: #7a7a7a
}

.single-course .courses-content .courses-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px
}

.course-hover .rating,
.single-course .courses-content .courses-meta .rating,
.single-course-list .course-content .bottom-meta .rating {
    display: flex;
    align-items: center;
    margin-top: 5px
}

.course-hover .rating .rating-star::before,
.single-course .courses-content .courses-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 3px
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active,
.course-hover .rating .rating-star .rating-active,
.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active,
.review-rating .rating-box .rating-star .rating-active,
.single-course .courses-content .courses-meta .rating .rating-star .rating-active,
.single-course-list .course-content .bottom-meta .rating .rating-star .rating-active,
.single-review .review-content .review-top .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.course-hover .rating .rating-star .rating-active::before,
.single-course .courses-content .courses-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 13px;
    color: #fda000;
    letter-spacing: 3px
}

.course-hover .rating span,
.single-course .courses-content .courses-meta .rating span,
.single-course-list .course-content .bottom-meta .rating span {
    font-size: 13px;
    color: #838383
}

.single-course:hover .courses-image a::before,
.upstudy-courses-section-02 .single-course:hover .courses-image a::before {
    opacity: .2
}

.course-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -22px
}

.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child),
.course-header .section-title,
.single-blog-post .blog-content .blog-btn,
.single-team .team-content,
.upstudy-counter-wrap .counter-item .counter-content,
.upstudy-event-section .single-item .event-content .event-btn {
    margin-top: 25px
}

.upstudy-courses-section {
    background: #eff5ff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.upstudy-courses-section .shape-1 {
    position: absolute;
    left: -20%;
    top: -8%;
    z-index: -1
}

.upstudy-courses-section .shape-1 svg {
    fill: none;
    stroke-width: 3px;
    stroke: #d9eef4
}

.upstudy-courses-section .shape-2 {
    position: absolute;
    top: 15%;
    right: -22%;
    z-index: -1
}

.upstudy-courses-section .shape-2 svg {
    fill: #c5e7ea
}

.upstudy-courses-section .shape-3 {
    position: absolute;
    top: 9%;
    right: -23%;
    z-index: -1
}

.upstudy-courses-section .shape-3 svg {
    fill: none;
    stroke-width: 3px;
    stroke: #fff
}

.upstudy-courses-section .single-course .courses-content {
    padding: 30px 55px 40px 40px
}

.courses-active .swiper-pagination,
.testimonial-02-active .swiper-pagination,
.upstudy-courses-section-02 .courses-content-wrap .courses-active .swiper-pagination {
    position: relative;
    margin-top: 50px
}

.courses-active .swiper-pagination .swiper-pagination-bullet,
.testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background-color: #e1e1e1
}

.upstudy-courses-section-02 .courses-content-wrap .courses-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background-color: #dbdbdb
}

.upstudy-courses-section-02 .courses-content-wrap .courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ee4f0a
}

.upstudy-courses-section-02 .single-course {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .16);
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 25px 25px;
    margin: 5px 5px 0;
    transition: .3s linear
}

.upstudy-courses-section-02 .single-course .courses-image {
    position: relative;
    border-radius: 30px
}

.upstudy-courses-section-02 .single-course .courses-image .top-meta {
    position: absolute;
    top: 40px;
    left: 25px
}

.upstudy-courses-section-02 .single-course .courses-image .top-meta .price {
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #1e1e1e;
    background: #ffa300;
    white-space: nowrap
}

.upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-1 {
    background: #1cb098
}

.upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-2 {
    background: #f6b500
}

.upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-3 {
    background: #d31129
}

.upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-4 {
    background: #2ab48c
}

.upstudy-courses-section-02 .single-course .courses-content .sub-title {
    font-size: 13px;
    font-weight: 400;
    color: #f6520a
}

.upstudy-courses-section-02 .single-course .courses-content .title {
    font-size: 22px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 30px;
    margin-top: 0
}

.upstudy-courses-section-02 .single-course .courses-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 25px;
    padding-top: 15px
}

.upstudy-courses-section-02 .single-course .courses-meta::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    background: #ebebeb
}

.upstudy-courses-section-02 .single-course .courses-meta .course-enroll-rating p {
    color: #6e6e6e;
    font-size: 13px;
    margin-right: 20px
}

.upstudy-courses-section-02 .single-course .courses-meta .course-enroll-rating p i {
    color: #f6520a;
    font-size: 16px;
    margin-right: 2px
}

.upstudy-courses-section-02 .single-course .courses-meta .course-enroll-rating .total-rating i {
    color: #ffa300
}

.upstudy-counter-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.upstudy-counter-section .shape-1 {
    position: absolute;
    right: -80px;
    bottom: 20px;
    z-index: -1
}

.upstudy-counter-section .shape-3 {
    position: absolute;
    left: 40px;
    bottom: 20px;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

@media only screen and (max-width:1199px) {
    .upstudy-offer-section-02 .single-offer-02 {
        padding: 60px 40px
    }

    .upstudy-courses-section .single-course .courses-content {
        padding: 30px 35px 40px
    }

    .upstudy-counter-section {
        padding-top: 120px;
        padding-bottom: 140px
    }

    .upstudy-counter-section .shape-1 {
        right: -180px
    }

    .upstudy-counter-section .shape-1 img {
        width: 270px
    }

    .upstudy-counter-section .shape-2 {
        left: 40px;
        top: 65px
    }
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form,
.contact-form-wrap .single-form,
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form,
.single-counter .counter-content,
.upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter .counter-content,
.upstudy-counter-section-04 .single-counter .counter-content,
.upstudy-form-section .course-form .course-form-inner .single-form {
    margin-top: 20px
}

.single-counter .counter-content .title {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    color: #fff
}

.single-counter .counter-content p {
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.upstudy-counter-wrap {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 60px
}

.upstudy-counter-wrap .counter-item {
    margin-top: 30px;
    padding-left: 60px
}

.upstudy-counter-wrap .counter-item .counter-content .title {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    color: #2f2a55
}

.upstudy-counter-section-02 .counter-wrap {
    background: #fdf8f4;
    border-radius: 20px;
    position: relative;
    padding: 90px 105px 115px 70px;
    z-index: 1
}

.upstudy-counter-section-02 .counter-wrap .shape-1 {
    width: 68px;
    height: 68px;
    border: 5px solid #fbecb8;
    border-radius: 50%;
    position: absolute;
    top: 6%;
    left: 6%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.upstudy-counter-section-02 .counter-wrap .shape-2 {
    position: absolute;
    right: 5%;
    top: 12%;
    z-index: -1
}

.upstudy-counter-section-02 .counter-left {
    padding-top: 80px
}

.upstudy-counter-section-02 .counter-left .title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600
}

.upstudy-counter-section-02 .counter-left .read-more {
    font-size: 16px;
    font-weight: 700;
    color: #1cb098;
    margin-top: 35px
}

.upstudy-about-section-06 .about-content .read-more:hover,
.upstudy-counter-section-02 .counter-left .read-more:hover {
    color: #111a24
}

.upstudy-counter-section-02 .counter-right {
    margin-top: -25px;
    padding-left: 15px
}

.upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter,
.upstudy-counter-section-04 .single-counter {
    background: #fff;
    padding: 40px 65px 50px;
    border-radius: 20px;
    margin-top: 25px
}

.upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter .counter-icon img,
.upstudy-counter-section-04 .single-counter .counter-icon img {
    height: 35px;
    transition: .3s linear
}

.course-collapse-btn .btn i:last-child,
.course-top-text p span,
.instructor-profile .profile-content .profile-meta .meta-action i,
.upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter .counter-content .title,
.upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter .counter-content p,
.upstudy-counter-section-03 .single-counter .counter-content .title,
.upstudy-counter-section-04 .single-counter .counter-content .title,
.upstudy-counter-section-04 .single-counter .counter-content p {
    color: #2f2a55
}

.upstudy-about-section-06 .about-content .about-list .list-item:hover .icon img,
.upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter:hover .counter-icon img,
.upstudy-counter-section-04 .single-counter:hover .counter-icon img {
    transform: rotateY(180deg)
}

@media only screen and (max-width:991px) {
    .upstudy-courses-section .shape-1 {
        left: -64%
    }

    .upstudy-courses-section .shape-2 {
        right: -70%
    }

    .upstudy-courses-section .shape-3 {
        right: -75%
    }

    .upstudy-courses-section-02 .single-course {
        padding: 30px 20px 25px
    }

    .upstudy-counter-section .shape-1 {
        right: -150px;
        bottom: 40px
    }

    .upstudy-counter-section .shape-1 img {
        width: 230px
    }

    .upstudy-counter-wrap .counter-item {
        padding-left: 0
    }

    .upstudy-counter-section-02 .counter-wrap {
        padding: 80px 60px 90px
    }

    .upstudy-counter-section-02 .counter-left {
        padding-top: 0
    }

    .upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter {
        padding: 40px 40px 50px
    }
}

@media only screen and (max-width:767px) {
    .tab-menu .nav li {
        margin: 0 10px
    }

    .tab-menu .nav li button {
        font-size: 15px
    }

    .upstudy-counter-section {
        padding-bottom: 130px
    }

    .single-counter .counter-content .title {
        font-size: 42px
    }

    .upstudy-counter-wrap {
        text-align: center
    }

    .upstudy-counter-section-02 .counter-left .title {
        font-size: 36px;
        line-height: 55px
    }

    .upstudy-counter-section-02 .counter-right .counter-item-wrap.counter-item-wrap-02 {
        padding-top: 0
    }
}

.upstudy-counter-section-03 {
    position: relative;
    overflow: hidden;
    padding-top: 195px;
    padding-bottom: 120px;
    background: #eff5ff;
    z-index: 1
}

.upstudy-counter-section-03 .shape-1 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: 2
}

.event-item::after,
.event-item::before {
    background: #ebebeb;
    top: 0;
    width: 1px;
    height: 100%
}

.upstudy-counter-section-03 .shape-2 {
    border: 1px solid #b4e4fb;
    border-radius: 50%;
    width: 1090px;
    height: 1090px;
    position: absolute;
    left: -455px;
    top: -490px;
    z-index: -1
}

.upstudy-counter-section-03 .shape-2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #b4e4fb;
    border-radius: 50%;
    transform: scale(.84);
    z-index: -1
}

.upstudy-counter-section-03 .shape-3 {
    width: 68px;
    height: 68px;
    border: 5px solid #f8db5e;
    border-radius: 50%;
    position: absolute;
    left: 150px;
    top: 160px;
    z-index: -1;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout
}

.upstudy-counter-section-03 .shape-4 {
    position: absolute;
    right: 150px;
    top: 170px;
    z-index: -1
}

.footer-section-02 .copyright-text p,
.footer-section-02 .widget-about .text,
.footer-section-02 .widget-link .link li a,
.upstudy-counter-section-03 .single-counter .counter-content p {
    color: #7a7a7a
}

@media only screen and (max-width:1199px) {
    .upstudy-counter-section-02 .counter-wrap .shape-1 {
        top: 5%
    }

    .upstudy-counter-section-02 .counter-wrap .shape-2 {
        top: 35%
    }

    .upstudy-counter-section-02 .counter-left {
        padding-top: 0
    }

    .upstudy-counter-section-02 .counter-right {
        margin-top: 0;
        padding-left: 0;
        padding-top: 25px
    }

    .upstudy-counter-section-03 {
        padding-top: 170px;
        padding-bottom: 100px
    }

    .upstudy-counter-section-03 .shape-1 {
        top: -45px
    }

    .upstudy-counter-section-03 .shape-2 {
        width: 950px;
        height: 950px;
        top: -410px
    }

    .upstudy-counter-section-03 .shape-3 {
        left: 45px;
        top: 100px
    }

    .upstudy-counter-section-03 .shape-4 {
        right: 20px;
        top: 60px
    }

    .upstudy-counter-section-04 .single-counter {
        padding: 40px 25px 50px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-counter-section-03 {
        padding-bottom: 80px
    }

    .upstudy-counter-section-03 .shape-2 {
        width: 850px;
        height: 850px
    }
}

.upstudy-counter-section-04 {
    background: #fdf8f4;
    overflow: hidden
}

.upstudy-about-section .about-img,
.upstudy-about-section-02 .about-img,
.upstudy-about-section-03 .about-img-wrap,
.upstudy-counter-section-04 .counter-wrap,
.upstudy-cta-section .cta-image,
.upstudy-cta-section-03 .cta-image,
.upstudy-form-section .form-content-wrap {
    position: relative;
    z-index: 1
}

.upstudy-counter-section-04 .counter-wrap .shape-1 {
    width: 68px;
    height: 68px;
    border: 5px solid #fbecb8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -5%;
    z-index: -1;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout
}

.upstudy-counter-section-04 .counter-wrap .shape-2 {
    position: absolute;
    right: -6%;
    top: 10%;
    z-index: -1
}

.upstudy-counter-section-04 .counter-content-wrap {
    padding-top: 45px
}

.upstudy-brand-section .brand-title-wrap {
    padding-right: 100px
}

.upstudy-brand-section .brand-title-wrap .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #2f2a55
}

.upstudy-brand-section .brand-title-wrap .btn {
    height: 55px;
    line-height: 53px;
    padding: 0 65px;
    margin-top: 55px
}

.upstudy-brand-section .brand-content-wrap::before {
    content: "";
    background: #ebebeb;
    width: 100%;
    margin: auto;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.upstudy-brand-section .brand-content-wrap .upstudy-brand-box {
    border-right: 1px solid #ebebeb
}

.upstudy-brand-section .brand-content-wrap .upstudy-brand-box.brand-box-03 {
    border-right: 0
}

.upstudy-brand-section .brand-content-wrap .upstudy-brand-box .single-brand {
    text-align: center;
    height: 130px;
    line-height: 120px
}

@media only screen and (max-width:1199px) {
    .upstudy-brand-section .brand-title-wrap {
        padding-right: 20px
    }
}

.upstudy-brand-section-02 .brand-wrap {
    border-top: 1px solid #ebebeb;
    padding-top: 95px;
    padding-bottom: 95px
}

.upstudy-blog-section .section-title .title span::before {
    bottom: -15px;
    background-image: url(../images/shape/text-shape3.png)
}

.blog-content-wrap,
.upstudy-about-section-04 .about-content .about-list,
.upstudy-features-section-04 .features-content-wrap {
    padding-top: 40px
}

.single-blog .blog-content {
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px
}

.single-blog .blog-content .blog-meta span,
.single-blog-03 .blog-content .blog-meta span {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 20px
}

.single-blog .blog-content .blog-meta span i {
    margin-right: 3px
}

.blog-details-post .blog-details-content .blog-details-text .title,
.single-blog .blog-content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #2f2a55
}

.single-blog .blog-content .blog-btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1cb098;
    position: relative;
    margin-top: 10px
}

.class-item:hover .class-image img,
.event-item:hover .event-img a img,
.single-blog-02:hover .blog-img a img,
.single-blog-03:hover .blog-img a img,
.single-blog:hover .blog-img a img,
.upstudy-team-section .single-team-02:hover .team-img a img {
    transform: scale(1.05)
}

.upstudy-blog-section-02 .single-blog .blog-content .title {
    color: #12283b
}

.upstudy-blog-section-02 .single-blog .blog-content .blog-btn:hover {
    color: #f8db5e
}

.upstudy-blog-section-02 .single-blog .blog-content .blog-btn:hover::before {
    background: #f8db5e;
    transform: scale(-1)
}

.review-items,
.single-course-list:first-child,
.upstudy-about-section-02 .about-content .about-list,
.upstudy-blog-section-03 .blog-content-wrap {
    padding-top: 30px
}

.single-blog-02 {
    background: #fff9eb;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px
}

.single-blog-02 .blog-img,
.upstudy-about-section-03,
.upstudy-about-section-06 .about-img-wrap .about-img-big {
    overflow: hidden
}

.blog-details-post .single-blog-post.single-blog .blog-image a,
.class-item .class-image a,
.event-item .event-img a,
.info-chat span,
.single-blog-02 .blog-img a,
.single-blog-03 .blog-img a,
.upstudy-team-section .single-team-02 .team-img a {
    display: block
}

.single-blog-02 .blog-content {
    padding: 0 30px 50px;
    margin-top: -15px
}

.single-blog-02 .blog-content .meta .date {
    height: 30px;
    width: 130px;
    line-height: 30px;
    background: #f6520a;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    margin-bottom: 20px
}

.single-blog-02 .blog-content .meta .blog-meta {
    font-size: 14px;
    font-weight: 600;
    color: #f6520a;
    position: relative;
    margin-right: 25px
}

.single-blog-02 .blog-content .meta .blog-meta::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #f6520a;
    position: absolute;
    left: -14px;
    top: 8px
}

.single-blog-02 .blog-content .meta .blog-meta.blog-meta-1 {
    color: #6e6e6e
}

.single-blog-02 .blog-content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #1e1e1e;
    margin-top: 5px
}

.single-blog-02 .blog-content .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10px
}

.event-item .event-img,
.single-blog-03 .blog-img {
    overflow: hidden;
    position: relative
}

.event-item .event-img .top-meta,
.single-blog-03 .blog-img .top-meta {
    position: absolute;
    top: 25px;
    left: 30px
}

.event-item .event-img .top-meta .tag,
.single-blog-03 .blog-img .top-meta .tag {
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    background: #143e6e;
    white-space: nowrap
}

.single-blog-03 .blog-content {
    padding-top: 10px;
    padding-right: 45px
}

.event-item .event-content .meta i,
.single-blog-03 .blog-content .blog-meta span i {
    color: #000;
    margin-right: 3px
}

.single-blog-03 .blog-content .title {
    font-size: 22px;
    line-height: 32px;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    color: #000;
    margin-top: 5px
}

.upstudy-blog-event-section .section-title .title {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    color: #000
}

.event-item {
    padding: 0 5px;
    position: relative;
    margin-top: 40px
}

.event-item::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-10px)
}

.event-item::after {
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(10px)
}

.event-item .event-content {
    margin-top: 25px;
    padding: 0 140px
}

.event-item .event-content .meta {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 20px
}

.event-item .event-content .title {
    font-size: 24px;
    line-height: 36px;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px
}

.event-item .event-content .btn {
    height: 45px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff0;
    padding: 0 80px;
    color: #143e6e;
    margin-top: 30px
}

.event-item .event-content .btn:hover {
    background: #143e6e;
    border: 1px solid #143e6e;
    color: #fff
}

.upstudy-cta-section {
    background: center center/cover no-repeat #eff5ff;
    padding-bottom: 90px
}

.upstudy-cta-section .cta-image .shape-1 {
    position: absolute;
    right: 50px;
    top: -55px;
    z-index: -1
}

.upstudy-cta-section .cta-image .shape-2 {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -1
}

.upstudy-cta-section .cta-content {
    padding: 0 40px
}

.upstudy-cta-section .cta-content .btn {
    padding: 0 60px;
    margin-top: 50px
}

.upstudy-cta-section-02 {
    background: #ff5562;
    padding-top: 110px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.upstudy-cta-section-02 .svg-shape {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%
}

.upstudy-cta-section-02 .shape-1 {
    position: absolute;
    left: 85px;
    top: 65px;
    z-index: -1
}

.upstudy-cta-section-02 .shape-2 {
    position: absolute;
    top: 50px;
    right: 85px;
    z-index: -1
}

.upstudy-cta-section-02 .cta-content .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    color: #fff
}

.upstudy-cta-section-02 .cta-content p {
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.upstudy-cta-section-02 .cta-btn .btn {
    height: 55px;
    line-height: 53px;
    border-radius: 35px;
    background: #fff;
    padding: 0 45px;
    color: #12283b
}

.upstudy-cta-section-02 .cta-btn .btn:hover {
    background: #f8db5e;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .single-blog .blog-content {
        padding-left: 0;
        padding-right: 0
    }

    .single-blog-03 .blog-content {
        padding-right: 0
    }

    .event-item .event-content {
        padding: 0
    }

    .upstudy-cta-section .cta-image .shape-2 {
        right: -25px;
        top: 100px
    }

    .upstudy-cta-section-02 {
        padding-top: 90px;
        padding-bottom: 150px
    }

    .upstudy-cta-section-02 .cta-content .title {
        font-size: 48px;
        line-height: 60px
    }

    .upstudy-cta-section-02 .cta-btn {
        margin-top: 40px
    }
}

.upstudy-cta-section-03 .cta-wrap {
    background: #ffa300;
    border-radius: 30px;
    height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 25px 80px 0
}

.upstudy-cta-section-03 .cta-wrap .shape-2 {
    width: 315px;
    height: 315px;
    border: 50px solid #ffb533;
    border-radius: 50%;
    position: absolute;
    top: -23%;
    right: -5%;
    z-index: -1
}

.upstudy-cta-section-03 .cta-image .shape-1 {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: -1
}

.upstudy-cta-section-03 .cta-image .image {
    text-align: center
}

.upstudy-cta-section-03 .cta-content {
    padding-top: 60px
}

.upstudy-cta-section-03 .cta-content .price {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    color: #f6520a
}

.upstudy-cta-section-03 .cta-content .title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px
}

.upstudy-cta-section-03 .cta-content .btn {
    padding: 0 35px;
    border-radius: 35px;
    background: #fff;
    color: #f6520a;
    margin-top: 45px
}

.upstudy-cta-section-03 .cta-content .btn:hover {
    background: #f6520a;
    color: #fff
}

@media only screen and (max-width:991px) {
    .upstudy-brand-section .brand-title-wrap {
        padding-right: 0;
        padding-bottom: 60px
    }

    .event-item {
        padding: 0
    }

    .event-item::after,
    .event-item::before {
        display: none
    }

    .upstudy-cta-section-03 .cta-wrap {
        height: auto;
        padding: 40px 80px 60px
    }

    .upstudy-cta-section-03 .cta-wrap .shape-2 {
        top: 17%
    }
}

@media only screen and (max-width:767px) {

    .event-item .event-content .title,
    .single-blog .blog-content .title,
    .single-blog-03 .blog-content .title {
        font-size: 20px;
        line-height: 32px
    }

    .upstudy-cta-section-02 {
        padding-top: 70px;
        padding-bottom: 130px
    }

    .upstudy-cta-section-02 .cta-content .title {
        font-size: 36px;
        line-height: 48px
    }

    .upstudy-cta-section-02 .cta-content p {
        font-size: 18px
    }

    .upstudy-cta-section-03 .cta-wrap {
        height: auto;
        padding: 40px 60px 60px
    }

    .upstudy-cta-section-03 .cta-wrap .shape-2 {
        top: -17%;
        right: -22%
    }

    .upstudy-cta-section-03 .cta-content .price {
        font-size: 45px
    }

    .upstudy-cta-section-03 .cta-content .title {
        font-size: 32px;
        line-height: 44px
    }
}

.upstudy-testimonial-section .testimonial-wrap {
    height: 535px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    padding-top: 70px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1
}

.upstudy-testimonial-section .testimonial-wrap .shape-1 {
    position: absolute;
    right: 65px;
    top: 70px;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.upstudy-testimonial-section .testimonial-wrap .testimonial-author {
    width: 50%;
    text-align: center;
    position: relative;
    padding-left: 40px
}

.upstudy-testimonial-section .testimonial-wrap .testimonial-author .testimonial-author-wrap .author-image img {
    width: 380px;
    border: 10px solid #fff;
    border-radius: 50%
}

@media only screen and (max-width:1199px) {
    .upstudy-testimonial-section .testimonial-wrap .testimonial-author .testimonial-author-wrap .author-image img {
        width: 280px
    }
}

.upstudy-testimonial-section .testimonial-wrap .testimonial-content {
    width: 50%;
    padding-left: 105px
}

@media only screen and (max-width:1199px) {
    .upstudy-testimonial-section .testimonial-wrap .testimonial-content {
        padding-left: 80px
    }
}

@media only screen and (max-width:991px) {
    .upstudy-testimonial-section .testimonial-wrap {
        height: auto;
        padding-bottom: 70px
    }

    .upstudy-testimonial-section .testimonial-wrap .shape-1 {
        right: 30px;
        top: 45px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-author {
        width: 100%;
        margin: 0 auto;
        padding-left: 0
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-content {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 30px
    }
}

.upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px 90px 70px
}

@media only screen and (max-width:1199px) {
    .upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content {
        padding: 50px 40px 70px
    }
}

.upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content p {
    font-size: 22px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    line-height: 36px;
    color: #7a7a7a;
    margin-top: 25px
}

@media only screen and (max-width:575px) {
    .upstudy-hero-section-06 .shape-1 {
        right: -160%;
        bottom: -176%
    }

    .upstudy-hero-section-06 .shape-2 {
        right: -163%;
        bottom: -185%
    }

    .single-offer .offer-content {
        width: 90%;
        padding: 20px 0 15px 40px
    }

    .single-offer .offer-content .sub-title,
    .single-offer .offer-content p {
        font-size: 16px
    }

    .single-offer .offer-content .title {
        font-size: 30px;
        line-height: 45px
    }

    .single-offer .offer-content .btn {
        height: 40px;
        line-height: 38px;
        padding: 0 30px;
        font-size: 15px
    }

    .upstudy-offer-section-02 .single-offer-02 .offer-images {
        margin-top: 30px
    }

    .upstudy-brand-section .brand-content-wrap::before,
    .upstudy-courses-section .shape-1,
    .upstudy-courses-section .shape-2,
    .upstudy-courses-section .shape-3 {
        display: none
    }

    .upstudy-counter-section-03 .shape-4 {
        top: 290px
    }

    .upstudy-brand-section .brand-title-wrap {
        padding-bottom: 20px
    }

    .upstudy-brand-section .brand-content-wrap .upstudy-brand-box {
        border-right: 0
    }

    .upstudy-brand-section .brand-content-wrap .upstudy-brand-box .single-brand {
        height: inherit;
        line-height: inherit;
        margin-top: 40px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-content {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content p {
        font-size: 26px
    }
}

.upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content .name {
    font-size: 16px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    color: #2f2a55;
    margin-top: 15px
}

.testimonial-content-active .swiper-pagination {
    position: relative;
    text-align: center;
    bottom: 60px
}

.testimonial-content-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px 0 0
}

.upstudy-testimonial-section-02 {
    background: #fdf8f4;
    padding-top: 460px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .upstudy-testimonial-section-02 {
        padding-top: 430px
    }
}

@media only screen and (max-width:991px) {
    .upstudy-testimonial-section-02 {
        padding-top: 370px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-testimonial-section-02 {
        padding-top: 270px
    }
}

.upstudy-testimonial-section-02 .shape-1 {
    width: 68px;
    height: 68px;
    border: 5px solid #b9e2d8;
    border-radius: 50%;
    position: absolute;
    left: 9%;
    top: 31%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

@media only screen and (max-width:1199px) {
    .upstudy-testimonial-section-02 .shape-1 {
        top: 40%
    }
}

.upstudy-testimonial-section-02 .shape-2 {
    width: 905px;
    height: 905px;
    border: 2px dashed #fad69c;
    border-radius: 50%;
    position: absolute;
    bottom: -22%;
    right: -7%;
    z-index: -1
}

@media only screen and (max-width:1199px) {
    .upstudy-testimonial-section-02 .shape-2 {
        width: 750px;
        height: 750px
    }
}

.single-testimonial-02 {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .09);
    border-radius: 20px;
    width: 525px;
    margin: 10px 80px;
    position: relative
}

.single-testimonial-02 .testimonial-thumb {
    position: absolute;
    left: -15%;
    top: 50%;
    transform: translateY(-65%);
    z-index: 3
}

.single-testimonial-02 .testimonial-content {
    padding: 30px 40px 60px 130px
}

@media only screen and (max-width:767px) {
    .single-testimonial-02 {
        width: 100%;
        text-align: center;
        border-radius: 20px
    }

    .single-testimonial-02 .testimonial-thumb {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        padding-top: 40px;
        transform: translateY(0)
    }

    .single-testimonial-02 .testimonial-content {
        padding: 15px 45px 50px
    }
}

.single-testimonial-02 .testimonial-content i {
    font-size: 48px;
    color: #1cb098
}

.single-testimonial-02 .testimonial-content p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    color: #7a7a7a;
    margin-top: 5px;
    margin-bottom: 10px
}

.single-testimonial-02 .testimonial-content .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #2f2a55
}

.upstudy-testimonial-section-03 .testimonial-wrap {
    height: 610px;
    padding-top: 105px;
    border: 3px dashed #38b0e4;
    border-radius: 50px;
    justify-content: end
}

.upstudy-testimonial-section-03 .testimonial-wrap .testimonial-content {
    width: 50%;
    padding-left: 0;
    padding-right: 105px
}

@media only screen and (max-width:1199px) {
    .single-testimonial-02 {
        margin: 10px auto
    }

    .upstudy-testimonial-section-03 .testimonial-wrap {
        height: 550px;
        padding-top: 80px
    }

    .upstudy-testimonial-section-03 .testimonial-wrap .testimonial-content .single-testimonial-content {
        padding: 50px 35px 70px
    }
}

@media only screen and (max-width:991px) {
    .upstudy-testimonial-section-02 .shape-1 {
        top: 26%
    }

    .upstudy-testimonial-section-02 .shape-2 {
        width: 520px;
        height: 520px
    }

    .upstudy-testimonial-section-03 .testimonial-wrap {
        height: 510px;
        padding-top: 80px;
        padding-left: 65px;
        padding-right: 65px
    }

    .upstudy-testimonial-section-03 .testimonial-wrap .testimonial-content {
        width: 100%;
        padding-right: 0
    }
}

@media only screen and (max-width:575px) {
    .upstudy-testimonial-section-02 .shape-2 {
        width: 420px;
        height: 420px
    }

    .upstudy-testimonial-section-03 .testimonial-wrap {
        height: auto;
        padding-left: 40px;
        padding-right: 40px
    }
}

.testimonial-3-active .swiper-pagination {
    position: relative;
    bottom: 50px
}

.testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background-color: #ededed
}

.upstudy-testimonial-section-04 {
    background: #fff
}

.upstudy-testimonial-section-04 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background-color: #ebebeb
}

.features-item .features-content {
    margin-top: 20px;
    padding: 0 30px
}

.features-item .features-content .title,
.upstudy-about-section-05 .about-img-item .about-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #2f2a55
}

.features-item .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #7a7a7a;
    margin-top: 15px
}

.upstudy-features-section-02 {
    background: #1cb098;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: -1
}

.upstudy-features-section-02 .shape-1 {
    position: absolute;
    left: -1%;
    top: -65%;
    z-index: -1
}

.upstudy-features-section-02 .shape-2 {
    position: absolute;
    right: -2%;
    bottom: -110%;
    z-index: -1
}

.features-item-02,
.upstudy-features-section-03 .features-item-03 {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.features-item-02 .features-content {
    margin-left: 20px
}

.features-item-02 .features-content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff
}

.features-item-02 .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff
}

.upstudy-features-section-03 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 60px
}

.upstudy-features-section-03 .shape-1 {
    position: absolute;
    left: 0;
    top: 0
}

.upstudy-features-section-03 .features-item-03 .features-content {
    margin-left: 30px;
    padding-right: 40px
}

.upstudy-features-section-03 .features-item-03 .features-content .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #12283b
}

.upstudy-features-section-03 .features-item-03 .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #7a7a7a
}

@media only screen and (max-width:1199px) {
    .features-item .features-content {
        padding: 0
    }

    .upstudy-features-section-03 {
        padding-top: 140px
    }

    .upstudy-features-section-04 .features-wrap .shape-1 img,
    .upstudy-features-section-04 .features-wrap .shape-2 img {
        width: 810px
    }
}

.upstudy-features-section-04 .features-wrap {
    background: #fff9eb;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 50px;
    position: relative
}

.upstudy-features-section-04 .features-wrap .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(6%, -10%);
    z-index: -1
}

.upstudy-features-section-04 .features-wrap .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(4%, 9%);
    z-index: -1
}

.upstudy-features-section-04 .features-item .features-content .title,
.upstudy-form-section .course-form .course-form-inner .single-form .nice-select .list .option {
    color: #1e1e1e
}

.upstudy-features-section-04 .features-item .features-content p {
    color: #666
}

@media only screen and (max-width:991px) {
    .upstudy-features-section-03 {
        padding-top: 100px
    }

    .upstudy-features-section-03 .features-item-03 .features-content {
        margin-left: 18px;
        padding-right: 0
    }

    .upstudy-features-section-04 .features-wrap .shape-1 img,
    .upstudy-features-section-04 .features-wrap .shape-2 img {
        width: 650px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-features-section-03 {
        padding-top: 80px
    }

    .upstudy-features-section-04 .features-wrap .shape-1 img,
    .upstudy-features-section-04 .features-wrap .shape-2 img {
        width: 480px
    }
}

@media only screen and (max-width:575px) {

    .upstudy-features-section-04 .features-wrap .shape-1 img,
    .upstudy-features-section-04 .features-wrap .shape-2 img {
        width: 370px
    }
}

.upstudy-about-section .about-content,
.upstudy-about-section-06 .about-content {
    padding-left: 100px;
    padding-top: 30px
}

.upstudy-about-section .about-content .title,
.upstudy-about-section-06 .about-content .about-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #2f2a55;
    padding-right: 60px
}

.upstudy-about-section .about-content .text,
.upstudy-about-section-06 .about-content .text {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
    margin-top: 25px
}

.upstudy-about-section .about-content .about-list {
    display: flex;
    padding-top: 15px
}

.course-collapse-btn,
.course-details-banner-content>p,
.course-top-text,
.sidebar-widget .category .cate-item,
.upstudy-about-section .about-content .about-list .list-item,
.upstudy-about-section-02 .about-content .about-list ul li+li,
.upstudy-about-section-04 .about-content .about-list ul li+li {
    margin-top: 15px
}

.upstudy-about-section .about-content .about-list .list-item:last-child {
    padding-left: 30px
}

.upstudy-about-section .about-content .about-list .list-item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2f2a55;
    padding-right: 100px
}

.blog-details-post .blog-details-content .blog-details-text p,
.upstudy-about-section .about-content .about-list .list-item p {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
    margin-top: 5px
}

.upstudy-about-section .about-img .shape-1 {
    position: absolute;
    left: 33%;
    top: -3%;
    z-index: -1
}

@media only screen and (max-width:1199px) {
    .upstudy-about-section .about-content {
        padding-left: 40px
    }

    .upstudy-about-section .about-content .title {
        padding-right: 0
    }

    .upstudy-about-section .about-content .about-list .list-item .title {
        padding-right: 20px
    }

    .upstudy-about-section .about-img .shape-1 {
        top: -12%
    }
}

@media only screen and (max-width:991px) {
    .upstudy-about-section .about-content {
        padding-left: 0;
        padding-top: 40px
    }

    .upstudy-about-section .about-content .about-list .list-item .title {
        padding-right: 0
    }

    .upstudy-about-section .about-img .shape-1 {
        top: 0
    }
}

@media only screen and (max-width:767px) {
    .upstudy-about-section .about-content {
        padding-top: 40px
    }

    .upstudy-about-section .about-content .title {
        font-size: 36px;
        line-height: 46px
    }

    .upstudy-about-section .about-img .shape-1 {
        height: 410px
    }
}

@media only screen and (max-width:575px) {
    .upstudy-about-section .about-content .title {
        font-size: 30px;
        line-height: 40px
    }

    .upstudy-about-section .about-img .shape-1 {
        height: 380px
    }
}

.upstudy-about-section-02 .about-img .shape-1 {
    position: absolute;
    left: 85px;
    top: 85px;
    z-index: -1
}

.blog-details-section .blog-details-wrap,
.blog-standard-wrap,
.upstudy-about-section-02 .about-img .image {
    margin-top: -70px
}

.upstudy-about-section-02 .about-content .text {
    font-size: 18px;
    line-height: 36px;
    color: #7a7a7a;
    margin-top: 45px
}

.upstudy-about-section-02 .about-content .about-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    color: #12283b
}

.upstudy-about-section-02 .about-content .about-list ul li .about-icon {
    color: #ff5562;
    margin-right: 20px
}

@media only screen and (max-width:1199px) {
    .upstudy-about-section-02 {
        padding-bottom: 100px
    }

    .upstudy-about-section-02 .about-img .shape-1 {
        left: 40px;
        top: 40px;
        width: 360px
    }

    .upstudy-about-section-02 .about-img .image {
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .upstudy-about-section-02 {
        padding-bottom: 80px
    }

    .upstudy-about-section-02 .about-img {
        margin-top: 50px
    }

    .upstudy-about-section-02 .about-img .shape-1 {
        width: inherit
    }
}

@media only screen and (max-width:767px) {
    .upstudy-about-section-02 .about-img .shape-1 {
        width: 410px
    }
}

@media only screen and (max-width:575px) {
    .upstudy-about-section-02 .about-img .shape-1 {
        width: 350px
    }
}

.upstudy-about-section-03 .about-img-wrap .about-shape {
    position: absolute;
    right: 23%;
    top: -5%;
    z-index: -1;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout
}

.upstudy-about-section-03 .about-img-wrap .about-img-big img,
.upstudy-about-section-03 .about-img-wrap .about-img-bottom img,
.upstudy-about-section-03 .about-img-wrap .about-img-sm img {
    border-radius: 50px
}

.upstudy-about-section-03 .about-img-wrap .about-img-sm {
    padding-left: 110px;
    margin-top: 30px
}

.upstudy-about-section-03 .about-img-wrap .about-img-bottom {
    position: absolute;
    right: 5px;
    bottom: 30px
}

.upstudy-about-section-03 .about-img-wrap .about-text-shape {
    position: absolute;
    right: 50px;
    top: 50px
}

.upstudy-about-section-03 .about-content {
    padding-left: 110px;
    padding-right: 35px;
    padding-top: 25px
}

.upstudy-about-section-03 .about-content .section-title-3 .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #f6520a;
    width: 110px;
    height: 2px;
    transform: translateX(0)
}

.upstudy-about-section-03 .about-content .text {
    font-size: 16px;
    line-height: 30px;
    color: #525252;
    margin-top: 30px
}

.course-hover .courses-btn,
.upstudy-about-section-03 .about-content .about-list {
    padding-top: 25px
}

.upstudy-about-section-03 .about-content .about-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1e1e1e
}

.copyright-text,
.course-details-wrapper p,
.upstudy-about-section-03 .about-content .about-list ul li+li,
.widget-link .link li {
    margin-top: 10px
}

.upstudy-about-section-03 .about-content .about-list ul li .about-icon {
    font-size: 14px;
    color: #f6520a;
    margin-right: 8px
}

.upstudy-about-section-03 .about-content .btn {
    padding: 0 50px;
    border-radius: 35px;
    background: #f6520a;
    margin-top: 50px
}

@media only screen and (max-width:1199px) {
    .upstudy-about-section-03 .about-img-wrap .about-shape {
        right: 8%
    }

    .upstudy-about-section-03 .about-img-wrap .about-img-sm {
        padding-left: 0
    }

    .upstudy-about-section-03 .about-img-wrap .about-text-shape {
        right: 0
    }

    .upstudy-about-section-03 .about-content {
        padding-left: 50px;
        padding-right: 0
    }
}

.upstudy-about-section-04 {
    padding-bottom: 110px
}

.upstudy-about-section-04 .about-content {
    padding-right: 110px
}

.upstudy-about-section-04 .about-content .title {
    font-size: 42px;
    line-height: 52px;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    color: #2f2a55;
    padding-right: 85px
}

.upstudy-about-section-04 .about-content .text {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
    margin-top: 30px
}

.upstudy-about-section-04 .about-content .about-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #2f2a55
}

.upstudy-about-section-04 .about-content .about-list ul li .about-icon {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    background: #eff5ff;
    color: #143e6e;
    margin-right: 15px
}

.upstudy-about-section-04 .about-img-wrap .about-img-big img {
    height: 100%
}

.upstudy-about-section-04 .about-img-wrap .about-img-big .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%)
}

.upstudy-about-section-04 .about-img-wrap .about-img-big .play-btn a {
    width: 100px;
    height: 100px;
    background: #fff;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #143e6e;
    position: relative;
    border-radius: 50%
}

.upstudy-about-section-04 .about-img-wrap .about-img-big .play-btn a::before,
.video-img .play-btn a::before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.upstudy-about-section-04 .about-img-wrap .about-img-big .play-btn a:hover,
.upstudy-admission-section .admission-right .admission-banner .btn:hover {
    background: #143e6e;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .upstudy-about-section-04 .about-content {
        padding-right: 60px
    }

    .upstudy-about-section-04 .about-content .title {
        padding-right: 0
    }
}

@media only screen and (max-width:991px) {
    .upstudy-about-section-03 .about-img-wrap .about-shape {
        right: 37%;
        top: -4%
    }

    .upstudy-about-section-03 .about-img-wrap .about-img-bottom {
        right: 160px
    }

    .upstudy-about-section-03 .about-img-wrap .about-text-shape {
        right: 120px
    }

    .upstudy-about-section-03 .about-content {
        padding-left: 0;
        margin-top: 40px
    }

    .upstudy-about-section-04 {
        padding-bottom: 80px
    }

    .upstudy-about-section-04 .about-img-wrap,
    .upstudy-about-section-05 .about-link-wrap {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-about-section-03 .about-img-wrap .about-shape {
        right: 17%;
        top: -3%
    }

    .upstudy-about-section-03 .about-img-wrap .about-img-bottom,
    .upstudy-about-section-03 .about-img-wrap .about-text-shape {
        right: 0
    }

    .upstudy-about-section-04 {
        padding-bottom: 60px
    }

    .upstudy-about-section-04 .about-content {
        padding-right: 0
    }

    .upstudy-about-section-04 .about-content .title {
        font-size: 35px;
        line-height: 45px
    }

    .upstudy-about-section-05 .about-wrap {
        margin-top: -30px
    }

    .upstudy-about-section-05 .about-img-item {
        margin-top: 30px
    }
}

.single-course-list .course-image a img,
.upstudy-about-section-05 .about-img-item .about-img a img {
    border-radius: 10px
}

.upstudy-about-section-05 .about-img-item .about-content {
    margin-top: 40px;
    padding-right: 45px
}

.upstudy-about-section-05 .about-img-item .about-content p {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
    margin-top: 10px
}

.upstudy-about-section-05 .about-link-wrap {
    border: 1px solid #1d3f6b;
    border-radius: 10px;
    padding: 40px 25px 40px 80px
}

.upstudy-about-section-05 .about-link-wrap .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #2f2a55;
    margin-bottom: 25px
}

.upstudy-about-section-05 .about-link-wrap .link-list ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #5a5960
}

.upstudy-about-section-05 .about-link-wrap .link-list ul li i {
    color: #143e6e;
    position: relative;
    top: 1px;
    margin-left: 8px;
    transition: .3s linear
}

.upstudy-about-section-05 .about-link-wrap .link-list ul li+li {
    border-top: 1px solid #ebebeb;
    margin-top: 14px;
    padding-top: 14px
}

.upstudy-about-section-06 .about-img-wrap .shape-1 {
    position: absolute;
    right: 25px;
    top: -35px
}

.upstudy-about-section-06 .about-img-wrap .about-img-sm {
    position: absolute;
    right: 0;
    bottom: 50px;
    border: 8px solid #fff;
    border-radius: 5px
}

.upstudy-about-section-06 .about-content .about-list {
    display: flex;
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px
}

.upstudy-about-section-06 .about-content .about-list .list-item {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.course-details-banner-content .course-details-meta .meta-action .meta-author,
.upstudy-about-section-06 .about-content .about-list .list-item .icon {
    margin-right: 15px
}

.upstudy-about-section-06 .about-content .about-list .list-item .icon img {
    width: 40px;
    transition: .3s linear
}

.upstudy-about-section-06 .about-content .about-list .list-item .title {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2f2a55;
    padding-right: 45px
}

.upstudy-about-section-06 .about-content .read-more {
    font-size: 16px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #1cb098;
    margin-top: 35px
}

@media only screen and (max-width:1199px) {
    .upstudy-about-section-05 .about-link-wrap {
        padding: 40px 25px 40px 60px
    }

    .upstudy-about-section-06 .about-img-wrap .shape-1 {
        right: -10px;
        top: -50px;
        width: 270px
    }

    .upstudy-about-section-06 .about-img-wrap .about-img-sm {
        bottom: 0
    }

    .upstudy-about-section-06 .about-content {
        padding-left: 45px
    }

    .upstudy-about-section-06 .about-content .about-list .list-item .title,
    .upstudy-about-section-06 .about-content .about-title {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .upstudy-about-section-06 .about-content .about-title {
        font-size: 36px;
        line-height: 46px
    }
}

.upstudy-video-section .video-wrap {
    margin-bottom: -370px;
    position: relative;
    z-index: 5
}

.upstudy-video-section .video-wrap .shape-1 {
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: -1
}

.upstudy-video-section .video-wrap .shape-2 {
    width: 225px;
    position: absolute;
    top: 17%;
    right: 7%;
    z-index: -1
}

@media only screen and (max-width:991px) {
    .upstudy-about-section-06 .about-img-wrap {
        text-align: center
    }

    .upstudy-about-section-06 .about-img-wrap .shape-1 {
        right: 0;
        top: 0
    }

    .upstudy-about-section-06 .about-content {
        padding-left: 0;
        padding-top: 50px
    }

    .upstudy-video-section .video-wrap {
        margin-bottom: -275px
    }
}

@media only screen and (max-width:767px) {
    .upstudy-video-section .video-wrap {
        margin-bottom: -200px
    }

    .upstudy-video-section .video-wrap .shape-1 {
        width: 220px;
        left: 0
    }

    .upstudy-video-section .video-wrap .shape-2 {
        width: 180px;
        right: 0
    }
}

.video-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%)
}

.video-img .play-btn a {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1cb098;
    border-radius: 50%;
    position: relative
}

.video-img .play-btn a:hover {
    background: #111a24
}

.upstudy-video-section-02 .video-wrap .shape-1 {
    left: 0
}

.upstudy-video-section-02 .video-wrap .shape-2 {
    right: 3%
}

.upstudy-class-section {
    background: center center no-repeat #eaf5ff;
    padding-top: 240px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:1199px) {
    .upstudy-class-section {
        padding-top: 180px
    }
}

.upstudy-class-section .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.upstudy-class-section .shape-2 {
    position: absolute;
    left: 7%;
    top: 16%
}

@media only screen and (max-width:1199px),
only screen and (max-width:991px),
only screen and (max-width:767px) {
    .class-slider-wrap {
        margin-top: 50px
    }
}

.class-item {
    background: #fff;
    border: 2px dashed #f9b40f;
    padding: 40px 55px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s linear
}

.class-item .shape-3 {
    position: absolute;
    left: -13%;
    top: 23%;
    z-index: -1
}

.class-item .shape-4 {
    position: absolute;
    right: 1%;
    top: 10%;
    z-index: -1
}

.class-item.color-2 {
    border: 2px dashed #64c1ea
}

.class-item.color-2 .class-image .class-price .price {
    background: #64c1ea
}

.class-item.color-3 {
    border: 2px dashed #77c721
}

.class-item.color-3 .class-image .class-price .price {
    background: #77c721
}

.class-item .class-image {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.class-item .class-image .class-price {
    position: absolute;
    left: 40px;
    top: 20px
}

.class-item .class-image .class-price .price {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #f9b40f;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.class-item .class-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #12283b;
    margin-top: 25px
}

.class-item .class-content .title:hover a {
    color: #ff4880
}

.class-item .class-content p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    color: #7a7a7a;
    margin-top: 10px
}

.class-item .class-content .class-meta {
    background: #ffe3e5;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 35px
}

.class-item .class-content .class-meta ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ff5085;
    position: relative
}

.class-item .class-content .class-meta ul li+li {
    padding-left: 25px;
    margin-left: 20px
}

.class-item .class-content .class-meta ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e1e1e1;
    width: 1px;
    height: 25px
}

.class-item .class-content .class-meta ul li span {
    font-weight: 600;
    color: #12283b
}

.class-active .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 8px
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag,
.team-content-wrap,
.upstudy-team-profile-section .team-profile .profile-content {
    padding-top: 20px
}

.single-team .team-img,
.widget-checkbox .rating {
    position: relative;
    display: inline-block
}

.single-team .team-img .shape-1 {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1
}

.single-team .team-img a {
    position: relative;
    padding: 20px
}

.single-team .team-img a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px dashed #fbcb59;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.single-team .team-img.color-2 a::before {
    border: 2px dashed #3db2e5
}

.single-team .team-img.color-3 a::before {
    border: 2px dashed #83cc34
}

.single-team .team-img.color-4 a::before {
    border: 2px dashed #ff6873
}

.single-team .team-content .name {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #12283b
}

.single-team .team-content .designation {
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7a
}

.single-team:hover a::before {
    -webkit-animation: 13s linear infinite round-1;
    animation: 13s linear infinite round-1
}

@-webkit-keyframes round-1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes round-1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.upstudy-team-section .single-team-02 {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .09);
    border-radius: 10px;
    padding: 20px 15px 0;
    margin-top: 30px;
    transition: .3s linear
}

.upstudy-team-section .single-team-02 .team-img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.upstudy-team-section .single-team-02 .team-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 38%, #00000082 73%);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .3s linear
}

.upstudy-team-section .single-team-02 .team-img a img {
    width: 100%;
    transition: .3s linear
}

.upstudy-team-section .single-team-02 .team-content {
    position: relative;
    padding: 15px 20px 30px;
    z-index: 1
}

.upstudy-team-section .single-team-02 .team-content .team-social {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear
}

.upstudy-team-section .single-team-02 .team-content .team-social .social li a {
    font-size: 17px;
    transform: translate3d(0, 0, 0);
    color: #fff
}

.upstudy-team-section .single-team-02 .team-content .team-social .social li:hover a {
    transform: translateY(-5px);
    color: #1cb098
}

.upstudy-team-profile-section .team-profile .profile-content .name,
.upstudy-team-section .single-team-02 .team-content .name {
    font-size: 20px;
    line-height: 24px
}

.upstudy-team-profile-section .team-profile .profile-content .designation,
.upstudy-team-section .single-team-02 .team-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #868686
}

.sidebar-details-video-description .sidebar-description .share-link:hover .social-share-wrapper,
.upstudy-team-section .single-team-02:hover .team-img a::before {
    opacity: 1;
    visibility: visible
}

.upstudy-team-section .single-team-02:hover .team-content .team-social {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60px)
}

.language-wrapper {
    margin-top: -50px;
    position: relative;
    z-index: 5
}

.language-wrapper .language-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .21);
    border-radius: 10px;
    padding: 20px 35px;
    margin: 15px 0
}

.language-wrapper .language-item img {
    transition: .3s linear;
    border-radius: 50%
}

.language-wrapper .language-item .title {
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1e;
    margin-left: 20px;
    transition: .3s linear
}

.language-active .language-arrow {
    transform: translateY(-25%);
    color: #1e1e1e;
    transition: .3s linear
}

.language-active .language-arrow.swiper-button-prev {
    left: -45px
}

.language-active .language-arrow.swiper-button-prev::after {
    content: "\f16d";
    font-family: flaticon !important;
    font-size: 35px
}

.language-active .language-arrow.swiper-button-next {
    right: -45px
}

.language-active .language-arrow.swiper-button-next::after {
    content: "\f16e";
    font-family: flaticon !important;
    font-size: 35px
}

.upstudy-form-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 160px;
    padding-bottom: 135px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.upstudy-form-section .form-content-wrap .shape-1 {
    position: absolute;
    right: -70px;
    top: -40px;
    z-index: -1
}

.upstudy-form-section .form-content {
    text-align: center;
    max-width: 390px;
    margin-left: auto;
    padding-top: 10px
}

.upstudy-form-section .form-content .text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px
}

.upstudy-form-section .form-content .name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #f6520a;
    margin-top: 20px
}

.upstudy-form-section .course-form {
    background: #f6520a;
    max-width: 410px;
    padding: 60px 25px 80px;
    margin-left: auto;
    position: relative;
    z-index: 1
}

.upstudy-form-section .course-form .course-form-inner .title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 30px 25px;
    color: #fff
}

.upstudy-form-section .course-form .course-form-inner .single-form .nice-select {
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #dd4a09;
    color: #fff;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px
}

.upstudy-form-section .course-form .course-form-inner .single-form .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.upstudy-form-section .course-form .course-form-inner .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 60px;
    line-height: 58px;
    background: #dd4a09;
    color: #fff;
    font-weight: 400;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px
}

.upstudy-form-section .course-form .course-form-inner .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.upstudy-form-section .course-form .course-form-inner .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.upstudy-form-section .course-form .course-form-inner .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.upstudy-form-section .course-form .course-form-inner .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.upstudy-form-section .course-form .course-form-inner .form-btn .btn {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 35px;
    font-size: 16px;
    background: #fff;
    color: #1e1e1e
}

.upstudy-form-section .course-form .course-form-inner .form-btn .btn:hover {
    background: #ffa300;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .upstudy-team-section .single-team-02 .team-content {
        padding: 15px 15px 30px
    }

    .language-active .language-arrow.swiper-button-prev {
        left: -30px
    }

    .language-active .language-arrow.swiper-button-next {
        right: -30px
    }

    .upstudy-form-section .form-content-wrap .shape-1 {
        right: 0
    }

    .upstudy-form-section .form-content {
        margin: 0 auto
    }

    .upstudy-form-section .course-form .course-form-inner .title {
        padding: 0
    }
}

@media only screen and (max-width:991px) {
    .upstudy-class-section {
        padding-top: 140px
    }

    .class-item {
        padding: 30px
    }

    .class-item .class-content .class-meta {
        padding: 15px
    }

    .class-item .class-content .class-meta ul li+li {
        padding-left: 10px;
        margin-left: 10px
    }

    .upstudy-form-section {
        padding-top: 140px;
        padding-bottom: 110px
    }

    .upstudy-form-section .form-content-wrap .shape-1 {
        right: 85px
    }

    .upstudy-form-section .course-form {
        margin: 190px auto 0
    }
}

@media only screen and (max-width:767px) {
    .video-img .play-btn a {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .video-img .play-btn a::before {
        width: 100px;
        height: 100px
    }

    .upstudy-form-section {
        padding-top: 140px;
        padding-bottom: 110px
    }

    .upstudy-form-section .form-content-wrap .shape-1 {
        right: 0
    }

    .upstudy-form-section .course-form {
        margin: 190px auto 0
    }
}

.program-wrap {
    margin-top: -160px;
    position: relative;
    z-index: 5
}

.blog-details-post,
.blog-sidebar,
.single-blog-post {
    margin-top: 70px
}

.program-item {
    background: #143e6e;
    display: flex;
    align-items: center;
    padding: 45px 65px 45px 40px
}

.page-banner-section,
.upstudy-admission-section .admission-right .admission-banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center center
}

.program-item.color-2 {
    background: #06ab9b
}

.program-item .program-content {
    margin-left: 25px;
    flex: 1
}

.program-item .program-content .title {
    font-size: 30px;
    line-height: 36px;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    color: #fff
}

.upstudy-admission-section .admission-left .single-admission .admission-content {
    background: #1d3f6b;
    height: 320px;
    padding: 40px 45px 45px 35px
}

.upstudy-admission-section .admission-left .single-admission .admission-content i {
    font-size: 40px;
    color: #fff
}

.upstudy-admission-section .admission-left .single-admission .admission-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px
}

.upstudy-admission-section .admission-left .single-admission .admission-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px
}

.upstudy-admission-section .admission-left .single-admission .admission-content .learn-more {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px
}

.upstudy-admission-section .admission-left .single-admission .admission-content .learn-more i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-left: 5px;
    transition: .3s linear
}

.upstudy-admission-section .admission-left .single-admission .admission-img img {
    height: 320px;
    width: 100%
}

.upstudy-admission-section .admission-right .admission-banner {
    padding: 160px 130px 205px 110px;
    height: 640px
}

.upstudy-admission-section .admission-right .admission-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(29 63 107 / .45);
    z-index: -1
}

.upstudy-admission-section .admission-right .admission-banner .title {
    font-size: 42px;
    line-height: 52px;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    color: #fff
}

.upstudy-admission-section .admission-right .admission-banner .btn {
    height: 60px;
    line-height: 58px;
    padding: 0 50px;
    margin-top: 45px;
    background: #fff;
    color: #2f2a55
}

.upstudy-admission-section .admission-right .admission-banner .btn i {
    position: relative;
    top: 1px;
    left: 8px;
    transition: .3s linear
}

.upstudy-admission-section .admission-right .admission-banner .btn:hover i {
    left: 10px
}

@media only screen and (max-width:991px) {
    .upstudy-admission-section .admission-right .admission-banner {
        height: 550px
    }
}

@media only screen and (max-width:767px) {
    .program-wrap {
        margin-top: -120px
    }

    .upstudy-admission-section .admission-right .admission-banner {
        height: 490px;
        padding: 110px 60px 100px 80px
    }

    .upstudy-admission-section .admission-right .admission-banner .title {
        font-size: 35px;
        line-height: 45px
    }
}

@media only screen and (max-width:575px) {

    .upstudy-about-section-04 .about-content .title,
    .upstudy-about-section-06 .about-content .about-title {
        font-size: 30px;
        line-height: 40px
    }

    .upstudy-class-section {
        padding-top: 100px
    }

    .class-item {
        padding: 25px
    }

    .language-wrapper {
        overflow: hidden
    }

    .language-active .language-arrow.swiper-button-prev {
        left: 0
    }

    .language-active .language-arrow.swiper-button-next {
        right: 0
    }

    .upstudy-form-section {
        padding-top: 40px;
        padding-bottom: 100px
    }

    .upstudy-form-section .form-content-wrap {
        background: #ffa300;
        -webkit-clip-path: ellipse(50% 34% at 50% 50%);
        clip-path: ellipse(50% 34% at 50% 50%);
        padding: 90px 20px
    }

    .upstudy-form-section .form-content-wrap .shape-1 {
        display: none
    }

    .upstudy-form-section .course-form {
        margin: 20px auto 0
    }

    .upstudy-admission-section .admission-right .admission-banner {
        padding-left: 50px;
        padding-right: 40px
    }
}

.page-banner-section {
    padding-top: 90px;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-blend-mode: soft-light;
    background-color: #11b19f;
    background-attachment: fixed
}

.page-banner-section .shape-1 {
    position: absolute;
    right: 22%;
    top: 43%;
    z-index: -1
}

.page-banner-section .shape-2 {
    position: absolute;
    left: 6%;
    top: 42%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.page-banner-section .shape-3 {
    width: 48px;
    height: 48px;
    border: 4px solid #f6b13d;
    border-radius: 50%;
    position: absolute;
    right: 7%;
    bottom: 28%;
    -webkit-animation: 3s infinite zoom-inout;
    animation: 3s infinite zoom-inout;
    z-index: -1
}

.page-banner .title {
    font-size: 42px;
    line-height: 52px;
    font-family: Outfit, sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1
}

.page-banner .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px
}

.page-banner .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    color: #fff
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f16e";
    font-family: flaticon !important;
    font-size: 12px;
    padding-right: 5px;
    position: relative;
    top: 2px;
    color: #fff
}

.blog-standard-wrap .blog-post-wrap .pagination {
    margin-top: 55px
}

.single-blog-post .blog-content {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0
}

.blog-details-post .single-blog-post.single-blog .blog-content .title,
.single-blog-post .blog-content .title {
    font-size: 30px;
    line-height: 40px
}

.single-blog-post .blog-content p {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
    margin-top: 20px
}

.blog-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
    margin-left: 65px;
    position: sticky;
    top: 0
}

@media only screen and (max-width:1199px) {
    .program-item {
        padding: 45px 30px
    }

    .program-item .program-content {
        margin-left: 20px
    }

    .blog-sidebar {
        margin-left: 15px
    }
}

.blog-sidebar .sidebar-widget-1,
.review-rating .rating-box p,
.sidebar-widget .category .cate-item:first-child,
.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0
}

.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f8fafb;
    color: #415674;
    font-weight: 700;
    outline: 0;
    overflow: hidden
}

.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #898c94;
    font-weight: 400
}

.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #898c94;
    font-weight: 400
}

.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #898c94;
    font-weight: 400
}

.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #898c94;
    font-weight: 400
}

.sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff0;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111;
    transition: .3s linear
}

.sidebar-widget .category .cate-item a:hover .post-count,
.sidebar-widget .search-form button:hover {
    background: #1cb098;
    color: #fff
}

.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child),
.sidebar-widget .widget-title {
    margin-bottom: 25px
}

.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #2f2a55;
    display: inline-block
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb,
.single-course-list .course-content .bottom-meta>*,
.single-course-list .course-content .top-meta>* {
    margin-right: 20px
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    min-width: 70px;
    height: 70px;
    border-radius: 6px;
    image-rendering: crisp-edges
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 14px;
    line-height: 16px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    transition: .3s linear;
    color: #333
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i,
.upstudy-event-section .single-item .event-content .meta i {
    color: #1cb098;
    margin-right: 5px
}

.sidebar-widget .category .cate-item a {
    display: flex;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #29303c;
    transition: .3s linear
}

.sidebar-widget .category .cate-item a i {
    font-size: 10px;
    line-height: 24px;
    color: #1cb098;
    margin-right: 5px
}

.sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #1cb098;
    transition: .3s linear
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    background: #f9f9f9;
    transition: .3s linear
}

.upstudy-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: .3s linear
}

.blog-details-post .single-blog-post.single-blog .blog-content {
    padding: 40px 0 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    margin-top: 0
}

.blog-details-post .single-blog-post.single-blog .blog-content .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 40px
}

.blog-details-post .blog-details-content .blog-quote {
    background-color: #fdf8f4;
    border-left: 5px solid #1cb098;
    border-radius: 5px;
    margin-top: 40px
}

.blog-details-post .blog-details-content .blog-quote .blockquote {
    padding: 50px 80px 35px 35px;
    margin-bottom: 0;
    position: relative
}

@media only screen and (max-width:1199px) {
    .blog-details-post .blog-details-content .blog-quote .blockquote {
        padding: 50px 50px 35px 35px
    }
}

.blog-details-post .blog-details-content .blog-quote .blockquote .blockquote-icon {
    flex-shrink: 0;
    height: 65px;
    width: 65px;
    line-height: 63px;
    background: #fff;
    box-shadow: 0 9px 68px 0 rgb(0 0 0 / .08);
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -90px;
    margin-bottom: -65px
}

.blog-details-post .blog-details-content .blog-quote .blockquote .blockquote-icon svg {
    fill: #1cb098;
    width: 30px
}

.blog-details-post .blog-details-content .blog-quote .blockquote p {
    display: inline;
    font-size: 22px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #6f6d80;
    line-height: 32px;
    margin-top: 0
}

.blog-details-post .blog-details-content .blog-quote .blockquote .name {
    font-size: 16px;
    line-height: 30px;
    color: #2f2a55;
    margin-top: 5px
}

.blog-details-post .blog-details-content .blog-details-tag-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e5
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
    margin-top: 0;
    display: flex;
    align-items: center
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
    font-size: 14px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #2f2a55;
    margin-right: 10px
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
    display: flex;
    align-items: center;
    padding-top: 20px
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li,
.copyright-social .social li {
    display: inline-block;
    margin-right: 10px
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child,
.copyright-social .social li:last-child,
.course-details-wrapper .lessons-time>:last-child,
.course-top-inner>:last-child,
.course-top-menu .nav li:last-child,
.single-course-list .course-content .bottom-meta>:last-child,
.single-course-list .course-content .top-meta>:last-child {
    margin-right: 0
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
    display: inline-block;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook,
.upstudy-team-profile-section .team-profile .profile-content .profile-social ul li a.facebook {
    background: #3452cf
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter,
.upstudy-team-profile-section .team-profile .profile-content .profile-social ul li a.twitter {
    background: #39adf1
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest,
.upstudy-team-profile-section .team-profile .profile-content .profile-social ul li a.pinterest {
    background: #d54443
}

.blog-details-post .blog-details-content .upstudy-post-pagination {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 70px 0 rgb(0 0 0 / .16);
    padding: 10px 30px;
    margin-top: 80px;
    overflow: hidden;
    position: relative
}

.blog-details-post .blog-details-content .upstudy-post-pagination::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #e1e1e1;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px
}

.blog-details-post .blog-details-content .upstudy-post-pagination .next-post,
.blog-details-post .blog-details-content .upstudy-post-pagination .previous-post,
.faq-accordion-wrapper .faq-col {
    width: 50%
}

#feedback-tab svg,
.course-hover::before {
    height: 15px;
    width: 15px
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post {
    display: flex;
    align-items: center;
    padding: 30px 0
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-thumb a img {
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-thumb a i {
    font-size: 14px;
    color: #1cb098;
    padding: 0 10px
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content {
    flex-grow: 1;
    padding: 0 20px
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2f2a55
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content .date {
    font-size: 12px;
    line-height: 22px;
    color: #838383
}

.blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content .date i {
    color: #1cb098;
    margin-right: 6px
}

.blog-details-post .blog-details-content .comment-wrap .comment-form,
.course-details-wrapper .course-instructor,
.course-details-wrapper .course-lessons,
.course-details-wrapper .course-review,
.upstudy-team-profile-section .team-profile-description-wrap .team-profile-description {
    margin-top: 50px
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
    font-size: 22px;
    line-height: 30px;
    color: #2f2a55
}

.blog-details-post .blog-details-content .comment-wrap .comment-form p {
    font-size: 14px;
    line-height: 30px;
    color: #686f7a
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control,
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
    border: 1px solid #fff0;
    background: #f6f7f9;
    border-radius: 0
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: .95;
    font-size: 13px;
    font-family: Outfit, sans-serif;
    color: #9d9d9d;
    font-weight: 400
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: .95;
    font-size: 13px;
    font-family: Outfit, sans-serif;
    color: #9d9d9d;
    font-weight: 400
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: .95;
    font-size: 13px;
    font-family: Outfit, sans-serif;
    color: #9d9d9d;
    font-weight: 400
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: .95;
    font-size: 13px;
    font-family: Outfit, sans-serif;
    color: #9d9d9d;
    font-weight: 400
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 10px 25px;
    resize: none
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus,
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
    outline: 0;
    box-shadow: none
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
    height: 40px;
    line-height: 38px;
    box-shadow: 11px 10px 38px 0 rgb(46 63 99 / .15);
    margin-top: 25px;
    font-size: 16px;
    padding: 0 45px
}

.course-list-wrapper,
.login-register-section .login-register-wrap {
    margin-top: -50px
}

.course-hover {
    width: 350px;
    z-index: 11;
    padding: 35px 50px;
    position: relative
}

.course-hover::before {
    position: absolute;
    content: '';
    background-color: #fff;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.course-hover .top-meta .tag {
    border-radius: 5px;
    background-color: rgb(28 176 152 / .071);
    font-size: 14px;
    font-weight: 600;
    color: #1cb098;
    padding: 0 15px;
    height: 25px;
    line-height: 25px
}

.course-hover .price {
    font-size: 14px;
    font-weight: 700;
    color: #2f2a55;
    margin-top: 5px
}

.course-hover .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 15px
}

.course-hover .courses-meta {
    display: flex;
    margin-top: 10px;
    gap: 15px
}

.course-hover .courses-meta .student {
    font-size: 13px;
    color: #838383;
    margin-top: 5px
}

.course-hover>p {
    font-size: 14px;
    margin-top: 10px
}

.course-hover .courses-btn .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block
}

#powerTip {
    background-color: #fff0;
    border-color: #fff;
    color: inherit;
    white-space: normal;
    box-shadow: 0 0 109px 0 rgb(0 0 0 / .18);
    background-color: #fff
}

#whatsapp-chat,
a.blantershow-chat {
    right: 30px;
    box-shadow: 0 1px 15px rgb(32 33 36 / .28)
}

.course-top-bar {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.course-top-bar .label {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    margin-right: 10px
}

.course-top-text p {
    font-weight: 700;
    color: #838383
}

.course-top-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.course-details-wrapper .lessons-time>*,
.course-top-inner>* {
    margin-right: 30px
}

.course-top-menu {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.course-top-menu .nav li {
    margin-right: 10px
}

.course-top-menu .nav li button {
    padding: 0;
    border: 0;
    background-color: #fff0;
    color: #666;
    font-size: 15px
}

.course-top-action {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f6f7f9;
    height: 40px;
    line-height: 40px
}

.course-top-action .nice-select {
    float: none;
    height: auto;
    line-height: 1;
    padding: 0 20px 0 0;
    border: 0;
    color: #2f2a55;
    font-weight: 700;
    font-size: 15px;
    background: 0 0
}

.course-collapse,
.course-collapse-btn .btn,
.course-collapse-btn .btn.collapsed {
    background-color: #fff
}

.course-top-action .nice-select::after {
    right: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #2f2a55;
    border-right: 1px solid #2f2a55;
    margin-top: -6px
}

.course-top-action .nice-select .option {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500
}

.course-collapse-btn .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border: 1px solid #ebebeb;
    color: #a9a9a9
}

.course-collapse-btn .btn i {
    margin: 0 3px;
    transition: .3s linear
}

.course-collapse {
    box-shadow: 0 0 120px 0 rgb(0 0 0 / .04);
    border-radius: 10px;
    margin-top: 50px;
    padding: 35px 40px;
    transition: .3s linear
}

.sidebar-widget-02+.sidebar-widget-02 {
    padding-top: 22px
}

.widget-checkbox {
    margin-top: 18px
}

.widget-checkbox .checkbox-list li {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 18px
}

.widget-checkbox .checkbox-list li label {
    line-height: 1.3
}

.widget-checkbox .rating::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    color: #dedede;
    font-size: 14px;
    letter-spacing: 2px
}

.widget-checkbox .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden
}

.widget-checkbox .rating .rating-on::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    color: #fda000;
    font-size: 14px;
    letter-spacing: 2px
}

.sidebar-wrap-02 {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 35px 40px;
    margin-top: 50px
}

.single-course-list {
    display: flex;
    padding: 50px 0
}

.single-course-list:last-child {
    padding-bottom: 0
}

.single-course-list+.single-course-list,
.upstudy-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info+.team-info {
    border-top: 1px solid #ebebeb
}

.single-course-list .course-image {
    overflow: hidden;
    flex-shrink: 0
}

.single-course-list .course-content {
    padding-left: 30px;
    flex-grow: 1
}

.single-course-list .course-content .top-meta {
    display: flex;
    flex-wrap: wrap
}

.single-course-list .course-content .top-meta .tag {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 15px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    background-color: rgb(28 176 152 / .071);
    color: #1cb098;
    white-space: nowrap
}

.single-course-list .course-content .top-meta .price .sale-price {
    font-size: 14px;
    font-weight: 600;
    color: #2f2a55
}

.single-course-list .course-content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
    color: #2f2a55
}

.single-course-list .course-content .author-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000
}

.single-course-list .course-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px
}

.single-course-list .course-content .bottom-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-course-list .course-content .bottom-meta .meta-action {
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
    white-space: nowrap
}

.single-course-list .course-content .bottom-meta .meta-action i {
    color: #101213;
    margin-right: 2px
}

.single-course-list .course-content .bottom-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 2px
}

.single-course-list .course-content .bottom-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 13px;
    color: #fda000;
    letter-spacing: 2px
}

.course-details-banner-content {
    max-width: 550px
}

.course-details-banner-content .title {
    font-size: 30px;
    line-height: 40px;
    color: #2f2a55
}

.course-details-banner-content .course-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px
}

.course-details-banner-content .course-details-meta>* {
    padding-left: 40px;
    margin-top: 10px;
    position: relative
}

.course-details-banner-content .course-details-meta>::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #e1e1e1;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.course-details-banner-content .course-details-meta>:first-child {
    padding-left: 0
}

.course-details-banner-content .course-details-meta .meta-action .meta-author img {
    width: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 5px
}

.course-details-banner-content .course-details-meta .meta-action .date,
.course-details-banner-content .course-details-meta .meta-action .name {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #2f2a55
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star::before,
.instructor-profile .profile-content .profile-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active::before,
.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px
}

.course-details-banner-content .course-details-meta .meta-action .rating span {
    font-size: 13px;
    color: #666
}

@media only screen and (min-width:1199px) {
    .course-details-wrapper {
        padding-right: 35px
    }
}

.course-details-wrapper .title {
    font-size: 22px;
    font-weight: 700;
    margin-top: -5px
}

.course-details-wrapper .course-learn-list {
    border: 1px solid #ebebeb;
    padding: 50px;
    margin-top: 50px;
    border-radius: 5px
}

.course-details-wrapper .course-learn-list ul {
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.course-details-wrapper .course-learn-list ul li {
    font-size: 15px;
    line-height: 2.25;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    width: 50%
}

.course-details-wrapper .course-learn-list ul li::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\f132";
    font-family: flaticon;
    font-size: 14px;
    color: #1cb098
}

.course-details-wrapper .lessons-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap
}

.course-accordion .accordion-item {
    border-radius: 0;
    margin-top: 20px;
    border: 0
}

.course-accordion .accordion-item button {
    font-size: 16px;
    font-weight: 700;
    background: #f6f7f9;
    color: #2f2a55;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    transition: .3s linear
}

.course-accordion .accordion-item button::before {
    content: '\f170';
    font-family: flaticon;
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    transition: .3s linear
}

.course-accordion .accordion-item button.collapsed::before {
    content: '\f111'
}

.course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 35px 8px 30px;
    border-top: 1px solid #dce4e6
}

@media only screen and (max-width:449px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px
    }

    .upstudy-hero-section .svg-shape {
        bottom: -40px
    }

    .upstudy-hero-section .hero-content .title {
        font-size: 38px;
        line-height: 55px
    }

    .upstudy-hero-section .hero-content .text {
        font-size: 15px
    }

    .upstudy-hero-section-02 .shape-3 {
        top: 9%;
        right: 6%
    }

    .upstudy-hero-section-02 .hero-content .section-title .title {
        font-size: 36px;
        line-height: 52px
    }

    .upstudy-hero-section-02 .hero-content .hero-form,
    .upstudy-hero-section-03 .hero-content .hero-btn {
        margin-top: 40px
    }

    .upstudy-hero-section-02 .hero-content .hero-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
        padding: 10px 80px 10px 15px
    }

    .upstudy-hero-section-03 .hero-content {
        padding-top: 40px
    }

    .upstudy-hero-section-03 .hero-content .sub-title {
        font-size: 16px
    }

    .upstudy-hero-section-03 .hero-content .title {
        font-size: 35px;
        line-height: 55px
    }

    .upstudy-hero-section-03 .hero-content .hero-btn .btn {
        padding: 0 40px
    }

    .upstudy-hero-section-03 .hero-images {
        padding-top: 60px;
        padding-bottom: 100px
    }

    .upstudy-hero-section-03 .hero-images .shape-4 img {
        width: 140px
    }

    .upstudy-hero-section-04 {
        height: auto
    }

    .single-offer .offer-content p,
    .upstudy-about-section-03 .about-img-wrap .about-img-sm,
    .upstudy-about-section-06 .about-img-wrap .shape-1,
    .upstudy-hero-section-04 .shape-4,
    .upstudy-hero-section-06 .shape-1,
    .upstudy-hero-section-06 .shape-2,
    .upstudy-video-section .video-wrap .shape-1,
    .upstudy-video-section .video-wrap .shape-2 {
        display: none
    }

    .upstudy-hero-section-04 .shape-6 {
        top: 43%
    }

    .upstudy-hero-section-04 .hero-image .image {
        padding-left: 35px;
        padding-right: 35px
    }

    .upstudy-hero-section-05 .hero-content .title {
        font-size: 35px;
        line-height: 50px
    }

    .upstudy-hero-section-05 .hero-images .shape-1 {
        width: 370px;
        right: 2%
    }

    .upstudy-hero-section-05 .hero-images .image {
        padding: 0;
        bottom: -60px
    }

    .upstudy-hero-section-06 {
        height: 720px
    }

    .upstudy-hero-section-06 .hero-content .sub-title {
        font-size: 16px;
        padding-left: 30px
    }

    .upstudy-hero-section-06 .hero-content .title {
        font-size: 44px;
        padding-left: 30px
    }

    .upstudy-hero-section-06 .hero-content .title::before {
        height: 230px
    }

    .upstudy-hero-section-06 .hero-content .hero-btn {
        padding-left: 30px
    }

    .upstudy-counter-wrap {
        padding-top: 45px
    }

    .upstudy-counter-wrap .counter-item .counter-content .title {
        font-size: 42px
    }

    .upstudy-counter-section-02 .counter-wrap {
        padding: 80px 35px
    }

    .upstudy-counter-section-02 .counter-left .title {
        font-size: 30px;
        line-height: 48px
    }

    .upstudy-counter-section-02 .counter-right .counter-item-wrap .single-counter {
        padding: 40px 30px 50px
    }

    .upstudy-counter-section-03 .shape-2 {
        width: 760px;
        height: 760px
    }

    .upstudy-brand-section .brand-title-wrap .title {
        font-size: 34px;
        line-height: 45px
    }

    .upstudy-brand-section .brand-title-wrap .btn {
        padding: 0 55px;
        margin-top: 45px
    }

    .upstudy-cta-section-03 .cta-wrap {
        height: auto;
        padding: 40px 30px 60px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-author .testimonial-author-wrap .author-image img {
        width: 200px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content {
        padding: 50px 30px 70px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content .title {
        font-size: 30px;
        line-height: 42px
    }

    .upstudy-testimonial-section .testimonial-wrap .testimonial-content .single-testimonial-content p {
        font-size: 24px
    }

    .upstudy-testimonial-section-02 {
        padding-top: 170px
    }

    .single-testimonial-02 .testimonial-content {
        padding: 15px 30px 50px
    }

    .upstudy-testimonial-section-03 .testimonial-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .upstudy-features-section-04 .features-wrap {
        padding-left: 25px;
        padding-right: 25px
    }

    .upstudy-features-section-04 .features-wrap .shape-1 img,
    .upstudy-features-section-04 .features-wrap .shape-2 img {
        width: 275px
    }

    .upstudy-about-section .about-content .about-list {
        flex-direction: column;
        gap: 10px
    }

    .upstudy-about-section .about-content .about-list .list-item:last-child {
        padding-left: 0
    }

    .upstudy-about-section .about-img .shape-1 {
        top: -7%;
        height: 300px
    }

    .upstudy-about-section-02 .about-img .shape-1 {
        width: 250px;
        left: 30px;
        top: 30px
    }

    .upstudy-about-section-03 .about-img-wrap .about-img-bottom {
        position: relative;
        text-align: center;
        bottom: 0;
        margin-top: 30px
    }

    .upstudy-about-section-03 .about-img-wrap .about-text-shape {
        top: 135px
    }

    .upstudy-about-section-04 .about-img-wrap {
        flex-direction: column
    }

    .upstudy-about-section-04 .about-img-wrap .about-img-small {
        text-align: center
    }

    .upstudy-about-section-06 .about-img-wrap .about-img-sm {
        position: relative;
        margin-top: 30px
    }

    .upstudy-video-section .video-wrap {
        margin-bottom: -110px
    }

    .program-item .program-content .title,
    .upstudy-form-section .course-form .course-form-inner .title {
        font-size: 28px
    }

    .upstudy-admission-section .admission-left .single-admission .admission-content {
        height: auto;
        padding: 40px 30px 45px 35px
    }

    .upstudy-admission-section .admission-right .admission-banner {
        padding: 70px 30px 80px
    }

    .upstudy-admission-section .admission-right .admission-banner .title {
        font-size: 32px;
        line-height: 42px
    }

    .upstudy-admission-section .admission-right .admission-banner .btn {
        padding: 0 30px
    }

    .blog-details-post .blog-details-content .blog-quote .blockquote {
        padding: 50px 35px 35px
    }

    .course-accordion .accordion-item .accordion-body .lessons-list li {
        padding: 15px 0 8px
    }
}

.course-accordion .accordion-item .accordion-body .lessons-list li:first-child,
.footer-section-02 .widget-info {
    border-top: 0
}

.course-accordion .accordion-item .accordion-body .lessons-list li a {
    font-size: 16px;
    color: #666;
    display: block
}

.course-accordion .accordion-item .accordion-body .lessons-list li a span {
    display: block;
    float: right;
    white-space: nowrap
}

.course-accordion .accordion-item .accordion-body .lessons-list li a i {
    margin-right: 5px;
    color: #2f2a55
}

.instructor-profile {
    display: flex;
    gap: 30px;
    margin-top: 20px
}

.instructor-profile .profile-images img {
    border-radius: 5px
}

.instructor-profile .profile-content,
.single-review .review-content {
    flex-grow: 1
}

.instructor-profile .profile-content .name {
    font-size: 20px;
    font-weight: 700
}

.instructor-profile .profile-content .profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 5px
}

.instructor-profile .profile-content .profile-meta .rating span {
    font-size: 13px;
    font-weight: 700;
    color: #666
}

.instructor-profile .profile-content .profile-meta .meta-action {
    font-size: 14px;
    color: #838383
}

.faq-accordion .accordion-item .accordion-body p,
.instructor-profile .profile-content p {
    font-size: 16px;
    line-height: 30px
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px
}

.review-rating .rating-box {
    text-align: center;
    width: 190px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 57px 0 rgb(0 0 0 / .08);
    padding: 33px 20px;
    flex-shrink: 0
}

.review-rating .rating-box .count {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #2f2a55;
    line-height: 1
}

.review-rating .rating-box .rating-star {
    display: inline-block;
    position: relative
}

.review-rating .rating-box .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 18px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.review-rating .rating-box .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 18px;
    color: #ffc000;
    letter-spacing: 4px
}

.review-rating .rating-percentage {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.single-rating-percentage .label {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    white-space: nowrap
}

.single-rating-percentage .rating-line {
    width: 100%;
    height: 10px;
    background-color: #ebebeb;
    position: relative;
    margin: 0 20px
}

.single-rating-percentage .rating-line .line-bar {
    position: absolute;
    height: 100%;
    background-color: #fcca45
}

.single-review {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.single-review .review-author img {
    width: 70px;
    border-radius: 50%
}

.single-review .review-content .review-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -3px
}

.single-review .review-content .review-top .name {
    font-size: 18px;
    font-weight: 700;
    color: #072f60
}

.single-review .review-content .review-top .rating-star {
    display: inline-block;
    position: relative;
    margin-right: auto
}

.single-review .review-content .review-top .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 14px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.single-review .review-content .review-top .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: flaticon;
    font-size: 14px;
    color: #ffc000;
    letter-spacing: 4px
}

.sidebar-details-wrap {
    margin-top: -440px;
    position: relative;
    z-index: 1;
    position: sticky;
    top: 100px
}

@media only screen and (max-width:1199px) {
    .blog-details-post .blog-details-content .upstudy-post-pagination {
        padding: 10px 20px
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post {
        padding: 20px 0
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content {
        padding: 0 15px
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content .title {
        font-size: 15px
    }

    .sidebar-details-wrap {
        margin-top: -420px
    }
}

.sidebar-details-video-description {
    background-color: #fff;
    box-shadow: 0 0 65px 0 rgb(0 0 0 / .12);
    overflow: hidden;
    border-radius: 6px
}

.sidebar-details-video-description .sidebar-video {
    position: relative;
    padding: 10px
}

.sidebar-details-video-description .sidebar-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #1cb098;
    text-align: center;
    z-index: 2
}

.sidebar-details-video-description .sidebar-video .play:hover {
    color: #fff;
    background-color: #1cb098
}

.sidebar-details-video-description .sidebar-description {
    padding: 40px 40px 60px
}

.sidebar-details-video-description .sidebar-description .price-wrap .label {
    font-size: 18px;
    font-weight: 700;
    color: #2f2a55
}

.sidebar-details-video-description .sidebar-description .price-wrap .price {
    margin-top: -5px;
    margin-left: 10px
}

.sidebar-details-video-description .sidebar-description .price-wrap .price .sale-price {
    font-size: 24px;
    font-weight: 700;
    color: #1cb098
}

.sidebar-details-video-description .sidebar-description .price-wrap .price .regular-price {
    font-size: 16px;
    font-weight: 400;
    color: #a2a2a2;
    text-decoration: line-through;
    margin-left: 10px
}

.sidebar-details-video-description .sidebar-description .description-list {
    padding-top: 26px
}

.sidebar-details-video-description .sidebar-description .description-list li {
    font-weight: 500;
    font-size: 15px;
    color: #2f2a55;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0
}

@media only screen and (max-width:1199px),
only screen and (max-width:575px) {
    .sidebar-wrap-02 {
        padding: 35px 25px
    }

    .sidebar-details-video-description .sidebar-description {
        padding: 30px 20px
    }

    .sidebar-details-video-description .sidebar-description .description-list li {
        font-size: 15px
    }
}

.sidebar-details-video-description .sidebar-description .description-list li i {
    margin: 0 4px 0 0
}

.sidebar-details-video-description .sidebar-description .description-list li span {
    font-weight: 400;
    float: right;
    display: block;
    color: #666
}

.sidebar-details-video-description .sidebar-description .btn {
    height: 50px;
    line-height: 50px;
    margin-top: 20px
}

.sidebar-details-video-description .sidebar-description .share-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px
}

.sidebar-details-video-description .sidebar-description .share-link .link-icon {
    font-size: 16px;
    text-align: center;
    color: #2f2a55
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + -6px);
    transform: translateX(-70%);
    background-color: #28314b;
    z-index: 2;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 2px;
    line-height: 0;
    white-space: nowrap;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0;
    border-color: #28314b #fff0 #fff0;
    left: 50%;
    bottom: -5px;
    margin-left: -5px
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    color: #fff;
    border-radius: inherit;
    text-align: center;
    transition: .3s linear
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li:hover a {
    background: rgb(255 255 255 / .13)
}

.sidebar-details-video-description .sidebar-description .share-link .share-btn {
    font-size: 16px;
    font-weight: 700;
    color: #2f2a55;
    margin-left: 10px
}

.faq-accordion-wrapper {
    display: flex;
    padding-top: 70px
}

.faq-accordion-wrapper .faq-col:first-child {
    padding-right: 25px
}

.faq-accordion-wrapper .faq-col:last-child {
    padding-left: 25px
}

.faq-accordion .accordion-item {
    border: 0;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.faq-accordion .accordion-item .accordion-header {
    padding-top: 30px;
    padding-bottom: 30px
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 0 45px 0 0;
    font-size: 20px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
    color: #2f2a55;
    font-weight: 700;
    position: relative;
    transition: .3s linear
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
    position: absolute;
    right: 0;
    height: 32px;
    width: 32px;
    color: #1cb098;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: .3s linear
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button i,
.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button i {
    font-size: 15px
}

.faq-accordion .accordion-item .accordion-header .accordion-button:focus {
    border: 0;
    box-shadow: none
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #2f2a55;
    background: #fff;
    box-shadow: none
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
    position: absolute;
    right: 0;
    height: 32px;
    width: 32px;
    color: #1cb098;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: .3s linear
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 0 20px
}

.faq-accordion .accordion-item:hover .accordion-button .faq-button {
    transform: rotate(-90deg)
}

.login-register-section .login-register-wrap .section-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #1b2336;
    line-height: 1.2;
    margin-top: -8px
}

.login-register-section .login-register-wrap .login-register-box {
    border: 1px solid #ebebeb;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #787884;
    font-weight: 400
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #787884;
    font-weight: 400
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #787884;
    font-weight: 400
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
    opacity: .95;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    color: #787884;
    font-weight: 400
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 15px 25px 10px;
    resize: none
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
    margin-right: 8px;
    margin-top: 5px
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
    display: inline;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
    height: 50px;
    line-height: 45px;
    width: 100%
}

.upstudy-team-profile-section .team-profile {
    background: #fff;
    box-shadow: 0 0 114px 0 rgb(0 0 0 / .12);
    border-radius: 10px;
    padding: 20px
}

.upstudy-team-profile-section .team-profile .profile-img img {
    width: 100%;
    border-radius: 4px
}

.upstudy-team-profile-section .team-profile .profile-content .profile-social {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    margin-top: 15px;
    margin-bottom: 20px
}

.upstudy-team-profile-section .team-profile .profile-content .profile-social .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
}

.upstudy-team-profile-section .team-profile .profile-content .profile-social ul li a {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #fff
}

.upstudy-team-profile-section .team-profile .profile-content .profile-social ul li+li {
    margin-left: 5px
}

.upstudy-team-profile-section .team-profile-description-wrap {
    padding-left: 60px
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-info {
    max-width: 415px
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    padding-top: 10px
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info .title {
    padding-right: 10px;
    display: inline-block;
    width: 115px
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info span {
    color: #2f2a55;
    font-weight: 700
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info p {
    display: inline-block;
    margin-left: 10px
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-description .title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 15px
}

.upstudy-team-profile-section .team-profile-description-wrap .team-profile-description p {
    font-size: 15px;
    line-height: 30px
}

.upstudy-event-section .single-item {
    background: #fff;
    box-shadow: 0 0 152px 0 rgb(0 0 0 / .1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: .3s linear;
    margin-top: 30px
}

.upstudy-event-section .single-item .event-image {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.upstudy-event-section .single-item .event-image a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #fffFFF00 43%, #00000082 63%);
    width: 100%;
    height: 100%;
    z-index: 0
}

.upstudy-event-section .single-item .event-image .event-top-meta {
    position: absolute;
    bottom: 20px;
    left: 30px
}

.upstudy-event-section .single-item .event-image .event-top-meta .date {
    font-size: 12px;
    display: inline-block;
    background: #1cb098;
    text-transform: uppercase;
    color: #fff;
    height: 28px;
    line-height: 26px;
    border-radius: 35px;
    padding: 0 20px
}

.upstudy-event-section .single-item .event-content {
    padding: 20px 40px 40px
}

.upstudy-event-section .single-item .event-content .meta {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500
}

.upstudy-event-section .single-item .event-content .title {
    font-size: 24px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #2f2a55;
    margin-top: 10px;
    margin-bottom: 15px
}

.upstudy-event-section .single-item .event-content .event-btn .event-btn-link {
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff0;
    padding: 0 40px;
    color: #1cb098;
    transition: .3s linear
}

.upstudy-event-section .single-item .event-content .event-btn .event-btn-link i {
    position: relative;
    top: 1px;
    left: 7px;
    transition: .3s linear
}

.upstudy-event-section .single-item .event-content .event-btn .event-btn-link:hover {
    border: 1px solid #111a24;
    background: #111a24;
    color: #fff
}

.upstudy-event-section .single-item:hover {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .09)
}

.error-item .error-thumb img {
    max-height: 301px
}

.error-item .error-content .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #1b2336;
    margin-top: 43px
}

.error-item .error-content p {
    font-size: 18px;
    line-height: 30px;
    color: #415674;
    margin-top: 11px;
    margin-bottom: 41px
}

.error-item .error-content .error-form .search-form {
    position: relative;
    max-width: 460px;
    margin: 0 auto
}

.error-item .error-content .error-form .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    width: 100%;
    max-width: 460px;
    height: 50px;
    margin-bottom: 0;
    border: 1px solid #d6d5d7;
    color: #415674;
    font-weight: 700;
    outline: 0;
    overflow: hidden
}

.error-item .error-content .error-form .search-form button {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 5px;
    background: #fff0;
    color: #1b2336;
    border: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: .3s linear
}

.error-item .error-content .btn {
    height: 50px;
    line-height: 52px;
    font-size: 14px;
    font-weight: 700;
    font-family: Outfit, sans-serif;
    margin-top: 20px
}

.contact-info-wrap .info-title {
    font-size: 42px;
    font-weight: 600;
    color: #2f2a55
}

.contact-info-wrap .single-contact-info {
    display: flex;
    margin-top: 40px
}

.contact-info-wrap .single-contact-info .info-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #d2efea;
    color: #1cb098
}

.contact-info-wrap .single-contact-info .info-icon i {
    font-size: 25px
}

.contact-info-wrap .single-contact-info .info-content {
    flex: 1;
    margin-left: 15px
}

.contact-info-wrap .single-contact-info .info-content .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #333
}

.contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #2f2a55
}

.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    border: 1px solid #e1e1e1;
    height: 55px;
    padding: 10px 25px;
    color: #415674;
    border-radius: 0
}

.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.contact-form-wrap .single-form textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #1cb098
}

.contact-form-wrap .single-form textarea {
    height: 135px;
    color: #415674;
    padding: 15px 25px 10px;
    border-radius: 0;
    resize: none
}

.contact-form-wrap .single-form textarea::-webkit-input-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form textarea:-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form textarea::-moz-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-form-wrap .single-form textarea:-ms-input-placeholder {
    opacity: .95;
    font-size: 14px;
    color: #787884;
    font-weight: 400
}

.contact-map-section .contact-map-wrap {
    margin-bottom: -10px
}

.contact-map-section .contact-map-wrap iframe {
    height: 550px;
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg)
}

.sidebar-wrap {
    border-left: 1px solid #eee;
    height: 100%
}

.back-btn,
.progress-wrap {
    height: 45px;
    width: 45px;
    opacity: 0
}

.widget {
    margin-bottom: 40px;
    color: #666
}

.footer-widget-title,
.widget-about .text,
.widget-info .info-text {
    font-family: Outfit, sans-serif;
    color: #fff
}

.widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    padding-bottom: 20px
}

@media only screen and (max-width:991px),
only screen and (max-width:767px) {
    .header-bottom-section {
        padding: 15px 0
    }

    .header-cart .dropdown-cart {
        left: auto !important;
        right: -65px !important;
        transform: translateX(0) !important
    }

    .course-header {
        display: block;
        text-align: center
    }

    .course-details-banner-content {
        padding: 50px 0
    }

    .sidebar-details-wrap {
        margin-top: 50px
    }

    .sidebar-wrap {
        border-left: none;
        height: auto;
        padding-top: 0
    }

    .widget .widget-title {
        padding-left: 0
    }
}

.footer-widget-wrap {
    padding-top: 50px;
    padding-bottom: 90px
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 500
}

.widget-about .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 10px;
    margin-top: 15px
}

.widget-link .link li a {
    font-size: 14px;
    color: #cacaca;
    transition: .3s linear
}

.widget-download {
    padding-top: 17px
}

.widget-download a {
    display: block;
    margin-top: 15px
}

.widget-download a img {
    border-radius: 4px
}

.widget-info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-top: 1px solid #29313a;
    margin-right: 35px;
    margin-top: 20px;
    padding-top: 20px
}

.widget-info .info-icon i {
    font-size: 25px;
    display: inline-block;
    color: #1cb098;
    margin-right: 10px;
    margin-top: 2px
}

.widget-info .info-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.widget-info .info-text a {
    font-size: 14px;
    font-weight: 400
}

.footer-section-02 {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.footer-section-02 .shape-1 {
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%
}

@media only screen and (max-width:1199px) {
    .upstudy-team-profile-section .team-profile-description-wrap {
        padding-left: 0;
        padding-top: 40px
    }

    .upstudy-event-section .single-item .event-content {
        padding: 20px 30px 40px
    }

    .upstudy-event-section .single-item .event-content .title {
        font-size: 20px
    }

    .contact-map-section .contact-map-wrap iframe {
        height: 450px
    }

    .widget-about .text {
        padding-right: 0
    }

    .footer-section-02 .shape-1 {
        top: -16%
    }
}

@media only screen and (max-width:991px) {
    .page-banner-section {
        min-height: 450px
    }

    .page-banner-section .shape-1 {
        right: 11%
    }

    .page-banner-section .shape-2 img {
        width: 130px
    }

    .blog-sidebar {
        margin-left: 0
    }

    .faq-accordion-wrapper {
        display: block
    }

    .faq-accordion-wrapper .faq-col {
        width: 100%
    }

    .faq-accordion-wrapper .faq-col:first-child {
        padding-right: 0
    }

    .faq-accordion-wrapper .faq-col:last-child {
        padding-left: 0
    }

    .contact-form-wrap {
        padding-top: 30px
    }

    .footer-section-02 .shape-1 {
        top: -8%
    }
}

@media only screen and (max-width:767px) {
    .page-banner-section {
        min-height: 350px
    }

    .page-banner .title {
        font-size: 30px
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination::before {
        width: auto;
        height: 1px;
        left: 30px;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination .next-post,
    .blog-details-post .blog-details-content .upstudy-post-pagination .previous-post,
    .course-details-wrapper .course-learn-list ul li,
    .single-course-list .course-image a img {
        width: 100%
    }

    .single-course-list {
        display: block;
        padding: 30px 0
    }

    .single-course-list .course-content {
        padding-left: 0;
        padding-top: 25px
    }

    .footer-copyright {
        padding-bottom: 100px !important
    }

    .team-wrap .col-sm-6 {
        margin-bottom: 30px
    }

    .contact-info-wrap .info-title {
        font-size: 35px
    }

    .footer-widget-wrap {
        padding-top: 20px
    }

    .footer-section-02 .shape-1 {
        top: -3%
    }
}

.footer-section-02 .shape-2 {
    position: absolute;
    left: 25px;
    top: 130px;
    z-index: -1
}

.footer-section-02 .shape-3 {
    position: absolute;
    top: 120px;
    right: -95px;
    z-index: -1
}

.footer-section-02 .footer-widget-wrap {
    padding-top: 90px
}

.footer-section-02 .footer-widget-title,
.footer-section-02 .widget-info .info-text {
    color: #000
}

.footer-section-02 .widget-download a img {
    width: 130px;
    height: 40px;
    border-radius: 4px
}

@media only screen and (max-width:1199px) {
    .footer-section-02 .shape-2 {
        left: 190px;
        top: 75px
    }
}

@media only screen and (max-width:767px) {
    .footer-section-02 .shape-3 {
        width: 370px;
        top: 250px;
        right: -120px
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .page-banner-section .shape-1 {
        top: 34%
    }

    .page-banner-section .shape-2 {
        display: none
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination {
        padding: 0 10px
    }

    .blog-details-post .blog-details-content .upstudy-post-pagination .blog-pagination-post .post-content {
        padding: 0 13px
    }

    .course-details-banner-content .course-details-meta>* {
        padding-left: 20px
    }

    .course-details-banner-content .course-details-meta>::before {
        left: 8px
    }

    .course-details-wrapper .course-learn-list {
        padding: 30px
    }

    .instructor-profile,
    .single-review {
        flex-direction: column
    }

    .review-rating {
        display: block
    }

    .review-rating .rating-box {
        margin: 0 auto
    }

    .review-rating .rating-percentage {
        margin-top: 30px
    }

    .footer-section-02 .shape-1 {
        top: 0
    }

    .footer-section-02 .shape-3 {
        top: 380px;
        right: -110px
    }
}

.back-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 50px;
    z-index: 20;
    border-radius: 50%;
    background-color: #1cb098;
    border: 0;
    transition: .3s linear;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: translateX(130%) rotate(90deg)
}

.back-btn:hover {
    background-color: #f8db5e;
    color: #fff
}

.back-btn.active {
    opacity: 1;
    transform: translateY(0) rotate(90deg)
}

.footer-section {
    background-color: #111a24
}

.footer-copyright {
    border-top: 1px solid #29313a;
    padding-top: 25px;
    padding-bottom: 20px
}

.copyright-wrapper {
    margin-top: -10px
}

.copyright-text p {
    font-size: 14px;
    color: #fff
}

.copyright-social {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end
}

@media only screen and (max-width:767px) {
    .copyright-social {
        justify-content: center
    }
}

.copyright-social .social li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #29313a;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: .3s linear
}

.footer-section-02 {
    background-color: #fff5f6
}

.footer-section-02 .footer-copyright {
    border-top: 1px solid #ccc4c5
}

.footer-section-02 .copyright-social .social li a {
    background: #e5dcdd;
    color: #000
}

.progress-wrap {
    position: fixed;
    right: 200px;
    bottom: 25px;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(0 93 224 / .2);
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: .2s linear
}

#whatsapp-chat,
.hide,
.show {
    transform: scale(1)
}

.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #1cb098;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    transform: rotate(90deg);
    display: block;
    z-index: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #1cb098;
    stroke-width: 4;
    box-sizing: border-box
}

.progress-wrap.progress-wrap-02 {
    box-shadow: inset 0 0 0 2px rgb(255 85 98 / .2)
}

.progress-wrap.progress-wrap-02 svg.progress-circle path {
    stroke: #ff5562
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: .5
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: 0 !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    bottom: 90px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s
}

a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px
}

.bMIBDo,
.btn-whatsapp,
a#send-it {
    font-weight: 700
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0
}

.header-chat {
    background: #008069;
    color: #fff;
    padding: 20px
}

.header-chat h3 {
    margin: 0 0 10px
}

.header-chat p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 11px;
    padding-top: 7px
}

.info-avatar img {
    border-radius: 0;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden
}

a.informasi:hover {
    background: #f1f1f1
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222
}

textarea#chat-input {
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 35px;
    outline: 0;
    resize: none;
    padding: 10px;
    font-size: 14px
}

a#send-it {
    width: 30px;
    padding: 4px 5px 0;
    background: #eee;
    border-radius: 10px
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px
}

.first-msg {
    background: #fff0;
    padding: 30px;
    text-align: center
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px
}

@keyframes ZpjSY {

    0%,
    25% {
        background-color: #b6b5ba
    }

    15% {
        background-color: #111
    }
}

@keyframes hPhMsj {

    15%,
    35% {
        background-color: #b6b5ba
    }

    25% {
        background-color: #111
    }
}

@keyframes iUMejp {

    25%,
    45% {
        background-color: #b6b5ba
    }

    35% {
        background-color: #111
    }
}

@keyframes showhide {
    from {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0
    }
}

@media screen and (max-width:480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%
    }
}

.hide {
    display: none;
    opacity: 1
}

.show {
    display: block;
    opacity: 1
}

.eJJEeC,
.kAZgZq,
.whatsapp-message {
    opacity: 0;
    box-shadow: rgb(0 0 0 / .13) 0 1px .5px
}

.dAbFpq,
.whatsapp-message-container {
    display: flex;
    z-index: 1
}

.kAZgZq,
.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transition: .3s;
    transform-origin: center top 0;
    z-index: 2;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px)
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .08;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png)
}

.eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    transition: .1s;
    z-index: 1
}

.hFENyl {
    position: relative;
    display: flex
}

.dRvxoz,
.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0;
    position: relative
}

.ixsrax {
    background-color: #9e9da2;
    animation-name: ZpjSY
}

.dRvxoz {
    background-color: #b6b5ba;
    animation-name: hPhMsj
}

.kAZgZq::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px
}

.bMIBDo {
    font-size: 13px;
    line-height: 18px;
    color: rgb(0 0 0 / .4)
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(17 17 17 / .5);
    margin-right: -8px;
    margin-bottom: -4px
}

.btn-whatsapp {
    border-radius: 24px;
    border-color: #fff0;
    line-height: 1.32;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    background-color: #25d366;
    border-width: 0;
    margin: auto;
    max-width: 100%;
    box-shadow: rgb(0 0 0 / .25) 0 1px 0 0;
    position: relative;
    height: fit-content;
    width: fit-content;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: #fff0;
    border-style: solid;
    padding: 12px 27px;
    display: flex
}

.btn-whatsapp svg {
    width: 20px;
    margin-right: 5px;
    fill: currentcolor
}

.btn-whatsapp:hover {
    opacity: .8;
    background-color: #1cb098;
    color: #fff
}

#feedback-tab {
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 150px;
    height: 42px;
    background-color: rgb(28 176 152 / .8);
    margin-top: 60px;
    margin-right: -54px;
    padding-top: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#feedback-tab:hover {
    background-color: rgb(28 176 152 / .5)
}

#feedback-form textarea {
    resize: none
}

#feedback {
    position: fixed;
    right: 0;
    top: 20%;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 999
}

#feedback-form {
    float: right;
    width: 300px;
    z-index: 1000;
    padding: 15px;
    background-clip: padding-box;
    border: 1px solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    -moz-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    background: rgb(255 255 255 / .9)
}

#feedback-form .form-control {
    box-shadow: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 10px
}

#feedback-form .form-control:not(textarea) {
    height: 35px
}

#feedback-form .btn-grafiqberry {
    background: #1cb098;
    color: #fff;
    border: 1px solid #1cb098;
    border-radius: 15px;
    font-size: 14px
}

#feedback-form .btn-grafiqberry:hover {
    background: #fff;
    color: #1cb098
}