.elementor-kit-7{--e-global-color-primary:#343434;--e-global-color-secondary:#FFC743;--e-global-color-text:#343434;--e-global-color-accent:#FEDE6B;--e-global-color-9bf6c78:#00000000;--e-global-color-3ad24a5:#000000;--e-global-color-24c6040:#FFFFFF;--e-global-color-fcace89:#B0B0B0;--e-global-color-3ab4480:#F3F3F3;--e-global-typography-primary-font-family:"Khula";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Maven Pro";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Maven Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Khula";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-4351f51-font-family:"Maven Pro";--e-global-typography-4351f51-font-size:15px;--e-global-typography-4351f51-font-weight:400;--e-global-typography-f69cd4e-font-family:"Maven Pro";--e-global-typography-f69cd4e-font-size:14px;--e-global-typography-f69cd4e-font-weight:400;color:#343434;font-family:"Maven Pro", Sans-serif;font-size:15px;font-weight:400;}.elementor-kit-7 a{color:#F3AB00;font-family:"Maven Pro", Sans-serif;font-size:15px;}.elementor-kit-7 h1{color:var( --e-global-color-primary );}.elementor-kit-7 h2{color:var( --e-global-color-primary );}.elementor-kit-7 h3{color:var( --e-global-color-primary );}.elementor-kit-7 h4{color:var( --e-global-color-primary );}.elementor-kit-7 h5{color:var( --e-global-color-primary );}.elementor-kit-7 h6{color:var( --e-global-color-primary );}.elementor-kit-7 label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Maven Pro", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-container{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(min-width:2400px){.elementor-kit-7 label{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1024px){.elementor-kit-7 label{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 label{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS *//***
* Sticky Header
*/
header .ks-sticky-header {
    --header-height: 90px;
    --shrink-header-to: 0.8;
    --shrink-logo-to: 1;
    --sticky-transition: 0.4s ease-in-out;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, 0.08);
}

header .ks-sticky-header,
    header .sticky-header .logo img {
    transition: all 0.2s ease-in-out;
}

header .ks-sticky-header .ha-navbar-nav-default.ha-menu-container {
    transition: all var(--sticky-transition);
}

