._menu>ul>li>a, .header-button a {
    display: inline-block;
    font-family: Rajdhani, sans-serif;
}
#clockdiv>div, div#clockdiv .countdown {
    padding: 8px 0 0;
    line-height: 30px;
    background: #fff;
}
.accordion li p, .course-faq-accordion li p {
    backdrop-filter: blur(1.9px);
    overflow: hidden;
}
#paginationContainer, body {
    font-family: 'Segoe UI', sans-serif;
}
.header-top-section {
    padding: 17px 0;
    position: relative;
    z-index: 1;
}
.blog-details-list ul, .contact-social-icon ul, .courses-details-list ul, .event-details-list ul, .event-details-social-icon ul, .footer-social-icon ul, .footer-widget-menu ul, .header-top-menu-address ul, .meta-blog-details ul, .meta-blog-list ul, .meta-courses-details ul, .pricing-feature.style_1 ul, .tag-item ul, .team-details-social-icon ul, ul.sidebar-menu {
    list-style: none;
}
.header-top-menu-address ul li {
    display: inline-block;
    padding-right: 35px;
}
.header-top-menu-address ul li i {
    display: inline-block;
    color: #555;
    font-size: 14px;
    padding-right: 5px;
}
.header-top-menu-address ul li a, .meta-courses-details ul li a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}
.search-box-btn.search-box-outer span {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: .5s cubic-bezier(.86,  0,  .070,  1);
    -moz-transition: .5s cubic-bezier(.86,  0,  .070,  1);
    -o-transition: .5s cubic-bezier(.86,  0,  .070,  1);
    transition: 1.5s cubic-bezier(.86,  0,  .070,  1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    opacity: .9;
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    width: 100%}
.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: -200px auto 0;
    border-radius: 50%;
    background: #130f40;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #fff;
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.search-popup .form-group input[type=search], .search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    text-transform: capitalize;
}
.search-popup .form-group button, .search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
}
.search-popup .form-group button:hover, .search-popup .form-group input[type=submit]:hover {
    color: #000;
}
.search-popup input::placeholder, .search-popup textarea::placeholder {
    color: #000;
}
.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0!important;
    box-shadow: none!important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.counter-text.up:after, .counter-text.up:before, .counter-text.upper:before {
    height: 70px;
    width: 2px;
    top: 10px;
    background: #fff;
}
.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #fff;
}
.search-box-btn.search-box-outer i {
    font-size: 14px;
    display: inline-block;
    color: #222;
    cursor: pointer;
    margin-right: 5px;
}
.sticky ._menu>ul>li>a, .sticky .search-box-btn.search-box-outer i {
    color: #222;
}
._nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed!important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    background: #ffff!important;
    transition: .5s!important;
    z-index: 922;
    -webkit-animation: .3s fadeInDown;
    animation: .5s slideInDown;
}
.navbar, .submenu {
    background-color: #fff;
}
._menu ul .sub-menu .sub-menu .sub-menu li, ._menu ul .sub-menu .sub-menu li, ._menu ul .sub-menu li, ._menu>ul>li, ._menu>ul>li>a, .blog-details-comment, .gallery-thumb, .header-button a, .header-src-btn, .menu, .menu>li, .review-wrapper .single-progress-bar, .submenu li, nav._menu {
    position: relative;
}
.slider-shape, .slider-shape1 {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.btn-apply:hover, .offer-box:hover .offer-icon::before, .progress.upp, .search-container button:hover, .sticky .header-button a, .we-are-content h1:hover {
    background: #130f40;
}
.logo {
    padding-left: 12px;
}
nav._menu {
    z-index: 1;
    margin-left: 134px;
}
._menu ul, .pagination-menu ul li {
    list-style: none;
    display: inline-block;
}
._menu>ul>li {
    display: inline-block;
    z-index: 1;
}
._menu>ul>li>a {
    margin: 27px 15px;
    transition: .5s;
    font-size: 18px;
    color: #0c1e21;
    font-weight: 700;
}
._menu>ul>li>a.active, ._menu>ul>li>a:hover, ._menu>ul>li>a:hover i, .footer-widget-menu ul li a:hover {
    color: #ff630e;
}
._menu>ul>li>a span {
    font-size: 12px;
    padding-left: 5px;
    opacity: 1.5;
    color: #0c1e21!important;
    display: inline-block;
    transition: .5s;
}
._menu>ul>li>a:hover::after, .need-guidanc-btn:hover::before {
    transform: scaleX(1);
}
.header-src-btn {
    z-index: 1;
    color: #fffffe;
    text-align: right;
}
.header-button {
    display: inline-block;
    float: right;
    margin-top: 17px;
    margin-right: 12px;
}
.header-button a {
    padding: 10px 30px;
    z-index: 1;
    transition: .5s;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #130f40;
    border-radius: 4px;
}
.header-button a:before, .project-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000025;
    transform: scale(0);
    transition: .5s;
    border-radius: 4px;
    z-index: -1;
}
.about-button a:hover:before, .blog-project-button a:hover:before, .call-do-action-button a:hover::before, .choose-us-box:hover:before, .choose-us-button a:hover:before, .contact-social-icon ul li a:hover:before, .error-page-button a:hover:before, .event-button a:hover::before, .event-grid-button a:hover:before, .explore p:hover::before, .footer-social-icon ul li a:hover:before, .header-button a:hover:before, .popular-button a:hover:before, .pricing-single-items.style_one.style_tow:hover .pricing-btn.style_one a:before, .project-button a:hover:before, .refund-social-icon ul li a:hover:before, .single-choose-us-box:hover:before, .team-social-icon ul li a:hover:before, .we-are-button a:hover:before, .work-button a:hover:before {
    transform: scale(1);
}
.Student-review-section .section-title h2, .Student-review-section .section-title h5, .Student-review-section .testi-desc p, .Student-review-section .testi-people-name h4, .Student-review-section .testi-people-name p, .Student-review-section .testi-star-icon p, .about-button a:hover, .blog-project-button a:hover, .call-do-action-button a:hover, .call-do-action-button a:hover i, .choose-us-button a:hover, .contact strong, .contact-social-icon ul li a:hover, .error-page-button a:hover, .event-button a:hover, .event-grid-button a:hover, .event-grid-button a:hover i, .header-button a:hover, .offer-button a:hover, .owl-next i:hover, .owl-prev i:hover, .popular-button a:hover, .product-thumb-icon a:hover, .project-button a:hover, .refund-social-icon ul li a:hover, .slider-button a:hover, .style-two ._menu>ul>li>a, .subscribe-section .section-title.up h1, .team-social-icon ul li a:hover, .testimonial-section2 .owl-next i:hover, .testimonial-section2 .owl-prev i:hover, .testimonial-section3 .section-title h1, .testimonial-section3 .section-title h5, .testimonial-section3 .testi-desc p, .testimonial-section3 .testi-people-name h4, .testimonial-section3 .testi-people-name p, .testimonial-section3 .testi-star-icon p, .we-are-button a:hover, .work-button a:hover {
    color: #fff;
}
.style-two._nav_manu {
    border-bottom: 1px solid rgba(255, 255, 255, .10196078431372549);
}
.style-two .header-button a {
    background: rgba(16, 18, 16, 0);
    border: 1px solid rgba(255, 255, 255, .3);
}
.style-two .header-button a i {
    color: #bbf737;
}
._menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #130f40;
    opacity: 0;
}
._menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
._menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit!important;
    color: #101210!important;
}
.sub-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #130f40;
    margin: auto;
    transition: .5s;
    z-index: -1;
}
.about-section2 .about-thumb img, .blog-thumb img, .bonus-single-categorie-box:hover::before, .case-study-thumb img, .gallery-thumb img, .need-guidance, .owl-next i:hover:after, .owl-prev i:hover:after, .single-categorie-box:hover::before, .sub-menu li a:hover:before, .work-section2 .work-thumb img, button.w3-bar-item.w3-button:hover:after {
    width: 100%}
._menu ul .sub-menu li a:hover {
    color: #ffff!important;
}
._menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
._menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu, ._menu ul .sub-menu .sub-menu li:hover>.sub-menu, ._menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
._menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
ul.sub-menu li a span {
    background: #130f40;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}
ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, .2);
}
._menu li a:hover:before {
    width: 101%}
.Student-review-section .owl-next, .Student-review-section .owl-prev, ._nav_manu.sticky .logo_img, .accordion a.active:before, .accordion.up li, .barfiller .tipWrap, .courses-details-text-right.up:before, .event-details-text-right.up:before, .main_sticky, .tabs_item, .testimonial-section3 .owl-next, .testimonial-section3 .owl-prev, ul.accordion.up li:before, ul.accordion.up:before {
    display: none;
}
._nav_manu.sticky .main_sticky {
    display: inherit;
}
.mobile-menu.mean-container, .post-content {
    overflow: hidden;
}
._nav_manu.style2 {
    background-color: #f4f4f4;
}
._nav_manu.style2 nav._menu {
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, .1);
    margin-left: 8px;
}
._nav_manu.style2 ._menu ul {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
._nav_manu.style2 .header-button {
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: 40px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    padding: 10px 30px;
}
.menu {
    list-style: none;
    display: flex;
    gap: 25px;
}
.menu a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
    transition: .3s;
}
.menu a:hover {
    background-color: #e9f1ff;
    color: #007bff;
    border-radius: 6px;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    display: none;
    flex-direction: column;
    border-radius: 6px;
    padding: 8px 0;
    z-index: 1000;
}
.menu li:hover>.submenu {
    display: flex;
    animation: .3s ease-in-out fadeIn;
}
.submenu li:hover>.submenu {
    left: 100%;
    top: 0;
}
.submenu li a {
    position: relative;
    display: block;
    padding: 12px 0;
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #e9ecef;
}
.dropdown-submenu:hover .submenu {
    display: block;
    left: 100%;
    top: 0;
}
.slider-section {
    background: url(../images/slider/ezylern_hero.webp) 0 0/cover no-repeat;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}
.about-thumb, .slider-button a, span.up {
    display: inline-block;
}
.slider-thumb img {
    max-width: 100%;
    height: auto;
}
.slider-content, .slider-thumb {
    transform: translateY(-40px);
}
.slider-content p {
    margin: 0 0 17px;
}
.slider-content h1 {
    font-size: 70px;
    line-height: 90px;
    color: #fff;
    font-weight: 700;
    font-family: Rubik;
    margin: 0;
}
.slider-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    padding: 15px 0 5px;
}
.section-title h2, .section-title-register {
    line-height: 45px;
    margin: 0;
    font-weight: 700;
}
.slider-button a {
    background: #ff630e;
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.Subcribe-btn button i, .about-button a i, .choose-us-button a i, .error-page-button a i, .event-button a i, .popular-button a i, .slider-button a i, .we-are-button a i, .work-button a i {
    display: inline-block;
    color: #ffff;
    font-size: 14px;
    margin-left: 8px;
}
.about-button a:before, .blog-project-button a:before, .choose-us-button a:before, .error-page-button a:before, .popular-button a:before, .slider-button a:before, .we-are-button a:before, .work-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000025;
    transform: scale(0);
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}
.slider-button a:hover:before {
    background-color: #db7603;
    transform: scale(1);
}
.slider-shape {
    position: absolute;
    left: 80px;
    bottom: 40%}
.slider-shape1 {
    position: absolute;
    left: 43%;
    bottom: 14%}
.slider-shape2 {
    position: absolute;
    right: 70px;
    top: 24%;
    animation: 4.5s infinite bounce;
}
.slider-shape3, .slider-shape4 {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}
@keyframes bounce {
    0%, 100% {
    transform: translateX(0);
}
50% {
    transform: translateX(35px);
}
}.slider-shape3 {
    left: 40%;
    bottom: 73%}
@keyframes rotateme {
    from {
    transform: rotate(0);
}
to {
    transform: rotate(360deg);
}
}@keyframes alltuchtopdown {
    0%, 100% {
    -webkit-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
}
50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px);
}
}.slider-shape4 {
    right: 130px;
    bottom: 10%}
.slider-shape5 {
    position: absolute;
    top: 35%;
    left: 46%}
.slider-shape6 {
    position: absolute;
    right: 25%;
    top: 28%}
.slider-shape7 {
    position: absolute;
    right: 13%;
    bottom: 31%}
.slider-thumb2 {
    margin: 160px 0 0 75px;
}
.clockdiv, .counter-text.up, .counter-text.upper, .courses, .courses-details-img, .experience-title.up, .hero-all-shape, .products-thumb, .skil1-icon, .slider-all-shape2, .subscribe-section>*, .we-are-thumb, .widget-recent-post.post, .work-thumb {
    position: relative;
    z-index: 1;
}
.slider-shape0 {
    position: absolute;
    left: -16%;
    top: -13rem;
    animation: 5s infinite movebounce;
}
.slider-shape01, .slider-shape02, .slider-shape03, .slider-shape05 {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}
@keyframes movebounce {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
}.slider-shape01 {
    top: -10rem;
    left: 40%}
.slider-shape02 {
    top: -50rem;
    left: -16%}
.slider-shape03 {
    bottom: 41rem;
    left: 49%}
.slider-shape04 {
    position: absolute;
    right: 43%;
    bottom: 14rem;
}
.slider-shape05 {
    right: -11%;
    bottom: 6rem;
}
.slider-shape06 {
    position: absolute;
    right: -10%;
    bottom: 27rem;
}
.slider-shape07 {
    position: absolute;
    right: -15%;
    bottom: 45rem;
    animation: 5s infinite movebounce;
}
.slider-thumb3 {
    margin: 140px 0 0 82px;
}
.hero-shape {
    position: absolute;
    left: 53%;
    bottom: -35px;
    animation: 6.5s infinite bounce;
}
.hero-shape1, .hero-shape2 {
    animation: 5s infinite movebounce;
    position: absolute;
}
.hero-shape1 {
    right: -190px;
    top: -42rem;
}
.hero-shape2 {
    left: -16%;
    top: -105px;
}
.hero-shape3 {
    position: absolute;
    top: -75px;
    left: 36%;
    animation: 6.5s infinite bounce;
}
.hero-shape4 {
    position: absolute;
    bottom: 15rem;
    right: 1%;
    animation: 10.5s infinite bounce;
}
.hero-shape5, .hero-shape7 {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}
.hero-shape5 {
    left: 45%;
    top: -32rem;
}
.hero-shape6 {
    position: absolute;
    top: -42rem;
    left: -16%}
