/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.ticker-logo .sa_vert_center {
  text-align: center;
}

.course-link a {
  width: 100%;
  display: block;
}

.type-img a {
  display: block !important;
}

.testimonial-hm .swiper-button-prev:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/05/slide-left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  display: block;
}

.testimonial-hm .swiper-button-next:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/05/slide-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  display: block;
}

.testimonial-hm .swiper-pagination {
  -webkit-box-align: flex-start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: left !important;
}

.testimonial-hm .swiper-pagination-clickable {
  counter-reset: my-counter;
}

.testimonial-hm .swiper-pagination-clickable .swiper-pagination-bullet {
  counter-increment: my-counter;
  position: relative;
  padding-left: 20px; /* Adjust as needed */
}

.testimonial-hm
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: #ff8900;
}

.testimonial-hm .swiper-pagination-clickable .swiper-pagination-bullet:before {
  content: counter(my-counter);
  content: "0" counter(my-counter); /* Add a '0' before the counter value */
  content: "0" counter(my-counter) counter(my-counter); /* Add double '0' before the counter value */
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

/* Add leading zeros to the counter value */
.testimonial-hm .swiper-pagination-clickable .swiper-pagination-bullet:before {
  content: counter(my-counter);
}

/* Add leading zeros using padStart() method */
.testimonial-hm .swiper-pagination-clickable .swiper-pagination-bullet:before {
  content: counter(my-counter);
  content: counter(my-counter) ""; /* Reset content */
  content: counter(my-counter, decimal-leading-zero);
}

.testimonial-hm .elementskit-testimonial-slider .swiper-pagination span {
  width: 28px;
  height: 28px;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.testimonial-hm .swiper-button-next,
.testimonial-hm .swiper-button-prev {
  z-index: 10 !important;
}

.forminator-description {
  display: none !important;
}

.forminator-label {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

.forminator-input,
.forminator-textarea {
  background-color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  padding: 5px 0 !important;
}

.forminator-textarea {
  resize: none !important;
}

.forminator-checkbox-box {
  border-color: #000 !important;
  background-color: #fff !important;
  color: #ff8900 !important;
}

.forminator-checkbox-label {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

.forminator-checkbox-label a {
  text-decoration: underline;
}

.forminator-button {
  background-color: #ff8900 !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.forminator-button:hover {
  background-color: #201f61 !important;
  color: #fff !important;
}

.forminator-row {
  margin-bottom: 50px !important;
}

.header-icon .elementor-icon:hover svg path {
  fill: #ff8900 !important;
}

.btn-course {
  position: absolute;
  right: 0;
  top: 0;
}

.header-section {
  z-index: 9999 !important;
}

.white-link a {
  color: #fff !important;
}

.white-link a:hover {
  color: #ff8900 !important;
}

@media (max-width: 1300px) {
  .testimonial-hm .swiper-button-next,
  .testimonial-hm .swiper-button-prev {
    top: auto;
    bottom: -70px;
    transform: none !important;
  }
  .ticker-logo .sa_vert_center {
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .testimonial-hm .swiper-button-prev {
    left: 92% !important;
  }
}

@media (max-width: 1024px) {
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-menu-close {
    background-color: #fff !important;
  }
  .elementskit-menu-close .elementskit-menu-hamburger-icon,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 2px;
    width: 100%;
    display: block;
    margin-bottom: 7px;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-menu-container {
    max-width: 100% !important;
  }
  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    top: -258vw !important;
    left: 0 !important;
    -webkit-transition: top 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
    transition: top 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  }

  .elementskit-menu-offcanvas-elements.active {
    left: 0 !important;
    top: 122px !important;
    max-width: 100% !important;
  }

  .ekit_menu_responsive_tablet > .elementskit-navbar-nav-default {
    background-color: transparent !important;
    padding-bottom: 130px;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    > li {
    margin: 0px !important;
  }
  .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    position: fixed !important;
    top: 85px !important;
    right: 29px !important;
    width: auto !important;
    padding: 0 !important;
    display: none !important;
  }
  .elementskit-menu-overlay {
    background-color: rgba(32, 31, 97, 0.6);
    transition: none !important;
  }
  .elementskit-menu-offcanvas-elements {
    top: 147px !important;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav {
    background-color: #fff !important;
    padding-bottom: 130px !important;
    padding-top: 35px;
    height: auto !important;
    top: -1px;
    position: relative;
  }
  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    border: 0 !important;
  }
  .elementskit-navbar-nav-default
    .elementskit-dropdown-has
    > a
    .elementskit-submenu-indicator {
    font-size: 16px;
    color: #ff8900 !important;
    padding-right: 0 !important;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    > li
    > a {
    color: #201f61 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
  }

  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    > li
    > a:hover {
    color: #ff8900 !important;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    .elementskit-submenu-panel
    > li
    > a {
    padding-left: 0 !important;
    color: #201f61 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
  }

  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    > li {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    > li
    > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #7070704d !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-submenu-panel {
    padding: 0px 0px 25px 0px !important;
  }
  .elementor-22
    .elementor-element.elementor-element-934bfef
    .elementskit-menu-container.active
    .elementskit-nav-identity-panel {
    display: block !important;
  }

  .testimonial-hm .swiper-button-next {
    right: 0% !important;
  }
  .testimonial-hm .swiper-button-prev {
    left: 89% !important;
  }

  .elementskit-menu-close,
  .elementskit-menu-hamburger {
    z-index: 9999;
  }

  .elementor-172
    .elementor-element.elementor-element-934bfef
    .elementskit-navbar-nav
    > li {
    margin-left: 0 !important;
  }
}

@media (max-width: 900px) {
  .testimonial-hm .swiper-button-prev {
    left: 87% !important;
  }
}

@media (max-width: 782px) {
  .forminator-row {
    margin-bottom: 0px !important;
  }
  .forminator-col {
    margin-bottom: 40px !important;
  }
  .et-db
    #et-boc
    .et_pb_module
    .forminator-ui.forminator-custom-form[data-design="default"]
    .forminator-button,
  .forminator-ui.forminator-custom-form[data-design="default"]
    .forminator-button {
    width: auto !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .btn-course {
    position: relative;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next,
  .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
    display: block !important;
  }
  .testimonial-hm .swiper-button-next,
  .testimonial-hm .swiper-button-prev {
    width: 22px !important;
    height: 22px !important;
    bottom: -50px;
  }
  .testimonial-hm .swiper-button-next:after,
  .testimonial-hm .swiper-button-prev:after {
    width: 22px;
    height: 22px;
    z-index: 99 !important;
  }
  .elementor-15
    .elementor-element.elementor-element-ab9d5f1
    .ekit_watermark_icon_custom_position {
    top: 65px !important;
    left: 47% !important;
  }
  .policy-toggle .elementor-tab-title {
    display: inline-block;
  }

  .policy-toggle .elementor-tab-content ul {
    padding: 0;
    margin: 0;
  }
  .policy-toggle .elementor-tab-content ul li {
    list-style: none;
    margin-bottom: 5px;
  }
  .policy-toggle .elementor-tab-content ul li a {
    color: #fff;
  }
  .policy-toggle .elementor-tab-content ul li a:hover {
    color: #ff8900;
  }
  .policy-toggle .elementor-tab-title .elementor-toggle-icon svg {
    margin-inline-start: 0px !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: 3px !important;
    margin-left: 8px !important;
  }
  .abt-slider .swiper-slide-image {
    height: 250px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 500px) {
  .testimonial-hm .swiper-button-prev {
    left: 84% !important;
  }
}

.course-accordion .elementor-tab-title {
    position: relative;
    padding-bottom: 15px !important;
    padding-top: 19px !important;
    border-bottom: 1px solid #7070704d !important;
    padding-right: 25px !important;
}
.course-accordion .elementor-tab-content p {
    max-width: 405px;
    padding-bottom: 30px;
    padding-top: 25px;
}

/* WooCommerce and resources buttons */
.woocommerce ul.products li.product .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order,
#read-more {
	font-family: "Inter", Sans-serif;
    font-weight: 500;
    background-color: #ff8900;
    padding: 15px 24px 15px 24px;
    color: #000000;
	border-radius: 0;
}
.woocommerce ul.products li.product .button:hover,
#place_order:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
#read-more:hover {
	background-color: #201f61;
	color: #ffffff;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	pointer-events: none;
}

/* Posts */
.type-post {
	margin-top: 150px;
}