/* @import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&family=Oswald:wght@200..700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Varela+Round&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --orange: #f16136;
    --purple: #633f93;
    /* --heading-font: "Oswald", sans-serif;
    --body-font: "Libertinus Math", system-ui; */
    --heading-font: "Urbanist", sans-serif;
    --body-font: "Urbanist", sans-serif;
}

.text-purple {
    color: var(--purple);
}

.h-fit-content {
    height: fit-content !important;
}

.text-orange {
    color: var(--orange);
}

body {
    font-family: var(--body-font);
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    padding: 0 !important;
}

p {
    text-align: justify;
}

* {
    box-sizing: border-box;
    outline: none !important;
    transition: all .5s ease-out;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

a {
    text-decoration: none;
}

.section_container_sm {
    max-width: 1300px;
    margin: auto;
    padding: 50px 10px;
}

.section_container {
    max-width: 1900px;
    margin: auto;
    padding: 50px 10px;
}

/* navbar */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    color: #000000;
    font-size: 16px !important;
    font-weight: 500;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.pls-site-header button {
    font-family: var(--heading-font);
    letter-spacing: .5px;
}

.pls-mobile-menu-header .login-register:before,
.pls-header-myaccount>a:before {
    content: "\e900";
}

.pls-header-wishlist .pls-header-wishlist-icon:before {
    content: "\e909";
}

.pls-customer-care-icon:before {
    content: "\F4E7";
    padding-right: 5px;
    font-size: 14px !important;
}

.pls-contact-email:before {
    content: "\F32F";
    padding-right: 5px;
    font-size: 14px
}

/* Linearicons-Free Font */
.pls-mobile-menu-btn .pls-mobile-menu-toggle:before,
.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before,
.pls-header-mini-search .header-search-icon:before,
.search-form .search-submit:before,
.wp-block-search [type="submit"]:before,
.pls-header-myaccount>a:before,
.pls-mobile-menu-header .login-register:before,
.pls-header-cart .pls-header-cart-icon:before,
.pls-header-wishlist .pls-header-wishlist-icon:before,
.pls-customer-care-icon:before,
.pls-navigation ul.menu>li.menu-item-has-children>a:after,
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after,
.breadcrumbs .delimiter.greater-than:before,
.pls-breadcrumb .pls-delimiter-sep.pls-greater-than:before,
.pls-pagination .next:before,
.pls-pagination .prev:before,
.pls-back-to-top:before,
.pls-360-degree-popup .nav_bar a:before,
.mfp-close:before,
ul.mobile-main-menu li.active>.menu-toggle:after,
ul.mobile-main-menu li.menu-item-has-children>.menu-toggle:after,
.pls-cart-button a:before {
    font-family: 'bootstrap-icons';
    font-size: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.pls-mobile-menu-btn .pls-mobile-menu-toggle:before {
    content: "\F479";
}

.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before,
.pls-header-mini-search .header-search-icon:before,
.search-form .search-submit:before,
.wp-block-search [type="submit"]:before {
    content: "\F52A";
}

.pls-header-cart .pls-header-cart-icon:before {
    content: "\F244";
}

.pls-mobile-menu-header .login-register:before,
.pls-header-myaccount>a:before {
    content: "\F4E1";
}

.pls-header-wishlist .pls-header-wishlist-icon:before {
    content: "\F417";
}

.pls-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\F282";
}

.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\e876";
}

ul.mobile-main-menu li.menu-item-has-children>.menu-toggle:after {
    content: "\F282";
}

.pls-pagination .prev:before,
.pls-360-degree-popup .nav_bar .nav_bar_previous:before {
    content: "\e875";
}

.breadcrumbs .delimiter.greater-than:before,
.pls-breadcrumb .pls-delimiter-sep.pls-greater-than:before,
.pls-pagination .next:before,
.pls-360-degree-popup .nav_bar .nav_bar_next:before {
    content: "\e876";
}

.mfp-close:before {
    content: "\e880";
}

.pls-back-to-top:before {
    content: "\e873";
}

.pls-secondary-font {
    font-family: "Poppins";
}

.secondary-color {
    color: #84754e;
}

.secondary-bg-color {
    background-color: #84754e;
    color: #FFFFFF;
}

.pls-header-mini-search .pls-mini-ajax-search {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .20);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -10px;
    visibility: hidden;
    width: auto;
    z-index: 98;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transform: translateY(15px);
}

.pls-header-col-right .pls-header-mini-search .pls-mini-ajax-search {
    border-radius: 0;
    left: initial;
    right: -10px;
}

.pls-header-mini-search:hover .pls-mini-ajax-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: visible;
    pointer-events: unset;
    padding-left: 0;
}

.button.loading,
.add_to_cart_button.loading {
    color: transparent !important;
    position: relative;
    pointer-events: none;
}

.button.loading:before,
.add_to_cart_button.loading:before {
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
}

.pls-site-header {
    position: relative;
    z-index: 100;
    box-shadow: 1px 1px 9px 0px #00000030;
}

.header-topbar-right .pls-header-mini-search .pls-mini-ajax-search,
.header-main-right .pls-header-mini-search .pls-mini-ajax-search {
    left: inherit;
    right: 0;
}

.pls-header-mobile {
    flex: 0 0 100%;
    max-width: 100%;
}

.pls-header-mobile a {
    color: #ffffff;
}

@media (min-width:1025px) {
    .pls-site-header.pls-header-full-width .container {
        padding: 0;
        width: 100vw;
        max-width: 100%;
    }

    .pls-site-header.pls-header-full-width .container .row {
        width: 96%;
        margin: 0 auto;
    }

    .nav-link {
        font-family: var(--heading-font);
        letter-spacing: .5px;
        font-weight: 600;
    }
}

.pls-header-col {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pls-header-col-left {
    justify-content: flex-start;
}

.pls-header-col-right {
    justify-content: flex-end;
}

.pls-site-header ul {
    margin-left: 0;
}

.pls-site-header ul li {
    margin-bottom: 0;
}

.pls-header-main>.container,
.pls-header-navigation>.container {
    position: relative;
}

.pls-header-main .pls-header-col,
.pls-header-navigation .pls-header-col {
    position: initial;
}

.pls-header-main .pls-ajax-search .searchform,
#mobileSearchModal .searchform {
    border: 1px solid #e5e5e5;
}

.pls-header-navigation .pls-ajax-search .searchform,
#mobileSearchModal .searchform {
    border: 1px solid #e5e5e5;
}

.pls-header-topbar {
    background-color: var(--brown);
    font-size: 15px;
}

.top_nav a {
    color: #ffffff !important;
}

.pls-header-topbar a,
.pls-header-topbar .pls-social.icons-default a {
    color: #ffffff;
}

.pls-header-topbar a:hover,
.pls-header-topbar .pls-social.icons-default a:hover {
    color: var(--pls-topbar-link-hover-color);
}

.pls-header-topbar :after {
    color: var(--pls-topbar-text-color);
}

.pls-header-topbar .pls-header-col>* {
    display: inline-flex;
    align-items: center;
    line-height: var(--pls-topbar-height);
    padding: 0 10px;
    font-size: 12px;
}

.pls-header-topbar .pls-header-col>*:first-child {
    padding-left: 0;
}

.pls-header-topbar .pls-header-col>*:last-child {
    padding-right: 0;
}

.pls-header-topbar ul {
    list-style: none;
    margin: 0;
}

.pls-header-topbar ul li li a,
.pls-header-topbar ul li li a:not([href]):not([tabindex]) {
    color: #424242;
    line-height: 1;
    text-transform: initial;
}

.pls-header-topbar ul li li:hover a {
    background-color: #F5F5F5;
}

.pls-header-topbar .pls-header-col ul li li:hover a {
    color: #000000;
}

.pls-header-topbar span i {
    margin-right: 5px;
}

.pls-topbar-navigation ul.menu>li>a {
    display: block;
    padding: 0 10px;
}

.pls-topbar-navigation.pls-navigation ul.menu>li>a.nav-link i {
    font-size: 12px;
}

.pls-topbar-navigation ul.menu>li:first-child>a {
    padding-left: 0;
}

.pls-topbar-navigation ul.menu>li:last-child>a {
    padding-right: 0;
}

.pls-topbar-navigation.pls-navigation ul.menu ul.sub-menu {
    width: 150px;
    font-weight: normal;
}

/* Header Main */
.pls-header-logo a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    /* height: 85px; */
    width: 220px;
    max-height: 100%;
    color: var(--purple) !important;
}

.pls-header-logo img {
    max-height: 100%;
    height: 75px;
}

.pls-header-logo img[src$=".svg"] {
    width: 130px;
}

.pls-header-logo .pls-logo,
.pls-header-logo .pls-logo-light {
    padding: 18px 0;
}

.pls-header-logo .pls-mobile-logo {
    max-height: 100%;
}

.pls-header-logo .pls-logo-light,
.pls-header-logo .pls-mobile-logo {
    display: none;
}

.pls-menu-site-logo {
    margin: 0 1rem;
}

.pls-header-main {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
}

.pls-header-main .pls-header-col>*,
.pls-header-navigation .pls-header-col>* {
    padding: 0 10px;
}

.pls-header-main .pls-header-col>*:first-child,
.pls-header-navigation .pls-header-col>*:first-child {
    padding-left: 0;
}

.pls-header-main .pls-header-col>*:last-child,
.pls-header-navigation .pls-header-col>*:last-child {
    padding-right: 0;
}

.pls-header-main a:not(.button):not(button),
.pls-header-main .pls-header-mini-search .search-icon-text:before {
    color: var(--pls-header-link-color);
}

.pls-header-main a:not(.button):not(button):hover,
.pls-header-main .pls-header-mini-search .search-icon-text:hover:before {
    color: var(--pls-header-link-hover-color);
}

.pls-header-main .pls-ajax-search .searchform {
    border: 1px solid #e5e5e5;
}

.pls-header-main .pls-main-navigation ul.menu>li>a {
    height: 48px;
}

.elementor-element .nav_img_sec img {
    height: 100%;
}

.elementor-element .nav_img_sec a {
    text-decoration: underline;
}

.elementor-element .nav_img_sec a:hover {
    color: #000000 !important;
}


/* Mobile Menu */
.pls-mobile-menu-btn .pls-mobile-menu-toggle {
    font-size: 0;
}

.pls-mobile-menu-btn .pls-mobile-menu-toggle:before {
    font-size: 28px;
}

/* .pls-mobile-menu .menu-item-has-children .sub-menu .nav-link span {
    text-transform: uppercase;
} */