header .ks-sticky-header.elementor-sticky--effects {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

header .ks-sticky-header,
header .ks-sticky-header .ha-navbar-nav-default.ha-menu-container {
    height: var(--header-height);
}

header .ks-sticky-header.elementor-sticky--effects,
header .ks-sticky-header.elementor-sticky--effects .ha-navbar-nav-default.ha-menu-container {
    height: calc(var(--header-height) * var(--shrink-header-to));
}

header .ks-sticky-header.elementor-sticky--effects .logo img {
    transform: scale(var(--shrink-logo-to));
    transform-origin: 0 50%;
}

header .ks-sticky-header.elementor-sticky--effects .ha-megamenu-panel {
    top: 70px !important;
}

/*header .ks-sticky-header.elementor-sticky__spacer .ks-main-nav {*/
/*    display: none;*/
/*}*/

@media only screen and (max-width: 767px) {
    header .ks-sticky-header {
        --header-height: 80px;
        --shrink-logo-to: 1;
    }
}

/***
* Container
*/
.ks-default-padding {
    --padding-top: 80px;
    --padding-right: 20px;
    --padding-bottom: 80px;
    --padding-left: 20px;
}

.ks-hero-padding {
    --padding-top: 150px;
    --padding-right: 20px;
    --padding-bottom: 150px;
    --padding-left: 20px;
}

.ks-heading-container {
    --margin-bottom: 30px;
}

.ks-spacer-margin-bottom {
    --margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .ks-default-padding,
    .ks-hero-padding {
      --padding-top: 30px;
      --padding-right: 15px;
      --padding-bottom: 30px;
      --padding-left: 15px;
    }
    
    .ks-heading-container {
        --margin-bottom: 10px;
    }
    
    .ks-spacer-margin-bottom {
        --margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ks-default-padding,
    .ks-hero-padding {
        --padding-top: 50px;
        --padding-bottom: 50px;
    }
    
    .ks-spacer-margin-bottom {
        --margin-bottom: 50px;
    }
}

@media only screen and (min-width: 2400px) {
    .ks-full-width-padding {
        --padding-right: 150px;
        --padding-left: 150px;
    }
}

strong {
    font-weight: 600;
}

/***
* Global - Forms
*/
input[type=text]:focus,
input[type=email]:focus, input[type=url]:focus,
input[type=password]:focus, input[type=search]:focus, input[type=number]:focus,
input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus,
input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus,
input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, button[type=submit]:focus,
button
{
    outline: none !important;
}

/***
* Global - Buttons
*/
.ks-btn-block a {
    display: block;
    text-align: left;
}

.ks-btn-active a {
    background: #fede6b !important;
}

a.elementor-button:hover {
    cursor: pointer;
}

.dce-button-text {
    white-space: normal;
}

/***
* Nav
*/
.ks-main-nav .ha-navbar-nav-default .ha-dropdown > li > .ha-dropdown {
    top: -4px;
}

.ks-main-nav .ha-navbar-nav .ha-submenu-panel > li > a {
    text-transform: none;
}

.ks-main-nav .ha-navbar-nav > li > a:hover:after, 
.ks-main-nav .ha-navbar-nav > li > a.active:after,
.ks-main-nav .ha-navbar-nav > li.current-menu-ancestor > a:after,
.ks-main-nav .ha-navbar-nav > li > a.ks-show-submenu:after {
    opacity: 1;
}

.ks-main-nav .ha-navbar-nav > li > a.active,
.ks-main-nav .ha-navbar-nav > li.current-menu-ancestor > a,
.ks-main-nav .ha-dropdown .current-menu-parent > a.dropdown-item,
.ks-main-nav .ha-dropdown a.dropdown-item.active {
    font-weight: 600 !important;
}

.ks-main-nav .ha-menu-hamburger {
    border: 0;
}

.ks-main-nav .ha-navbar-nav .ha-submenu-panel:hover > li:hover > a .ha-submenu-indicator-wrap svg {
    color: #ffffff !important;
}

.ks-main-nav .ha-navbar-nav .ha-submenu-panel:hover > li:hover > a {
    color: #ffffff !important;
}

/***
* Announcement Bar
*/
.ks-announcement-bar a {
    color: #343434;
    text-decoration: underline;
    font-weight: 500;
}

/***
* Course Search Form
*/
.ks-search-courses .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: none;
    height: 50px;
}

.ks-search-courses input,
.ks-search-courses-modal input {
    border: 0;
    border-radius: 50px 0 0 50px;
    padding: 0 15px;
    margin: 0;
    color: #343434 !important;
    font-size: 16px !important;
}

.ks-search-courses button,
.ks-search-courses-modal button {
    border-radius: 0 50px 50px 0;
    color: #343434 !important;
    background: #FFC743 !important;
    border: 0;
}

.ks-search-courses button .fa-search:before,
.ks-search-courses-modal button .fa-search:before {
    position: relative;
    left: -1px;
}

/***
* Course Search Form - Modal
*/
.ks-search-courses-modal .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: none;
}

.ks-search-courses-modal input {
    padding: 20px 30px !important;
    font-size: 20px !important;
}

.ks-search-courses-modal button {
    width: 90px;
    font-size: 20px;
}

/***
* Request for Program Detail
*/
.ks-request-programdetail .program-type,
.ks-request-programdetail .program-cert {
    position: relative;
    
}

.ks-request-programdetail .program-type::after, 
.ks-request-programdetail .program-cert::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f107';
    position: absolute;
    top: 13px;
    right: 15px;
}

.ks-request-programdetail select {
    outline: none;
    color: #4c4c4c;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px 16px;
    margin-bottom: 10px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}

.ks-request-programdetail .ks-btn {
    border-radius: 50px;
    padding: 6px 50px;
    background: #ffc743 !important;
    color: #343434 !important;
    font-weight: 600;
    border: none;
    display: block;
    margin: 0 auto;
}

.ks-request-programdetail .ks-btn:hover {
    background: #fede6b !important;
}

/***
* Corporate Series - Tables
*/
.ks-table,
.ks-table ul {
	font-family: var(--e-global-typography-text-font-family), sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height);
}

.ks-table thead th {
	background: var(--e-global-color-3ab4480) !important;
}

.ks-table ul {
	padding-left: 15px;
}

.ks-table-cseries tbody tr td:first-child {
	font-weight: bold;
	width: 20%;
}

.ks-table-cseries tbody tr td, .ks-table-cseries table tbody tr:hover td {
	background-color: #ffffff00 !important;
}

/***
* Footer
*/
.ks-footer a {
    color: #e6e6e6;
}

.ks-footer a:hover {
    color: #ffc743;
}

.ks-footer .menu {
    padding: 0;
}

.ks-footer .menu li {
    line-height: 1.9em;
}