.hero-shape7 {
    right: -190px;
    bottom: 0;
}
.slider-section.up {
    background: url(../images/slider/hero-bg.png) center center/cover no-repeat;
    position: relative;
    height: 997px;
}
.row.up {
    background: #fff;
    filter: drop-shadow(0px -10px 15px rgba(143, 143, 143, .1));
}
.slider-thumb4 {
    padding: 278px 0 0 55px;
}
.hero-shape8 {
    position: absolute;
    right: 7%;
    bottom: 26rem;
    animation: 8s infinite movebounce;
}
.hero-shape9 {
    position: absolute;
    bottom: 90px;
    left: 50%;
    animation-name: rotateme;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.hero-shape10 {
    position: absolute;
    right: 100px;
    bottom: 36rem;
    animation: 6s infinite movebounce;
}
.hero-shape11, .hero-shape12 {
    animation-name: rotateme;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}
.hero-shape11 {
    right: 125px;
    bottom: 145px;
    animation-duration: 7s;
}
.hero-shape12 {
    top: 27%;
    left: 48%;
    animation-duration: 8s;
}
.hero-shape13 {
    position: absolute;
    left: 42rem;
    bottom: 19%;
    animation: 10.5s infinite bounce;
}
.hero-shape14 {
    position: absolute;
    left: 80px;
    top: 125px;
}
.social-media-text {
    position: absolute;
    left: -34px;
    bottom: 412px;
}
.social-media-text p {
    transform: rotate(270deg);
    font-size: 18px;
    font-weight: 400;
}
.social-media-text p span {
    color: #130f40;
    padding: 0 27px 0 28px;
}
span.up {
    margin: 0 0 0 18px;
    color: #232323!important;
}
.about-section {
    position: relative;
    z-index: 1;
    padding: 100px 0 80px;
    background: url(../images/resource/home-about-bg.png) center center/cover no-repeat;
}
.about-thumb {
    position: relative;
    margin-left: -130px;
}
.about-thumb img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}
.about-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #130F401A;
    z-index: 1;
    border-radius: 10px;
    pointer-events: none;
}
.section-title {
    margin-bottom: 65px;
}
.small-text-home-page {
    font-size: 18px!important;
    color: #ff630e!important;
    font-weight: 700!important;
    font-family: Rajdhani, sans-serif;
}
.price-box, .training-feature-categorie {
    font-family: Arial, sans-serif;
}
.section-title h5 {
    font-size: 18px;
    color: #ff630e;
    font-weight: 700;
    padding-bottom: 18px;
}
.section-title-register {
    font-size: 43px;
    color: #ff630e!important;
}
.section-title h2 {
    font-size: 35px;
}
.about-icon-list p, .section-title p {
    color: #555;
    font-weight: 400;
    font-size: 16px;
}
.section-title p {
    line-height: 28px;
    width: 100%;
    margin: 15px 0;
}
.about-icon-list p i, .choose-us-icon-list p i {
    background: #130f40;
    display: inline-block;
    color: #fff;
    height: 15px;
    line-height: 15px;
    width: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
}
.about-icon-list {
    margin-top: -35px;
}
.about-icon-list p {
    line-height: 24px;
}
.about-button, .choose-us-button {
    margin-top: 25px;
}
.about-button a, .blog-project-button a, .error-page-button a, .popular-button a, .we-are-button a, .work-button a {
    display: inline-block;
    background: #130f40;
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.about-section.home2 {
    background: url(../images/resource/about-bg2.png) center center/cover no-repeat;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.about-shape, .about-shape5, .blog-shape, .popular-shape, .team-shape {
    position: absolute;
    top: 130px;
    left: 80px;
    animation: 5s infinite movebounce;
}
.about-shape1 {
    position: absolute;
    right: 115px;
    bottom: 135px;
    animation: 5s infinite movebounce;
}
.about-section2 {
    padding: 120px 0 110px;
    background: url(../images/resource/about-bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.about-section2 .about-thumb {
    margin-right: 80px;
    position: relative;
    z-index: 1;
}
.about-shape2 {
    position: absolute;
    bottom: 200px;
    left: -70px;
    animation: 10.5s infinite bounce;
}
.blog-shape1, .choose-us-shape, .choose-us-shape1, .event-shape, .event-shape1, .popular-shape1, .we-are-shape2 {
    animation: 5s infinite movebounce;
}
.about-shape4, .faq-shape1, .team-shape1, .we-are-shape3 {
    position: absolute;
    right: 100px;
    bottom: 130px;
    animation: 5s infinite movebounce;
}
.categorie-img, .curve-divider, .explore, .popular-thumb, .project-button a {
    position: relative;
}
.curve-divider {
    background: #f4f6f9;
    height: 50px;
}
.curve-divider::before {
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 150px;
    background: #fff;
    border-radius: 0 0 50% 50%}
.categorie-section {
    background-color: #f4f6f9;
    padding: 50px 0;
}
.popular-course_categorie {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.course-categorie-box {
    width: 100%;
    padding: 15px;
    display: flex;
}
@media (min-width:768px) {
    .course-categorie-box {
    width: 50%}
}@media (min-width:992px) {
    .course-categorie-box {
    width: 25%}
}.single-categorie-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    transition: .5s;
}
.categorie-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: .5s;
}
.single-categorie-box:hover .categorie-img img {
    transform: scale(1.1);
    transition: .5s;
    border-radius: 5px;
}
.categorie-img {
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border-radius: 5px;
}
.categorie-content {
    padding: 25px 20px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.categorie-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}
.categorie-content p {
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 0;
}
.single-categorie-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #ff630e;
    border-radius: 0 0 5px 5px;
    transition: .3s;
}
.our_related_course {
    margin-top: 3rem;
}
.popular-section {
    padding: 105px 0 0;
}
.contact-us-section .section-title, .courses-details-section .section-title, .popular-section .section-title.up {
    margin-bottom: 55px;
}
.popular-button {
    margin-top: 24px;
    text-align: right;
}
.single-popular-box {
    border-radius: 6px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85, 85, 85, .17);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.course-faq-section-title, .popular_course_box {
    margin-bottom: 3rem;
}
.popular-thumb {
    z-index: 1;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.popular-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}
.image-side-home:hover img, .offer-button a:hover:before, .sap-course-page-testi-image:hover img, .single-popular-box:hover .popular-thumb img, .single-team-box:hover .team-thumb img {
    transform: scale(1.1);
}
.popular-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
.people-img, .people-name p, .popular-content h2 a, .star-icon {
    display: inline-block;
}
.people-img, .star-icon p i, .text-icon p i {
    padding-right: 5px;
}
.people-name p {
    font-size: 16px;
    font-weight: 400;
}
.star-icon {
    padding-left: 120px;
}
.star-icon p {
    font-size: 15px;
    font-weight: 400;
}
.star-icon p i {
    color: #f59e1a;
}
.popular-content h3 a {
    display: inline-block;
    font-size: 21px;
    line-height: 32px;
    color: #130f40;
    font-weight: 700;
    margin: 0;
    transition: .5s;
}
.popular-content h2 a {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
    transition: .5s;
}
.author-content h4 a:hover, .blog-details-title a:hover, .breadcumb-container ul li a:hover, .case-study-content-inner a:hover, .event-content h3 a:hover, .event-details-social-icon ul li a:hover, .offer-box:hover .offer-title h3, .prgoress_indicator:hover ::after, .rating-text i, .rpost-title a:hover, .single-award-box:hover .award-title h3, .single-blog-box:hover .blog-content a, .single-blog-list-box:hover .blog-list-title a, .single-event-grid-box:hover .event-grid-content h3 a, .single-popular-box:hover .popular-content h2 a, .single-popular-box:hover .popular-content h3 a, .single-skill-box:hover .skill-title h3, .single-team-box:hover .team-content h4, .social-list ul li a:hover, .tab_container2 .accordion li p:hover, .team-details-social-icon ul li a:hover, .terms_info, .terms_info:hover, .webinar-close-btn:hover, button.w3-bar-item.w3-button:hover, ul.sidebar-menu li a:hover, ul.social-share-icon li a:hover {
    color: #130f40;
}
.text-icon {
    padding: 20px 0 4px;
}
.explore p a, .project-button a {
    padding: 6px 19px;
    transition: .5s;
    font-size: 16px;
}
.text-icon p {
    font-size: 16px;
    color: green;
    font-weight: 400;
    display: inline-block;
}
.explore, .explore p a, .project-button a {
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}
p.upper {
    margin-left: 40px;
}
.project-button a {
    background-color: #130f40;
    color: #fff;
    z-index: 1;
}
.explore, .explore p {
    transition: color .3s;
}
.explore {
    color: #000025;
    overflow: hidden;
    cursor: pointer;
}
.explore ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000025;
    transform: scale(0);
    transition: transform .5s;
    border-radius: 4px;
    z-index: -1;
}
.explore p {
    position: relative;
    margin: 0;
    z-index: 1;
}
.explore:hover p a {
    color: #fff;
    background: #000025;
}
.explore p a {
    border: 1px solid #130f40;
    color: #130f40;
    position: relative;
    z-index: 1;
}
.button-group {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #555;
    padding: 20px 20px 0;
}
.discounted-price {
    font-size: 22px;
    font-weight: 700;
    color: #130f40;
    margin-right: 10px;
}
.original-price {
    font-size: 18px;
    color: #555;
    text-decoration: line-through;
}
.note {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
    margin-bottom: 15px;
}
.buttom_line {
    border-bottom: 1px;
    margin-bottom: 24px;
}
.popular-section.up {
    background: url(../images/resource/popular-bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.blog-shape1, .popular-shape1 {
    position: absolute;
    right: 100px;
    bottom: 110px;
}
.blog-details-section, .blog-list-section, .blog-section.blog, .brand-section, .contact-us-section, .courses-section2, .event-grid-section, .event-section.list, .offer-section, .team-details-section, .testimonial-section4 {
    padding: 120px 0;
}
.row.popular {
    margin-bottom: 50px;
}
.footer-logo, .popular-text {
    margin-top: 15px;
}
.blog-details-list ul li span, .popular-text p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
}
.widget_search-box {
    text-align: right;
    position: relative;
    z-index: 1;
}
.widget_search-box form i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background: #130f40;
    padding: 20px 30px;
    border-radius: 0 5px 5px 0;
}
.widget_search-box form input {
    display: inline-block;
    padding: 16px 190px 16px 30px;
    border-radius: 5px;
    background-color: #f7f6ff;
    border: none;
}
.certifcate-section, .testimonial-section {
    padding: 120px 0;
    background: url(../images/resource/testimonial-bg.png) center center/cover no-repeat;
}
.testimonial-thumb {
    position: relative;
    perspective: 1000px;
    display: inline-block;
}
.testimonial-thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .2);
    transition: transform .4s, box-shadow .4s;
}
.testimonial-thumb:hover img {
    transform: rotateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}
.testimonial-section .section-title.up {
    margin-bottom: 45px;
}
.testimonial-desc p {
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    color: #555;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 68px;
}
.testi-img {
    float: left;
    margin: -10px 22px 25px 0;
    position: relative;
    z-index: 1;
}
.testi-img img {
    border-radius: 40px;
}
.testi-icon {
    position: absolute;
    left: 30px;
    bottom: -20px;
}
.owl-next, .owl-prev {
    bottom: 35px;
    position: absolute;
}
.testimonial-title h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial-title p {
    font-size: 16px;
    color: #130f40;
    font-weight: 400;
}
.owl-nav {
    position: absolute;
    display: inline-block;
}
.owl-prev {
    left: 555px;
}
.owl-next i, .owl-prev i {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: #130f40;
    width: 55px;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    transition: .5s;
}
.owl-next i:after, .owl-prev i:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #130f40;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}
.owl-next {
    left: 620px;
}
.award-section, .course-section, .gallery-grid-section, .offer-section2, .pricing-section, .team-section {
    padding: 105px 0 90px;
}
.shop-detials, .team-section-course.up, .team-section.up {
    padding: 120px 0 90px;
}
.team-section-course, .team-section1 {
    padding: 105px 0 90px;
    background: url(../images/resource/team-bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.most-popular-trainer {
    display: flex;
    flex-wrap: wrap;
}
.most-popular-trainer-box, .webinar-fixed-wrapper {
    display: flex;
    flex-direction: column;
}
.single-team-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #f7f6ff;
    border-radius: 5px;
    border: 1px solid rgba(85, 85, 85, .15);
    padding: 20px 20px 30px;
}
.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-details-thumb img, .blog-list-thumb img, .courses-details-thumb img, .event-details-thumb img, .team-thumb img {
    width: 100%;
    transition: .5s;
}
.team-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 25px;
    text-align: center;
}
.team-content h4 {
    font-size: 20px;
    font-weight: 500;
    display: inline;
    padding-right: 5px;
    transition: .5s;
}
.team-content h3 {
    font-size: 18px;
    font-weight: 700;
    display: inline;
    padding-right: 5px;
    transition: .5s;
}
.team-content p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    display: inline;
    margin-bottom: 0;
}
.team-social-icon {
    margin-top: auto;
    padding-top: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.team-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-social-icon ul li {
    display: inline-block;
    margin: 0 5px;
}
.team-social-icon ul li a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team-social-icon ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #130f40;
    transform: scale(0);
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}
.subscribe-section {
    position: relative;
    padding: 105px 0 70px;
    background: url(../images/resource/register-free-account-bg.jpg) center center/cover no-repeat;
    z-index: 1;
    overflow: hidden;
}
.subscribe-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(19, 15, 64, .34);
    z-index: 0;
}
.subscribe-section .section-title, .we-are-section .section-title {
    margin-bottom: 38px;
}
.subscribe-section .subscribe-course-categorie h5 {
    color: #fff!important;
}
.social-icon i {
    display: inline-block;
    color: #555;
    position: relative;
    top: 43px;
    left: -260px;
}
.mail-address input {
    display: inline-block;
    background: #ffff;
    border: none;
    padding: 17px 345px 17px 56px;
    border-radius: 5px;
    outline: 0;
}
.Subcribe-button button, .register_btn a {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 35px;
    bottom: 55px;
    left: 204px;
    display: inline-block;
}
.mail-address input::placeholder {
    opacity: .6;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}