/* Header Navigation */
.pls-header-navigation {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: var(--pls-navigation-text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pls-header-navigation a:not(.button):not(button) {
    color: var(--pls-navigation-link-color);
}

.pls-header-navigation a:not(.button):not(button):hover {
    color: var(--pls-navigation-link-hover-color);
}

.pls-header-navigation,
.pls-header-navigation .pls-main-navigation ul.menu>li>a {
    height: 56px;
}

.pls-header-navigation .pls-ajax-search .searchform {
    border: 1px solid #e5e5e5;
}

/* Header Sticky */
.pls-site-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-sticky .pls-header-sticked:not(.scroll-up):not(.scroll-down),
.header-sticky .pls-header-sticked.scroll-up {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 997;
    animation-name: fadeInDown;
    animation-duration: .25s;
}

.header-sticky .pls-header-topbar,
.header-sticky .pls-header-main,
.header-sticky .pls-header-navigation {
    transition: .5s all;
}

.pls-header-topbar .pls-social {
    display: flex;
}

.pls-header-topbar .pls-social a {
    margin-bottom: 0;
}

.header-newsletter {
    cursor: pointer;
}

.pls-header-mini-search {
    position: relative;
}

.pls-header-mini-search .search-icon-text {
    cursor: pointer;
}

.pls-header-mini-search .search-text {
    display: none;
}

.pls-header-mini-search .pls-mini-ajax-search {
    min-width: 270px;
    padding: 12px;
}

.pls-header-col-left .pls-mini-ajax-search:before,
.pls-header-col-left .pls-mini-ajax-search:after {
    left: 25px;
}

.pls-header-col-right .pls-mini-ajax-search:before,
.pls-header-col-right .pls-mini-ajax-search:after {
    left: initial;
    right: 15px;
}

.pls-ajax-search {
    position: relative;
    width: 100%;
}

.pls-ajax-search .searchform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.pls-ajax-search .search-field {
    color: #777777;
    border: none;
    padding-left: 1.5em;
    border-radius: 0;
    -webkit-appearance: none;
}

.pls-ajax-search .searchform,
.pls-ajax-search .search-field {
    background-color: #ffffff;
    color: #777777;
}

.pls-ajax-search .search-submit {
    background-color: #84754e;
    color: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 1.2;
    margin: -1px;
    padding: 12px 20px;
}

.ajax-search-style-4 .search-submit {
    font-size: 0;
}

.ajax-search-style-4 .search-submit:before {
    font-size: 18px;
}

.ajax-search-style-4 .search-submit {
    background: none;
    color: #000000;
}

.ajax-search-style-4 .search-field {
    order: 2;
    padding-left: 1.2em;
    border-right: 0;
}

.ajax-search-style-4 .search-submit {
    order: 3;
    line-height: 1.3;
}

.ajax-search-round .search-field {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.ajax-search-round .search-submit {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.search-results-wrapper .search-form .autocomplete-suggestions {
    max-height: 80vh;
}

.search-results-wrapper .autocomplete-suggestions {
    background-color: #ffffff;
    color: #424242;
    border-radius: 0 0 0 0;
    -webkit-overflow-scrolling: touch;
    max-height: 55vh;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    z-index: 98;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.search-results-wrapper .autocomplete-selected {
    background-color: #F5F5F5;
}

.search-results-wrapper {
    position: relative;
}

.search-results-wrapper .autocomplete-suggestion {
    padding: 6px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-results-wrapper .autocomplete-suggestion a {
    color: #424242;
    display: flex;
    align-items: center;
}

.search-results-wrapper .autocomplete-suggestion a:hover {
    color: #000000;
}

.search-results-wrapper .autocomplete-suggestion img {
    width: 40px;
    border-radius: 99px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.search-results-wrapper .autocomplete-suggestion .search-name {
    flex: 1;
}

.search-results-wrapper .autocomplete-suggestion img+.search-name {
    margin-top: -0.15em;
    padding-left: 0.5em;
}

.search-results-wrapper .serch-price-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}

.search-results-wrapper .autocomplete-suggestion .search-price {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.search-results-wrapper .search-rating {
    margin-top: 6px;
}

.search-results-wrapper .autocomplete-suggestion .search-price,
.search-results-wrapper .autocomplete-suggestion .search-price ins {
    background: none;
    color: #424242;
}

.search-results-wrapper .autocomplete-suggestion .search-price del {
    color: #777777;
    font-size: .8em;
    font-weight: normal;
}

.search-results-wrapper .autocomplete-suggestion .rating-counts-wrap {
    display: none;
}

/* search */

.search-suggestions {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
    top: 100%;
    /* directly below input */
    left: 0;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.search-suggestions p {
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.search-suggestions p:hover {
    background: #f5f5f5;
}

.pls-header-cart>a,
.pls-header-mini-search>a,
.pls-customer-care>a,
.pls-header-wishlist>a,
.pls-header-myaccount>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pls-header-topbar .pls-header-cart>a,
.pls-header-topbar .pls-header-wishlist>a,
.pls-header-topbar .pls-header-myaccount>a {
    flex-direction: row;
    line-height: inherit;
    position: relative;
}

.pls-header-cart-icon,
.pls-header-wishlist-icon {
    position: relative;
}

.pls-header-topbar .pls-header-cart-icon,
.pls-header-topbar .pls-header-wishlist-icon {
    position: initial;
}

.pls-header-cart .pls-header-cart-icon:before,
.pls-header-mini-search .header-search-icon:before,
.pls-customer-care-icon:before,
.pls-header-myaccount>a:before {
    font-size: 22px;
}

.pls-header-topbar .pls-header-cart .pls-header-cart-icon:before,
.pls-header-topbar .pls-header-wishlist .pls-header-wishlist-icon:before,
.pls-header-topbar .pls-header-myaccount>a:before {
    font-size: 18px;
}

.pls-header-cart-icon {
    margin-right: 5px;
}

.pls-header-icon-text {
    margin-left: 5px;
    line-height: 2.5;
}

.pls-header-topbar .pls-header-cart-icon {
    margin-right: 0;
}

.pls-header-topbar .pls-header-icon-text {
    margin-left: 5px;
}

.pls-header-cart.cart-style-2 .pls-header-icon-text {
    display: flex;
    align-items: center;
}

.pls-header-cart-count,
.pls-header-wishlist-count {
    border-radius: 50%;
    background-color: var(--brown);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: -9px;
    width: 18px;
    height: 18px;
    top: -10px;
}

.pls-header-topbar .pls-header-cart-count,
.pls-header-topbar .pls-header-wishlist-count {
    top: 0;
}

.pls-header-cart.cart-style-2 .pls-header-cart-count {
    background-color: #E6E6E6;
    color: var(--pls-header-link-color);
    margin-left: 6px;
    position: inherit;
}

.pls-site-header.header-3 .pls-header-wishlist-count {
    display: none;
}

.pls-header-cart .pls-arrow:before,
.pls-header-cart .pls-arrow:after {
    left: 93%;
}

.pls-header-myaccount {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.pls-header-topbar .pls-header-myaccount {
    display: flex;
}

.pls-navigation ul {
    margin: 0;
    list-style: none;
}

.pls-main-navigation ul.menu,
.pls-topbar-navigation ul.menu {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.pls-main-navigation,
.pls-main-navigation>ul.menu,
.pls-main-navigation>ul>li {
    display: flex;
    align-items: center;
    height: 100%
}

.pls-main-navigation ul.menu>li>a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px 15px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pls-main-navigation.pls-menu-hover-color ul.menu>li>a {
    color: #000000;
}

.pls-main-navigation.pls-menu-hover-color ul.menu>li>a:hover {
    color: var(--purple);
    background-color: var(--pls-main-menu-bg-color);
}

.pls-main-navigation ul.menu>li>a .pls-menu-text,
.pls-site-header ul.sub-menu>li>a .pls-menu-text,
.pls-megamenu-list li.menu-item>a .pls-menu-text {
    position: relative;
}

.pls-main-navigation.pls-menu-hover-line ul.menu>li>a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu>li>a .pls-menu-text:after,
.pls-menu-hover-line .pls-megamenu-list li.menu-item>a .pls-menu-text:after {
    border-bottom: 1px solid;
    content: '';
    position: absolute;
    top: 96%;
    left: 0;
    width: 0;
    transition: width 0.3s;
}

.pls-main-navigation.pls-menu-hover-line ul.menu>li>a .pls-menu-text:after {
    border-width: 2px;
}

.pls-main-navigation.pls-menu-hover-line ul.menu>li:hover>a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu>li:hover>a .pls-menu-text:after,
.pls-menu-hover-line .pls-megamenu-list li.menu-item:hover>a .pls-menu-text:after,
.pls-main-navigation.pls-menu-hover-line ul.menu>li.current-menu-item>a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu>li.current-menu-item>a .pls-menu-text:after,
.pls-main-navigation.pls-menu-hover-line ul.menu>li.current-menu-ancestor>a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu>li.current-menu-ancestor>a .pls-menu-text:after {
    width: 100%;
}

.pls-navigation ul.menu li {
    /* position: relative; */
}

.pls-navigation ul.menu ul.sub-menu {
    padding: 1.5rem 0;
}

.pls-navigation ul.menu ul.sub-menu,
.pls-navigation .pls-megamenu-wrapper {
    background-color: #ffffff;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    color: var(--pls-popup-menu-text-color);
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    pointer-events: none;
    transition: all .5s ease-out;
}

.pls-megamenu-wrapper {
    overflow: hidden;
    width: 100%;
    background: #d3d3d3;
}

.pls-navigation ul.menu ul.sub-menu {
    width: 238px;
}

.pls-navigation ul.menu>li:hover>ul.sub-menu,
.pls-navigation ul.menu>li:hover .pls-megamenu-wrapper,
.pls-navigation ul.menu li li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.pls-navigation ul.menu li li>ul.sub-menu {
    left: 100%;
    top: 0;
}

.pls-navigation ul.menu ul.sub-menu li a {
    display: block;
    padding: 5px 1.5rem;
}

.pls-navigation.pls-menu-hover-color ul.menu ul.sub-menu>li:hover>a {
    background-color: #F5F5F5;
}

.pls-navigation ul.menu>li.menu-item-has-children>a:after,
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after {
    font-size: 9px;
}

.pls-navigation ul.menu>li.menu-item-has-children>a:after {
    margin-left: 5px;
}

.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children>a {
    position: relative;
}

.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after {
    font-weight: 600;
    position: absolute;
    top: 30%;
    right: 12px;
}

.pls-navigation ul.menu a {
    font-size: 14px;
    position: relative;
}

.pls-main-navigation.pls-navigation ul.menu>li>a .pls-menu-label {
    right: 0;
}

.pls-navigation ul.menu>li>a.nav-link i {
    font-size: 1rem;
}

.pls-site-header ul.menu ul.sub-menu,
.pls-site-header .pls-megamenu-wrapper {
    color: var(--pls-popup-menu-text-color);
}

.pls-site-header ul.menu ul.sub-menu a,
.pls-site-header .pls-megamenu-wrapper a.nav-link,
.pls-site-header .pls-megamenu-wrapper a {
    color: var(--pls-popup-menu-link-color);
}

.pls-site-header .pls-megamenu-wrapper a:hover {
    color: var(--pls-popup-menu-link-hover-color);
}

.pls-site-header ul.menu ul.sub-menu>li:hover>a,
.pls-megamenu-wrapper li.menu-item a:hover {
    color: var(--pls-popup-menu-link-hover-color);
}

.pls-site-header .pls-menu-hover-color ul.menu ul.sub-menu>li:hover>a,
.pls-menu-hover-color .pls-megamenu-wrapper li.menu-item a:hover {
    background-color: var(--pls-popup-menu-hover-background);
}

/* .main_categories li {
    border-right: 1px solid #ffffff;
    padding-right: 15px;
} */

.pls-navigation .pls-megamenu-wrapper {
    padding: 20px 50px;

}

.pls-megamenu-holder .elementor-element {
    /* width: 100%; */
}

.pls-megamenu-holder,
.section_container {
    max-width: 1900px;
    margin: auto;
}

.section_container {
    padding: 50px 10px;
}

.pls-megamenu-holder .elementor-element b {
    font-size: 14px;
}

.pls-megamenu-holder .elementor-element p {
    margin-bottom: 3px;
}

.pls-megamenu-holder .elementor-element li a {
    text-transform: none !important;
}

.pls-main-navigation .pls-megamenu-item-full-width {
    position: inherit !important;
}

.pls-main-navigation .pls-megamenu-item-full-width .pls-megamenu-wrapper {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.pls-main-navigation .pls-megamenu-item-full-width .pls-megamenu-holder {
    margin: 0 auto;
}

.pls-megamenu-holder>p {
    margin: 0;
    padding: 0;
    display: inline;
}

.pls-megamenu-list.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pls-megamenu-holder .elementor-top-column>.elementor-element-populated {
    padding-bottom: 0;
    padding-top: 0;
}

.pls-megamenu-list>li>a,
.pls-megamenu-list .pls-megamenu-title {
    color: var(--pls-popup-menu-title-color) !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.pls-megamenu-list .nav-link {
    padding: 4px 6px;
}

.pls-megamenu-widgets-container {
    margin-top: 1rem;
}

.pls-megamenu-wrapper ul.cart_list li img {
    max-width: 45px !important;
}

.pls-mobile-menu {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    padding-bottom: 3.5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .50s ease, -webkit-transform .50s ease;
}

.pls-mobile-menu-wrap {
    position: relative;
    width: 100%;
}

.pls-mobile-menu .navbar-collapse {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.pls-mobile-menu-header {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
}

.pls-mobile-menu-header .pls-mobile-logo {
    display: block;
}

.pls-mobile-menu ul {
    margin: 0;
}

.pls-mobile-menu ul.sub-menu {
    padding-left: 0.6781rem;
}

.pls-mobile-menu .mobile-main-menu {
    display: inline-block;
    width: 100%;
}

.pls-mobile-menu ul.mobile-main-menu {
    list-style: none;
    padding-left: 0;
}

.pls-mobile-menu ul.mobile-main-menu li {
    list-style: none;
    margin-bottom: 0;
    position: relative;
}

ul.mobile-main-menu li.menu-item-has-children>.menu-toggle {
    cursor: pointer;
    color: #777777;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 38px;
    z-index: 9;
}

ul.mobile-main-menu li.menu-item-has-children>.menu-toggle:after {
    font-weight: 600;
    transition: .4s;
}

ul.mobile-main-menu li.active>.menu-toggle:after {
    transform: rotate(180deg);
}

.pls-mobile-menu ul.mobile-main-menu li>a {
    color: #35373b;
    display: block;
    position: relative;
}

.pls-mobile-menu ul.mobile-main-menu li>a:hover,
.pls-mobile-menu ul.mobile-main-menu li.active>a {
    color: #000000;
}

.pls-mobile-menu ul.mobile-main-menu ul {
    display: none;
}

.pls-mobile-menu ul.mobile-main-menu ul li a {
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pls-mobile-menu ul.mobile-main-menu ul li a:after {
    font-size: 14px;
}

.pls-mobile-menu ul.mobile-main-menu>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.pls-mobile-menu ul.mobile-main-menu>li>a {
    font-weight: 500;
    padding: 5px 20px;
}

.pls-mobile-menu ul.mobile-main-menu li.menu-item-has-children>a {
    padding-right: 50px;
    font-weight: 500;
}

.pls-mobile-menu ul.sub-menu>li>a {
    font-size: 15px;
}

.pls-mobile-menu-social {
    margin: 1.5rem 0;
    padding: 0 1rem;
}

.pls-mobile-menu-bottom {
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 300px;
    z-index: 91;
}

.pls-mobile-menu-bottom>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.pls-mobile-menu-bottom ul {
    list-style: none;
}

.pls-mobile-menu-bottom .pls-social {
    padding: 1rem 0;
}

.pls-mobile-navbar {
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    padding: 12px 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 992;
    transform: translateY(60px);
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}

.pls-mobile-navbar .mobile-element {
    flex: 1 0 20%;
    max-width: 20%;
    padding: 0 3px;
}

.pls-mobile-navbar .mobile-element a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pls-mobile-navbar .navbar-icon {
    color: #777777;
    font-size: 22px;
    position: relative;
}

.pls-mobile-navbar .navbar-label {
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    text-transform: uppercase;
    color: #000000;
}

.pls-mobile-navbar.navbar-label-hide .navbar-label {
    display: none;
}

.pls-mobile-navbar .pls-header-cart-count,
.pls-mobile-navbar .pls-header-wishlist-count {
    right: -12px;
    top: -5px;
}

.pls-mobile-menu ul.mobile-main-menu li.menu-item-has-children>a {
    padding-right: 50px;
    font-weight: 500;
}

/* .pls-mobile-menu ul.mobile-main-menu ul li a, */
.pls-mobile-menu ul.mobile-main-menu>li>a {
    padding: 12px 20px !important;
}

.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.search-form,
.wp-block-search {
    position: relative;
}

.search-form [type="submit"],
.wp-block-search [type="submit"] {
    background-color: #84754e;
    border-radius: 0;
    color: #ffffff;
    font-size: 0;
    bottom: 8px;
    box-shadow: none;
    line-height: 1;
    margin: 0;
    padding: 10px 10px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.search-form [type="submit"]:before,
.wp-block-search [type="submit"]:before {
    font-size: 18px;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.search-form input[type="search"] {
    height: 54px;
}

.pls-mask-overaly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity .50s ease, visibility 0s ease .50s;
}

.pls-mask-overaly.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease;
}

.pls-mobile-menu-header .close-sidebar:before {
    font-size: 12px;
    font-weight: 600;
}

.close-sidebar {
    flex: 0 0 auto;
}

.close-sidebar i {
    font-size: 30px;
    color: #510700;
}

.close-sidebar:before {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.single-product .pls-site-content {
    padding-top: 0;
    padding-bottom: 60px;
}

.pls-single-product-wrapper .pls-is-stucked+div {
    z-index: -1;
}

.pls-ajax-blok-content {
    background-color: #ffffff;
    max-width: 850px;
    position: relative;
    margin: 0 auto;
    padding: 1rem;
}

.pls-element:not(.pls-list) ul {
    list-style: none;
}

.pls-element ul {
    margin-left: 0;
    margin-top: 0;
}

.pls-element ul li {
    margin-bottom: 0;
}

.pls-megamenu-list,
.pls-sub-megamenu {
    list-style: none;
    margin: 0 !important;
}

.pls-megamenu-list li {
    margin: 0 !important;
}

.pls-megamenu-list:not(:last-child)>li.menu-item ul.pls-sub-megamenu {
    margin-bottom: 1rem;
}

.menu-item .nav-link i,
.menu-item .nav-link img {
    font-size: 14px;
    margin-right: 5px;
}

.menu-item .nav-link img {
    max-width: 16px;
    max-height: 16px;
}

.menu-item a.nav-link {
    position: relative;
}

.menu-item .pls-menu-badge {
    background-color: #ff554e;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 5px;
    bottom: 22px;
    left: 100%;
    position: absolute;
    text-transform: uppercase;
}

.pls-navigation>ul.menu>li>a.nav-link .pls-menu-badge {
    bottom: inherit;
    left: inherit;
    top: -1px;
    right: -15px;
}

.menu-item .pls-menu-badge:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 4px;
    border: 7px solid;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-width: 9px;
    border-left-width: 0;
    border-color: #ff554e;
}

.menu-item .pls-menu-badge:not(:last-child) {
    margin-right: 3px;
}

.menu-item .pls-menu-badge.label-new {
    background-color: #4AC4FA;
}

.menu-item .pls-menu-badge.label-hot {
    background-color: #FF8400;
}

.menu-item .pls-menu-badge.label-sale {
    background-color: #60BF79;
}

.pls-social a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.pls-social .social-text {
    display: none;
}

.social-title {
    display: none;
}

.pls-social.icons-shape-circle a i {
    border-radius: 50%;
}

.pls-social a i {
    display: inline-flex;
    align-items: center;
}

.pls-social.icons-size-small a i {
    font-size: 14px;
    width: 26px;
    height: 26px;
}

.pls-social.icons-size-default a i {
    font-size: 16px;
    width: 30px;
    height: 30px;
}

.pls-social.icons-size-large a i {
    font-size: 18px;
    line-height: 33px;
    width: 34px;
    height: 34px;
}

.pls-site-header .pls-social.icons-size-small a i {
    font-size: 12px;
    line-height: 24px;
    width: 26px;
    height: 26px;
}

.pls-site-header .pls-social.icons-size-default a i {
    font-size: 14px;
    width: 32px;
    height: 32px;
}

.pls-site-header .pls-social.icons-size-large a i {
    font-size: 16px;
    line-height: 33px;
    width: 36px;
    height: 36px;
}

.pls-social.icons-default a {
    color: #424242;
}

.pls-social.icons-default a:hover {
    color: #000000;
}

/* cart */
.pls-minicart-slide.opened {
    -webkit-transform: none;
    transform: none;
}

.pls-minicart-header {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 15px;
}

.pls-minicart-header .minicart-title {
    border: 0 !important;
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.pls-minicart-header .close-sidebar {
    font-size: 16px;
}

.close-sidebar {
    flex: 0 0 auto;
    font-size: 0;
}

.pls-minicart-slide .widget_shopping_cart {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    position: relative;
}

.pls-minicart-slide .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.pls-scroll {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pls-scroll>.pls-scroll-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    .sv ul.cart_list {
        padding: 1rem;
    }
}

.sv ul.cart_list {
    padding: 20px 10px !important;
}

.sv ul.cart_list,
.sv ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.cart_list li {
    border-bottom: 1px solid #696969;
}

.cart_list li:last-child {
    border: none;
}

.sv .widget_shopping_cart .cart_list li,
.sv.widget_shopping_cart .cart_list li {
    margin-bottom: 0;
    position: relative;
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.sv ul.cart_list li::after,
.sv ul.cart_list li::before,
.sv ul.product_list_widget li::after,
.sv ul.product_list_widget li::before {
    content: " ";
    display: table;
}

.sv .widget_shopping_cart .cart_list li a.remove,
.sv.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 5px;
    right: 0;
}

.sv ul.cart_list li a,
.sv ul.product_list_widget li a {
    display: block;
    line-height: 1.4;
    color: #2e2e2e;
    margin-left: 10px;
}

.sv a.remove {
    color: #2e2e2e;
    font-size: 14px;
}

.sv ul.cart_list li a:hover,
.sv ul.product_list_widget li a:hover,
.sv a.remove:hover {
    color: #000000;
}

.sv a.remove:before,
.mfp-close:before {
    content: "\F623";
    font-family: "Bootstrap-icons";
}

.widget_shopping_cart .mini-cart-item-content {
    flex: 1 1 auto;
    padding-right: 25px;
}

.sv ul.cart_list li a,
.sv ul.product_list_widget li a {
    display: block;
    line-height: 1.4;
}

.widget_shopping_cart .mini_cart_item_image {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.widget_shopping_cart .mini_cart_item_image img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.woo-custom-stock-status.in_stock_color {
    color: var(--purple) !important;
    font-size: inherit;
}

p.in_stock_color {
    color: var(--purple) !important;
    font-size: inherit;
}

ul .in_stock_color,
ul.products .in_stock_color,
li.wc-block-grid__product .in_stock_color {
    color: var(--purple) !important;
    font-size: inherit;
}

.widget_shopping_cart .mini-cart-item-content div.quantity {
    margin: 5px 0;
    border: 1px solid #000000;
    width: fit-content;
}

div.quantity {
    background-color: var(--pls-body-background);
    border: 2px solid var(--pls-border-color);
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    text-align: center;
}

.quantity label.minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    margin-left: 1px;
}

.quantity label {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    min-width: 27px;
}

.quantity label.minus:before {
    content: '\F2EA';
    font-family: "Bootstrap-icons";
}

.quantity label:before {
    color: var(--purple);
    font-size: 12px;
    font-weight: 600;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.widget_shopping_cart .mini-cart-item-content .quantity .qty {
    height: 35px;
}

.sv .quantity .qty {
    border: none;
    border-radius: 0;
    color: #424242;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    height: 43px;
    width: 40px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity label.plus {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity label.plus:before {
    content: '\F4FE';
    font-family: "Bootstrap-icons";
}

@media (max-width: 767px) {
    .pls-minicart-slide {
        width: 300px;
    }
}

.pls-minicart-slide {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: auto;
    bottom: 0;
    top: 0;
    right: 0;
    width: 375px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transform: translate3d(375px, 0, 0);
    transition: transform .50s ease;
    transition: transform .50s ease, -webkit-transform .50s ease;
}

.widget_shopping_cart .mini-cart-item-content span.quantity {
    display: flex;
    justify-content: flex-end;
}

.sv ul.cart_list li span.amount,
.sv ul.product_list_widget li span.amount {
    color: #424242;
    font-size: 16px;
}

.sv ul.cart_list li::after,
.sv ul.product_list_widget li::after {
    clear: both;
}

.sv ul.cart_list li::after,
.sv ul.cart_list li::before,
.sv ul.product_list_widget li::after,
.sv ul.product_list_widget li::before {
    content: " ";
    display: table;
}

.widget_shopping_cart .widget_shopping_cart_footer {
    border-top: 1px solid #e5e5e5;
    margin: 0 2rem;
    padding: 1rem 0;
    flex: 0 0 auto;
}

.sv-mini-cart__total {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.sv .widget_shopping_cart .total strong,
.sv.widget_shopping_cart .total strong {
    font-weight: normal;
}

.sv .widget_shopping_cart .total strong,
.sv.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.widget_shopping_cart .total .amount {
    color: #766e58;
    font-weight: 500;
    font-size: 16px;
}

.sv-mini-cart__buttons {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.sv .widget_shopping_cart .buttons a,
.sv.widget_shopping_cart .buttons a {
    margin-bottom: 8px;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-size: 17px;
}

.sv .widget_shopping_cart .buttons a,
.sv.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.sv-mini-cart__buttons a:first-child {
    background: none;
    border: 2px solid #766e58;
    color: #766e58;
}

.sv.widget_shopping_cart .buttons a.checkout {
    margin-bottom: 0;
}

.widget_shopping_cart .buttons a.checkout,
.checkout {
    background-color: var(--purple);
    color: #ffffff;
}

.mini-cart-item-quantity {
    display: flex;
    justify-content: flex-end;
}

@media (max-width:1199px) {

    .pls-site-header .pls-header-icon-text {
        display: none;
    }

    .pls-header-myaccount .customer-signinup {
        font-size: 0;
    }

    .pls-header-myaccount .customer-signinup:before {
        font-size: 22px;
        font-weight: normal;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .pls-header-col.pls-header-col-center {
        padding: 0;
    }

    .pls-main-navigation.pls-navigation ul.menu>li>a {
        padding: 0 6px;
    }
}

@media (max-width:1024px) {

    .pls-header-logo .pls-logo {
        display: none;
    }

    .pls-site-header:not(.pls-header-overlay) .pls-mobile-logo,
    .pls-site-header .pls-header-sticked .pls-mobile-logo {
        display: block;
    }

    .pls-site-header.pls-header-overlay .pls-header-navigation {
        display: none !important;
    }

    .pls-header-col-center {
        justify-content: center;
    }

    .pls-header-navigation .pls-header-col-center {
        padding-bottom: 7px;
    }

    .pls-header-navigation .pls-ajax-search form.searchform {
        border: 0;
    }

    .pls-ajax-search .searchform .search-submit {
        margin: 0;
        padding: 11px 20px;
    }

    .pls-search-popup .close-sidebar {
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
    }

    .pls-search-popup .pls-search-popup-wrap {
        padding: 25px;
        bottom: 0;
    }
}

@media (max-width:767px) {

    .pls-header-cart .cart-wrap {
        display: none;
    }

    .pls-search-popup .search-rating {
        display: none;
    }
}

@media (max-width:640px) {
    .ajax-search-style-4.ajax-search-radius .search-field {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
}

@media (max-width:575px) {
    .pls-header-myaccount>a:before {
        margin-right: 0;
    }

    .pls-header-myaccount .user-myaccount {
        font-size: 12px;
    }

    .pls-header-myaccount .user-myaccount:after {
        margin-left: 4px;
    }
}

@media (max-width: 1024px) {
    .pls-mobile-navbar {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (min-width:768px) {
    .pls-widget-area.opened {
        transform: none;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-toggle {
        cursor: pointer;
        display: inline-block;
        float: none;
        margin: 0;
        padding: 8px 0;
        text-align: left;
    }

    .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
    }

    .pls-mobile-menu.opened {
        transform: none;
    }

    .pls-mobile-menu .pls-mobile-menu-bottom .pls-social a i {
        font-size: 15px;
        width: 32px;
        height: 32px;
    }

    .pls-mobile-menu-bottom>* {
        line-height: 3.5;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .pls-mobile-menu,
    .pls-mobile-menu-bottom {
        width: 340px;
    }
}

@media (max-width:600px) {
    .pls-social a {
        margin-right: 0 !important;
    }
}

@media (max-width:1024px) {
    /* .pls-header-main {
        height: var(--pls-mobile-header-height);
    } */

    /* .pls-site-header .pls-header-main,
    .pls-site-header .pls-header-navigation {
        background-color: var(--pls-mobile-header-background-color);
        color: var(--pls-mobile-header-text-color);
        border-bottom: var(--pls-mobile-header-border-bottom);
    } */

    .pls-header-main a,
    .pls-header-navigation a {
        color: #2e2e2e;
    }

    .pls-header-main a:hover,
    .pls-header-navigation a:hover {
        color: var(--orange);
    }

    .pls-header-logo a {
        justify-content: center;
    }
}

@media (max-width:1024px) {

    .pls-mobile-bottom-navbar,
    .pls-mobile-bottom-navbar-single-page {
        padding-bottom: 65px;
    }

    .pls-mobile-bottom-navbar .pls-mobile-navbar {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .pls-mobile-bottom-navbar .pls-back-to-top,
    .pls-mobile-bottom-navbar-single-page .pls-back-to-top {
        bottom: 68px;
    }
}

@media (max-width:767px) {
    .deal_right {
        border-left: 1px solid #eeeeee !important;
        border-top: 0 !important;
    }

    .pls-widget-area.opened {
        transform: none;
    }
}

/* navbar - end */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font);
    font-weight: 300;
}

/* header - navbar */


/* navbar */
/* navbar toggle */

/* top bar */
.top_bar {
    background-color: var(--purple);
}

.top_bar a,
.top_bar i {
    color: #ffffff;
    font-size: 14px;
}

.reg_butt {
    background-color: var(--orange);
    color: #ffffff;
    padding: 10px 15px;
    height: fit-content;
    font-size: 14px;
    border: 1px solid var(--orange);
    transition: all .5s ease-out;
}

.reg_butt:hover {
    background-color: var(--purple);
    border: 1px solid var(--purple);
    transition: all .5s ease-out;
}

/* topbar-end */
.mega-menu-trigger {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mega-menu-trigger .trigger-inner {
    height: 20px;
}

.mega-menu-trigger .trigger-inner {
    width: 30px;
    position: relative;
}

.trigger-inner span:nth-child(1) {
    top: 0%;
    left: 0;
}

.trigger-inner span:nth-child(3) {
    top: 100%;
    left: 0;
}

.trigger-inner span {
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #000000;
    border-radius: 100px;
    transition: all .2s cubic-bezier(.075, .82, .165, 1);
}

.burger-active .trigger-inner span:nth-child(1) {
    transform: rotate(-45deg);
}

.burger-active .trigger-inner span:nth-child(3) {
    transform: rotate(45deg);
}

.burger-active .trigger-inner span:nth-child(1),
.burger-active .trigger-inner span:nth-child(3) {
    top: 50%;
}

.burger-active .trigger-inner p.txt {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.trigger-inner p.txt {
    font-size: 10px;
    top: 5px;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    line-height: inherit;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--purple);
    width: 32px;
    text-align: center;
}

.nav-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn {
    /* transform: translateX(-150%); */
    background-color: #000 !important;
    color: #FFF !important;
}

.nav-icon {
    width: 40px;
}

.icon-top-count {
    background-color: #ffffff;
    color: #000 !important;
}

/* nav bar */
.home-nav {
    display: none !important;
}

.logo {
    height: 75px;
}

.navbar {
    width: 100%;
    z-index: 50;
    background-color: #ffffff;
    height: 75px;
    border: 0;
    transition: top 0.4s ease, opacity 0.4s ease;
}

.navbar.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: slideDown 0.4s forwards;
}

@keyframes slideDown {
    from {
        top: -80px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.nav-menus {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.newnav {
    position: fixed !important;
    top: 0% !important;
    left: 0%;
    width: 100%;
    z-index: 50;
    background-color: #fff !important;
    box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px !important;
}

.home-d-nav {
    display: unset !important;
}

@keyframes mymove {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translatey(0%);
    }
}

.dropdown-item {
    color: black !important;
}

.search-bx {
    width: 40%;
}

.serc-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
}

.nav-item {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-active,
.nav-item:hover .nav-link {
    color: var(--orange) !important;
}

.dropdown-item.nav-active {
    background-color: var(--purple) !important;
    color: #ffffff !important;
}

.nv-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-div img {
    width: 40px;
}

.icon-div i {
    font-size: 20px;
}

.nv-icon p {
    margin-bottom: 0% !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.dropdown-item {
    background-color: unset !important;
    transition: all .5s;
    font-size: 15px;
    color: black !important;
    display: flex !important;
    align-items: center;
}

.dropdown-item i {
    margin-right: 6px;
}

.dropdown-menu {
    border-radius: 0% !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
    background-color: var(--purple) !important;
    color: #ffffff !important;
    transition: all .5s;
}

.navbar .dropdown-menu {
    min-width: 220px;
    border-radius: 0% !important;
    border-top: 3px solid var(--c1);
}

.dropdown-menu li:hover>.dropdown-menu {
    display: block;
    overflow-y: auto;
    max-height: 300px;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}

.navbar .dropdown-item {
    font-size: 14px;
}

/* mobile nav link */

.level_1_menu {
    text-transform: capitalize;
}

.level_2_menu {}

.level_3_menu {
    font-size: 13px !important;
}

/* mobile nav link - end */
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
    top: 116% !important;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 18px;
    top: 37%;
}

.navbar .dropdown-item.nav-active,
.navbar .dropdown-item:hover {
    transform: unset;
    background-color: var(--purple) !important;
    color: #ffffff !important;
    transition: all .5s;
}

.nv-fl {
    position: relative;
    overflow: hidden;
}

.nav-flower {
    width: 37%;
    position: absolute;
    bottom: -18%;
    right: -13%;
    animation: animName 15s linear infinite;
}

/* Enable dropdown on hover */
.nav-item.dropdown-hover:hover>.dropdown-menu {
    display: block;
    position: absolute;
    margin-top: 0;
    top: 75px;
}

/* Position submenu properly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.offcanvas.offcanvas-start {
    height: 100% !important;
}

.recruit_logo_parent {
    height: 107px;
    width: 252px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 991px) and (max-width: 1230px) {
    .nav-link {
        font-size: 15px !important;
    }

    .reg_butt {
        padding: 10px 15px;
        font-size: 11px;
    }

    .top_bar a,
    .top_bar i {
        color: #ffffff;
        font-size: 12px;
    }

    .top_bar .container,
    .nav_container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 950px) {
    .pls-mobile-logo {
        height: 50px !important;
    }
}

@media screen and (max-width: 390px) {
    .pls-mobile-logo {
        height: 43px !important;
    }
}

/* header - navbar - end*/

/* slider */

.c-header {
    display: flex;
    align-items: center;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.c-header__title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 2rem;
}

.c-navigation {
    flex-basis: 70%;
}

.c-navigation__list {
    padding: 0;
}

.c-navigation__list-item {
    display: inline-block;
    margin: 0 2rem;
    position: relative;
    text-transform: uppercase;
    font-size: 0.9em;
    opacity: 0.7;
    font-weight: 500;
}

.c-navigation__list-item:after {
    content: "";
    width: 2px;
    height: 100%;
    background: white;
    position: absolute;
    display: inline-block;
    right: -2rem;
}

.c-navigation__list-item:last-of-type:after {
    background: transparent;
}

.c-navigation__list-item--active {
    opacity: 1;
}

.c-navigation__list-item--active>a {
    position: relative;
}

.c-navigation__list-item--active>a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ff4c42;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
}

.c-cta {
    display: flex;
    align-items: center;
}

.c-cta>a {
    font-size: 0.9em;
    opacity: 0.7;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 2rem;
}

.c-cta__button {
    border: 0;
    background-color: transparent;
    display: inline-block;
}

.c-cta__button__search {
    width: 15px;
    height: 15px;
    margin-right: 3rem;
}

.c-cta__button__search svg {
    width: inherit;
    height: inherit;
    fill: white;
}

.c-cta__button__menu {
    width: 20px;
    height: 2px;
    background-color: white;
    position: relative;
}

.c-cta__button__menu:after,
.c-cta__button__menu:before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: inherit;
    position: absolute;
    left: 0;
}

.c-cta__button__menu:after {
    bottom: -5px;
}

.c-cta__button__menu:before {
    top: -5px;
}

.c-socials {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 1.8rem 1.8rem 0.8rem 1.8rem;
    z-index: 2;
}

.c-socials__list-item {
    margin-bottom: 1rem;
}

.c-socials__list-item a svg {
    width: 21px;
    height: 21px;
}

/* banner Start */
.banner_home {
    background: linear-gradient(#633f93d5, #633f93d5), url("../images/banner/banner-bg.png");
    /* background: linear-gradient(#633f939c, #633f93d5), url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat; */
}

.image-container {
    display: flex;
    gap: 1rem;
    width: 100%;
    /* max-width: 900px;
    width: calc(100% - 100px); */
    margin-inline: auto;
    padding: 0 1rem;
    overflow: hidden;
}

.image-container .image {
    position: relative;
    width: 200px;
    height: 67vh;
    border-radius: 1rem;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.image-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.image-container span {
    display: inline-block;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background-color: #00000062;
    backdrop-filter: blur(3px);
    padding: 0.7rem 1rem;
    border-radius: 100vw;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    transform: scale(0);
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95) 0.3s;
}

.image-container .front_sec {
    position: relative;
    height: 100%;
}

.image-container .front_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000094;
}

.image-container .active .front_sec::before {
    background-color: #00000000;
}

.image-container .main_heading {
    opacity: 1;
    position: absolute;
    transform: rotate(270deg);
    width: 100%;
    bottom: 50px;
    text-wrap-mode: nowrap;
}

.image-container .active .main_heading {
    opacity: 0;
}

.image-container .inner_content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95) 0.3s;
}

.image-container .inner_content div {
    background-color: #000000a8;
    backdrop-filter: blur(5px);
    width: 80%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.image-container .inner_content button {
    padding: 10px 20px;
}

.image-container .inner_content p {
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
}

.image-container .active .inner_content {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95) 0.3s;
}

.image-container .active {
    width: 100%;
}

.image-container .active span {
    transform: scale(1);
}

@media (max-width: 576px) {
    .image-container {
        flex-direction: column;
        max-width: 2000px;
        width: 100%;
        /* height: 400px; */
    }

    .image-container .image {
        width: 100%;
        height: 60px;
        transition: height 0.5s ease-in-out;
    }

    .image-container .main_heading {
        transform: none;
        bottom: 7px;
        font-size: 23px;
    }

    .image-container .inner_content div {
        width: 91%;
    }

    .image-container span {
        display: none;
    }

    .image-container .image img {
        width: 100%;
        height: 100%;
    }

    .image-container .active {
        height: 300px;
    }
}

@media screen and (min-width: 3000px) {
    .image-container .image {
        height: 30vh;
    }
}


/* .banner_main {
    background: linear-gradient(#633f939c, #633f939c), url(../images/banner-bg.png);
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_main button {
    background-color: #ffffff;
    color: var(--purple);
    border: 1px dashed var(--purple);
    font-size: 19px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all .5s ease-out;
}

.banner_main #typewriter {
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid white;
    width: fit-content;
}

.banner_main button:hover {
    background-color: var(--orange);
    color: #ffffff;
    transition: all .5s ease-out;
}

.banner_main .custom-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.banner_main .custom-flex-wrapper .item {
    flex: 0 0 calc(20% - 20px);
    text-align: center;
    color: white;
}

.banner_main .custom-flex-wrapper .item img {
    width: 100%;
    display: block;
    margin-top: 10px;
    border: 5px solid #ffffff79;
} */

/* welcome-modal Start*/

#welcomeModal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
}

#welcomeModal input {
    border: 1px solid #9b9b9b;
    padding: 5px 10px;
    height: 40px;
}

#welcomeModal :placeholder-shown {
    font-size: 14px;
}

#welcomeModal .left_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 576px) {
    #welcomeModal .modal-dialog {
        max-width: 650px;
    }
}

/* welcome-modal End*/
/* Responsive - 2 in a row for screens below 992px */
@media (max-width: 991.98px) {
    .banner_main .custom-flex-wrapper .item {
        flex: 0 0 calc(50% - 20px);
        /* 2 per row */
    }

    .banner_main {
        height: 100%;
    }

    .banner_main .heading_small {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 992px) {

    .custom-flex-wrapper {
        align-items: flex-end;
        padding-bottom: 30px;
    }

    .section_container,
    .custom-flex-wrapper {
        height: 100%;
    }

    .banner_main h1 {
        font-size: 55px;
    }

    .banner_main h2 {
        font-size: 50px;
    }

    .banner_main p {
        font-size: 20px;
    }
}

/* banner end */

/* steps */
.steps_sec_parent img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

/* home about */
/* button */
.site_button {
    height: 75px;
}

.site_button .group {
    height: 62px;
}

.site_button .group:hover .outline_down {
    top: 0;
    left: 0;
}

.site_button .group .a_div {
    font-weight: 600;
    z-index: 10;
    background-color: var(--orange);
    color: #ffffff;
}

.site_button .top-0 {
    top: 0;
}

.site_button .top-1 {
    top: 0.5rem;
}

.site_button .left-2 {
    left: 0.5rem;
}

.right-0 {
    right: 0;
}

.site_button .bottom-0 {
    bottom: 0;
}

.site_button .rotate-180 {
    transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.site_button .outline_down div {
    border-bottom: 1px solid var(--orange);
}

@media (min-width: 576px) {
    .site_button .outline_img_1 {
        height: 50px;
    }
}

@media (min-width: 992px) {
    .site_button .outline_img_1 {
        height: 62px;
    }
}

/* button - end */
/* breadcrumbs start */

.breadcrumbs {
    background: linear-gradient(#00000096, #00000096), url(../images/breadcrumbs_bg.webp);
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs .container>div {
    background: #000000a4;
    backdrop-filter: blur(5px);
    padding: 20px 30px;
    width: fit-content;
    margin: auto;
    color: #ffffff;
}

.breadcrumbs .container>div i {
    font-size: 12px;
}

.breadcrumbs .breadcrumb_sub {
    font-size: 15px;
}

.breadcrumbs h2,
.breadcrumbs a,
.breadcrumbs p {
    color: #ffffff;
}

.breadcrumbs a:hover {
    color: var(--orange);
}

.webinar_breadcrumbs {
    background: linear-gradient(#00000096, #00000096), url(../images/webinar-banner.jpeg) !important;
    height: 280px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.recruitment_breadcrumbs {
    background: linear-gradient(#00000096, #00000096), url(../images/recruitment-banner.webp) !important;
    height: 280px;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.placed_breadcrumbs {
    background: linear-gradient(#000000c9, #000000c9), url(../images/placed-students-banner.webp) !important;
    height: 280px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.testimonial_breadcrumbs {
    background: linear-gradient(#000000c9, #000000c9), url(../images/testimonial-banner.jpg) !important;
    height: 280px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.terms_and_cond_breadcrumbs {
    background: linear-gradient(#000000c9, #000000c9), url(../images/t-c-breadcrumb.jpg) !important;
    height: 280px;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.blog_breadcrumbs {
    background: linear-gradient(#000000c9, #000000c9), url(../images/blog-breadcrumb.webp) !important;
    height: 280px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.drives_parent p {
    color: #4c4c4c;
}

.drives_parent .col-12 {
    transform: scale(1);
    transition: all .5s ease-out
}

.drives_parent .col-12:hover {
    transform: scale(1.01);
    cursor: pointer;
    transition: all .5s ease-out
}

.drive-details {
    background: #fff;
    border-radius: 12px;
    padding: 0 2rem;
    /* box-shadow: 0px 4px 12px #00000014; */
}

.drive-details h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.drive-details p {
    font-size: 1rem;
    line-height: 1.6;
}

.drive-meta {
    margin-top: 1.5rem;
}

.drive-details iframe {
    width: 100%;
    height: 900px;
    border: none;
    margin-top: 2rem;
    border-radius: 8px;
}

/* breadcrumbs end */
.bg_text {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c4c4c400;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
    text-wrap: nowrap;
    -webkit-text-stroke: 2px #dfc7ff31;
    bottom: 40px;
    left: 82%;
    user-select: none;
}

.home_abt {
    position: relative;
}

.home_abt::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 600px;
    background: linear-gradient(#ffffffec, #ffffffec), url(../images/vector-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.home_abt.graphic_design_abt::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(#ffffffec, #ffffffec), url(../images/vector-graphic-design.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/* .home_abt .container {
    width: 90%;
    height: 100%;
    max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 60px;
    padding: 35px 0;
} */

.sub_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
}

.home_abt .contentLeft,
.home_abt .contentRight {
    width: 100%;
}

.home_abt .contentLeft .row .imgWrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 !important;
    box-shadow: 5px 10px 10px #00000026;
}

.home_abt .contentLeft .row .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    transition: 0.3s ease;
}

.home_abt .contentLeft .row .imgWrapper:hover img {
    transform: scale(1.05);
}

.home_abt .contentLeft .about_sub_img:nth-child(odd) {
    transform: translateY(-20px);
}

.home_abt .contentLeft .about_sub_img:nth-child(even) {
    transform: translateY(20px);
}

.home_abt .contentRight .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home_abt .contentRight .content h2 {
    font-size: 40px;
    color: #1e272e;
}

.home_abt .contentRight .content p {
    /* font-size: 16px; */
    color: #343434;
    line-height: 28px;
}

@media(max-width: 768px) {
    /* .home_abt .container {
        grid-template-columns: 1fr;
    }

    .home_abt .contentLeft .row {
        grid-template-columns: repeat(2, 1fr);
    } */

    .home_abt .contentLeft .row .imgWrapper {
        height: 150px;
    }

    .home_abt .contentRight .content h4 {
        font-size: 18px;
    }

    .home_abt .contentRight .content h2 {
        font-size: 30px;
    }

    .logo {
        height: 68px;
    }
}

/* counter */

/* .counter_sec {
    background: linear-gradient(#000000b6, #000000b6),
        url("../images/sec-bg.webp");
} */
.landingPageCourse img {
    height: 196px;
    object-fit: cover;
}

/* gsap animation - sec */
.contentRight h3,
.scroll_sec h3,
.contentRight .h3,
.scroll_sec .h3 {
    /* letter-spacing: 2px; */
    font-size: 40px;
    font-weight: bolder;
    text-transform: uppercase;
}

.contentRight .stroke-text-px.text-bg-black {
    -webkit-text-fill-color: #ffffff !important;
}

.contentRight .-left-1\.5 {
    left: -1.5px;
}

.course_list_parent .contentRight .-left-1\.5 {
    left: 0;
    right: 0;
    margin-left: -3px;
}

.contentRight .top-1\.5 {
    top: 0.5px;
}

.scroll_sec .wrapper,
.scroll_sec .content {
    position: relative;
    width: 100%;
    z-index: 1;
}

.scroll_sec .content {
    overflow-x: hidden;
}

.scroll_sec .content .section {
    width: 100%;
    height: 98vh;
    position: relative;
}

.scroll_top_parent {
    position: relative;
    z-index: 1;
    height: 90vh;
    width: 90vw;
    margin: auto;
    /* opacity: 0; */
    transform: scale(0);
    transition: all 1s ease-out;
}

.scroll_top_parent.active {
    /* opacity: 1; */
    transform: scale(1);
    transition: all 1s ease-out;
}

.stroke-text-px.text-bg-black {
    -webkit-text-fill-color: #000;
}

.stroke-text-px {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--purple);
    -webkit-text-fill-color: transparent;
}

.top-1\.5 {
    top: 0.375rem;
}

.-left-1\.5 {
    left: -0.375rem;
}

.scroll_sec .content .section .hero {
    position: absolute;
    background-image: url(../images/scroll-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.scroll_sec .content .section.bg-sec-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll_sec .image-container {
    width: 100%;
    height: 98vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    perspective: 500px;
    overflow: hidden;
}

.scroll_sec .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.counter_sec h4 {
    font-size: 45px;
    color: var(--orange);
}

.counter_sec p {
    color: #000000;
}

.counter_inner {
    box-shadow: 1px 1px 13px 0px #0000001c;
    padding: 20px 10px;
    border-radius: 10px;
}

.counter_icon {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: var(--purple);
    border: 2px dashed #ffffff;
}

.counter_left {
    background: linear-gradient(#000000b6, #000000b6), url("../images/sec-bg.webp");
    border-radius: 10px;
}

.counter_icon img {
    height: 100%;
    padding: 10px;
}

.counter_inner p {
    margin: 0;
}

.counter_sec .counter_parent:last-child .counter_inner {
    border-right: none;
}

.bi-star,
.bi-star-fill {
    color: var(--orange);
}

.course_list a {
    color: #1e272e;
    padding-left: 0;
    transition: all .3s ease-out;
}

.course_list a:hover {
    color: var(--orange);
    padding-left: 10px;
    transition: all .3s ease-out;
}

.small {
    font-size: 14px;
}

.sec_bg_2 {
    background: linear-gradient(#000000b6, #000000b6),
        url("../images/sec-bg-2.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.recruiters_parent img {
    max-width: 204px;
    height: 59px;
    object-fit: contain;
}

/* course list start */

.course_list_parent .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.course_list_parent .wrapper:focus {
    outline: 0;
}

.course_list_parent .clash-card {
    background: #ffffff;
    height: 100%;
    width: 300px;
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 20px -5px #00000040;
}

.course_list_parent .clash-card__image {
    position: relative;
    height: 230px;
    margin-bottom: 35px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.wrapper img {
    position: absolute;
}

.wrapper.one img {
    position: absolute;
    width: 355px;
    left: -28px;
    top: -13px;
}

.wrapper.two img {
    width: 368px;
    top: -15px;
    left: -20px;
}

.wrapper.three img {
    width: 368px;
    top: -15px;
    left: -20px;
}

.wrapper.four img,
.wrapper.five img {
    width: 400px;
    top: -65px;
    left: -70px;
}

.course_list_parent .clash-card__image--civil {
    background: url("../images/course-bg-1.jpg");
    background-size: cover;
}

.course_list_parent .clash-card__image--mech-cad {
    background: url("../images/course-bg-2.jpg");
    background-size: cover;
}

.course_list_parent .clash-card__image--graphic {
    background: url("../images/course-bg-3.jpg");
    background-size: cover;
}

.course_list_parent .clash-card__image--graphic img {
    width: 340px;
    position: absolute;
    top: -30px;
    left: -25px;
}

.course_list_parent .clash-card__image--vfx {
    background: url("../images/course-bg-4.jpg");
    background-size: cover;
}

.course_list_parent .clash-card__image--vfx img {
    width: 345px;
    position: absolute;
    top: -21px;
    left: -37px;
}

.course_list_parent .clash-card__image--gaming {
    background: url("../images/course-bg-5.jpg");
    background-size: cover;
}

.course_list_parent .clash-card__image--gaming img {
    width: 345px;
    position: absolute;
    top: -28px;
    left: -10px;
}

.course_list_parent .clash-card__level {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.course_list_parent .clash-card__unit-name {
    font-size: 26px;
    color: black;
    font-weight: 900;
    margin-bottom: 5px;
}

.course_list_parent .clash-card__unit-description {
    padding: 0 20px;
    margin-bottom: 10px;
}

.course_list_parent .clash-card__unit-description p {
    text-align: center;
}

.course_list_parent .clash-card__unit-stats {
    color: white;
    font-weight: 700;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.course_list_parent .clash-card__unit-stats .one-third {
    width: 33%;
    float: left;
    padding: 20px 15px;
}

.course_list_parent .clash-card__unit-stats sup {
    position: absolute;
    bottom: 4px;
    font-size: 45%;
    margin-left: 2px;
}

.course_list_parent .clash-card__unit-stats .stat {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
}

.course_list_parent .clash-card__unit-stats .stat-value {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.course_list_parent .clash-card__unit-stats .no-border {
    border-right: none;
}

.course_list_parent .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.course_list_parent .slick-prev {
    left: 100px;
    z-index: 999;
}

.course_list_parent .slick-next {
    right: 100px;
    z-index: 999;
}

@media screen and (max-width: 490px) {

    .course_list_parent .clash-card {
        width: 90%;
    }

    .course_list_parent .wrapper img {
        position: absolute;
        left: 3px !important;
        width: 347px !important;
    }

    .counter_left h3 {
        line-height: 2 !important
    }
}

/* course list end */

/* testimonial */
.testimonial_parent.home_testimonial {
    background: linear-gradient(#000000a8, #000000a8), url(../images/sec-bg.webp);
}

.testimonial_parent .testi-item {
    position: relative;
    background-color: #ffffff;
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9;
    overflow: hidden;
}

.testimonial_parent .testi-item img {
    display: inline-block;
}

.testimonial_parent .testi-item_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.testimonial_parent .testi-item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.testimonial_parent .testi-item_img {
    position: relative;
    min-width: 80px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}


.testimonial_parent .testi-item_img:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -50px;
    width: 2px;
    height: 179px;
    background-color: #D2D2D2;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial_parent .testi-item_img img {
    background: #aedede;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .testimonial_parent .testi-item_text {
        font-size: 16px;
        line-height: 30px;
    }
}

.testimonial_parent .testi-item_text {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: -8px;
    margin-bottom: 20px;
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.testi-item_wrapper strong {
    color: var(--orange);
}

.testi-item_wrapper span {
    font-size: 13px;
}

.testimonial_parent .testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial_parent.home_testimonial .testi-item:hover {
    background-color: #633f9373;
    backdrop-filter: blur(5px);
}

.testimonial_parent.home_testimonial .testi-item:hover .testi-item_text,
.testimonial_parent.home_testimonial .testi-item:hover .testi-item_name {
    color: #ffffff;
}

.testimonial_parent .testi-item .testi-item_name {
    font-size: 20px;
}

.testimonial_parent .slick-prev,
.testimonial_parent .slick-next {
    display: none !important;
}

@media (max-width: 1499px) {
    .testimonial_parent .testi-item {
        padding: 30px;
    }
}

/*  */
@media (min-width: 1200px) {
    .xl\:h-\[600px\] {
        height: 600px;
    }
}

@media (min-width: 992px) {
    .lg\:h-\[740px\] {
        height: 740px;
    }
}

@media (min-width: 768px) {
    .md\:h-\[600px\] {
        height: 600px;
    }
}

@media (min-width: 576px) {
    .sm\:h-\[500px\] {
        height: 500px;
    }
}

@media (min-width: 576px) {
    .sm\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

.home-two-hero {
    mask: url(../images/image-mask-overlay.svg) !important;
    -webkit-mask: url(../images/image-mask-overlay.svg) !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 0% 85%;
    -webkit-mask-size: 0% 85%;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    /* transform: scale(1); */
    /* opacity: 0; */
    /* animation: scaleIn 1s 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards; */
}

/* @keyframes scaleIn {
    100% {
        opacity: 1;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
} */

.home-two-banner-bg-blur {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.bg-black\/50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.z-10 {
    z-index: 10;
}

.z-30 {
    z-index: 30;
}

/* course page*/


.course_right {
    background-color: var(--orange);
}

.course_right p {
    font-size: 15px;
}

.course_button {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 5px 15px;
    background-color: var(--orange);
}

.course_button:hover {
    border: 2px solid var(--orange);
    color: var(--orange);
    padding: 5px 15px;
    background-color: #ffffff;
}

/* accordian course */


.accordion-item {
    background-color: #fff;
    border: none;

}

.accordion-button {
    background-color: #f2F2F2;
    box-shadow: none;
    border: none;
    padding: 20px 50px;
    margin: 4px 0;
}

.accordion-button:not(.collapsed) {
    border-bottom: 4px solid var(--purple);
    color: var(--purple);
    font-weight: bold;
    background-color: #f2F2F2;
}

#myTabContent li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 20px;

}

#myTabContent ul {
    padding: 0;
}

#myTabContent li::before {
    position: absolute;
    content: '\F6FD';
    font-size: 15px;
    color: var(--purple);
    left: 0;
    font-family: "bootstrap-icons";

}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("https://nsm09.casimages.com/img/2021/06/17//21061710471725998217466601.png");
    transform: rotate(-180deg);
}

.accordion-body {
    border: 1px solid #eeeeee;
}

.accordion-button i {
    color: var(--orange);
    padding-right: 10px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("https://nsm09.casimages.com/img/2021/06/17//21061710471725998217466600.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

/* accordian course end */
/* tabs Start */
.fancyTab {
    text-align: center;
    padding: 0;
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
    top: 15px;
    height: 100%;
    min-height: 72px;
    transition: top .2s;
}

.detail_featu_des {
    border-bottom: 1px dashed var(--purple);
}

.fancyTab.active {
    top: 0;
    transition: top .2s;
}

/*
.fancyTab a {
    padding: 25px 0 15px 0;
    width: 100%;
} */
/*
.fancyTab.active a {
    padding: 15px 0;
} */

.whiteBlock {
    display: none;
}

.fancyTab.active .whiteBlock {
    display: block;
    height: 2px;
    bottom: -2px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    z-index: 1;
}

.fancyTab a {
    font-size: 1.65em;
    font-weight: 300;
    width: 100%;
    color: #333;
    transition: .2s;
}

.fancyTab.active a {
    color: #ffffff !important;
    transition: all .5s ease-out;
}

.fancyTabs {
    border-bottom: 2px solid #ddd;
    margin: 15px 0 0;
}

li.fancyTab a {
    top: -15px;
}

.fancyTab .fa {
    font-size: 40px;
    width: 100%;
    padding: 15px 0 5px;
    color: #666;
}

.fancyTab.active .fa {
    color: #cfb87c;
}

.fancyTab a:focus {
    outline: none;
}

.fancyTabContent {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position: relative;
    background-color: #fff;
}

.nav-tabs>li.fancyTab.active>a,
.nav-tabs>li.fancyTab.active>a:focus,
.nav-tabs>li.fancyTab.active>a:hover {
    border-width: 0;
}

.nav-tabs>li.fancyTab:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs>li.fancyTab.active:hover {
    background-color: var(--orange);
    color: #ffffff !important;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    transition: all .5s ease-out;
}

.nav-tabs>li.fancyTab:hover a {
    border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color: transparent;
    border-bottom: 0;
}

.nav-tabs>li.fancyTab:hover a {
    border-right: 1px solid transparent;
}

.nav-tabs>li.fancyTab>a {
    margin-right: 0;
    border-top: 0;
    margin-bottom: -30px;
    height: 72px;
    padding: 10px;
}

.nav-tabs>li.fancyTab {
    margin-right: 0;
    margin-bottom: 0;
}

.nav-tabs>li.fancyTab:last-child a {
    border-right: 1px solid transparent;
}

.nav-tabs>li.fancyTab.active:last-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
    box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
    box-shadow: none;
}

.tabs .nav-tabs li.fancyTab.active:hover a {
    color: #ffffff !important;
}

.fancyTab.active {
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    background-color: var(--orange);
    transition: all .5s ease-out;
}

.fancyTab span {
    font-size: 15px;
    font-weight: 700;
    text-align: start;
}

.arrow-down {
    display: none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #ddd;
    position: absolute;
    top: -1px;
    left: calc(50% - 20px);
}

.arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
}

.fancyTab.active .arrow-down {
    display: block;
}

@media (max-width: 1200px) {

    .fancyTab .fa {
        font-size: 36px;
    }

    .fancyTab .hidden-xs {
        font-size: 22px;
    }

}


@media (max-width: 992px) {

    .fancyTab .fa {
        font-size: 33px;
    }

    .fancyTab .hidden-xs {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }
}


@media (max-width: 768px) {

    .fancyTab>a {
        font-size: 18px;
    }

    .nav>li.fancyTab>a {
        padding: 15px 0;
        margin-bottom: inherit;
    }

    .fancyTab .fa {
        font-size: 30px;
    }

    .nav-tabs>li.fancyTab>a {
        border-right: 1px solid transparent;
        top: 0;
        padding: 0;
    }

    .fancyTab.active .fa {
        color: #333;
    }

}

/* tabs End */


/* course page - end */
/* contact page */

input,
select {
    border-radius: 0;
}

.form-item {
    position: relative;
    margin-bottom: 15px;
}

.form-item input,
.form-item select {
    height: 45px;
    padding: 0 15px;
}

.form-item textarea {
    height: 150px;
}

.form-item select {
    background-color: transparent;
}

.form-item input,
.form-item select,
.form-item textarea {
    display: block;
    width: 100%;
    color: #eeeeee;
    background: #ffffff;
    border: solid 1px #ccc;
    transition: all .3s ease;
}

select option {
    color: #000000;
}

.form-item input:focus+label,
.form-item input:not(:placeholder-shown)+label,
.form-item select:focus+label,
.form-item select:not(:placeholder-shown)+label,
.form-item textarea:focus+label,
.form-item textarea:not(:placeholder-shown)+label {
    font-size: 11px;
    top: -8px;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 1;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #ffffff;
    padding: 0 3px;
    color: #999;
    transition: all .3s ease;
}

.contact_inner {
    background: #ffffff;
    backdrop-filter: blur(5px);
    padding: 30px 20px;
}

/* footer */
footer {
    background: linear-gradient(#f5f5f5f1, #f5f5f5f1), url("../images/footer-bg.png");
    background-repeat: repeat-x;
    /* background-size: cover; */
    background-position: bottom;
    background-attachment: fixed;
}

.footer_links i {
    color: var(--orange);
}

.footer_links ul {
    padding-left: 0;
    line-height: 22px;
}

.footer_links li {
    list-style: none;
}

.footer_links a {
    color: #343434;
    font-size: 14px;
}

.copyrights_footer p {
    font-size: 13px;
}

.copyrights_footer a {
    color: #1e272e;
}

.copyrights_footer a:hover {
    color: var(--orange);
}

/* ToTop */
.scroll-to-top {
    position: fixed;
    bottom: -60px;
    right: 20px;
    display: flex;
    font-size: 20px;
    padding: 10px 15px;
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    animation: action 1s infinite alternate;
    transition: all .3s ease-out;
}

.scroll-to-top:hover {
    background: var(--purple);
    transition: all .3s ease-out;
}

.scroll-to-top:focus {
    outline: none;
    border: none;
}

.scroll-to-top.show {
    bottom: 20px;
}

.detail_page footer {
    margin-bottom: 80px;
}

a.scroll-to-top:focus {
    color: white;
}

@keyframes action {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-15px)
    }
}


@media (min-width: 1200px) {
    .xl\:text-\[6\.3vw\] {
        font-size: 6.3vw;
    }
}

@media (min-width: 576px) {
    .sm\:text-\[8vw\] {
        font-size: 8vw;
    }
}

/* scroll - anim end */
/* bottom bar start */

.bottom_bar {
    background-color: #ffffff;
    position: fixed;
    bottom: -100px;
    width: 100%;
    box-shadow: -1px 2px 10px 0px #00000024;
}

.bottom_bar.show {
    bottom: 0;
}

/* bottom bar end */


/* responsive */

/* .u-scale-in {
    transform: scale(1);
} */

@media only screen and (max-width: 1300px) {
    .c-slide__title {
        font-size: 3em;
    }

    .c-slide__title--large {
        font-size: 2em;
    }

    .c-wrap--small {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1100px) {
    .c-navigation {
        display: none;
    }

    .c-header {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 991px) {

    .accordion-button {
        padding: 20px 20px;
    }

    .journey_begin h3 {
        font-size: 24px;
    }

    .header .nav-item {
        height: fit-content !important;
    }

    #fancyTabWidget .nav-item {
        height: 100% !important;
        min-height: auto;
        overflow: hidden;
    }

    .offcanvas {
        width: 100% !important;
    }

    /* #welcomeModal .left_img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    } */

    .detail_page .scroll-to-top.show {
        bottom: 80px;
    }
}

@media only screen and (max-width: 800px) {
    .scroll_sec_sm {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }

    .testimonial_parent .testi-item_wrapper {
        flex-direction: column;

    }

    .testimonial_parent .testi-item_img:before {
        transform: rotate(90deg);
    }

    .counter_sec .counter_inner {
        border-right: none !important;
    }

    .text-uppercase.ps-4 {
        padding-left: 0 !important;
        margin: 10px;
    }

    .inner_scroll_robot {
        position: relative;
    }

    .inner_scroll_robot:before {
        position: absolute;
        content: "";
        background: #000000c2;
        height: 100%;
        width: 100%;
        top: 0;
    }

    .c-slider {
        overflow: hidden;
        max-height: 65vh;
    }

    .scroll_sec h3,
    .scroll_sec .h3 {
        font-size: 35px;
    }

    .c-slide__title--medium {
        font-size: 1.3em;
    }

    .c-wrap {
        padding: 1rem 0;
    }

    .c-slide__title {
        font-size: 1.5em;
    }

    .c-slide__title--large {
        line-height: 50px;
        font-size: 1.5em;
    }

    .c-wrap--small {
        max-width: 80%;
    }

    .c-slide {
        height: 65vh;
        align-items: end;
    }

    /* .scroll_sec .image-container img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center center;
    } */
}

/* webinar */
.webinar_parent .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 280px;
    overflow: hidden;
}

.webinar_parent .card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.webinar_parent .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #ff8c00;
    /* font-size: 12px; */
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.webinar_parent .card-image {
    position: relative;
}

.webinar_parent .card-content {
    padding: 15px;
}

.webinar_parent .card-content h4 {
    /* font-size: 16px; */
    margin: 0 0 10px;
    font-weight: bold;
    color: #222;
}

.webinar_parent .author {
    display: flex;
    align-items: center;
    /* font-size: 13px; */
    color: #666;
    margin-bottom: 8px;
}

.webinar_parent .author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
}

.webinar_parent .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    /* font-size: 13px; */
    color: #444;
    margin-bottom: 12px;
}

.webinar_parent .rating span {
    color: #f39c12;
}

.webinar_parent .card-footer {
    display: flex;
    justify-content: space-between;
    /* font-size: 12px; */
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.webinar_parent .card-footer div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.landing_page_links a {
    position: relative;
    color: #343434;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    width: fit-content;
}

.landing_page_links a:before {
    content: "\f280";
    font-family: "Bootstrap-icons";
    /* position: absolute; */
    left: 0;
    color: var(--orange);
}

/* gallery start */
.mfp-with-zoom .mfp-title,
.touch .gallery-image figcaption,
html:not(.touch) .gallery-image figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: rgba(255, 255, 255, 0);
    padding: 1em;
    transition: all 0.2s ease;
    font-weight: 600;
    max-width: calc(100% - 9em);
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
}

.mfp-with-zoom .mfp-title:before,
.touch .gallery-image figcaption:before,
html:not(.touch) .gallery-image figcaption:before,
.mfp-with-zoom .mfp-title:after,
.touch .gallery-image figcaption:after,
html:not(.touch) .gallery-image figcaption:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 1em;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

figcaption:before,
figcaption:after,
.mfp-title:before,
.mfp-title:after {
    box-sizing: initial;
}

.mfp-with-zoom .mfp-title:before,
.touch .gallery-image figcaption:before,
html:not(.touch) .gallery-image figcaption:before,
.mfp-with-zoom .mfp-title:after,
.touch .gallery-image figcaption:after,
html:not(.touch) .gallery-image figcaption:after {
    right: 100%;
    bottom: 100%;
}

.mfp-with-zoom .mfp-title:after,
.touch .gallery-image figcaption:after,
html:not(.touch) .gallery-image figcaption:after {
    left: 100%;
    top: 100%;
}

.mfp-with-zoom.mfp-ready .mfp-title,
.touch .gallery-image figcaption,
html:not(.touch) .gallery-image:hover figcaption {
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease 0.3s;
}

.mfp-with-zoom.mfp-ready .mfp-title:before,
.touch .gallery-image figcaption:before,
html:not(.touch) .gallery-image:hover figcaption:before,
.mfp-with-zoom.mfp-ready .mfp-title:after,
.touch .gallery-image figcaption:after,
html:not(.touch) .gallery-image:hover figcaption:after {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready .mfp-title:before,
.touch .gallery-image figcaption:before,
html:not(.touch) .gallery-image:hover figcaption:before {
    right: -1.5em;
    bottom: -1.5em;
}

.mfp-with-zoom.mfp-ready .mfp-title:after,
.touch .gallery-image figcaption:after,
html:not(.touch) .gallery-image:hover figcaption:after {
    left: -1.5em;
    top: -1.5em;
}

/* html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
} */

.gallery {
    -moz-column-gap: 0;
    column-gap: 0;
}

@media (min-width: 480px) {
    .gallery {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1260px) {
    .gallery {
        -moz-column-count: 3;
        column-count: 3;
    }
}

.gallery-image {
    position: relative;
    margin: 0;
    padding: 0;
}

.gallery-image:before,
.gallery-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 16px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    will-change: border;
}

.gallery-image:after {
    border-width: 0;
}

.gallery-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

html:not(.touch) .gallery-image {
    overflow: hidden;
}

html:not(.touch) .gallery-image:hover:before {
    border-width: 16px;
}

html:not(.touch) .gallery-image:hover:after {
    border-width: 32px;
}

.touch .gallery-image figcaption {
    top: auto;
    bottom: 2em;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-bg {
    background-color: rgba(0, 0, 0, 0.9);
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-with-zoom img.mfp-img {
    padding: 0;
}

.mfp-with-zoom .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-with-zoom .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-content {
    overflow: hidden;
}

.mfp-with-zoom .mfp-bottom-bar {
    top: auto;
    bottom: 0;
    margin-top: 0;
}

.mfp-with-zoom .mfp-title {
    top: auto;
    bottom: 2em;
}

.mfp-arrow {
    opacity: 1;
    margin-top: 0 !important;
    width: 20%;
    height: 30%;
    position: relative;
    transform: translateY(-50%);
}

.mfp-arrow:before,
.mfp-arrow:after {
    /* position: absolute;
    content: "";
    font-family: "Bootstrap-icons";
    color: #ffffff; */

    /* margin: 0;
    border: none;
    width: 2rem;
    height: 2rem;
    transform: rotate(-45deg) translate(-50%, -100%);
    opacity: 1;
    top: 50%;
    left: 50%;
    transition: all 0.15s; */
}

.mfp-arrow:active {
    transform: translateY(-50%) scale(0.95);
    transition: all .5s ease-out;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:before,
.mfp-arrow-left:after {
    border-top: 2px solid white;
    border-left: 2px solid white;
    transition: all .5s ease-out;
}

.mfp-arrow-left:after {
    margin-left: 2rem;
    transition: all .5s ease-out;
}

.mfp-arrow-left:hover:before,
.mfp-arrow-left:active:before {
    margin-left: 2rem;
    transition: all .5s ease-out;
}

.mfp-arrow-left:hover:after,
.mfp-arrow-left:active:after {
    margin-left: 0;
    transition: all .5s ease-out;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:before,
.mfp-arrow-right:after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.mfp-arrow-right:after {
    margin-left: 2rem;
    transition: all .5s ease-out;
}

.mfp-arrow-right:hover:before {
    margin-left: 2rem;
    transition: all .5s ease-out;
}

.mfp-arrow-right:hover:after {
    margin-left: 0;
    transition: all .5s ease-out;
}

button.mfp-close {
    opacity: 1;
    margin-top: 0 !important;
    width: 10%;
    height: 10%;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

button.mfp-close:before,
button.mfp-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    border: none;
    width: 1rem;
    height: 1rem;
    opacity: 1;
    transition: all 0.15s;
    transform-origin: 0 0;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

button.mfp-close:before {
    transform: rotate(-45deg);
}

button.mfp-close:after {
    transform: rotate(135deg);
}

button.mfp-close:hover:before {
    transform: rotate(135deg);
}

button.mfp-close:hover:after {
    transform: rotate(315deg);
}

button.mfp-close:active {
    transform: scale(0.95);
}

/* gallery end */

/* testimonial start */
.testimonial_inner_parent .testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial_inner_parent .testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}

.testimonial_inner_parent .testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    opacity: 0.65;
}

.testimonial_inner_parent .gallery-thumbs {
    height: 100%;
}

.testimonial_inner_parent .gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.testimonial_inner_parent .gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}

.testimonial_inner_parent .gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.testimonial_inner_parent .gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}

.testimonial_inner_parent .gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial_inner_parent .testimonial-section .quote {
    width: 75%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}

.testimonial_inner_parent .swiper-container.testimonial {
    height: 100vh;
}

.testimonial_inner_parent .testimonial-section .user-saying {
    background: var(--orange);
    width: 60%;
    color: #fff;
    height: 100%;
}

.testimonial_inner_parent .testi-user-img {
    width: 40%;
}

.testimonial_inner_parent .testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.testimonial_inner_parent .testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.testimonial_inner_parent .quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}

.testimonial-pagination button:hover,
.testimonial-pagination button.active {
    background: var(--orange);
    color: #fff;
    transition: all .5s ease-out;
}

.testimonial-pagination button {
    border: 1px solid var(--orange);
    color: var(--orange);
    border-radius: 3px;
    transition: all .5s ease-out;
}

@media screen and (max-width: 991px) {
    .testimonial-section {
        flex-direction: column;
    }

    .testimonial_inner_parent .testi-user-img {
        width: 100%;
    }

    .testimonial_inner_parent .testimonial-section .user-saying {
        width: 100%;
    }

    .testimonial_inner_parent .testimonial-section .quote {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial_inner_parent .swiper-container.testimonial {
        height: 55vh;
    }

    .swiper-container-3d {
        perspective: none !important;
    }

    .testimonial_inner_parent .gallery-thumbs .swiper-slide img {
        filter: contrast(0.5) blur(1px);
        width: 100%;
        height: auto;
    }
}

/* testimonial end*/
/* placed students start */

/* .placed_students .placed_stud_inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.placed_stud_inner {
    border-radius: 10px;
    overflow: hidden;
    margin: 13px 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 17px 0 #0000002c;
} */

/* new */

.placed_students_page .gallery-title {
    font-size: 36px;
    color: var(--orange);
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.placed_students_page .students_tab {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.placed_students_page .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.placed_students_page .filter-button {
    font-size: 18px;
    border: 1px solid var(--orange);
    border-radius: 5px;
    text-align: center;
    color: var(--orange);
    margin-bottom: 30px;
    transition: all .3s ease-out;
}

.placed_students_page .filter-button.active,
.placed_students_page .filter-button:hover {
    border: 1px solid var(--orange);
    text-align: center;
    color: #ffffff;
    background-color: var(--orange);
    transition: all .3s ease-out;
}

.placed_students_page .btn-default:active .filter-button:active {
    background-color: var(--orange);
    color: white;
}

.placed_students_page .port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

/* placed students end */

/* blog */
.blog-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.blog {
    /* background-color: #1e1e1e; */
    border-radius: 8px;
    box-shadow: 0 4px 8px #0000001a;
    overflow: hidden;
    flex: 1 0 calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
}

.blog_parent {
    display: none;
}

.blog-image {
    position: relative;
    height: 356px;
    width: 100%;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    height: auto;
    transition: transform 0.3s;
}

.blog-image img:hover {
    transform: scale(1.05);
}

.blog-image .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #000000b3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--orange);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content p {
    flex-grow: 1;
    color: #313131;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content .site_butt {
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 5px;
}