.ks-footer-contact .ks-footer-contact-main {
    text-decoration: underline;
}

.ks-footer-contact p:not(.ks-footer-contact-main) {
    margin-left: 22px;
    margin-bottom: 5px;
}

.ks-footer-contact p:not(.ks-footer-contact-main):before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    font-display: swap;
}

.ks-footer-contact .ks-footer-contact-address:before {
    content: '\f276';
}

.ks-footer-contact .ks-footer-contact-phone:before {
    content: '\f095';
}

.ks-footer-contact .ks-footer-contact-fax:before {
    content: '\f1ac';
}

.ks-footer-contact .ks-footer-contact-whatsapp:before {
    font-family: 'Font Awesome 5 Brands' !important;
    content: '\f232';
    font-display: swap;
}

.ks-footer-contact .ks-footer-contact-email:before {
    content: '\f0e0';
}

.ks-footer-contact .ks-footer-contact-email {
    margin-bottom: 20px !important;
}

.ks-footer-contact-link {
    color: #ffc743 !important;
    text-decoration: underline !important;
}

.ks-subscribe .wpforms-field-container {
    width: calc(100% - 120px) !important;
}

.ks-subscribe .wpforms-submit-container {
    width: 120px !important;
}

.ks-subscribe .wpforms-submit-container .wpforms-submit {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/***
* Side Buttons
*/
.ks-sidebtns a {
    color: #343434;
}

.ks-sidebtns a:hover {
    filter: brightness(1.2);
}

/***
* Homepage - Search Course
*/
.ks-search-course button {
   background: #ffc743 !important;
    color: #343434 !important;
}

/***
* Homepage - Testimonials
*/
.ks-testimonials .elementor-swiper-button {
    position: absolute;
    top: -35px;
}

.ks-testimonials .elementor-swiper-button-prev {
    right: 30px;
    left: initial !important;
}

.ks-testimonials .elementor-swiper-button-next {
    right: -10px !important;
}

.ks-testimonials article > .type-testimonials:not(.has-post-thumbnail) .elementor-widget-icon {
    position: static;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
}

.ks-testimonials article > .type-testimonials:not(.has-post-thumbnail) > .elementor-section-wrap > .elementor-element > .elementor-element {
  padding-top: 20px;
}

.ks-upcoming-events .swiper-pagination {
    bottom: -10px;
}


/***
* Courses - Vendor List
*/
.ks-vendor-list .dce-menu a {
    display: block;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 20px;
    margin: 5px 0;
}

.ks-vendor-list .dce-menu span {
    display: block;
    text-align: center;
    color: #343434;
    font-weight: 500;

}

.term-info-tech .ks-vendor-list .dce-menu ul li img + span {
    display: none;
}

/***
* Course - Moving Buttons
*/
#ks-moving-btns a.elementor-button,
#ks-moving-btns button {
    padding: 13px 0;
    border-radius: 0;
}

#ks-moving-btns a.elementor-button .elementor-button-icon,
#ks-moving-btns a.elementor-button .elementor-button-text
{
    padding: 0px 16px;
}

#ks-moving-btns a.elementor-button .elementor-button-icon,
#ks-moving-btns .dce-button-icon {
    width: 50px;
}

#ks-moving-btns a.elementor-button,
#ks-moving-btns button {
    height: 50px;
}

#ks-moving-btns a.elementor-button .elementor-button-icon i:before {
    font-size: 20px;
}

#ks-moving-btns a.elementor-button .elementor-button-text,
#ks-moving-btns .dce-button-text {
    width: 100px;
    display: none;
}

#ks-moving-btns a.elementor-button:hover .elementor-button-text,
#ks-moving-btns button:hover .dce-button-text {
    display: block;
}

/***
* Forms
*/
.ks-form .wpforms-form input[type=checkbox] {
    position: relative;
}

.ks-form .wpforms-form input[type=checkbox]:after {
    left: 3px;
    top: -1px;
}

.ks-form .ks-btn,
.ks-payment-form .gform_button {
    border-radius: 50px !important;
    padding: 7px 50px !important;
    color: #333 !important;
    background: #ffc743 !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "Maven Pro" !important;
}

.ks-form .ks-btn:hover,
.ks-payment-form .gform_button:hover {
    background: #fede6b !important;
    outline: none;
}

.gform_required_legend {
    display: none;
}

.ks-payment-form .gfield_required {
    color: #ff0000 !important;
    font-size: 15px !important;
    font-weight: 400;
}