.Subcribe-button button {
    color: #fff;
    border-radius: 5px;
    background-color: #130f40;
    border: none;
    position: relative;
}
.Subcribe-button button i {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
.register_btn a {
    color: #130f40;
    border-radius: 5px;
    background-color: #fff;
    border: none;
}
.choose-us-text h1, .choose-us-title span, .single-choose-us-box:hover .choose-us-title span {
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #f1f1f1;
}
.choose-us-section {
    background-color: #f4f6f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 4rem 0;
}
.choose-us-section .section-title.up {
    margin-bottom: 57px;
}
.single-choose-us-box {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, .1);
    padding: 44px 0 15px 30px;
    margin-bottom: 30px;
    transition: .5s;
}
.experience-title, .single-choose-us-box.upper {
    margin-top: 52px;
}
.single-choose-us-box.up {
    margin-top: -52px;
}
.single-choose-us-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #130f40;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}
.choose-us-icon {
    position: relative;
    z-index: 0;
    margin-left: 20px;
}
.choose-us-icon:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    opacity: .129;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #130f40;
    transition: .5s;
}
.choose-us-icon img {
    transition: .5s;
}
.choose-us-title {
    position: absolute;
    top: 0;
    right: 25px;
}
.choose-us-text h1, .choose-us-title span {
    font-size: 60px;
    font-weight: 500;
    transition: .5s;
}
.choose-us-content h3 {
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
    padding: 20px 0 12px;
}
.choose-us-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    width: 84%;
    transition: .5s;
}
.blog-button a, .blog-content a {
    font-weight: 500;
    transition: .5s;
}
.choose-us-thumb img, .privacy_policy_thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.single-choose-us-box:hover .choose-us-icon img, .single-choose-us-box:hover .choose-us-icon:before {
    filter: brightness(0) invert(1);
}
.single-choose-us-box:hover .choose-us-content h3 {
    color: #fffffe!important;
}
.single-choose-us-box:hover .choose-us-content p {
    color: #fffffe;
}
.pagination-menu {
    margin-top: 20px;
    text-align: center;
}
.pagination-menu ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    background: #f7f6ff;
    transition: .5s;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin: 0 5px;
}
.pagination-menu ul li a:hover {
    color: #fff;
    background-color: #130f40;
}
.blog-section {
    padding: 105px 0 120px;
}
.single-blog-box {
    border-radius: 5px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85, 85, 85, .15);
    padding: 20px 20px 26px;
    margin-bottom: 30px;
}
.blog-thumb, .case-study-thumb, .event-grid-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.blog-thumb:before, .case-study-thumb:before, .event-grid-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 0;
    background: #130f40;
    transition: .5s;
    border-radius: 5px;
    opacity: .1;
}
.single-blog-box:hover .blog-thumb:before, .single-event-grid-box:hover .event-grid-thumb:before {
    width: 100%;
    left: 0;
    opacity: .3;
}
.blog-content {
    padding-left: 10px;
}
.blog-meta-left {
    padding: 32px 0 15px;
}
.author-content, p.blog {
    padding-left: 25px;
}
.blog-meta-left p {
    font-size: 16px;
    color: #555;
    display: inline;
}
.blog-meta-left p i {
    color: #130f40;
    padding-right: 5px;
}
.blog-content a {
    font-size: 25px;
    line-height: 37px;
    display: inline-block;
}
.blog-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    width: 100%;
    margin: 6px 0 11px;
}
.blog-button a {
    display: inline-block;
    font-size: 16px!important;
    color: #130f40;
}
.blog-button a:hover {
    color: #232323!important;
}
.blog-project-button {
    text-align: center;
    margin-top: 50px;
}
.blog-project-button a i {
    display: inline-block;
    color: #ffff;
    font-size: 14px;
    margin-left: 5px;
}
.blog-section.up {
    padding: 120px 0;
    background: url(../images/resource/blog-bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.footer-social-icon ul li a:before, .offer-button a:before {
    bottom: 0;
    transition: .5s;
    z-index: -1;
    left: 0;
    top: 0;
    content: ""}
.footer-section {
    background-color: #0f0a2d;
    padding: 115px 0 20px;
}
.footer-widget-description p {
    margin: 42px 0 35px;
    opacity: .8;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    width: 78%}
.footer-social-icon ul li {
    display: inline-block;
    padding: 0 0 1rem;
}
.footer-social-icon ul li a {
    display: inline-block;
    background-color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #423f54;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.footer-social-icon .facebook i {
    color: #3b5998;
}
.footer-social-icon .telegram i {
    color: #08c;
}
.footer-social-icon .instagram i {
    color: #e1306c;
}
.footer-social-icon .youtube i {
    color: red;
}
.footer-social-icon .linkedin i {
    color: #0a66c2;
}
.footer-social-icon .twitter i {
    color: #1da1f2;
}
.footer-social-icon .whatsapp i {
    color: #25d366;
}
.footer-social-icon ul li a:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
    color: #fff;
}
.footer-social-icon ul li a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0);
    border-radius: 3px;
}
.footer-widget-title {
    padding-bottom: 42px;
}
.footer-widget-title h4 {
    font-size: 22px;
    color: #fff!important;
    font-weight: 700;
}
.copyright-description p, .footer-widget-menu ul li a, .footer-widget-menu ul li span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.footer-widget-menu ul li {
    padding-bottom: 21px;
}
.footer-widget-menu ul li a {
    display: inline-block;
    opacity: .8;
    transition: .5s;
}
.footer-widget-menu ul li a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}
.footer-widget-menu ul li span {
    opacity: .8;
    line-height: 28px;
    width: 71%;
    display: inline-flex;
}
.footer-widget-menu ul li span i {
    color: #fff;
    font-size: 17px;
    padding-right: 10px;
}
.copyright-description {
    border-top: 1px solid #2d2b3c;
    margin-top: 100px;
}
.copyright-description p {
    padding-top: 32px;
}
.single-course-box {
    padding-top: 42px;
    margin-bottom: 30px;
}
.course-content h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px;
}
.course-content p, .course-content-left h6 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.course-content p {
    line-height: 28px;
    color: #555;
    width: 85%;
    margin: auto;
}
.flip-box {
    width: 300px;
    height: 200px;
    margin-bottom: 105px;
    perspective: 1000px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 137%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d;
}
.flip-box-back, .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.flip-box-back, .flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.case-study-title, .event-button a, .event-section, .offer-button a {
    position: relative;
    z-index: 1;
}
.flip-box-front {
    border-radius: 5px;
    background-color: #f7f6ff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-back {
    border-radius: 5px;
    background: url(../images/resource/course-bg.png);
}
.course-content-left {
    margin-top: 50px;
}
.course-content-left h6 {
    color: #fff;
}
.course-content-left h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 16px 0 15px;
}
.course-content-left p {
    opacity: .851;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.offer-section .section-title {
    margin-bottom: 28px;
}
.case_study_nav {
    margin: 0 0 70px;
}
.case_study_menu ul, .single-brand-box, .single-error-page, .tab, .term_condition, div#clockdiv {
    text-align: center;
}
.case_study_menu ul li {
    display: inline-block;
    margin: 0 16px;
    cursor: pointer;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    font-family: Rubik;
    border-radius: 3px;
    background-color: #f7f6ff;
    padding: 7px 25px;
    transition: .5s;
}
.blog-details-button a:hover, .case_study_menu ul li:hover, .gallery-grid-section .case_study_menu ul li:hover, .price-button a:hover, .tag-item ul li a:hover {
    background: #130f40;
    color: #fff;
}
.case-study-single-box {
    border-radius: 6px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85, 85, 85, .17);
    padding: 20px;
    margin: 0 0 30px;
}
.case-study-title {
    float: right;
    margin-top: -28px;
}
.case-study-single-box:hover .case-study-thumb:before {
    width: 100%;
    left: 0;
    opacity: .8;
}
.case-study-content-inner {
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    padding: 0 20px 30px;
}
.case-study-title h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    background-color: #130f40;
    display: inline-block;
    padding: 10px 15px;
}
.case-people-img {
    float: left;
    margin: -3px 10px 0 0;
}
.case-study-people {
    padding: 23px 0 10px;
}
.case-study-people p, .event-details-text h4, .prossess-ber-plugin span, span.share-text {
    font-size: 16px;
    font-weight: 400;
}
.case-study-content-inner a {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    transition: .5s;
}
.case-study-text-icon {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding: 20px 0 18px;
}
.case-study-text-icon p, .courses-details-text-right p, .event-details-text-right p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    display: inline;
}
.Subcribe-btn, .blog-details-button, .case-star-icon, .contact-content, .event-details-social-icon, .offer-button, .offer-button a, .tag-item ul li, .team-details-social-icon, p.sidebar-text {
    display: inline-block;
}
.case-study-text-icon p i {
    color: #555;
    padding-right: 5px;
}
.offer-button a {
    transition: .5s;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    background: #f7f6ff;
    border: 1px solid rgba(85, 85, 85, .15);
    padding: 4px 20px;
    overflow: hidden;
}
.offer-button a:before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #130f40;
    transform: scale(0);
    border-radius: 5px;
}
p.case {
    padding-left: 40px;
}
.case-star-icon p {
    display: inline;
    padding-left: 5px;
    color: #f59e1a;
    font-size: 18px;
}
.case-star-icon {
    float: right;
    margin-top: 9px;
}
.case-star-icon p span {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}
.event-section {
    padding: 105px 0 90px;
    background: url(../images/resource/event.jpg) center center/cover no-repeat;
}
.event-section .section-title {
    margin-bottom: 58px;
}
.row.upper {
    background: #ffff;
    padding: 20px 5px;
    margin-bottom: 30px;
}
.single-event-box {
    margin-left: -8px;
}
.event-content h3 {
    margin: 0 0 27px;
}
.event-content h3 a {
    font-size: 25px;
    font-weight: 600;
    transition: .5s;
}
.event-content p {
    display: inline;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin-right: 43px;
}
.event-content p i {
    color: #130f40;
    font-size: 14px;
    padding-right: 2px;
}
.event-button {
    text-align: right;
    padding-right: 35px;
}
.event-button a {
    display: inline-block;
    background: #232323;
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 5px;
    transition: .5s;
}
.choose-us-box:before, .event-button a:before, .event-grid-button a:before, .pricing-btn.style_one a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #130f40;
    transform: scale(0);
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}
.testimonial-section2 .owl-next i, .testimonial-section2 .owl-prev i {
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-radius: 30px;
    background: #f7f6ff;
    transition: .5s;
    text-align: center;
}
.event-shape {
    position: absolute;
    top: 135px;
    left: 100px;
}
.event-shape1 {
    position: absolute;
    right: 90px;
    bottom: 130px;
}
.single-testimonial-box {
    background-color: #f7f6ff;
    border-radius: 8px;
    padding: 20px 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.testimonial-content {
    display: flex;
    flex-direction: column;
    height: 100%}
.bonus-categorie-content, .testi-desc {
    flex-grow: 1;
}
.testi-people-name {
    margin-top: auto;
    padding-top: 20px;
}
.testimonial-section2 {
    padding: 105px 0 114px;
}
.testi-star-icon p {
    display: inline;
    color: #f59e1a;
    font-size: 18px;
    padding-right: 5px;
}
.testi-people {
    float: left;
    padding-right: 20px;
}
.testi-people-name p {
    color: #130f40;
    font-size: 20px;
    font-weight: 500;
}
.testi-desc p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    width: 99%;
    padding: 0;
}
.testi-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}
.testimonial-section2 .owl-prev {
    position: absolute;
    bottom: 31rem;
    left: 74rem;
}
.testimonial-section2 .owl-prev i {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #130f40;
    font-size: 20px;
}
.testimonial-section2 .owl-next {
    position: absolute;
    bottom: 31rem;
    left: 78rem;
}
.testimonial-section2 .owl-next i {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #806cff;
    font-size: 20px;
}
.owl-dots {
    margin-top: 38px;
    text-align: center;
}
.owl-dot.active {
    position: relative;
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #806cff;
    top: 2px;
}
.owl-dot {
    line-height: 7px;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background-color: #a8a8a8;
    margin: 0 15px 0 0;
}
.testimonial-section3 {
    padding: 105px 0 114px;
    background-color: #130f40;
}
.Student-review-section .single-testimonial-box, .testimonial-section3 .single-testimonial-box {
    background-color: #9180ff;
}
.Student-review-section .owl-dot, .Student-review-section .owl-dot.active, .testimonial-section3 .owl-dot, .testimonial-section3 .owl-dot.active {
    background-color: #ffff;
}
.testimonial-section4 .section-title p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    width: 75%;
    margin: 20px 0 0;
    text-align: justify;
}
.single-testimonial-box.up {
    padding: 40px 30px 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, .15);
}
.single-testimonial-box.up .testi-star-icon {
    padding-top: 26px;
}
.single-testimonial-box.up .testi-desc p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    width: 99%;
    padding: 17px 0 15px;
}
.testimonial-section4 .testi-people-name p {
    color: #555;
}
.testimonial-section4 .testi-people-name h4 {
    margin-top: 24px;
}
.call-do-action {
    padding: 105px 0 120px;
    background: url(../images/resource/cal-do-action-bg.png) center center/cover no-repeat fixed;
}
.call-do-action .section-title.up h1, .call-do-action .section-title.up h5, .choose-us-box:hover .choose-us-content-left h1, .choose-us-box:hover .choose-us-content-left p, .courses-section .section-title.up h1, .courses-section .section-title.up h5, .pricing-single-items.style_one.style_tow:hover .pricing-btn.style_one a, .pricing-single-items.style_one.style_tow:hover .pricing-btn.style_one a i {
    color: #ffff;
}
.call-do-action .section-title.up p {
    opacity: .8;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 23px 0 0;
}
.call-do-button {
    text-align: center;
    margin-top: -37px;
}
.call-do-action-button {
    margin-right: 30px;
    display: inline-block;
}
.call-do-action-button a {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.call-do-action-button a i, .event-grid-button a i, .pricing-btn.style_one a i {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    transition: .5s;
}
.call-do-action-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    transform: scale(0);
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}
.call-do-action-video-button {
    display: inline;
    top: 8px;
    position: relative;
}
.call-do-action-video-button a {
    display: inline-block;
    color: #130f40;
    height: 57px;
    line-height: 57px;
    width: 57px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 36px;
}
.choose-us-section2 {
    background: url(../images/resource/choose-us.jpg) center center/cover no-repeat;
    padding: 120px 0 90px;
    position: relative;
    z-index: 1;
}
.row.choose {
    margin-right: 65px;
}
.choose-us-box {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, .1);
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.choose-icon-left {
    position: relative;
    z-index: 1;
    margin: 18px 0 0 20px;
}
.choose-icon-left:before {
    position: absolute;
    content: "";
    opacity: .129;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100px;
    background-color: #130f40;
    left: -20px;
    top: -18px;
}
.choose-us-text {
    position: absolute;
    top: 16px;
    right: 25px;
}
.choose-us-box:hover .choose-us-text h1 {
    color: transparent;
    -webkit-text-stroke-color: #fffffe;
}
.choose-us-content-left h1 {
    font-size: 43px;
    font-weight: 600;
    margin: 42px 0 7px;
    transition: .5s;
}
.choose-us-content-left p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin: auto;
    transition: .5s;
}
.choose-us-icon-list {
    margin-top: -36px;
}
.choose-us-icon-list p {
    font-size: 16px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
}
.choose-us-button a {
    display: inline-block;
    background: #130f40;
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    padding: 15px 32px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.counter-text h1, .counter-text span {
    font-weight: 600;
    color: #fff;
    font-size: 43px;
}
.choose-us-shape, .we-are-shape2 {
    position: absolute;
    top: 130px;
    left: 100px;
}
.choose-us-shape1 {
    position: absolute;
    bottom: 130px;
    right: 80px;
}
.counter-section {
    padding: 90px 0 65px;
    background: #130f40;
}
.biography-text, .single-counter-box {
    margin-bottom: 30px;
}
.counter-text h1 {
    display: inline;
}
.single-counter-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 2px 0 0;
}
.counter-text.up:before {
    position: absolute;
    content: "";
    left: -100px;
    opacity: .102;
}
.counter-text.up:after {
    position: absolute;
    content: "";
    right: 90px;
    opacity: .102;
}
.counter-text.upper:before {
    position: absolute;
    content: "";
    right: 70px;
    opacity: .102;
}
.we-are-section {
    background: url(../images/resource/we-are-bg.png) center center/cover no-repeat;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.we-are-shape {
    position: absolute;
    top: 150px;
    left: -40px;
    z-index: -1;
    animation-name: rotateme;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.we-are-shape1 {
    position: absolute;
    top: 46%;
    left: -110px;
}
.single-we-are-box {
    margin-bottom: 29px;
}
.we-are-content h1 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    background: #232323;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-radius: 27px;
    text-align: center;
    float: left;
    margin: -2px 25px 0 0;
    transition: .5s;
}
.we-are-content h3 {
    font-size: 20px;
    font-weight: 600;
}
.we-are-content p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    margin: 15px 0 0;
    display: flex;
}
.we-are-button, .work-button {
    margin-top: 40px;
}
.work-section {
    padding: 120px 0;
    background: url(../images/resource/work-bg.png) center center/cover no-repeat;
}
.play-button {
    position: absolute;
    top: 185px;
    left: 272px;
}
.play-button a {
    display: inline-block;
    background: #ffff;
    color: #130f40;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    -webkit-animation: 1s linear infinite ripple-red;
    animation: 1s linear infinite ripple-red;
    -webkit-transition: .1s;
}
.faq-shape, .work-shape {
    animation: 5s infinite movebounce;
}
.play-button a:before {
    position: absolute;
    content: "";
    left: -12px;
    top: -13px;
    border: 1px solid #ffff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50px;
}
@-webkit-keyframes ripple-red {
    0% {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 10px #fff, 0 0 0 20px #fff;
    box-shadow: 0 0 0 0 #bcb3ec, 0 0 0 10px #a99fee;
}
100% {
    -webkit-box-shadow: 0 0 0 10px rgba(239, 227, 225, .3), 0 0 0 20px rgba(232, 222, 220, .3), 0 0 0 30px rgba(226, 213, 210, 0);
    box-shadow: 0 0 0 10px rgba(247, 244, 244, .3), 0 0 0 20px rgba(229, 223, 221, .3), 0 0 0 30px rgba(2241, 42, 2, 0);
}
}.work-section2 {
    padding: 120px 0;
    background: url(../images/resource/work-bg1.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.work-section2 .work-thumb {
    position: relative;
    z-index: 1;
    margin-right: 70px;
}
.work-section2 .play-button {
    left: 315px;
    top: 190px;
    position: absolute;
}
.offer-icon:before, .skil1-icon:before {
    left: 110px;
    top: -25px;
    height: 85px;
    line-height: 85px;
    width: 85px;
}
.work-section2 .section-title p {
    margin: 25px 0 28px;
}
.work-shape {
    position: absolute;
    z-index: 1;
    right: 120px;
    bottom: 130px;
}
.course-faq-section, .faq-section {
    padding: 105px 0 60px;
    background: url(../images/resource/faq-bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
ul.accordion {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
ul.accordion:before, ul.course-faq-accordion:before {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    height: 1px;
    width: 97%;
    background: #000;
    opacity: .102;
}
p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}
.accordion li, .course-faq-accordion li {
    list-style: none;
    padding: 2px 0 15px;
    position: relative;
    z-index: 1;
}
.accordion li:before, .course-faq-accordion li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 10px;
    height: 1px;
    width: 100%;
    background: #000;
    opacity: .102;
}
.accordion a:after, .accordion a:before {
    content: " ";
    transition: .2s ease-in-out;
    position: absolute;
}
.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
    color: #070707!important;
    font-weight: 600;
    transition: .5s;
}
.accordion li a:hover {
    color: #8370ff!important;
}
.accordion li p {
    display: none;
    padding: 25px 20px 25px 30px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
}
.accordion a:before {
    width: 3px;
    height: 12px;
    background: #070707;
    right: 32px;
    top: 22px;
    transform: rotate(0);
}
.accordion a:hover:after, .accordion a:hover:before {
    background: #8370ff;
}
.accordion a:after {
    width: 13px;
    height: 3px;
    background: #070707;
    right: 27px;
    top: 26px;
}
.accordion a.active:after {
    transform: rotate(0);
    -webkit-transition: .2s ease-in-out;
    background: #070707;
}
.breadcumb-container ul li a, .tablink {
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}
.faq-shape {
    position: absolute;
    top: 130px;
    left: 82px;
}
.breadcumb-shape, .breadcumb-shape2 {
    animation-name: rotateme;
    position: absolute;
}
.course-faq-section.up, .faq-section.up {
    background: #fff;
    padding: 105px 0 0;
}
.tablink {
    background: #f7f6fe;
    border-radius: 4px;
    border: none;
    outline: 0;
    padding: 7px 29px;
    margin: 0 5px;
}
.tablink:hover {
    background: #130f40;
    border-radius: 4px;
    color: #fff;
}
.faq-section.up .tabcontent {
    padding: 0 0 50px;
}
.training-feature-categorie {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.training-feature-categorie h2 {
    font-size: 2.7rem;
    color: #130f40;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.training-feature-categorie h2::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    background: #ff630e;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-radius: 2px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    transition: .3s;
    border-top: 4px solid transparent;
}
.breadcumb-carousel-section, .breadcumb-section, .privacy_policy_section, .refund_policy_section, .terms_conditions_section {
    background: url(../images/breadcumb/breadcumb-bg.png) center center/cover no-repeat;
    position: relative;
}
.feature-card:hover {
    transform: translateY(-8px);
    border-top: 4px solid #ff630e;
    box-shadow: 0 12px 28px #e88955;
}
.accordion-button:focus, .image-wrap img {
    box-shadow: none;
}
.icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border: 3px solid #ff630e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ff630e;
    font-weight: 700;
}
.feature-card h3 {
    font-size: 1.25rem;
    color: #130f40;
    margin-bottom: 10px;
}
.feature-card p {
    font-size: .95rem;
    color: #555;
}
.breadcumb-section, .privacy_policy_section, .refund_policy_section, .terms_conditions_section {
    height: auto;
    padding: 0 0 4rem;
}
@media only screen and (min-width:0px) and (max-width:1000px) {
    .breadcumb-carousel-section {
    background: url(../images/breadcumb/breadcumb-bg.png) center center/cover no-repeat;
    height: 64px;
    position: relative;
}
.breadcumb-title {
    margin-top: 150px!important;
}
}.breadcumb-title {
    margin-top: 4rem;
}
.breadcumb-title h1, .breadcumb-title span {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.breadcumb-container ul {
    list-style: none;
    padding-top: 16px;
}
.breadcumb-container ul li {
    display: inline-block;
    color: #555;
    text-transform: capitalize;
}
.breadcumb-container ul li a {
    display: inline-block;
    color: #555;
    font-family: Rubik;
    text-align: center;
}
.breadcumb-container ul li i {
    font-size: 12px;
    padding: 0 5px;
    color: #555;
    display: inline-block;
}
.breadcumb-shape {
    bottom: 25px;
    left: 260px;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.breadcumb-shape1 {
    position: absolute;
    top: 90px;
    left: 75px;
    animation: 4.5s infinite bounce;
}
.breadcumb-shape2 {
    top: 45%;
    left: 30%;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.breadcumb-shape3, .breadcumb-shape4 {
    animation-name: rotateme;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}
.breadcumb-shape3 {
    right: 26%;
    top: 45%}
.breadcumb-shape4 {
    right: 100px;
    bottom: 110px;
}
.skill-section {
    padding: 105px 0 90px;
    background: url(../images/resource/skill-bg.png) center center/cover no-repeat;
}
.offer-box, .single-skill-box {
    padding: 74px 0 43px;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
}
.courses-section .section-title, .skill-section .section-title {
    margin-bottom: 56px;
}
.single-skill-box {
    background-color: #fff;
    text-align: center;
}
.skil1-icon:before {
    position: absolute;
    content: "";
    border-radius: 43px;
    background-color: #130f40;
    opacity: .059;
}
.offer-title h3, .skill-title h3 {
    font-size: 23px;
    line-height: 57px;
    font-weight: 500;
    text-align: center;
    margin: 43px 0 0;
    transition: .5s;
}
.award-title p, .offer-title p, .skill-title p, .smalltext, div#clockdiv .countdown .smalltext {
    color: #555;
    font-weight: 400;
    text-align: center;
}
.offer-title p, .skill-title p {
    font-size: 16px;
    line-height: 28px;
    width: 90%;
    margin: auto;
}
.offer-box {
    background-color: #f7f6ff;
    text-align: center;
}
.offer-icon {
    position: relative;
    filter: brightness(-1) invert(0);
    transition: .5s;
}
.widget-sidebar-box, .widget_search {
    filter: drop-shadow(0px 10px 15px rgba(149, 149, 149, .1));
}
.offer-icon img {
    filter: brightness(1) invert(0);
    transition: .5s;
}
.offer-icon:before {
    position: absolute;
    content: "";
    background: #ffff;
    border-radius: 50px;
    transition: .5s;
}
.clockdiv:before, .courses::after, .courses:before {
    content: ":";
    top: 35px;
    height: 100%;
    width: 100%;
    font-size: 30px;
    position: absolute;
}
.offer-box:hover, .single-award-box:hover, .single-skill-box:hover {
    transform: translateY(-15px);
}
.offer-box:hover .offer-icon img {
    color: #fff;
    filter: brightness(0) invert(1);
}
.single-award-box {
    background: #f7f6ff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 0 45px;
    transition: .5s;
}
.award-title p {
    font-size: 16px;
    margin: 25px 0 5px;
}
.award-title h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    width: 65%;
    margin: auto;
    transition: .5s;
}
.courses-section {
    padding: 105px 0 90px;
    background: #130f40;
}
#clockdiv>div {
    display: inline-block;
    text-align: center;
    margin: 0 20px 30px;
    height: 105px;
    width: 142px;
    border-radius: 5px;
}
#clockdiv div>span {
    display: inline-block;
    font-size: 43px;
    line-height: 57px;
    color: #130f40;
    font-weight: 700;
}
.smalltext {
    font-size: 16px;
    font-family: Rubik;
}
.captcha-box-batches, .webinar-captcha-code {
    font-family: monospace;
    letter-spacing: 4px;
    user-select: none;
}
.clockdiv:before, .courses:before {
    left: 90px;
    color: #fff;
}
.courses::after {
    left: -92px;
    color: #fff;
}
.countdown-section {
    padding: 120px 0;
    background: url(../images/resource/countdown-bg.png) 0 0/cover no-repeat;
    position: relative;
    z-index: 1;
}
.countdown-logo {
    text-align: center;
    margin-bottom: 45px;
}
.countdown-title h1 {
    font-size: 75px;
    line-height: 90px;
    font-weight: 700;
    text-align: center;
    margin: auto;
}
div#clockdiv .countdown {
    display: inline-block;
    text-align: center;
    margin: 65px 20px 72px;
    height: 196px;
    width: 220px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.Subcribe-btn button, .mail input {
    border-radius: 5px;
    display: inline-block;
}
div#clockdiv .countdown>span {
    display: inline-block;
    font-size: 65px;
    line-height: 92px;
    font-weight: 700;
    text-align: center;
    margin-top: 18px;
}
div#clockdiv .countdown .smalltext {
    font-size: 25px;
}
.mail input {
    padding: 17px 275px 17px 30px;
    outline: 0;
    border: 1px solid #dddd;
}
.mail input::placeholder {
    opacity: .6;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}
.Subcribe-btn button {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #130f40;
    border: none;
    padding: 17px 42px;
    margin-left: 10px;
}
.countdown-shape, .error-page-shape1 {
    position: absolute;
    top: 160px;
    left: 150px;
    animation: 5.5s infinite bounce;
}
.countdown-shape1, .countdown-shape2, .countdown-shape3, .countdown-shape4 {
    animation-name: rotateme;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}
.countdown-shape1 {
    right: 100px;
    top: 100px;
    animation-duration: 4s;
}
.countdown-shape2 {
    left: 280px;
    bottom: 25%;
    animation-duration: 5s;
}
.countdown-shape3 {
    right: 24%;
    top: 30%;
    animation-duration: 3s;
}
.countdown-shape4 {
    right: 235px;
    bottom: 29%;
    animation-duration: 10s;
}
.contact-box {
    background: #faf9ff;
    border-radius: 5px;
    padding: 25px 0 20px 30px;
    margin-right: 100px;
    margin-bottom: 30px;
}
.contact-icon {
    display: inline-block;
    position: relative;
    top: -12px;
    padding-right: 10px;
}
.contact-icon i {
    display: inline-block;
    background: #130f40;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    color: #ffff;
    font-size: 20px;
    border-radius: 27px;
}
.contact-content p, .event-grid-content p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin: auto;
}
.contact-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: auto;
}
.single-form-box {
    background: #faf9ff;
    border-radius: 8px;
    padding: 55px 0 72px;
}
.form-title h3 {
    font-size: 30px;
    color: #232323;
    font-weight: 500;
    text-align: center;
    margin-bottom: 38px;
}
.form-box {
    margin: 0 40px;
}
.form-box input {
    display: inline-block;
    width: 100%;
    height: 60px;
    border: 1px solid #dddd;
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 0 28px;
}
.form-box input::placeholder {
    opacity: .702;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}
.form-box textarea {
    border: 1px solid #ddd;
    width: 100%;
    height: 142px;
    padding: 17px 28px 0;
    border-radius: 8px;
}
.form-box textarea::placeholder {
    opacity: .702;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}
.submit-button {
    margin: 20px 40px 0;
}
.submit-btn button, .submit-button button {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    background: #130f40;
    border: none;
}
.goolg-map iframe {
    width: 100%;
    height: 600px;
}
.pricing-section .section-title, .single-blog-list-box {
    margin-bottom: 35px;
}
.blog-details-thumb, .blog-list-thumb, .courses-details-thumb, .event-details-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}
.blog-details-thumb img:hover, .courses-details-thumb img:hover, .event-details-thumb img:hover, .single-blog-list-box:hover .blog-list-thumb img {
    transform: scale(1.1);
    border-radius: 5px;
}
.meta-blog-details, .meta-blog-list {
    padding-top: 30px;
}
.blog-details-text a, .blog-list-text a {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #130f40;
    border-radius: 5px;
    padding: 5px 32px;
    top: 22px;
    left: 20px;
}
.meta-blog-details ul li, .meta-blog-list ul li {
    display: inline-block;
    padding-right: 24px;
}
.meta-blog-detaila ul li i, .meta-blog-list ul li i {
    color: #130f40;
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
}
.event-details-list ul li span, .meta-blog-details ul li a, .meta-blog-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}
.blog-details-title a, .blog-list-title a {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    margin: 24px 0 30px;
    transition: .5s;
}
.blog-details-description p, .blog-details-title p, .blog-list-title p, .course-curriculum p, .courses-details-list ul li span, .courses-details-text p, .courses-details-text-left p {
    font-size: 16px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
    width: 100%}