.ks-payment-form .ginput_price {
    color: #b0b0b0;
}

.ks-payment-form fieldset:not(.ks-form-btncheckbox) .gchoice {
    margin: 10px 0;
}

.ks-payment-form .gfield-choice-input + label {
    margin-bottom: -5px !important;
    margin-left: 5px;
}

.ks-form.ks-subscribe input {
    border-radius: 50px 0 0 50px !important;
    border: 0 !important;
    padding: 20px 15px !important;
}

.ks-payment-form .gsection_title {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 5px;
}

.ks-form.ks-subscribe {
    margin-bottom: 0;
}

.ks-form.ks-subscribe button {
    border-radius: 0 50px 50px 0 !important;
    line-height: 26px !important;
}

.ks-form.ks-subscribe .wpforms-field {
    padding-right: 0 !important;
}

/* Buutton Checkbox */
.ks-payment-form .ks-form-btncheckbox .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.ks-payment-form .ks-form-btncheckbox .gfield_checkbox .gchoice {
    display: grid;
    align-items: center;
    width: 100%;
}

.ks-payment-form .ks-form-btncheckbox .gfield_checkbox .gchoice label {
    display: grid !important;
    grid-row-gap: 10px;
    align-items: center;
    height: 100%;
    max-width: 100% !important;
    padding: 20px;
    margin: 0;
    text-align: center;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    line-height: 1.2em;
    background-color: #fafafa;
}

.ks-payment-form .ks-form-btncheckbox .gfield_checkbox .gchoice label:hover {
    cursor: pointer;
}

.ks-payment-form .ks-form-btncheckbox .gfield_checkbox .gchoice input {
    display: none;
}


@media (hover: hover) {
  .ks-payment-form .ks-form-btncheckbox .gfield_checkbox .gchoice label:hover {
    border: 1px solid #fcb900;
    background-color: #ffc743;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.1);
  }
  
  .ks-payment-form .ks-form-btncheckbox .gfield_checkbox .gchoice label:hover .ginput_price {
      color: #5f5f5f;
  }
}

.ks-payment-form .gfield_checkbox .gchoice input:checked + label {
    border: 1px solid #fcb900;
    background-color: #ffc743;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.1);
}


.ks-payment-form .gfield_checkbox .gchoice input:checked + label .ginput_price {
    color: #5f5f5f;
}

/***
* Archive - Courses
*/
.ks-archive .elementor-section-wrap:hover,
.ks-seminar:hover {
  box-shadow: rgb(0 0 0 / 5%) 1px 1px 10px;
}

.ks-archive .course-overview {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ks-archive .course-overview p {
    display: inline;
}

.ks-archive .course-overview .elementor-widget-container p:not(:nth-child(1)) {
    display: none !important;
}

.ks-archive .course-etc .course-duration span:before,
.ks-archive .course-etc .course-fee span:before {
    font-family: 'Font Awesome 5 Free' !important;
    padding-right: 5px;
    font-weight: 600;
    color: #B1B1B1;
}

.ks-archive .course-etc .course-duration span:before {
    content: '\f017';
}

.ks-archive .course-etc .course-fee span:before {
    content: '\f0d6';
}

.ks-archive-filter .facetwp-facet {
    margin-bottom: 20px;
}

.ks-archive-filter .facetwp-input-wrap {
    display: block;
}

.ks-archive-filter .facetwp-facet input.facetwp-search {
    border: 1px solid #b0b0b0;
    border-radius: 50px;
    padding: 5px 30px 5px 10px;
    min-width: 0;
}

.ks-archive-filter .facetwp-icon {
    top: 9px;
    right: 8px;
}

.ks-archive-filter .facetwp-icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    content: '\f002';
    background: none;
    width: initial;
    height: initial;
}

.ks-archive-filter .facetwp-icon.f-loading:before {
    animation: initial;
}

.ks-seminar .elementor-heading-title a {
    color: #343434 !important;
}

.ks-seminar .elementor-heading-title a:hover {
    color: #F3AB00 !important;
}

.ks-boa .qodef-m-title:before, .ks-heading-highlight:before {
    content: '';
    background-color: #ffc743;
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    left: 0;
}

.ks-post-list .ha-post-list li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.ks-post-list a:hover {
    background-color: #ffe3a14a;
}

/***
* Our Methodology
*/
.ks-methodology-process .qodef-m-icon-wrapper {
    position: absolute;
    top: -25px;
}

/***
* Single Course
*/
.course-accordion p {
    margin-bottom: 0;
}