.widget_search form input {
    display: inline-block;
    padding: 16px 102px 16px 30px;
    border-radius: 5px;
    background-color: #f7f6ff;
    border: none;
}
.widget_search form i {
    font-size: 18px;
    color: #130f40;
    position: absolute;
    right: 60px;
    top: 122px;
    padding: 19px;
}
form input::placeholder {
    font-size: 16px;
    color: #acacac;
    font-weight: 400;
    display: inline-block;
}
.widget_search h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 35px;
}
.rpost-title span, .tag-item ul li a, ul.sidebar-menu li a {
    font-size: 16px;
    font-weight: 400;
}
.widget-sidebar-box {
    margin-bottom: 30px;
    padding: 32px 50px 25px 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, .15);
}
.blog-details-button a, .blog-details-desc p, .tag-item ul li a {
    background: #f7f6ff;
    border-radius: 5px;
}
.sidebar-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.sidebar-menu li a {
    display: inline-block;
    padding: 17px 0;
    width: 100%;
    transition: .5s;
    color: #555;
    border-bottom: 1px solid #ddd;
}
span.curricolumn-duration, ul.sidebar-menu li a span {
    float: right;
}
.widget-recent-post.post:before {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    width: 100%;
    height: 1px;
    background: #dddd;
}
.widget-recent-post.post::after {
    position: absolute;
    content: "";
    left: 0;
    top: 130px;
    width: 100%;
    height: 1px;
    background: #dddd;
}
.pricing-single-items.style_one.style_tow, .widget_search {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.widget-sidebar-box.blog-list {
    padding: 24px 50px 0 30px;
}
h4.sidebar-title.upper {
    margin-bottom: 32px;
}
.rpost-thumb {
    padding: 0 20px 40px 0;
}
.rpost-title span {
    line-height: 27px;
}
.rpost-title a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 5px;
    transition: .5s;
}
.google-text, .widget-sidebar-box.up {
    padding-bottom: 40px;
}
h4.sidebar-title.up {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.tag-item ul li a {
    display: inline-block;
    padding: 4px 15px;
    margin: 0 5px 10px;
    transition: .5s;
    line-height: 27px;
}
.single-blog-details-box {
    margin-bottom: 142px;
}
.blog-details-title h1 {
    color: #130f40;
    font-family: Rajdhani, sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-details-desc {
    position: relative;
    z-index: 1;
    margin: 38px 0 32px;
}
.blog-details-shape {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.blog-details-desc p {
    text-align: center;
    padding: 33px 6px;
    width: 100%;
    border-left: 5px solid #130f40;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #130f40;
    font-weight: 400;
    font-style: italic;
}
.blog-details-text h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.blog-details-list {
    margin: 33px 0 55px;
}
.blog-details-list ul li, .event-details-list ul li, .price-btn, .team-details-info {
    padding-bottom: 10px;
}
.blog-details-list ul li i, .courses-details-list ul li i, .event-details-list ul li i {
    margin-right: 10px;
    color: #ffff;
    background: #130f40;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    width: 15px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.blog-details-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
    transition: .5s;
    margin-right: 5px;
}
.blogs-share, ul.social-share-icon, ul.tabs.active li {
    display: inline;
}
.blogs-share {
    margin-left: 35%}
span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
}
.social-list ul li, ul.social-share-icon li {
    display: inline-block;
    list-style: none;
}
ul.social-share-icon li a {
    display: inline-block;
    color: #555;
    font-size: 18px;
    padding-left: 15px;
    transition: .5s;
}
.blog-details-comment:before {
    position: absolute;
    content: "";
    left: 0;
    top: -65px;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.blog-details-comment-reply {
    position: absolute;
    right: 25px;
    margin-top: 10px;
}
.blog-details-comment-reply a {
    padding: 5px 28px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    background: #f8f8f8;
    border-radius: 3px;
    transition: .5s;
}
.blog-details-comment-reply a:hover, ul.tabs.active li a:hover {
    background: #130f40;
    color: #ffff;
}
.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}
.blog-details-comment-content {
    margin-top: 125px;
}
.blog-details-comment-content h4 {
    color: #000025;
}
.blog-details-comment-content span, .pricing-feature.style_1 ul li i, .pricing-money h3 span {
    color: #130f40;
    display: inline-block;
}
.blog-details-comment-content span {
    margin: 8px 0 22px;
    font-size: 14px;
    font-weight: 400;
}
.blog-details-comment-content p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    font-family: Rubik;
}
.blog-details-comment.up, .row.blog-details {
    margin-top: 65px;
}
.blog-details-comment-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: Rubik;
}
.contact-text {
    margin: 58px 0 -12px;
}
.submit-button.upper button {
    color: #ffff;
    background: #04bebe;
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    border: none;
    font-weight: 400;
}
.widget_search {
    box-shadow: 0 10px 57px rgba(7, 76, 190, .05);
    padding: 45px 35px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid rgba(85, 85, 85, .15);
}
.form-box.up {
    margin: auto;
}
.form-box.up input {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0 28px;
    background: #f7f6ff;
    border: none;
}
.form-box.up textarea {
    border: none;
    width: 100%;
    height: 180px;
    padding: 17px 28px 0;
    border-radius: 8px;
    background: #f7f6ff;
}
.submit-button.up {
    margin: 28px 0 0;
}
.submit-button.up button {
    display: inline-block;
    width: 24%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    background: #130f40;
    border: none;
}
.error-page-section {
    padding: 270px 0 175px;
    background: url(../images/resource/Error-page-bg.png) center center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.error-page-shape, .error-page-shape2, .error-page-shape3, .error-page-shape4 {
    position: absolute;
    animation-name: rotateme;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.error-page-content h1 {
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 59px 0 26px;
}
.error-page-content p, .pricing-feature.style_1 ul li, .pricing-money h3 span, h5.pricing-plan {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.error-page-content p {
    color: #555;
}
.error-page-button {
    margin-top: 42px;
}
.error-page-shape {
    bottom: 200px;
    left: 280px;
    animation-duration: 5s;
}
.error-page-shape2 {
    right: 100px;
    top: 100px;
    animation-duration: 4.5s;
}
.error-page-shape3 {
    right: 470px;
    top: 300px;
    animation-duration: 5.3s;
}
.error-page-shape4 {
    right: 250px;
    bottom: 240px;
    animation-duration: 5s;
}
ul.tabs.active {
    border-radius: 5px;
    background-color: #f7f6fe;
    border: 1px solid rgba(85, 85, 85, .12);
    display: inline-block;
    list-style: none;
    padding: 10px 22px;
}
ul.tabs.active li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    background: #f7f6fe;
    padding: 8px 22px;
    border-radius: 5px;
}
.tab_content.pricing {
    padding-top: 70px;
}
.pricing-single-items.style_one.style_tow {
    border-radius: 7px;
    border: 1px solid rgba(100, 100, 100, .15);
    padding: 55px 0 50px;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
}
.popular-img {
    position: absolute;
    right: -26px;
    top: -27px;
}
.pricing-single-items.style_one.style_tow:hover {
    border-radius: 7px;
    filter: drop-shadow(0px 10px 10px rgba(98, 98, 98, .1));
    border: none;
}
h5.pricing-plan {
    margin: auto;
}
.pricing-money h3 {
    font-size: 43px;
    color: #806cff;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 55px;
}
.pricing-feature.style_1 ul li {
    color: #555;
    border-top: 1px solid #ddd;
    padding: 13px 0;
}
.pricing-feature.style_1 ul li i {
    font-size: 20px;
    font-weight: 700;
    padding-right: 5px;
}
.pricing-btn.style_one a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #130f40;
    padding: 14px 34px;
    position: relative;
    z-index: 1;
}
.experience-content, .team-details-box {
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 30px;
}
.pricing-btn.style_one {
    padding-top: 32px;
}
.team-details-box {
    filter: drop-shadow(0 0 1px #717171);
    margin-right: 60px;
}
.team-details-content {
    padding: 25px 0 40px 25px;
}
.team-details-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.team-details-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin: auto;
    padding-bottom: 12px;
}
.team-details-info h6 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: auto;
}
.team-details-info p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
}
.event-details-text, .team-details-text {
    display: inline-block;
    padding: 17px 15px 0 0;
}
.team-details-text h4 {
    font-size: 16px;
    font-weight: 500;
}
.event-details-social-icon ul li, .team-details-social-icon ul li {
    display: inline-block;
    padding-right: 10px;
}
.event-details-social-icon ul li a, .team-details-social-icon ul li a {
    display: inline-block;
    color: #555;
    font-size: 18px;
    transition: .5s;
}
.biography-text h3, .course-curriculum h2, .course-curriculum h4, .event-details-title h3, .google-text h3 {
    font-size: 25px;
    font-weight: 500;
    margin: auto;
}
.biography-text p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    width: 95%;
    margin-top: 25px;
}
.experience-content {
    filter: drop-shadow(0 0 1px #707070);
    padding: 48px 25px 45px;
}
.single-form-box.up, .skill-box {
    filter: drop-shadow(0 0 1px #717171);
}
.experience-content h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: -16px;
}
.experience-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.experience-title p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    margin: auto;
}
.experience-title.up:before {
    position: absolute;
    content: "";
    left: 0;
    top: -29px;
    width: 100%;
    height: 1px;
    background: #dddd;
}
.experience-title.up::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 1px;
    background: #dddd;
}
.skill-box {
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 38px 25px 30px;
}
.skill-text h4 {
    font-size: 23px;
    font-weight: 500;
    margin: auto;
}
.barfiller .tip, .skill-text p {
    font-size: 16px;
    font-weight: 400;
}
.skill-text p {
    line-height: 28px;
    color: #555;
    width: 100%;
    margin: 22px 0 27px;
}
.barfiller {
    width: 100%;
    height: 5px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    background-color: #eee;
}
.barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    background: #333;
    z-index: 1;
}
.barfiller .tip {
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -35px;
}
.stat-bar:first-of-type .stat-bar-rating {
    animation-delay: .25s;
    -webkit-animation-delay: .25s;
}
span.fill {
    background: #130f40!important;
}
.form-title h4 {
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: 500;
}
.single-form-box.up {
    background-color: #fff;
    padding: 34px 25px 50px;
}
.course-list-content p, .single-form-box.up .form-box {
    margin: 0;
}
.submit-btn {
    padding-top: 22px;
}
.gallery-grid-section .case_study_menu ul {
    text-align: right;
    margin-top: -130px;
}
.gallery-grid-section .case_study_menu ul li {
    display: inline-block;
    margin: 0 3px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #130f40;
    font-weight: 400;
    font-family: Rubik;
    border-radius: 3px;
    background-color: #f7f6ff;
    padding: 7px 25px;
    transition: .5s;
}
.gallery-single-box {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.gallery-thumb:before, .icon {
    position: absolute;
    transition: .5s;
}
.icon {
    top: 100%;
    left: 46%;
    opacity: 0;
}
.icon a {
    color: #fff;
    font-size: 30px;
}
.gallery-single-box:hover .icon {
    top: 46%;
    opacity: 1;
}
.gallery-thumb:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #130f40;
    opacity: .902;
    border-radius: 7px;
}
.gallery-single-box:hover .gallery-thumb:before {
    height: 100%}
.courses-details-section {
    padding: 120px 0 0;
}
.single-courses-details-box {
    padding-bottom: 84px;
}
.meta-courses-details {
    padding: 15px 0 50px;
}
.meta-courses-details ul li {
    display: inline-block;
    padding-right: 15px;
}
.meta-courses-details ul li i {
    font-size: 14px;
    color: #130f40;
    padding-right: 5px;
}
.tab-active {
    background: #f7f6ff;
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
}
button.w3-bar-item.w3-button {
    background: #f7f6ff;
    border: none;
    font-size: 19px;
    font-weight: 500;
    margin: 0 49px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.animate-heading::after, .course-lern-details-text h3::after {
    content: '';
    height: 3px;
    background-color: #130f40;
    border-radius: 2px;
    transition: opacity .3s;
    display: block;
    opacity: 0;
}
button.w3-bar-item.w3-button:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 0;
    height: 2px;
    background: #ff630e;
    transition: .5s;
}
.course-lern-details-text h3::after {
    width: 50px;
    margin-top: 8px;
}
.animate-heading:hover::after, .course-lern-details-text h3:hover::after, .prgoress_indicator:hover ::before {
    opacity: 1;
}
.course-lern-details-text p {
    animation: 1s forwards slideInRight;
    opacity: 0;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
    transition: .4s;
}
.animate-heading:hover {
    color: #130f40;
    transform: scale(1.05) translateY(-2px);
    text-shadow: 0 0 10px rgba(128, 108, 255, .3);
}
.animate-heading::after {
    width: 60px;
    margin-top: 10px;
}
.courses-feature-text h2, .courses-feature-text h3 {
    color: #130f40;
    animation: .8s .6s forwards fadeSlideIn;
    position: relative;
}
.courses-details-list h3 {
    font-size: 1.5rem;
    animation: .8s .6s forwards fadeSlideIn;
    font-weight: 700;
    position: relative;
}
.courses-feature-text p {
    font-size: 16px;
    line-height: 27px;
    animation: .8s forwards fadeSlideIn;
    color: #555;
    font-weight: 400;
    width: 100%}
.course-details-advantage-check-head {
    font-size: 20px!important;
    line-height: 27px!important;
    color: #555!important;
    font-weight: 600!important;
    width: 100%!important;
}
.course-details-feature-check-head {
    font-size: 17px!important;
    line-height: 27px!important;
    color: #555!important;
    font-weight: 500!important;
    width: 100%!important;
    margin: 0 0 7px!important;
}
.courses-details-advantage-check li, .courses-details-title-check li {
    list-style: none;
    opacity: 0;
    transform: translateY(10px);
    animation: .5s forwards fadeSlideIn;
}
.courses-details-advantage-check li:first-child, .courses-details-title-check li:first-child {
    animation-delay: .2s;
}
.courses-details-advantage-check li:nth-child(2), .courses-details-title-check li:nth-child(2) {
    animation-delay: .3s;
}
.courses-details-advantage-check li:nth-child(3), .courses-details-title-check li:nth-child(3) {
    animation-delay: .4s;
}
.courses-details-advantage-check li:nth-child(4), .courses-details-title-check li:nth-child(4) {
    animation-delay: .5s;
}
.courses-details-advantage-check li:nth-child(5), .courses-details-title-check li:nth-child(5) {
    animation-delay: .6s;
}
.courses-details-text h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 50px 0 15px;
}
.courses-details-text h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0 15px;
}
.courses-details-title h3 {
    font-size: 20px;
    font-weight: 700;
}
.courses-details-advantage-check, .courses-details-title-check {
    margin-top: 13px;
}
.courses-details-title h2 {
    font-size: 32px;
    font-weight: 600;
}
.courses-feature-text h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0 15px;
}
.courses-feature-text h3 {
    font-size: 23px;
    font-weight: 500;
    margin: 30px 0 15px;
}
.courses-details-text h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 30px 0 15px;
}
.courses-details-list ul li p, .courses-details-title p {
    font-size: 16px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
}
.courses-details-title p {
    width: 100%;
    margin: 25px 0;
}
.courses-details-list ul li {
    display: -webkit-box;
}
.courses-details-list ul li p {
    width: calc(100% - 10px);
}
.courses-details-text-left h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 18px 0 25px;
}
.courses-details-text-left img {
    max-width: 100%;
    height: auto;
    display: block;
}
.courses-details-information {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 15px rgba(167, 167, 167, .08));
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, .15);
    margin-bottom: 30px;
    padding: 20px 20px 45px;
}
.courses-details-img img, .event-details-img img, .event-grid-thumb img {
    width: 100%;
    border-radius: 5px;
}
.courses-video-icon i {
    position: absolute;
    top: 40%;
    left: 43%;
    color: #ffff;
    font-size: 32px;
    width: 55px;
    height: 55px;
    border-radius: 27px;
    background-color: red;
    line-height: 55px;
    text-align: center;
}
.price-btn a:hover, .price-button a {
    background: #f7f6ff;
    color: #130f40;
}
.courses-details-content {
    padding: 33px 0 8px;
}
.courses-details-text-right, .event-details-text-right {
    padding-bottom: 36px;
    position: relative;
}
.courses-details-text-right:before, .event-details-text-right:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 1px;
    background: #dddd;
}
.courses-details-text-right span, .event-details-text-right span {
    display: inline-block;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    float: right;
}
.price-btn a, .price-button a, .review-wrapper .rating-text {
    display: inline-block;
    font-size: 18px;
}
.price-button {
    padding-bottom: 15px;
}
.price-button a {
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #130f40;
    padding: 17px 128px;
    transition: .5s;
}
.price-btn a {
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    background: #130f40;
    border: 1px solid #130f40;
    padding: 17px 148px;
    transition: .5s;
}
button.w3-bar-item.w3-button:focus {
    outline: 0!important;
    border: none!important;
}
.tab_content {
    padding-top: 50px;
}
.course-dtls-section .tab {
    text-align: center;
    padding: 42px 0 0 25px;
}
.course-dtls-section .tabs li a {
    font-size: 20px;
    width: 135px;
    height: 48px;
    line-height: 48px;
}
p.course-desc {
    margin: 18px 0 0;
}
.course-list-content {
    padding-left: 28px;
    position: relative;
    z-index: 1;
}
.course-list-content:before {
    position: absolute;
    content: "";
    top: 19px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #00bea1;
    border-radius: 30px;
}
.course-list-content h6 {
    font-family: Nunito;
    font-size: 20px;
    padding: 16px 0 10px;
}
h4.course-title.up {
    padding: 18px 0 0;
}
.course-widget-warp {
    background: #f9fafc;
    padding: 40px 45px;
    margin-top: 30px;
}
.widget-item-list {
    display: flex;
    align-items: center;
}
.widget-item-list span i {
    color: #00bea1;
}
.widget-item-list p {
    line-height: 24px;
    margin: 15px 0 0 15px;
    display: inline-block;
}
p.crlm-dtls {
    padding: 15px 0 0;
}
.course-curriculum, .review-wrapper, .tab_container2 {
    text-align: left;
}
.tab_container2 .accordion li a {
    border: 1px dotted #130f40!important;
    color: #130f40!important;
    font-size: 20px;
}
.preview_btn, .tab_container2 .accordion li p {
    display: block!important;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 30px 10px;
    margin: 0;
    background: rgba(30, 71, 153, .1);
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: inherit;
    cursor: pointer;
}
p.crse-dtls {
    display: inline-block;
    padding: 0 30px 20px!important;
    margin-bottom: 10px!important;
}
.tab_container2 .accordion li p i {
    color: #130f40;
    padding-right: 6px;
}
.preview_btn {
    align-items: center;
    gap: 10px;
    color: #8b5cf6;
}
.clm-prv {
    background-color: #8b5cf6;
    color: #fff;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.clm-prv:hover, .course-clm-prv:hover, .preview-button:hover {
    background-color: #7c3aed;
}
.curricolumn-duration {
    margin-left: auto;
    color: #8b5cf6;
    font-weight: 500;
}
.video-modal {
    display: none;
    position: fixed;
    top: 15%;
    left: 0;
    width: 100%;
    height: 90%;
    background: rgba(0, 0, 0, .7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
.video-modal iframe {
    width: 100%;
    height: 450px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}
.lesson-duration {
    font-weight: 500;
    font-size: 15px;
    color: #8b5cf6;
}
.accordion.up li.visible {
    display: list-item;
}
.pagination-buttons {
    margin-top: 10px;
    text-align: right;
}
.pagination-buttons button {
    margin-left: 5px;
    padding: 6px 12px;
    background-color: #130f40;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}
.pagination-buttons button:disabled {
    background-color: #ccc;
    cursor: default;
}
@media (max-width:1000px) {
    .certifcate-section {
    padding: 60px 0;
}
.courses-details-list {
    margin-bottom: 3rem;
}
}.Certificate_img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
span.clm-prv {
    background: #130f40;
    color: #fff;
    padding: 3px 6px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 12px;
    margin-left: 10px;
}
span.curricolumn-duration i {
    color: #616161!important;
}
.tab_container2 .accordion a.active {
    color: #130f40!important;
    border: 1px dotted #130f40!important;
    background: 0 0!important;
    border-radius: 5px 5px 0 0;
}
ul.accordion {
    padding: 0 10px;
}
.course-author-warpper {
    display: flex;
    text-align: left;
    padding: 55px 0;
}
.course-author-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.course-author-img img {
    height: auto;
    display: block;
    object-fit: cover;
    width: 100%!important;
}
.author-content h4 a {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    transition: .5s;
}
.author-content span {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #130f40;
    display: block;
    margin-bottom: 20px;
}
.author-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
}
.social-list ul li a {
    font-size: 16px;
    padding-right: 20px;
    transition: .5s;
}
.course-rating-box {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    border-radius: 5px;
    text-align: center;
    min-width: 200px;
    padding: 29px 10px;
}
.product-categories-box, .widget-check-box {
    box-shadow: 0 10px 50px rgba(231, 231, 231, .5);
}
.rating-number h3 {
    font-size: 72px;
    line-height: 90px;
}
.course-rating i {
    color: #130f40;
    padding-right: 2px;
}
.review-wrapper .rating-text {
    position: relative;
    top: 23px;
}
.review-wrapper .progress {
    max-width: 86%;
    margin-left: 43px;
    height: 14px;
    background: #eee;
}
.review-wrapper span.rating-value {
    position: absolute;
    right: 0;
    top: 50%}
.row.revicws {
    padding: 56px 0;
}
.single-event-grid-box {
    border-radius: 6px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85, 85, 85, .17);
    padding: 20px;
    margin-bottom: 30px;
}
.event-grid-content {
    background: #ffff;
    padding: 33px 20px 40px;
    border-radius: 0 0 5px 5px;
}
.event-grid-text {
    position: absolute;
    right: 20px;
    bottom: -16px;
}
.event-grid-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #130f40;
    display: inline;
    border-radius: 4px;
    padding: 10px 20px;
}
.event-grid-content p i {
    color: #130f40;
    font-size: 16px;
    padding-right: 5px;
}
.event-grid-content h3 {
    margin: auto auto 30px;
    padding: 12px 0 26px;
    border-bottom: 1px solid #dddd;
    left: 0;
}
.event-grid-content h3 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    transition: .5s;
}
.event-grid-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f7f6ff;
    border: 1px solid rgba(85, 85, 85, .17);
    padding: 10px 25px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.event-details-information, .single-google-map-box {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 30px;
}
.event-details-section {
    padding: 120px 0 112px;
}
.event-details-content h1 {
    font-size: 43px;
    line-height: 57px;
    font-weight: 700;
    margin: auto;
}
.event-details-content p, .event-details-title p {
    font-size: 16px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
    margin: auto;
    width: 100%}
.event-details-content p {
    padding: 18px 0 14px;
}
.event-details-img {
    padding: 18px 0 35px;
}
.event-details-list {
    padding: 35px 0 16px;
}
.event-details-information {
    filter: drop-shadow(rgba(167,  167,  167,  .08) 0px 5px 15px);
    border: 1px solid rgba(85, 85, 85, .15);
    padding: 20px 20px 45px;
}
.event-details-title {
    padding-top: 25px;
}
.event-details-content {
    padding: 27px 0 8px;
}
.single-google-map-box {
    filter: drop-shadow(0px 10px 15px rgba(149, 149, 149, .1));
    border: 1px solid rgba(85, 85, 85, .15);
    padding: 45px 30px 40px;
}
.google-map iframe {
    width: 100%;
    border-radius: 5px;
    height: 350px;
}
.shop-section {
    padding: 120px 0 90px;
    position: relative;
    z-index: 1;
}
.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: url(../images/resource/serv-dtls-bg.jpg) 0 0/cover no-repeat;
    background-position-y: center;
}
.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6, 36, 97, .1);
    padding: 0 0 25px;
    margin: 0 0 30px;
    position: relative;
}
.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #130f40;
}
.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6, 36, 98, .1);
    background-color: rgba(7, 72, 131, 0);
}
.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}
.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.widget-check span {
    display: inline;
    float: right;
}
.widget-check:hover input~.checkmark {
    background-color: #ccc;
}
.widget-check input:checked~.checkmark {
    background-color: #130f40;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tabs_item:first-child, .widget-check input:checked~.checkmark:after {
    display: block;
}
.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 5px;
}
.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #3bb3d8;
}
.noUi-background {
    background: #ececec;
}
.noUi-connect {
    background: #3bb3d8;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin, .noUi-target {
    border-radius: 2px;
}
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.noUi-handle:active {
    border: 8px solid rgba(59, 179, 216, .38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}
.products-thumb img, .products-thumb:before {
    transition: .5s;
    border-radius: 4px 4px 0 0;
    width: 100%}
[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed;
}
.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}
.products-collection {
    margin-bottom: 20px;
}
.product-thumb {
    float: left;
    padding-right: 17px;
}
.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #130f40;
}
.product-icon-list ul li, .product-sale span, ul.product-rating li {
    font-size: 14px;
    display: inline-block;
}
.product-icon-list ul {
    line-height: 20px;
}
.product-icon-list ul li {
    list-style: none;
    color: #130f40;
    letter-spacing: 4px;
}
.row.products {
    padding-left: 80px;
}
.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}
.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    background: rgba(6, 36, 98, .8);
    opacity: .8;
}
.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}
.product-sale span {
    padding: 4px 20px;
    font-weight: 400;
    line-height: 24px;
    background: #130f40;
    color: #fff;
    border-radius: 4px;
}
.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0d0e14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}
.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #130f40;
    transition: .6s;
}
.product-thumb-icon a:first-child {
    position: absolute;
    left: 0;
    opacity: 0;
}
.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}
.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6, 36, 98, .1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
ul.product-rating li {
    list-style: none;
    color: #130f40;
    letter-spacing: .3em;
}
.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
}
.contact-social-icon ul li a, .refund-social-icon ul li a {
    line-height: 38px;
    font-size: 17px;
    color: #fff;
    border-radius: 3px;
}
.product-price p {
    font-size: 15px;
    padding: 14px 0 0;
    color: #130f40;
}
.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}
.category-button a:hover:before, .product-thumb-icon a:hover:before {
    left: 0;
    width: 100%}
.single-products-box:hover .products-thumb:before {
    height: 100%;
    top: 0;
}
.single-products-box:hover .product-thumb-icon a:first-child {
    opacity: 1;
    left: 88px;
}
.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 88px;
}
.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    padding: 15px;
    border-radius: 10px;
    margin-right: 15px;
}
.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: 0;
    padding: 5px;
    transition: .5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}
.tabs li.current:before {
    background: 0 0;
    border: 0;
}
li.current a {
    border: 1px solid #130f40;
}
.shop-dtls-info {
    padding-left: 30px;
}
.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 0 23px;
}
.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #130f40;
    letter-spacing: .4em;
    font-size: 16px;
}
li.category-text {
    letter-spacing: 0!important;
    color: #67686c!important;
    padding-left: 6px;
}
.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #130f40;
    padding: 6px 0 19px;
}
.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}
.category-color p {
    color: #062462;
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0 6px;
}
.category-color span {
    color: #67686c;
    padding-left: 20px;
    position: relative;
}
.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}
.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
}
.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}
.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}
.quantity .cart-plus-minus>.ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    background: #130f40;
}
.quantity .cart-plus-minus>.cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: #fff!important;
    background: linear-gradient(90deg, #130f40 50%, transparent 0) repeat-x, linear-gradient(90deg, #130f40 50%, transparent 0) repeat-x, linear-gradient(0deg, #3bb3d8 50%, transparent 0) repeat-y, linear-gradient(0deg, #3bb3d8 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: .3s linear infinite linearGradientMove;
    animation: .3s linear infinite linearGradientMove;
}
.quantity .cart-plus-minus>.ctnbutton.dec {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}
.quantity .cart-plus-minus>.ctnbutton.inc {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}
.category-button {
    display: inline-block;
    padding-left: 20px;
}
.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #130f40;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #232323;
    border-radius: 4px;
    transition: .5s;
}
.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}
table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}
table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}
table.category-table td.table-title {
    font-size: 16px;
    color: #0d0e14;
    font-weight: 500;
}
table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}
table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0d0e14;
}
.post-comment-thumb {
    float: left;
    margin-right: 20px;
}
ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #3bb3d8;
    letter-spacing: .2em;
    font-size: 14px;
}
h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}
h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}
.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0d0e14;
}
span.rights-reply {
    font-weight: 500;
    color: #062461;
    cursor: pointer;
}
.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}
.product-details-respond {
    padding: 35px 0 0;
}
.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}
.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}
.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #3bb3d8;
    letter-spacing: .4em;
    font-size: 15px;
}
.contact-form-box2 {
    padding: 25px 0 0;
}
p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}
.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13, 14, 20, .1);
    transition: .5s;
    padding: 0 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}
.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}
.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13, 14, 20, .1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}
.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}
.contact-form button {
    padding: 11px 53px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: #3bb3d8;
    transition: .5s;
    font-weight: 500;
}
.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}
.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: .5s;
    transform: scale(0, 1);
}
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s 1s;
    z-index: 999;
}
.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: 1s 1s;
}
.loader::after {
    width: 64px;
    height: 64px;
    position: absolute;
    content: "";
    background-image: linear-gradient(#fff 16px, transparent 0), linear-gradient(#130f40 16px, transparent 0), linear-gradient(#130f40 16px, transparent 0), linear-gradient(#fff 16px, transparent 0);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left top, left bottom, right top, right bottom;
    animation: 1s linear infinite rotate;
}
@keyframes rotate {
    0% {
    width: 64px;
    height: 64px;
    transform: rotate(0);
}
50% {
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
}
100% {
    width: 64px;
    height: 64px;
    transform: rotate(360deg);
}
}. .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.prgoress_indicator::after, .prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.prgoress_indicator, .prgoress_indicator::after, .prgoress_indicator::before {
    height: 46px;
    width: 46px;
    transition: .2s linear!important;
    cursor: pointer;
    display: block;
}
.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s;
}
.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s;
}
.loaded .loder-section.left-section {
    left: -100%}
.loaded .loder-section.right-section {
    right: -100%}
.loaded .loader-wrapper {
    visibility: hidden;
}
.loaded .loader {
    top: -100%;
    opacity: 0;
}
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px)!important;
}
.curser, .curser2 {
    position: fixed;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
}
.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)!important;
}
.prgoress_indicator::after {
    color: #130f40;
    left: 0;
    top: 0;
    z-index: 1;
}
.prgoress_indicator::before {
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    z-index: 2;
}
.need-guidanc-btn::before, .need-guidance-img::after, .need-guidance-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.prgoress_indicator svg path {
    fill: none;
}
.prgoress_indicator svg.progress-circle path {
    stroke: #130f40;
    stroke-width: 4;
    box-sizing: border-box;
    transition: .2s linear!important;
}
.curser {
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #130f40;
    border-radius: 50%;
    transition: .1s;
}
.curser2 {
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #130f40;
    border-radius: 50%;
    transition: .15s;
    animation: 1.6s ease-in-out infinite Ripple;
    -webkit-animation: 1.6s ease-in-out infinite Ripple;
    -moz-animation: 1.6s ease-in-out infinite Ripple;
}
.user-resume-template.resume-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #130f40;
    color: #fff;
    padding: 40px 20px;
    min-height: auto;
    height: auto;
    overflow: visible;
}
.user-resume-template.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
    width: 100%;
    gap: 2rem;
    flex-wrap: wrap;
}
.user-resume-template.text-content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.user-resume-template.text-content h2 {
    font-size: 2rem;
    margin-bottom: 8px;
    color: #fff!important;
    font-weight: 700;
    text-transform: capitalize;
}
.user-resume-template.text-content p {
    font-size: 1.1rem;
    color: #e5e5e5;
}
.content-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.image-wrap, .user-resume-box {
    flex: 1 1 45%;
    max-width: 450px;
    min-height: 320px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    color: #333;
    transition: transform .4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#load-more:hover, .company-initial, .jobportal_btn {
    background-color: #130f40;
}
.image-wrap:hover, .user-resume-box:hover {
    transform: translateY(-5px);
}
.user-resume-box h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #5e54d2;
    font-weight: 700;
}
.user-resume-box label {
    display: block;
    margin: 10px 0 6px;
    font-size: 1rem;
    font-weight: 500;
    color: #444;
}
.user-resume-box input, .user-resume-box select {
    width: 100%;
    padding: 10px;
    font-size: .9rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
}
.user-resume-btn {
    width: 100%;
    padding: 10px;
    margin-top: 2rem;
    background: #130f40;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}
.user-resume-btn:hover {
    background: #5e54d2;
}
.rating.user-resume-template {
    font-size: 1rem;
    text-align: center;
    color: #333;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}
.rating.user-resume-template span {
    color: #fc0;
    font-size: 1.3rem;
    display: block;
}
.rating.user-resume-template p {
    margin: 0;
    color: #555;
    font-size: .9rem;
}
.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s;
}
.image-wrap img:hover {
    transform: scale(1.05);
}
.details, .job-card {
    flex-direction: column;
    display: flex;
}
.jobportal-section {
    padding: 50px 0;
}
#load-more, .jobportal_btn {
    padding: 8px 16px;
    transition: background-color .3s, color .3s;
    cursor: pointer;
}
.company-initial {
    width: 40px;
    height: 40px;
}
.jobportal_btn {
    color: #fff;
    border: none;
    border-radius: 4px;
}
.jobportal_btn:hover {
    background-color: #6f5bd9;
    color: #fff;
}
#load-more {
    color: #130f40;
    border: 1px solid #130f40;
    background-color: transparent;
    border-radius: 4px;
}
#load-more:hover {
    color: #fff;
}
.job-card {
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 28px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    animation: .7s slideUp;
    transition: transform .3s;
    height: 100%}