.ks-course-whychooseus ul li:not(:last-child) {
    margin-bottom: 15px;
}

.ks-course-logos .qodef-e-inner {
    text-align: center;
}

/***
* Course Schedule
*/
.ks-sched-heading  {
    font-weight: 500;   
}

/***
* Preview Seminars Grid Layout
*/
.ks-seminar-flexible > div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-auto-rows: 1fr;
}

.ks-seminar-flexible .ks-seminar {
    height: 100%;
}

.ks-disable-scroll {
    overflow: hidden;
}

@media (min-width: 1025px) {
    .ks-sched-heading  {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ks-payment-form .ks-form-btncheckbox .gfield_checkbox {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .ks-methodology-process .elementor-widget-container {
        min-height: 350px;
    }
    
    .ks-inhouse-certification .qodef-m-title {
        min-height: 42px;
    }
    
    .ks-inhouse-certification h2 + .qodef-m-text {
        min-height: 160px;
    }
    
    .ks-payment-form .ks-form-btncheckbox .gfield_checkbox {
        grid-auto-rows: 1fr;
    }
}

@media (min-width: 1300px) and (max-width: 1368px) {
    .single-courses .ks-sidebtns {
        display: none;
    }
}

@media (max-width: 1024px) {
    .single-courses .ks-sidebtns {
        display: none;
    }
    
   .ks-hide-tablet {
        display: none !important;
    }
    
    .ks-archive-filter {
        position: fixed;
        height: 50%;
        width: 75%;
        top: 25%;
        left: 50%;
        transform: translate(-50%, 0);
        overflow-y: scroll;
        z-index: 11000;
    }
    
    .ks-filter-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }
    
    .ks-filter-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 70%) !important;
    }
    
    .ks-course-title-container {
        background-image: none !important;
    }
    
    .ks-slider-search:before {
        opacity: 0.25;
    }
    
    .elementor-image-gallery .gallery {
        margin: 0 !important;
    }
    
    .elementor-image-gallery .gallery-item {
        padding: 20px !important;
    }
    
    .ks-slider-search {
        --min-height: 0 !important;
        --padding-top: 150px !important;
        --padding-right: 20px !important;
        --padding-bottom: 150px !important;
        --padding-left: 20px !important;
    }
}

@media (max-width: 767px) {
    .ks-hide-mobile {
        display: none !important;
    }

    .ks-payment-form .gfield input.medium, .ks-payment-form .gfield select.medium {
        width: 100% !important;
    }
    
    .ks-archive-filter {
        width: 95%;
    }
    
    .ks-payment-form .ks-form-btncheckbox .gfield_checkbox {
        grid-template-columns: 1fr;
    }
    
    .ks-home-slider .elementor-swiper-button {
        font-size: 16px !important;   
    }
    
    .ks-slider-search {
        --min-height: 157px !important;
        --padding-top: 20px !important;
        --padding-right: 10px !important;
        --padding-bottom: 0 !important;
        --padding-left: 10px !important;
    }
    
}

@media (max-width: 479px) {
    .ks-subscribe .wpforms-field-container {
        width: calc(100% - 100px) !important;
    }

    .ks-subscribe .wpforms-submit-container {
        width: 100px !important;
    }
    
    .ks-clients-gallery .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item {
        max-width: 50%;
    }
    
    .ks-seminar-flexible > div {
        display: block;
    }
}

/***
* Side Buttons
*/
@media (max-width: 767px) {
    .ks-sidebtns {
      zoom: 80%;
    }
    
    .ks-seminar > div {
        width: 100% !important;
    }
    
    .ks-seminar > div:first-child {
        --flex-wrap: wrap !important;
        --widgets-spacing: 0 !important;
    }
    
    .ks-seminar .ks-seminar-title {
        --order: -99999 /* order start hack;; */;
    }
}

/***
* Others
*/
.ks-loading-overflow {
    overflow: hidden;
}

.ks-box-shadow {
    box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.08);
}

.ks-drop-shadow {
    filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.08));
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.error404 .share-this {
    display: none;
}

.dce-popup-container .dce-modal-background-layer:before {
    background-color: rgb(0 0 0 / 70%) !important;
}

/***
* Others - Modal/Popup Fix
*/
.ks-modal button {
    border: none !important;
}

.dce-popup-container {
   visibility: hidden;
}

.dce-popup-container.ks-modal-visible {
    visibility: visible;
}

.ks-formpage .wpforms-container-full {
    margin: 0 !important;
}/* End custom CSS */