.job-card:hover {
    transform: translateY(-6px);
}
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.job-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
}
.badge {
    font-weight: 700;
    background-color: #130f40;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
}
.company, .details {
    font-size: 14px;
    margin-bottom: 20px;
}
.company {
    color: #64748b;
}
.details {
    gap: 12px;
    color: #334155;
}
.description {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding: 0 24px 20px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #374151;
    overflow: hidden;
    text-overflow: ellipsis;
}
.description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.details i {
    margin-right: 8px;
    color: #130f40;
}
.btn-apply {
    background: #130f40;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: background .3s;
}
.privacy-thumb img, .work-thumb img {
    max-width: 75%;
    border-radius: 12px;
    transition: transform .3s;
}
@keyframes slideUp {
    from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}@media (max-width:480px) {
    .training-feature-categorie h2 {
    font-size: 2rem;
}
.feature-card {
    padding: 25px 15px;
}
.job-card {
    padding: 20px;
    border-radius: 16px;
}
.job-title {
    font-size: 18px;
}
.badge {
    font-size: 11px;
    padding: 3px 8px;
}
}.contact-social-icon ul li, .refund-social-icon ul li {
    display: inline-block;
    padding: 10px 20px;
}
.contact-social-icon ul li a {
    display: inline-block;
    background: #130f40;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.contact-social-icon ul li a:before, .refund-social-icon ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #130f40;
    transform: scale(0);
    transition: .5s;
    border-radius: 3px;
    z-index: -1;
}
@media only screen and (min-width:100px) and (max-width:320px) {
    #sticky-header, .header-top-section {
    display: none!important;
}
}.mobile_view_btn {
    padding: 15px!important;
    width: 100%!important;
    background-color: #130f40!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 700;
    cursor: pointer!important;
    text-align: center!important;
}
.privacy_hero_section, .refund_hero_section {
    margin-top: 5rem;
}
@media only screen and (min-width:100px) and (max-width:990px) {
    .privacy_hero_section {
    margin-top: 2.5rem;
}
}.privacy-thumb img {
    height: auto;
}
.terms_hero_section {
    margin-top: 2rem;
}
.terms-thumb img {
    width: 90%;
    height: auto;
}
.terms-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 15px;
    text-align: initial!important;
}
.terms-title p {
    text-align: initial!important;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.work-thumb img {
    height: 300px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}
.work-thumb img:hover {
    transform: scale(1.03);
}
.refund_email_info a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 15px 83px 0;
    display: flex;
    color: #130f40;
}
@media only screen and (min-width:100px) and (max-width:1000px) {
    .mobile-menu {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 922;
    position: fixed!important;
    margin: auto;
    animation: .5s slideInDown;
    transition: .5s!important;
}
.refund_hero_section, .terms_hero_section {
    margin-top: 1rem;
}
}@media only screen and (min-width:988px) and (max-width:2000px) {
    .refund_img {
    margin-top: -30rem;
}
}.refund-social-icon ul {
    list-style: none;
    margin-left: 70px;
}
.refund-social-icon ul li a {
    display: inline-block;
    background: #232323;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.refund-social-icon ul li a :hover {
    background: #806cff;
}
@media only screen and (min-width:100px) and (max-width:460px) {
    .refund-social-icon ul li {
    display: inline-block;
    padding: 6px 9px;
}
}.need-guidance-section {
    position: relative;
    background: url(../images/resource/Call-to-action-categorie.webp) center center/cover no-repeat;
    overflow: hidden;
}
.course-faq-accordion h3:hover::after, .course-faq-accordion h3:hover::before, .need-guidanc-btn {
    background: #ff630e;
}
.need-guidance-section::before {
    right: 0;
    bottom: 0;
    background: rgba(19, 15, 64, .35);
    z-index: 0;
}
.need-guidance-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 4px 8px;
}
.need-guidance-text {
    flex: 1;
    padding: 0 20px;
}
.need-guidance-text h2 strong {
    font-size: 2rem;
    color: #ff630e;
    font-weight: 700;
}
.need-guidance-text h2 span {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500;
}
.need-guidance-text p {
    color: #fff;
    margin: 15px 0;
}
.need-guidanc-btn {
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: color .3s, transform .3s;
    z-index: 1;
}
.need-guidanc-btn::before {
    width: 100%;
    height: 100%;
    background: #cc5200;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
    z-index: -1;
    border-radius: 8px;
}
.need-guidanc-btn:hover {
    color: #fff;
    transform: scale(1.03);
}
.contact {
    margin-top: 10px;
}
.need-guidance-img {
    flex: 1;
    text-align: center;
    margin-top: 0;
    height: 100%!important;
    padding: 0;
    position: relative;
}
.need-guidance-img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    border-radius: 0;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    transition: transform .4s, box-shadow .4s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}
.need-guidance-img::after {
    width: 100%;
    height: 100%;
    clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);
    pointer-events: none;
}
.need-guidance-img img:hover, .sap-course-certification-thumb img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}
.search_section {
    text-align: -webkit-right;
    margin-top: 3rem;
}
.search-container {
    display: flex;
    border: 2px solid #130f40;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background: #fff;
    width: 27%}
.search-container input {
    border: none;
    outline: 0;
    padding: 6px 20px;
    width: 250px;
    font-size: 16px;
}
.search-container button {
    background: #130f40;
    border: none;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: background .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-container button i {
    font-size: 18px;
}
.Student-review-section {
    padding: 50px 0;
    background-color: #130f40;
}
.testi-star-icon .bi-star-fill {
    color: gold;
}
.sap-course-section {
    padding: 30px 0;
    background: url(../images/resource/testimonial-bg.png) center center/cover no-repeat;
}
.course-details-advantage-check-heading a {
    font-size: 18px!important;
    line-height: 27px!important;
    color: #130f40!important;
    font-weight: 700!important;
    width: 100%!important;
    margin: 0;
}
.course-tab_container2 {
    max-width: 800px;
    margin: auto;
}
.course-accordion {
    background: #f7f6ff;
    border: 1px solid #130f40;
    border-radius: 5px;
    padding: 20px;
}
.course-tab_container2 .course-accordion li p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height .4s, opacity .4s;
}
.course-tab_container2 .course-accordion li.open p {
    max-height: 150px;
    opacity: 1;
    transition: .4s ease-in-out;
}
.course-accordion li {
    list-style: none;
    border-bottom: 1px solid #130f40;
    background: #f7f6ff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 2px;
    transition: .5s;
}
.course-accordion li.show {
    max-height: 2000px;
    opacity: 1;
    margin-bottom: 10px;
    padding: 2px;
    transition: .4s ease-in-out;
}
.course-accordion li a {
    display: block;
    position: relative;
    background: #fefefe;
    color: #130f40!important;
    padding: 15px 20px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
}
.course-accordion li a::after {
    content: "+";
    font-size: 22px;
    position: absolute;
    right: 20px;
    transition: transform .3s;
}
.course-accordion li.open a::after {
    content: "-";
    transform: rotate(180deg);
}
.course-accordion li p {
    box-shadow: inset 0 -1px 0 #ddd;
    display: none;
    margin: 0;
    background: rgba(30, 71, 153, .05);
    padding: 18px 20px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.course-accordion li.open p {
    display: flex;
    animation: .3s ease-in-out slideDown;
}
@keyframes slideDown {
    from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}.course-preview-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 200px;
}
.course-preview-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.course-clm-prv {
    background-color: #8b5cf6;
    color: #fff;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}
.course-curricolumn-duration {
    white-space: nowrap;
    color: #8b5cf6;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}
.course-pagination-buttons {
    max-width: 800px;
    margin: 30px auto 0;
}
.course-pagination-buttons button {
    width: 100%;
    background: #fff;
    color: #130f40;
    border: 1px solid #130f40;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}
.course-pagination-buttons button:hover {
    background-color: #f7f6ff;
    color: #130f40;
}
.course-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.course-video-modal-content {
    background: #fff;
    padding: 10px;
    width: 90%;
    max-width: 720px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}
.course-close-modal {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    z-index: 9999;
}
.custom-main-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    gap: 20px!important;
    padding: 20px!important;
    background-color: #f8f9fa;
}
.custom-bonus-card {
    background: #fff!important;
    border-radius: 12px!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)!important;
    padding: 20px!important;
    text-align: center!important;
    max-width: 320px!important;
    transition: transform .3s!important;
}
.custom-bonus-card:hover {
    transform: translateY(-5px)!important;
}
.custom-bonus-title {
    font-size: 1.5rem!important;
    font-weight: 700!important;
    color: #ff6f20!important;
    margin-bottom: 10px!important;
}
.custom-bonus-subtitle {
    font-size: 1.25rem!important;
    font-weight: 600!important;
    color: #555!important;
    margin-bottom: 8px!important;
    margin: 10px 0;
}
.custom-bonus-description {
    font-size: 14px!important;
    color: #777!important;
    margin-bottom: 15px!important;
}
.custom-bonus-image-container {
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
    margin-bottom: 15px!important;
}
.custom-bonus-image {
    width: 100%!important;
    height: auto!important;
    border-radius: 8px!important;
}
.custom-bonus-price {
    font-size: 16px!important;
    font-weight: 700!important;
    color: #d9534f!important;
}
.custom-original-price {
    text-decoration: line-through!important;
    color: #dc3545;
    margin-right: 5px!important;
}
.custom-discounted-price {
    color: #28a745!important;
}
.accordion-button:hover {
    background: linear-gradient(135deg, #0056b3, #004494);
}
.accordion-item {
    border-radius: 10px;
    margin-bottom: 10px;
}
.accordion-body {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
.lecture {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
.lecture:last-child {
    border-bottom: none;
}
.lecture i {
    color: #007bff;
    margin-right: 8px;
}
.lecture span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.preview {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.preview:hover {
    text-decoration: underline;
}
.course-header {
    background: #1c1d1f;
    color: #fff;
    padding: 40px 20px;
}
.course-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.course-preview {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: auto;
}
.course-preview img {
    width: 100%;
    border-radius: 8px;
}
.course-info {
    padding: 20px;
}
.price {
    font-size: 26px;
    font-weight: 700;
    color: #b12704;
}
.buy-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
}
.ud-heading-md {
    font-size: 1.25rem;
    font-weight: 600;
}
.bonus-section-title h2 {
    position: relative;
    font-size: 2rem;
    display: inline-block;
    animation: 1s forwards fadeSlideIn;
}
.bonus-section-title h2::after {
    content: '';
    display: block;
    width: 0;
    height: 6px;
    background-color: #ff6f20;
    margin: 10px auto 0;
    border-radius: 3px;
    padding: 3px 60px;
    opacity: 0;
    animation: 1s .4s forwards underlineGrow;
    transition: width .4s, opacity .4s;
}
.course-faq-accordion h3::after, .course-faq-accordion h3::before {
    content: "";
    position: absolute;
    background: #070707;
    transition: background .2s ease-in-out;
}
.bonus-section-title h2:hover::after {
    width: 60px;
    opacity: 1;
}
@keyframes underlineGrow {
    from {
    width: 0;
    opacity: 0;
}
to {
    width: 60px;
    opacity: 1;
}
}@keyframes fadeSlideIn {
    0% {
    transform: translateY(20px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}.bonus-categorie-section {
    padding: 60px 0 90px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bonus-card-assessment {
    padding: 5rem 0;
    justify-content: center;
}
.bonus-single-categorie-box:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 111, 32, .3);
}
.bonus-single-categorie-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(to right, #ff6f20, #fbc02d);
    transition: .4s;
}
.bonus-categorie-img img {
    max-width: 100%;
    max-height: auto;
    object-fit: cover;
    padding: 15px;
    border-radius: 12px;
    transition: .5s;
    transform: scale(1);
}
.bonus-single-categorie-box:hover .bonus-categorie-img img {
    transform: scale(1.07) rotate(.3deg);
    filter: brightness(1.05);
}
.bonus-categorie-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ff6f20;
    margin-bottom: 10px;
    transition: color .3s;
}
.bonus-categorie-content p {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-bottom: 8px;
}
.bonus-categorie-content span {
    display: block;
    font-size: 15px;
    color: #666;
}
.bonus-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.bonus-cut-price {
    color: red;
    font-weight: 600;
    text-decoration: line-through;
}
.bonus-free-price {
    color: green;
    font-weight: 700;
}
.bonus-single-categorie-box {
    background: #fff;
    border-radius: 31px 2px;
    overflow: hidden;
    transition: .4s;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transform: scale(1);
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bonus_text_content {
    padding: 0 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex-grow: 1;
}
.course-faq-section-title h2 {
    font-size: 32px;
    line-height: 57px;
    font-weight: 700;
    margin: 0;
}
ul.course-faq-accordion {
    padding: 0 10px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.course-faq-accordion li h3 {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 14px 50px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    font-weight: 700;
    margin: 0;
    transition: height .3s ease-in-out, color .5s;
}
.course-faq-accordion li h3:hover {
    color: #ff630e!important;
}
.course-faq-accordion li p {
    padding: 5px 20px 0 30px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    max-height: 0;
    opacity: 0;
    transition: max-height .5s, opacity .5s, padding .5s;
}
.course-faq-accordion li p.show {
    max-height: 500px;
    opacity: 1;
    padding: 5px 20px 5px 30px;
}
.course-faq-accordion h3::before {
    width: 3px;
    height: 12px;
    top: 22px;
    right: 25px;
}
.course-faq-accordion h3::after {
    width: 13px;
    height: 3px;
    top: 26px;
    right: 20px;
}
.course-faq-accordion h3.active::before {
    height: 0;
}
.webinar-section {
    margin: 4rem 0;
}
.webinar-fixed-heading h2 {
    flex-shrink: 0;
    top: 0;
    background: #fff;
    padding: 20px;
    font-size: 2rem;
    line-height: 35px;
    font-weight: 700;
    margin: 0;
    animation: .8s ease-in-out fadeInDown;
}
.webinar-fixed-heading::after {
    content: '';
    display: block;
    width: 60px;
    border-bottom: 7px solid #ff6f20;
    border-radius: 5px;
    transition: width .5s ease-in-out;
    margin-left: 20px;
}
.webinar-fixed-heading:hover::after {
    width: 120px;
    opacity: 1;
}
.webinar-fixed-top-section {
    top: 58px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    animation: 1s ease-in fadeIn;
}
.webinar-fixed-top-section h3 {
    color: #222;
    margin-bottom: 10px;
    font-size: 20px;
}
.webinar-heading h3, .webinar-scrollable-section h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
    transition: .5s;
    font-weight: 600;
}
.webinar-fixed-top-section .webinar-badge {
    background: #ff6f20;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 10px;
}
.webinar-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    font-size: 14px;
    transition: .3s ease-in-out;
}
.webinar-features p::before {
    content: "✔";
    margin-right: 6px;
    color: green;
}
.webinar-scrollable-section {
    padding: 20px;
    height: 70vh;
    overflow-y: auto;
    background-color: #fafafa;
    animation: .8s slideUp;
    margin: 2rem 0;
}
.webinar-scrollable-section h3 {
    margin: 0;
}
.webinar-heading h3 {
    margin: 1.5rem 0 0;
}
.webinar-enroll-now h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #130f40;
    margin-bottom: 10px;
    transition: .5s;
}
.webinar-table td, .webinar-table th {
    border: 1px solid #ccc;
    transition: background .3s;
    text-align: center;
    vertical-align: middle;
}
.webinar-table-main {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
}
.webinar-table th {
    padding: 8px 12px;
    background: #130f40;
    color: #fff;
}
.webinar-table td {
    padding: 12px;
}
.webinar-table tr:hover {
    background: #ede7ff;
}
.webinar-enroll-btn {
    background: #130f40;
    color: #fff;
    padding: 3px 16px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}
.webinar-enroll-btn:hover {
    background: #6c5edc;
    transform: scale(1.05);
}
.webinar-filling-fast {
    color: orange;
    font-weight: 700;
}
@media (max-width:600px) {
    .course-accordion li a {
    font-size: 16px;
}
.course-clm-prv, .course-curricolumn-duration {
    font-size: 12px;
}
.webinar-scrollable-section {
    height: calc(100vh - 200px);
}
.webinar-features {
    flex-direction: column;
}
}.webinar-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    padding: 40px 0;
}
.webinar-popup-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    animation: .4s ease-out slideIn;
}
.webinar-close-btn {
    transition: color .3s;
    z-index: 10000;
}
.webinar-popup.active {
    display: flex;
    animation: .4s ease-in-out fadeIn;
}
.webinar-popup-content h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #130f40;
}
.webinar-form-group {
    margin-bottom: 10px;
}
.webinar-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}
.webinar-form-group input {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: border .3s;
}
.webinar-form-group input:focus {
    border-color: #130f40;
    outline: 0;
}
.webinar-phone-input {
    display: flex;
    gap: 10px;
}
.webinar-country-code {
    background: #eaeaea;
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.webinar-captcha-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webinar-captcha-code {
    background: #eaeaea;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 6px;
    margin-right: 10px;
}
.webinar-refresh-captcha {
    cursor: pointer;
    font-size: 18px;
    color: #130f40;
}
.webinar-submit-btn {
    background: #130f40;
    color: #fff;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    transition: .3s;
}
.webinar-submit-btn:hover {
    background: #6c5edc;
    transform: scale(1.03);
}
.webinar-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: 0 0;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}
@keyframes slideIn {
    from {
    transform: translateY(-40px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}@keyframes slideUp {
    from {
    transform: translateY(30px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}@keyframes fadeInDown {
    from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}.upcoming-batches {
    padding: 50px 20px;
    background-color: #f7f6ff;
}
.upcoming-batches .container {
    max-width: 1150px;
    margin: auto;
}
.upcoming-batches h2 {
    text-align: center;
    margin-bottom: 50px;
    flex-shrink: 0;
    top: 0;
    font-size: 2rem;
    line-height: 35px;
    font-weight: 700;
    animation: .8s ease-in-out fadeInDown;
}
.upcoming-batches-table {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .04);
    animation: .6s forwards fadeIn;
    table-layout: auto;
    border-collapse: collapse;
    width: 100%}
.upcoming-batches-th {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 20px;
    text-align: center;
}
.upcoming-batches-tr {
    transition: background .3s, box-shadow .3s, transform .3s;
    cursor: pointer;
}
.upcoming-batches-tr:hover {
    background-color: #f1f5f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    transform: scale(.995);
}
.upcoming-batches-td {
    padding: 18px 20px;
    border-top: 1px solid #e5e7eb;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}
.upcoming-batches-td:nth-child(2) {
    min-width: 200px;
}
.upcoming-batches-trainer {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}
.upcoming-batches-trainer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.upcoming-batches-badge {
    display: inline-block;
    background: #b2ebce;
    color: green;
    font-size: .75rem;
    padding: 0 10px;
    font-weight: 600;
    margin-top: 6px;
}
.upcoming-batches-badge.offline {
    background: #fef3c7;
    color: #b45309;
}
.upcoming-batches-enroll-btn {
    background: #1e293b;
    color: #fff;
    padding: 10px 20px;
    font-size: .9rem;
    font-weight: 600;
    border: none;
    min-width: 120px;
    cursor: pointer;
    transition: .3s;
}
.upcoming-batches-enroll-btn:hover {
    background: #1d4ed8;
    transform: scale(1.04);
}
@media (max-width:768px) {
    .content-wrapper {
    flex-direction: column;
    align-items: center;
}
.image-wrap, .user-resume-box {
    max-width: 100%;
    min-height: auto;
}
body {
    overflow-y: auto;
}
.need-guidance-content {
    flex-direction: column;
    padding: 20px 0;
}
.need-guidance-text {
    text-align: center;
    padding: 0 10px;
}
.need-guidance-img {
    height: auto!important;
    padding: 0;
}
.need-guidance-img img {
    max-width: 100%!important;
    clip-path: none;
    border-radius: 0;
}
.need-guidance-img::after {
    clip-path: none;
}
.webinar-popup {
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}
.webinar-popup-content {
    max-width: 95%;
    width: 100%;
    margin: auto;
}
.webinar-fixed-heading {
    font-size: 20px;
    padding: 15px;
}
.webinar-fixed-top-section, .webinar-scrollable-section {
    padding: 15px;
}
.webinar-fixed-top-section h2 {
    font-size: 18px;
}
.webinar-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}
.webinar-scrollable-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline;
    transition: .5s;
}
.webinar-heading h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    margin: 1.5rem 0 0;
    transition: .5s;
}
.webinar-table-main {
    overflow-x: auto;
    width: 100%}
.webinar-table {
    min-width: 600px;
    font-size: 14px;
}
.webinar-table td, .webinar-table th {
    padding: 6px;
}
.webinar-form-group input {
    width: 100%;
    font-size: 14px;
    padding: 8px;
}
.webinar-phone-input {
    flex-direction: column;
    align-items: stretch;
}
.webinar-country-code {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.webinar-captcha-box {
    align-items: flex-start;
    gap: 10px;
}
.webinar-submit-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px;
}
.webinar-captcha-code {
    font-size: 18px;
    padding: 10px 18px;
}
.webinar-refresh-captcha {
    font-size: 22px;
}
.upcoming-batches tbody, .upcoming-batches thead, .upcoming-batches-table, .upcoming-batches-td, .upcoming-batches-th, .upcoming-batches-tr {
    display: block;
}
.action-header, .upcoming-batches thead {
    display: none;
}
.upcoming-batches-tr {
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 10px;
}
.upcoming-batches-td {
    text-align: left;
    padding: 14px 16px;
}
.upcoming-batches-td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    color: #6b7280;
    margin-bottom: 6px;
    font-size: .85rem;
}
.upcoming-batches-enroll-btn {
    width: 100%;
    margin-top: 10px;
}
.upcoming-batches-trainer {
    justify-content: flex-start;
}
.action-cell::before, .upcoming-batches-table thead {
    display: none!important;
}
.upcoming-batches-table tbody {
    display: block;
    max-height: 600px!important;
    overflow-y: auto;
}
}.upcoming-batches-table tbody {
    display: block;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
}
.upcoming-batches-table tbody tr, .upcoming-batches-table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.upcoming-batches-th {
    position: sticky;
    top: 0;
    background: #1e293b;
    z-index: 2;
}
.upcoming-batches-table tbody::-webkit-scrollbar {
    width: 6px;
}
.upcoming-batches-table tbody::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}
.upcoming-batches-table tbody::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.popup-overlay-batches {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-overlay-batches.active {
    display: flex;
}
.popup-batches {
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    overflow: hidden;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .3);
    position: relative;
    animation: .4s fadeIn;
}
@keyframes fadeIn {
    from {
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(10px);
    opacity: 0;
    transform: scale(.95);
}
to {
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(0);
    opacity: 1;
    transform: scale(1);
}
}.popup-image-batches {
    width: 50%;
    background: url('../images/resource/batches-popup.webp') center/cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transform: skewX(-8deg);
    transform-origin: left;
    transition: transform .6s;
    filter: brightness(.9);
}
.popup-image-batches:hover {
    transform: skewX(-8deg) scale(1.05);
}
.popup-form-batches {
    width: 50%;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 10px 0 20px rgba(0, 0, 0, .05);
}
.popup-form-batches h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.intl-tel-input-batches input, .popup-form-batches input {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    background: #fafafa;
    font-size: 1.1rem;
}
.popup-form-batches input {
    padding: 14px 18px;
    margin-bottom: 22px;
    border: none;
    border-radius: 12px;
}
.intl-tel-input-batches input:focus, .popup-form-batches input:focus {
    outline: 0;
    box-shadow: 0 0 12px rgba(78, 115, 223, .6);
    background: #fff;
}
.captcha-container-batches {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 12px;
    flex-wrap: nowrap;
}
.captcha-box-batches {
    background: #dde2f1;
    margin-top: 22px;
    padding: 10px 24px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 12px;
    color: #2e59d9;
    min-width: 120px;
    text-align: center;
}
.refresh-captcha-batches {
    background: 0 0;
    border: none;
    font-size: 1.7rem;
    cursor: pointer;
    color: #4e73df;
    transition: transform .4s;
    padding: 5px 8px;
    border-radius: 8px;
    margin-top: 20px;
}
.refresh-captcha-batches:hover {
    transform: rotate(360deg);
    background: #dbe4ff;
}
.popup-form-batches button.submit-btn-batches {
    padding: 14px;
    background: linear-gradient(90deg, #4e73df, #375cd8);
    color: #fff;
    font-size: 1.2rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(78, 115, 223, .4);
    font-weight: 700;
}
.popup-form-batches button.submit-btn-batches:hover {
    background: #2e59d9;
}
.popup-close-batches {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    cursor: pointer;
    color: #555;
    z-index: 10;
    transition: color .3s;
}
.popup-close-batches:hover {
    color: #000;
}
.intl-tel-input-batches {
    margin-bottom: 22px;
}
.intl-tel-input-batches .selected-flag {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 48px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
}
.intl-tel-input-batches input {
    height: 48px;
    border: none;
    border-radius: 12px;
    padding-left: 60px!important;
}
.intl-tel-input-batches input, .popup-form-batches input {
    width: 100%;
    box-sizing: border-box;
}
.iti__selected-flag {
    border-radius: 5px;
    margin-left: -1px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05);
    height: 53px;
}
.iti--dropdown-open .iti__country-list {
    top: 100%!important;
    bottom: auto!important;
    width: 100%!important;
    min-width: auto!important;
    max-width: 100%!important;
}
.iti--separate-dial-code .iti__country-list {
    left: 0!important;
}
.intl-tel-input-batches {
    width: 100%!important;
}
.country-search-box-batches {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.compact-search-wrapper {
    background-color: #f4f4ff;
    padding: 10px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    max-width: 380px;
    margin: 20px auto 4rem 10rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    flex-wrap: nowrap;
}
.compact-search-wrapper input {
    flex: 1;
    min-width: 0;
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    outline: 0;
    transition: border-color .2s;
}
.compact-search-wrapper button {
    white-space: nowrap;
    background-color: #130f40;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background .3s;
}
.compact-search-wrapper input:focus {
    border-color: #130f40;
}
.compact-search-wrapper button:hover {
    background-color: #6b56e0;
}
.popular_course_box.wow {
    visibility: visible!important;
    opacity: 1!important;
    animation-name: none!important;
}
.no-match-message {
    display: none;
    background-color: #fef2f2;
    color: #b91c1c;
    padding: 14px 20px;
    border: 1px solid #fca5a5;
    border-radius: 10px;
    max-width: 500px;
    margin: 30px auto;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    transition: .3s;
    font-size: 16px;
}
.no-match-message i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}
#searchButton:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.modern-pagination {
    margin-bottom: 5rem;
}
#paginationContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}
#paginationContainer button {
    background-color: #f1f5f9;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s, transform .2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
#paginationContainer button:hover:not(:disabled) {
    background-color: #e2e8f0;
    transform: scale(1.05);
}
#paginationContainer button:disabled {
    cursor: not-allowed;
    opacity: .5;
}
#paginationContainer button.active {
    background-color: #dbeafe;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(30, 64, 175, .3);
}
#paginationContainer span {
    padding: 6px 10px;
    font-size: 16px;
    color: #888;
}
#paginationContainer button:first-child, #paginationContainer button:last-child {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-about-section {
    background: linear-gradient(135deg, #f4f6f9 50%, #fff 50%);
    position: relative;
    max-height: none;
}
.home-about-img-wrapper:hover .home-about-img {
    transform: scale(1.05);
    filter: brightness(1.1);
}
.sap-course-page-testi, .testimonial-wrapper-home {
    display: flex;
    min-height: 480px;
    position: relative;
    overflow: hidden;
    background: url('../images/resource/testi-home-background.webp') center center/cover no-repeat fixed;
}
.sap-course-page-testi::before, .testimonial-wrapper-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #130F40CC;
    z-index: 0;
}
.image-side-home, .sap-course-page-testi-image {
    width: 40%;
    padding: 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, .2);
    z-index: 1;
}
.image-side-home img, .sap-course-page-testi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform .5s;
}
.content-side-home, .sap-course-page-testi-content {
    width: 60%;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.sap-course-page-testi-content-title h2, .section-title-home h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff!important;
    font-weight: 700;
}
.testimonial-slider-home {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.testimonial-box-home {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s;
}
.testimonial-box-home.active {
    left: 0;
    opacity: 1;
}
.sap-course-page-testi-desc, .testimonial-desc-home {
    font-size: 17px;
    color: #ddd;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 22px;
}
.sap-course-page-testi-author, .testimonial-author-home {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sap-course-page-testi-author img, .testimonial-author-home img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #6c63ff;
}
.testimonial-author-home h4 {
    margin: 0;
    font-size: 17px;
    color: #fff!important;
    font-weight: 600;
}
.testimonial-author-home p {
    margin: 0;
    font-size: 13px;
    color: #aaa;
}
.sap-course-page-testi-slider {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    height: auto;
}
.sap-course-page-testi-box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s;
    white-space: normal;
    word-wrap: break-word;
}
.sap-course-page-testi-box.active {
    left: 0;
    opacity: 1;
    position: relative;
}
.sap-course-page-testi-author p {
    margin: 0;
    font-size: 17px;
    color: #fff!important;
    font-weight: 600;
    white-space: normal;
    word-break: break-word;
}
.sap-course-page-testi-rating {
    color: gold;
    font-size: 16px;
    line-height: 1;
}
@media (max-width:991px) {
    .sap-course-page-testi, .testimonial-wrapper-home {
    flex-direction: column;
}
.image-side-home, .sap-course-page-testi-image {
    width: 100%;
    height: 260px;
    clip-path: none;
    border-radius: 0;
    padding: 0;
}
.content-side-home, .sap-course-page-testi-content {
    width: 100%;
    padding: 35px 20px;
    text-align: center;
}
.testimonial-author-home {
    justify-content: center;
}
.sap-course-page-testi-author {
    justify-content: center;
    flex-wrap: wrap;
}
}.sap-course-certification-section {
    position: relative;
    background-color: #130f40;
    padding: 50px 0;
}
.sap-course-certification-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%}
.sap-course-certification-text {
    flex: 1;
    padding: 0 15px;
    color: #fff;
}
.sap-course-certification-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 10px;
}
.sap-course-certification-title p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #fff;
}
.sap-course-certificationdetails-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sap-course-certificationdetails-list li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1rem;
}
.sap-course-certificationdetails-list li i {
    color: #ff630e;
    margin-right: 8px;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.sap-course-certification-thumb {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0;
}
.sap-course-certification-thumb img {
    width: 100%;
    max-width: 480px;
    border-radius: 0;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    transition: transform .4s, box-shadow .4s;
}
@media (max-width:768px) {
    .popup-batches {
    flex-direction: column;
    transform: none;
    width: 100%;
    height: 100vh;
    margin: 20px 0;
}
.popup-image-batches {
    width: 100%;
    height: 220px;
    clip-path: none;
    transform: skewX(-8deg);
}
.popup-form-batches {
    width: 100%;
    padding: 30px;
}
.popup-close-batches {
    top: 15px;
    right: 15px;
    font-size: 2.8rem;
}
.compact-search-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.sap-course-certification-content {
    flex-direction: column;
    padding: 0;
    text-align: center;
}
.sap-course-certification-thumb img {
    clip-path: none;
    max-width: 100%}
}.satisfaction-guarantee {
    padding: 60px 20px;
}
.satisfaction-guarantee-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.satisfaction-guarantee-text {
    flex: 1 1 300px;
}
.satisfaction-guarantee-text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}
.satisfaction-guarantee-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 15px;
}
.satisfaction-guarantee-note {
    font-size: 14px;
    color: #2563eb;
    font-weight: 600;
}
.satisfaction-guarantee-image {
    flex: 1 1 215px;
    text-align: right;
}
.satisfaction-guarantee-image img {
    max-width: 100%;
    height: auto;
    transition: transform .4s ease-in-out;
}
.satisfaction-guarantee-image img:hover {
    transform: scale(1.08);
}
@media(max-width:900px) {
    .satisfaction-guarantee-container {
    flex-direction: column;
    text-align: center;
}
.satisfaction-guarantee-image {
    text-align: center;
}
}