/*
Theme Name: Web Designer Courses Pro
Theme URI: https://www.titanthemes.net/products/web-designer-courses-wordpress-theme
Author: Titanthemes
Author URI: https://www.titanthemes.net/
Description: 
Version: 0.0.1
Tested up to: 6.2
Requires at least: 5.9
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: web-designer-courses-pro
*/
.copyright-text a {
  text-decoration: none;
  &:hover {
    text-decoration: underline #fff;
  }
}

a.mtsnb-link {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
header .is-toggle-content {
  display: none;
}
header .buy-now a span {
  padding: 8px 8px;
  border-radius: 5px;
  background-color: #083f9b;
  color: #fff;
  &:hover {
    background-color: #2aaa94;
  }
}
footer .buy-now a span {
  padding: 10px 12px;
  background-color: #2aaa94;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  &:hover {
    background-color: #083f9b;
  }
}

/* header ul li a:hover {
  color: #2aaa94 !important;
} */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Rowdies", sans-serif;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto";
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
  text-decoration-style: dashed;
}

a:active {
  text-decoration: none;
}

figure a {
  display: inline-block;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration-style: solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Rowdies";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}

p {
  margin: 0 0 25px;
}

img {
  border: none;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 15px;
}
ul {
  list-style-type: square;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  min-height: 120px;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/* Form fields styles. */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  border: 2px solid #ffffff1a;
  width: 100%;
  border-radius: 5px;
  padding: 16px;
  outline: none;
}

select {
  background: transparent;
  border: 1px solid #00b5e2;
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  outline: none;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #8274e3;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all 0.2s;
}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder {
  color: white;
  opacity: 1;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #041f69;
}
::-ms-input-placeholder {
  color: #041f69;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

a:where(:not(.wp-element-button)):hover {
  color: red;
}
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}
body.woocommerce-cart h1,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout h1,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.search.search-results h1,
body.search.search-results .wp-block-query {
  max-width: 1320px !important;
  margin: auto;
}
body.search.search-results h1 {
  font-family: "Rowdies" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 30px;
}
body.search.search-results .wp-block-query {
  margin-bottom: 15% !important;
}
/* body.woocommerce-cart .main-head-nav {
  background-color: #ededed !important;
} */
body.woocommerce-checkout h1 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-family: "Rowdies";
  font-weight: 400;
  color: #323232;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-bottom: 50px;
}
body.woocommerce-cart .footer-section,
body.single-events .footer-section {
  margin-top: 280px !important;
}
:where(.wp-block-columns.has-background) {
  padding: 3.38em 2.375em !important;
}
body.lp_course-template-default .header-contact-row i {
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}
body.lp_course-template-default .header-contact-row p {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Saira", sans-serif;
  font-weight: 600;
}
body.lp_course-template-default
  .footer-row
  .footer-col-one
  .gutentor-element-advanced-text
  p {
  margin-bottom: 0;
  color: #7e7eaa;
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
body.lp_course-template-default
  .footer-row
  .footer-col-one
  .gutentor-element-advanced-text
  a
  p:hover {
  color: #bb68d2;
}
body.lp_course-template-default .footer-row .footer-col-one i {
  font-family: "Font Awesome 6 Free";
  color: #bb68d2;
  font-size: 18px;
}
body.lp_course-template-default .nav-group li.open-on-hover-click ul li a {
  padding: 0.5em 1em;
}
.courses-category .categories-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.web-designer-courses-pro-header .wp-block-cover,
.web-designer-courses-pro-header .wp-block-cover-image,
.web-designer-courses-pro-footer .wp-block-cover,
.web-designer-courses-pro-footer .wp-block-cover-image,
.web-designer-courses-pro-porduct-section,
.web-designer-courses-pro-menu-section {
  align-items: inherit;
}
.web-designer-courses-pro-footer-menu .wp-block-navigation li {
  padding-left: 20px;
  position: relative;
}
.web-designer-courses-pro-footer-menu .wp-block-navigation li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0px;
  top: 50%;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
}
.web-designer-courses-pro-header .wp-block-navigation__submenu-container {
  min-width: 215px !important;
  background: #5f1c00 !important;
}
.web-designer-courses-pro-menu .wp-block-navigation li {
  padding: 17px 0px;
}
.web-designer-courses-pro-menu .wp-block-navigation__submenu-container li {
  padding: inherit;
}
.web-designer-courses-pro-menu .wp-block-group {
  padding: 0;
}
.wc-block-mini-cart__button:hover {
  background: transparent;
}

.web-designer-courses-pro-menu {
  font-family: Oswald;
}
.web-designer-courses-pro-header
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.web-designer-courses-pro-header
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #5baaec;
}
.web-designer-courses-pro-footer-menu
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.web-designer-courses-pro-footer-menu
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #ff8502;
}
.web-designer-courses-pro-footer-menu .wp-block-navigation li:hover:before,
.web-designer-courses-pro-footer-menu
  .wp-block-navigation
  li.current-menu-item:before {
  background: #ff8502;
}

.web-designer-courses-pro-ice-berg .wp-block-image {
  background: #5f1c00;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.web-designer-courses-pro-ice-berg h3 {
  width: 50%;
  margin: 0 auto;
}
.web-designer-courses-pro-ice-berg:hover .wp-block-image {
  background: #19375b;
}
.web-designer-courses-pro-ice-berg:hover h3 {
  color: #19375b !important;
}
.web-designer-courses-pro-better-box .wp-block-image {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  float: left;
}
.web-designer-courses-pro-product-box .wc-block-components-product-image img {
  width: auto !important;
  margin: 0 auto;
  display: table;
}

.web-designer-courses-pro-menu-section::before {
  content: "";
  width: 35%;
  height: 100%;
  background: #19375b;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.web-designer-courses-pro-section .wp-block-columns {
  position: relative;
  overflow: hidden;
}
.web-designer-courses-pro-discount-box {
  width: 230px !important;
  height: 230px;
  position: absolute;
  right: -60px;
  bottom: -50px;
}
.web-designer-courses-pro-section-box .wp-block-column {
  z-index: 9;
}
.web-designer-courses-pro-section
  .web-designer-courses-pro-section-box::before {
  content: "";
  width: 99.5%;
  height: 99%;
  border: solid 2px #bd9655;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: dashed;
}
.web-designer-courses-pro-inner-banner {
  position: relative;
  z-index: -1;
}

.web-designer-courses-pro-section11-left {
  margin-right: 100px !important;
}
.web-designer-courses-pro-section11 {
  position: relative;
}
.web-designer-courses-pro-section11::before {
  content: "";
  width: 41.5%;
  position: absolute;
  height: 100%;
  background: #19375b;
  z-index: 0;
}
.web-designer-courses-pro-section11 .wp-block-columns {
  position: relative;
  z-index: 0;
}

.web-designer-courses-pro-section7-right .wp-block-image {
  position: absolute;
  right: 0;
}
.web-designer-courses-pro-section7 {
  position: relative;
  overflow: hidden;
}
.web-designer-courses-pro-section5-left {
  position: relative;
}
.web-designer-courses-pro-section5-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #19375b;
  width: 45%;
  height: 100%;
  z-index: -1;
}
.web-designer-courses-pro-header {
  position: absolute !important;
  width: 100%;
  z-index: 2;
}

/**woocommerce**/
.woocommerce div.product .product_title {
  display: none;
}
.entry-summary .price {
  padding-bottom: 15px !important;
}
.woocommerce div.product .quantity .qty {
  width: auto;
}
.cart {
  padding-bottom: 20px !important;
}
.woocommerce div.product div.images img {
  width: 100% !important;
  margin: 0 auto;
}
.woocommerce-tabs .tabs.wc-tabs {
  margin: 0px !important;
  padding: 0px !important;
}
.woocommerce-tabs .tabs.wc-tabs:before {
  border: none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 20px;
  padding: 0px !important;
  background-color: #f6f6f6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #222 !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  font-weight: 400 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  padding: 5px 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff !important;
}
.related.products h2 {
  text-align: center;
}

.related.products li .price,
.products li .price {
  text-align: center;
}
.related.products .button,
.products .button {
  display: table;
  margin: 0 auto;
}
.related.products,
.products {
  text-align: center;
}
.related.products li,
.products li {
  float: none !important;
  display: inline-block;
  margin: 15px !important;
  padding: 35px 15px 0px !important;
  border-radius: 5px !important;
}
.related.products li img,
.products li img {
  width: auto !important;
  text-align: center;
  display: table !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.woocommerce div.product .related.products {
  padding: 40px !important;
  background-color: #f6f6f6;
}
.qty.text {
  width: 100% !important;
}
.woocommerce div.product form.cart div.quantity .qty {
  margin: auto;
  padding: 0;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 100%;
}
.woocommerce-page .button {
  padding: 10px 35px !important;
}
.woocommerce-Price-amount bdi {
  font-weight: 600;
  font-family: Inter;
  font-size: 18px;
  line-height: 18px;
  color: #3a315c;
}
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #222;
  border-radius: 0px;
}
body.home .web-designer-courses-pro-menu li:nth-child(1) span {
  color: #5baaec;
}
body.home
  .web-designer-courses-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span {
  color: inherit;
}
body.home
  .web-designer-courses-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span:hover,
body.home
  .web-designer-courses-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover,
.web-designer-courses-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover {
  color: #5baaec;
}
.web-designer-courses-pro-section10 .add_to_cart_button {
  border-radius: 3px;
  border: 1px solid #3a315c !important;
  color: #3a315c !important;
  padding: 12px 25px !important;
}
.web-designer-courses-pro-section10 .add_to_cart_button:hover {
  border: 1px solid #bb68d2 !important;
  color: #bb68d2 !important;
}
.added_to_cart.wc-forward {
  display: block;
}
.current-menu-item a {
  color: #5baaec;
}

@media (max-width: 1440px) {
  .web-designer-courses-pro-section7-right .wp-block-image {
    position: relative;
    right: -114px;
  }
  .web-designer-courses-pro-menu-section::before {
    width: 25%;
  }
}
@media (max-width: 1300px) {
  .web-designer-courses-pro-section7-right .wp-block-image {
    right: -40px;
  }
}

@media (max-width: 1199px) {
  .web-designer-courses-pro-menu-section::before {
    display: none;
  }
  .web-designer-courses-pro-header-top-bar {
    padding: 20px 15px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .woocommerce-page .button {
    padding: 10px 25px !important;
  }
  .related.products li,
  .products li {
    margin: 10px !important;
  }
}

@media (max-width: 1023px) {
  .web-designer-courses-pro-banner-content h1 {
    font-size: 32px !important;
  }
  h3.has-text-color {
    font-size: 20px !important;
  }
  .has-text-align-right,
  has-text-align-left {
    text-align: center !important;
  }
  .web-designer-courses-pro-header-top-bar-left {
    text-align: center;
    padding-bottom: 25px;
  }
  .web-designer-courses-pro-header-top-bar-left .wp-block-image {
    display: table;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 10px !important;
    display: none;
  }
  .web-designer-courses-pro-header-top-bar {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }

  .web-designer-courses-pro-banner-content {
    padding-top: 0px !important;
    text-align: center;
    padding-bottom: 40px;
  }
  .web-designer-courses-pro-banner-content .wp-block-buttons {
    margin: 0 auto;
    display: table !important;
  }
  .web-designer-courses-pro-header-top-bar-right
    .wp-block-woocommerce-mini-cart {
    display: table;
    margin: 0 auto !important;
    padding-top: 20px;
  }
  .web-designer-courses-pro-section1 {
    padding: 40px 15px 0px !important;
  }
  .web-designer-courses-pro-section1-left {
    text-align: center;
  }
  .web-designer-courses-pro-section1-left .wp-block-button {
    display: table;
    margin: 0 auto;
  }
  .web-designer-courses-pro-section1-right {
    padding-top: 40px;
  }
  .web-designer-courses-pro-ice-berg {
    margin-bottom: 40px !important;
  }
  .web-designer-courses-pro-ice-berg h3 {
    width: 100%;
  }
  .web-designer-courses-pro-section1-left p {
    padding-top: 0px !important;
  }

  .web-designer-courses-pro-section2 {
    padding: 60px 15px 40px !important;
  }
  .web-designer-courses-pro-section2-right {
    text-align: center;
  }
  .web-designer-courses-pro-section2-right .wp-block-image {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px !important;
    margin-inline-start: auto !important;
    margin-inline-end: auto !important;
    float: none !important;
  }

  .web-designer-courses-pro-section3 {
    padding: 40px 15px !important;
    text-align: center;
  }
  .web-designer-courses-pro-section3-right {
    margin-top: 40px !important;
    padding: 30px !important;
    text-align: center !important;
  }
  .web-designer-courses-pro-better-box .wp-block-image {
    float: none;
    margin-bottom: 15px !important;
  }
  .web-designer-courses-pro-section3-left .wp-block-button {
    display: table;
    margin: 0 auto;
  }
  .web-designer-courses-pro-discount-box {
    padding-top: 30px !important;
  }

  .web-designer-courses-pro-section5-inner {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-porduct-section {
    padding: 40px 0px !important;
  }
  .web-designer-courses-pro-menu-section::before {
    display: none;
  }
  .web-designer-courses-pro-menu-section .wp-block-group {
    text-align: center;
  }
  .web-designer-courses-pro-section5-right .wp-block-buttons {
    display: table;
    margin: 0 auto;
  }
  .web-designer-courses-pro-section6 {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-section7-left {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-section7-left .wp-block-group,
  .web-designer-courses-pro-section7-left h2.has-text-color,
  .web-designer-courses-pro-section7-left .wp-block-columns {
    padding: 0px !important;
  }
  .web-designer-courses-pro-section7-testimonial-box {
    padding: 30px !important;
  }
  .wp-block-group.web-designer-courses-pro-section7-testimonial-box {
    padding: 30px !important;
  }
  .web-designer-courses-pro-section7-left .wp-block-columns {
    margin-top: 40px !important;
  }
  .wp-block-group.web-designer-courses-pro-section7-testimonial-box
    .wp-block-columns {
    margin-top: 0px !important;
  }
  .web-designer-courses-pro-section7-right .wp-block-image {
    margin: 0px !important;
    right: 0px;
  }
  .web-designer-courses-pro-section7-left h5,
  .web-designer-courses-pro-section7-left h2 {
    text-align: center;
  }
  .web-designer-courses-pro-section7-testimonial-box h4,
  .web-designer-courses-pro-section7-testimonial-box p {
    text-align: center;
  }
  .web-designer-courses-pro-section7-testimonial-box .wp-block-image {
    margin: 0 auto !important;
    float: none !important;
  }
  .web-designer-courses-pro-section7-right .wp-block-image,
  .web-designer-courses-pro-section7-right .wp-block-image img {
    width: 100% !important;
  }

  .web-designer-courses-pro-section9 {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-section10 {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-section11 {
    padding: 0px !important;
  }
  .web-designer-courses-pro-section11-left {
    padding: 0px !important;
    padding-bottom: 40px !important;
  }
  .web-designer-courses-pro-section11-left h5,
  .web-designer-courses-pro-section11-left h2 {
    text-align: center;
  }
  .web-designer-courses-pro-section11-left .wp-block-buttons {
    display: table !important;
    margin: 0 auto !important;
  }
  .web-designer-courses-pro-section11-right .wp-block-column {
    border: none;
  }
  .web-designer-courses-pro-section11-left {
    margin-right: 0px !important;
  }
  .web-designer-courses-pro-section11-left .wp-block-group {
    padding: 40px !important;
  }
  .web-designer-courses-pro-section11::before {
    display: none;
  }
  .web-designer-courses-pro-section11-right {
    padding: 0px 0px 40px 0px !important;
  }

  .web-designer-courses-pro-section-box {
    padding: 80px 25px 200px !important;
  }
  .web-designer-courses-pro-section-box h2 {
    font-size: 38px !important;
  }
  .web-designer-courses-pro-section-box .wp-block-column {
    padding: 0px !important;
  }
  .web-designer-courses-pro-footer-column {
    padding: 20px 15px !important;
  }
  .web-designer-courses-pro-footer-box,
  .web-designer-courses-pro-footer-menu {
    padding: 20px 0px;
  }
  .web-designer-courses-pro-footer-copyright .wp-block-column {
    text-align: center;
  }
  .web-designer-courses-pro-section11-right .wp-block-columns {
    border: none;
    margin: 0px !important;
  }
  .header-layout1 {
    padding: 20px 0px !important;
  }
  .web-designer-courses-pro-404 .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
  .web-designer-courses-pro-404 {
    padding: 40px 15px !important;
  }

  .web-designer-courses-pro-blog-area,
  .iceland-blog-right-side,
  .web-designer-courses-pro-blog-left-side-page,
  .web-designer-courses-pro-blog-no-sidebar,
  .web-designer-courses-pro-archive-page {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-blog-content {
    padding-left: 0px !important;
    padding-top: 25px;
  }
  .web-designer-courses-pro-blog-meta .wp-block-post-date,
  .web-designer-courses-pro-blog-meta .wp-block-post-author,
  .web-designer-courses-pro-blog-meta .wp-block-post-terms {
    width: 100% !important;
    padding: 0px !important;
  }
  .web-designer-courses-pro-blog-left-side-area {
    padding-right: 0px !important;
  }
  .iceland-iceland-blog-right-side-page {
    padding-left: 0px !important;
  }
  .web-designer-courses-pro-contact-lay1,
  .web-designer-courses-pro-contact-lay2-box {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-contact-lay1 .wp-block-group {
    padding-right: 0px !important;
  }
  .web-designer-courses-pro-contact-lay1
    .web-designer-courses-pro-contact-info {
    padding-top: 40px;
  }
  .web-designer-courses-pro-contact-info-box {
    padding: 30px !important;
  }
  .web-designer-courses-pro-service-single-lay {
    padding: 40px 15px 0px !important;
  }
  .web-designer-courses-pro-service-menu {
    padding-right: 0px !important;
    padding-bottom: 40px;
  }
  .web-designer-courses-pro-service-single-lay h2 {
    font-size: 24px !important;
  }
  .web-designer-courses-pro-team-section1 {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-team-section1-right {
    padding-top: 40px;
  }
  .web-designer-courses-pro-team-section1 .wp-block-columns {
    padding-bottom: 40px !important;
  }
  .web-designer-courses-pro-team-section2 {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .web-designer-courses-pro-team-section-box {
    margin-bottom: 30px !important;
    padding-right: 0px !important;
  }
  .web-designer-courses-pro-archive-left {
    padding-right: 0px !important;
  }
  .web-designer-courses-pro-inner-banner-title {
    font-size: 26px !important;
    margin: 0px !important;
  }
  .web-designer-courses-pro-blog-single-area {
    padding: 40px 15px !important;
  }
  .web-designer-courses-pro-blog-single-right-area {
    padding-left: 0px !important;
    padding-top: 40px;
  }
  .web-designer-courses-pro-section9 .wp-block-buttons {
    margin-top: 30px !important;
  }
  .web-designer-courses-pro-inner-banner .wp-block-cover {
    min-height: 220px !important;
  }
  .web-designer-courses-pro-404 h1 {
    padding-bottom: 30px !important;
    font-size: 30px !important;
  }
  .related.products li,
  .products li {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .web-designer-courses-pro-section5-menu-box .wp-block-column {
    text-align: center;
  }
  .web-designer-courses-pro-section5-left::after {
    display: none;
  }
  .web-designer-courses-pro-section5-left,
  .web-designer-courses-pro-section5-right {
    padding: 0px !important;
  }
}

@media (min-width: 1024px) {
  .web-designer-courses-pro-banner {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .web-designer-courses-pro-header-top-bar {
    padding: 20px 15px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.web-designer-courses-pro-header-top-bar-left,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.web-designer-courses-pro-header-top-bar-logo,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.web-designer-courses-pro-header-top-bar-right {
    flex-basis: auto !important;
    width: 33.33%;
    float: left;
    padding: 0px !important;
  }
  .web-designer-courses-pro-ice-berg .wp-block-image {
    width: 140px;
    height: 140px;
  }
  .web-designer-courses-pro-header-top-bar-right
    .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
    padding: 0px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.web-designer-courses-pro-banner-content,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.web-designer-courses-pro-banner-image {
    flex-basis: auto !important;
    width: 50%;
    float: left;
    padding: 0px !important;
    text-align: left;
  }
  .web-designer-courses-pro-banner-content .wp-block-buttons {
    margin: inherit;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.web-designer-courses-pro-banner-content {
    padding-top: 40px !important;
  }
  .web-designer-courses-pro-section1-right
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: auto !important;
  }
  .web-designer-courses-pro-better-box {
    flex-basis: auto !important;
    width: 49% !important;
    display: inline-block;
    padding: 15px !important;
  }
  .web-designer-courses-pro-section11-right .is-layout-flow.wp-block-column {
    flex-basis: auto !important;
    padding: 15px;
  }
  .web-designer-courses-pro-section2-left .wp-block-image.alignleft.size-full,
  .web-designer-courses-pro-section5-inner .wp-block-image.alignleft.size-full {
    float: none;
    text-align: center;
    width: 100%;
  }
  .web-designer-courses-pro-section7-testimonial-box {
    width: 60%;
    margin: 0 auto;
  }
  .web-designer-courses-pro-banner {
    padding-left: 60px !important;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .web-designer-courses-pro-section-box {
    padding: 80px 100px 200px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  h3.has-text-color {
    font-size: 20px !important;
  }
  .web-designer-courses-pro-blog-content h2 {
    font-size: 24px !important;
  }
  .web-designer-courses-pro-ice-berg h3 {
    width: 100%;
  }
  .web-designer-courses-pro-section7-left .wp-block-group {
    padding: 0px !important;
  }
  .web-designer-courses-pro-section7-left .wp-block-columns {
    padding: 0px !important;
  }
  .web-designer-courses-pro-section7-left h2 {
    padding: 0px !important;
  }
  .web-designer-courses-pro-section1-left p {
    padding-top: 0px !important;
  }
  .web-designer-courses-pro-section7-left {
    padding: 40px 15px 0px !important;
  }
  .wp-block-group .web-designer-courses-pro-section7-testimonial-box {
    padding: 20px 25px !important;
    margin-top: 30px !important;
  }
  .wp-block-group .web-designer-courses-pro-section7-testimonial-box p {
    font-size: 16px !important;
    padding-bottom: 10px !important;
  }
  .web-designer-courses-pro-section-box {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .web-designer-courses-pro-section8 h2 {
    font-size: 46px !important;
  }
  .web-designer-courses-pro-banner-content h1 {
    font-size: 50px !important;
  }
  .web-designer-courses-pro-header-top-bar-left .wp-block-image {
    margin: 0px !important;
  }
  .web-designer-courses-pro-404 h3.has-text-color {
    font-size: 80px !important;
  }
  .web-designer-courses-pro-section11-left {
    padding-left: 40px;
  }
}

body:not(.home) header.wp-block-template-part {
  /* background-color: #ededed; */
  position: unset !important;
}
body:not(.home) .header-container {
  top: unset;
}

@media (min-width: 1401px) {
  .nav-group ul.wp-block-navigation__container > li {
    padding: 12px 14px;
  }
}

@media (max-width: 767px) {
  .about_right_col .about-col-two-stack h1 {
    text-align: center;
    font-size: 28px !important;
    line-height: 30px !important;
    margin-top: 30px !important;
  }
  .about_left_col .wp-block-image {
    margin-bottom: 25px;
  }
  .web-designer-courses-pro-header-banner .wp-block-cover {
    padding-top: 300px !important;
  }
  .team-section-members > .wp-block-stackable-image {
    max-width: 30% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .web-designer-courses-pro-header .wp-block-navigation__submenu-container {
    right: -1px !important;
    left: auto !important;
  }
}

@media (max-width: 599px) {
  .web-designer-courses-pro-menu {
    position: relative;
    right: 0px;
    top: -25px;
  }
  .web-designer-courses-pro-menu .wp-block-navigation ul {
    display: block !important;
    width: 100%;
    text-align: right;
    min-width: 310px !important;
    padding-left: 5px !important;
  }
  .wp-block-navigation__submenu-container li {
    padding-right: 0px !important;
	padding-top: 10px !important;
  }
  .web-designer-courses-pro-menu .wp-block-navigation ul li {
    display: block !important;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0px;
    padding: 15px 0px;
    padding-right: 25px;
  }
  .web-designer-courses-pro-menu .wp-block-navigation__submenu-container {
    padding-right: 0px !important;
  }
  .web-designer-courses-pro-menu .wp-block-navigation ul li a {
    line-height: normal !important;
  }
  .web-designer-courses-pro-menu .wp-block-navigation__submenu-container li a {
    text-align: right;
    display: inherit !important;
  }
  .web-designer-courses-pro-menu .wp-block-navigation__submenu-container {
    padding-top: 20px !important;
  }
  .web-designer-courses-pro-menu .wp-block-navigation__submenu-container li {
    border: none !important;
  }
  .web-designer-courses-pro-menu
    .wp-block-navigation__responsive-container-open:hover {
    background: none;
  }
  .web-designer-courses-pro-menu
    .wp-block-navigation__responsive-container-open
    svg {
    width: 35px;
    height: 35px;
  }
  .web-designer-courses-pro-menu .wp-block-navigation.items-justified-right {
    padding-top: 0px;
  }
  .web-designer-courses-pro-menu .current-menu-item a,
  .web-designer-courses-pro-menu li a:hover {
    color: #5baaec !important;
    background: none !important;
  }
  .web-designer-courses-pro-menu .is-layout-constrained {
    padding: 5px !important;
  }
}

/* *-*-*-*-*-*-*-*-*-* New CSS	*-*-*-*-*-*-*-*-*-*-*-* */
body .wp-site-blocks {
  overflow: hidden;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

/* ------------------ Header CSS -------------------- */
.header-nav ul li a span,
.header-nav ul li {
  font-family: "Saira";
  font-weight: 500;
}
.header-nav ul li a.current-menu-item span {
  color: #2aaa94;
  display: block;
  position: relative;
}
.header-nav ul li a.current-menu-item span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  background-color: #2aaa94;
  left: 0;
  right: 0;
  transform: translateY(-33px);
  text-align: center;
}
.header-nav ul li.has-child span::after {
  content: unset !important;
}

header.wp-block-template-part {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #3a315c;
}
.header-container {
  max-width: 1600px !important;
  position: relative;
  margin: 0 auto !important;
}
.main-head-nav {
  justify-content: space-between;
}
/* .main-head-nav {
  padding: 18px 20px 18px 15px;
  border-radius: 0px 18px 18px 0;
  box-shadow: -35px 0px 0px #fff;
} */
.nav-group {
  flex-basis: 75%;
}
.second-wrap {
  flex-basis: 0%;
  gap: 5px;
  justify-content: flex-end;
}
.header-btn .stk-button-group {
  justify-content: end !important;
}
.header-nav {
  position: relative;
  top: 13px;
}
.header-contact-row {
  box-shadow: -90px 0px 1px #2aaa94;
  border-radius: 10px 0 10px 10px;
  width: 95% !important;
}
.header-btn {
  flex-basis: 29%;
}
.nav-group ul.wp-block-navigation__container > li {
  padding: 12px 20px;
}
.nav-group ul.wp-block-navigation__container > li a {
  font-family: Saira;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #bb68d2;
}
.nav-group ul li ul li a {
  color: #bb68d2 !important;
}
.nav-group ul li ul li a:hover {
  text-decoration: none !important;
  background-color: #3a315c;
  color: white !important;
}
.nav-group ul.wp-block-navigation__container > li a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #bb68d2;
}
/* .nav-group ul.wp-block-navigation__container > li svg {
  stroke: #2aaa94;
} */
.header-contact-row > div {
  position: relative;
}
.header-contact-row > div::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: #ffffff30;
  right: 20px;
}
.header-contact-row > div:nth-child(4)::after {
  content: unset;
}
.header-contact-row > div:nth-child(1) {
  flex-basis: 42%;
}
.header-contact-row > div:nth-child(2) {
  flex-basis: 60%;
}
.header-contact-row > div:nth-child(3) {
  flex-basis: 75%;
}
.header-contact-row > div:nth-child(4) {
  flex-basis: 60%;
}
.header-contact-row {
  padding: 20px 25px;
}
.header-contact-row > div a {
  text-decoration: none;
}
.header-contact-row > div a:hover {
  color: #083f9b !important;
}
.header-btn span {
  text-align: center;
}
.header-btn a {
  padding: 16px !important;
}

/* ------------- Search -------------- */

/********************************* new Portfolio theme css*********************************/
.portfolio-container {
  max-width: 1500px !important;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.products-container {
  max-width: 1450px !important;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.join-courses-container {
  max-width: 1220px !important;
  margin: 0px auto !important;
  position: relative;
  top: 100px;
}
.teams-container {
  max-width: 1450px !important;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* ------------------- Slider Section ---------------------- */
.slider-section {
  padding-top: 100px !important;
  padding: 0;
}
.slider-section .stk-block-carousel__slider {
  width: 100% !important;
}
.slider-container {
  max-width: 100% !important;
  padding: 0;
}
.slider-container form[role="search"] {
  top: 70px;
}
.slider-container form[role="search"] .wp-block-search__inside-wrapper {
  position: relative;
}
.slider-container form[role="search"] input {
  background-color: #fff;
}
.slider-container form[role="search"] input {
  background-color: #fff;
}
.slider-container form[role="search"] input::placeholder {
  color: #000000 !important;
  font-family: Saira;
  font-weight: 300;
  font-size: 14px;
}
.slider-container form[role="search"] button[type="submit"] {
  position: absolute;
  right: 0px;
  padding: 16px 25px 16px 50px;
  top: 0px;
  bottom: 0;
  height: fit-content;
}
.slider-container form[role="search"] button[type="submit"]::before {
  display: flex;
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  left: 18px;
  top: 0;
  bottom: 0;
  align-items: center;
}
.slide-carousel .stk-block-carousel__dots {
  position: absolute;
  top: unset;
  bottom: 60px;
  left: 0;
  right: 0;
}
.banner-content .breadcrumds {
  gap: 10px;
}
.slide-rating-block {
  position: absolute;
  top: 25%;
  left: 0;
  width: 45% !important;
  gap: 15px;
  z-index: 2;
}
.slide-carousel .stk-block-carousel__buttons {
  align-items: end;
  flex-direction: column;
  justify-content: center;
}
.slide-rating-block .gutentor-rating-marked i {
  color: #5ab48e;
}

/* -------------- Featured Courses --------------- */
.featured-container {
  max-width: 1500px !important;
}
.featured-courses .image img {
  height: 200px;
  border-radius: 30px 30px 0px 0px;
}
.featured-courses .lesson {
  display: flex;
  align-items: center;
}
.feat-inner .rated i.far.fa-star {
  color: #cbc2ff;
  font-weight: 700;
}
.feat-inner .rated i.fas.fa-star {
  color: #ffb509;
}
.featured-courses .less-rating {
  justify-content: space-between;
}
.featured-card {
  background-color: #fff;
  border-radius: 30px;
}
.feat-inner .lesson i {
  padding: 6px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background-color: #bb68d2;
  width: 25px;
  height: 25px;
}
.course-view-btn {
  padding: 8px 18px;
  background: #bb68d2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.course-view-btn:hover {
  background: #3a315c;
  color: #fff;
}
.feat-inner h5 {
  font-family: "Saira";
  font-weight: 400;
  font-size: 18px;
  margin-left: 8px;
  color: #3a315c;
}
.featured-card .title a {
  font-family: "Rowdies";
  font-weight: 300;
  font-size: 20px;
  color: black;
  text-decoration: none;
  &:hover {
    color: #bb68d2;
    /* text-decoration: underline; */
  }
}
.featured-card .title {
  border-bottom: 1px solid #dadaf7;
  padding-bottom: 25px;
  padding-top: 20px;
}
.featured-card .contents {
  padding: 20px;
}
.inst-cat-row {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.inst-cat-row img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.featured-card .category {
  margin: 4px;
  padding: 4px 8px;
  width: 80px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 18px;
}
.featured-card .category > div {
  display: inline-block;
  /*     animation: marquee 5s linear infinite; */
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.inst-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feat-inner > :nth-child(1) .category,
.feat-inner > :nth-child(4n + 1) .category {
  background-color: #24d198;
}
.feat-inner > :nth-child(2) .category,
.feat-inner > :nth-child(4n + 2) .category {
  background-color: #00c1ff;
}
.feat-inner > :nth-child(3) .category,
.feat-inner > :nth-child(4n + 3) .category {
  background-color: #f15568;
}
.feat-inner > :nth-child(4) .category,
.feat-inner > :nth-child(4n + 4) .category {
  background-color: #7f56d9;
}
.inst-name-role h6 {
  font-family: Rowdies;
  font-size: 16px;
  font-weight: 300;
  color: #3a315c;
}
.inst-name-role p {
  font-family: Saira;
  font-size: 14px;
  font-weight: 300;
  color: #3a315c80;
}

/************* my-working-process-css **********************/
.working-process-section .curve-one {
  position: absolute;
  left: 0;
  top: 16%;
  width: 100px;
  height: 150px;
  border: 3px solid #ffffff50;
  border-left: none;
  border-radius: 0px 130px 130px 0;
}
.working-process-section .curve-two {
  position: absolute;
  left: 0;
  top: 14%;
  width: 123px;
  height: 180px;
  border: 3px solid #ffffff50;
  border-left: none;
  border-radius: 0px 150px 150px 0px;
}
.working-process-section .curve-three {
  position: absolute;
  left: 0;
  top: 12%;
  width: 145px;
  height: 210px;
  border: 3px solid #ffffff50;
  border-left: 0;
  border-radius: 0px 150px 150px 0px;
}
.working-process-section .work-text p {
  width: 50%;
  margin: 0 auto;
}
.working-process-section .work-head h2 {
  font-size: 42px;
}
.dashed-columns {
  position: relative;
}
.dashed-columns:before {
  content: "";
  display: block;
  width: 2px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
  border: 1px solid white;
  border-style: dashed;
  background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to bottom, #4fc3f7, #ab5ca4 49%, #ffffff) border-box;
}
.dashed-columns:after {
  content: "";
  width: 2px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid white;
  border-style: dashed;
  background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to bottom, #4fc3f7, #ab5ca4 49%, #ffffff) border-box;
}

/* --------------- Event Section ----------------- */
.events-section {
  padding: 0;
}
.events-section .container-fluid {
  padding: 0;
  margin-top: 45px;
}
.events-section > img {
  height: 60% !important;
}
.events-card .seas-cat {
  justify-content: space-between;
}
.imgs-concat ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.imgs-concat ul li img {
  width: 35px !important;
}
.imgs-concat ul li:not(:first-child) {
  margin-left: -10px;
}
#events-slider .events-card {
  display: flex;
  border-radius: 30px;
  overflow: auto;
}
#events-slider .owl-item .img-side img {
  height: 343px;
  object-fit: cover;
}
#events-slider .owl-item .img-side {
  flex-basis: 50%;
}
#events-slider .owl-item .content-side {
  flex-basis: 50%;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  padding: 30px;
  gap: 15px;
}
.season-info i {
  color: #fff;
  background-color: #bb68d2;
  padding: 15px;
  border-radius: 50%;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.season-info {
  justify-content: center;
  align-items: center;
}
.season-txt {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
.seas-cat .category div {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  background-color: #bb68d2;
  padding: 10px 18px;
  color: #fff;
  border-radius: 18px;
  /* transform: translateY(-10px); */
}
.content-side .user-img {
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}
.events-card div.title {
  font-family: Rowdies;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0px;
  color: #323232;
}
.events-card div.content {
  font-family: Saira;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #7e7eaa;
}
.events-card .instructor h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1f1f39;
}
.events-card .instructor p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  color: #7e7eaa;
}
#events-slider .owl-item {
  filter: blur(5px);
}
#events-slider .owl-item.center {
  filter: unset;
}
#events-slider .owl-dots {
  text-align: center;
}
#events-slider .owl-dot {
  width: 12px;
  padding: 0;
  height: 12px;
  margin: 0px 7px;
  background-color: #7e7eaa4d;
  border-radius: 3px;
  margin-top: 40px;
}
#events-slider .owl-dot.active {
  background-color: #bb68d2;
}

/* ----------- Single Events Page Content ------------ */
.single-events .content p.desc {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.single-events .user-img {
  align-items: center;
  gap: 15px;
}
.single-events .user-img h5 {
  font-family: "Saira";
  font-size: 18px;
}
.single-events .user-img p {
  font-family: "Poppins";
  font-weight: 800;
}

.categories-container {
  max-width: 1500px !important;
}
/* ------------- Course Categories Section ---------------*/
#events-slider .thumbnail {
  background-color: #fff;
  text-align: center;
  padding: 30px 40px 25px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #d9ecff80;
}
.cat-card .thumbnail:hover {
  box-shadow: 0px 0px 7px 2px #bb68d280 !important;
}
#events-slider .thumbnail a {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Saira";
  font-weight: 600;
  color: #324361;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  &:hover {
    color: #bb68d2;
  }
}
.thumbnail p.items-num {
  font-family: "Saira";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #4f547b;
}
/* --------------- Why Choose Us Section ----------------- */
.why-choose-section .small-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
}
.why-choose-section .small-img-div::after {
  position: absolute;
  content: "";
  background-color: #d3e3fd;
  width: 80%;
  height: 80%;
  z-index: -1;
  right: -4px;
  bottom: -10px;
  border-radius: 50%;
}
.choose-main-img figure {
  margin-top: 30px;
  margin-bottom: 50px;
}
.why-choose-section .pink-circle {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.why-choose-section .blue-ring {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border: 18px solid #bb68d280;
  border-radius: 50%;
  transform: translate(-70px, 15px);
}
.why-choose-section .light-blue-sem {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg) translate(-25px, 25px);
}

/* --------------------- Gallery Section ----------------------- */
.our-gallery-section .wp-block-cover__image-background {
  height: 490px;
}
.our-gallery-section .stk-block-carousel__button__prev svg {
  transform: translateX(15px);
  width: 35px;
  height: 35px;
}
.our-gallery-section .stk-block-carousel__button__next svg {
  width: 35px;
  height: 35px;
  transform: translateX(-15px);
}
.gallery-slide .stk-container::after {
  content: "\2b";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  color: #fff;
  background-color: #bb68d2;
  border-radius: 10px;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin: auto;
  opacity: 0;
}
.gallery-slide .stk-container:hover::after,
.gallery-slide .stk-container:hover .stk-block-content::after {
  opacity: 1;
}
.gallery-slide .stk-block-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #fff;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
}

/* ------------------ Our Products Section -------------------- */
.products-section {
  overflow: visible;
}
.products-section .grid-container {
  max-width: fit-content;
}

.products-posttype-div .gutentor-post-item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.products-posttype-div .gutentor-post-image-box {
  order: 1;
}
.products-posttype-div .gutentor-post-title-data-wrap {
  order: 2;
}
.products-posttype-div .gutentor-wc-rating {
  order: 3;
  margin-bottom: 0;
  margin-top: 4px;
}
.products-posttype-div .gutentor-woo-add-to-cart {
  order: 6;
}
.products-posttype-div .gutentor-post-desc {
  border-bottom: 1px solid #3a315c1a;
  padding-bottom: 18px;
  display: inline-flex;
  order: 4;
  font-family: Saira;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 20px;
  color: #3a315c99;
}
.products-posttype-div .gutentor-wc-price {
  display: inline-flex;
  flex-direction: row-reverse;
  order: 5;
  align-items: baseline;
  margin-top: 8px;
}
.products-posttype-div .gutentor-wc-price > del,
.products-posttype-div .gutentor-wc-price > ins {
  font-family: "Inter";
  line-height: 18px;
  margin-right: 5px;
}
.products-posttype-div .gutentor-wc-price ins span {
  font-size: 18px;
  color: #323232;
  font-weight: 600;
}
.products-posttype-div .gutentor-wc-price del bdi {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through;
  color: #3a315c99 !important;
  text-decoration-color: #3a315c99;
}
.products-posttype-div .gutentor-woo-add-to-cart a {
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #bb68d2;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: white;
  &:hover {
    border-radius: 30px;
    background-color: #563d77;
  }
}
.gutentor-woo-add-to-cart .added_to_cart {
  margin-top: 10px !important;
}

.join-courses-container .wp-block-cover__image-background {
  object-fit: fill;
  border: 10px solid #fff;
  border-radius: 30px;
}
.join-courses-container .wp-block-cover,
.join-courses-container.wp-block-cover {
  min-height: 250px;
  overflow: visible;
  z-index: 1;
}
/* ------------------ Our Products Section End -------------------- */

/* -------------------- Testimonials Section ----------------------- */
.testimonial-section {
  z-index: 0;
}

.testimonial-section .has-background-background-color {
  background: rgb(218, 236, 255);
  background: linear-gradient(
    0deg,
    rgba(218, 236, 255, 1) 30%,
    rgba(219, 237, 255, 0.804359243697479) 40%,
    rgba(255, 255, 255, 0.10968137254901966) 100%
  );
  opacity: 1 !important;
}
.test-card .kt-testimonial-text-wrap:nth-child(1) {
  display: flex;
  flex-flow: column-reverse;
}
.test-card .kt-testimonial-item-wrap {
  display: flex;
  flex-flow: column-reverse;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 30px;
  box-shadow: 0px 4px 35px 0px #7966ea14;
}
.test-card .kt-testimonial-name {
  font-family: Rowdies;
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  color: #563d77;
}
.test-card .kt-testimonial-occupation {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #3a315c99;
}
.test-card .kt-testimonial-meta-wrap {
  margin: 20px 0 30px;
}
.test-card .kt-testimonial-content {
  font-family: Saira;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3a315c99;
  margin-bottom: 8%;
}
.test-card .kt-testimonial-rating-wrap div {
  margin-left: 5px;
}
.testimonial-group-col
  .stk-block-carousel__buttons
  .stk-block-carousel__button__prev
  svg {
  transform: translateX(15px);
  width: 35px;
  height: 35px;
}
.testimonial-group-col
  .stk-block-carousel__buttons
  .stk-block-carousel__button__next
  svg {
  width: 35px;
  height: 35px;
  transform: translateX(-15px);
}
.testimonial-group-col .stk-block-carousel__buttons button:hover {
  background-color: #f9d2dd !important;
}
.testimonial-section h2 {
  font-size: 45px;
}
.testimonial-section .test-para p {
  width: 50%;
  margin: 24px auto;
}

/* -------------- Teams Section ---------------- */
.teams-section .stk-block-carousel__buttons {
  /* position: absolute; */
  transform: translateY(-50%);
}
.teams-section .wp-block-cover__background {
  z-index: 0;
}
.teams-section .stk-block-carousel__button__prev svg {
  transform: translateX(15px);
  width: 35px;
  height: 35px;
}
.teams-section .stk-block-carousel__button__next svg {
  width: 35px;
  height: 35px;
  transform: translateX(-15px);
}
.team-section-members .line-team {
  max-width: 180px !important;
}
.team-card {
  box-shadow: 0px 4px 4px 0px #d9ecff80;
  margin-bottom: 13px !important;
}

/****************** contact-form-section-css**********************/
.contact-col-two-group input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  margin-top: 20px;
  font-family: "Roboto";
}
.contact-col {
  align-items: end !important;
}
.wpcf7-form p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #8274e3;
  color: white;
}
.contact-col-two-group .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
}
#Submit-btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
}

/*************** what do i do -section-css ****************************/
.gutentor-element-progressbar .gutentor-element-progressbar-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/**************** newsletter-section-csss****************************/
.newsletter-container {
  max-width: 1220px !important;
}
.newsletter-section .input-container input[type="email"] {
  background-color: #fff;
  padding-left: 35px;
  padding-right: 28%;
  color: #4f547b;
  border-radius: 7px;
}
.newsletter-section .input-container input[type="email"]::placeholder {
  font-family: "Saira";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #4f547b;
}
.newsletter-section form .wpcf7-response-output {
  color: #fff;
}
#Subscribe-btn {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px 32px;
  background: linear-gradient(96.32deg, #bb68d2 1%, #563d77 100.05%);
  border-radius: 10px;
  position: relative;
  top: -2px;
}
.newsletter-section .input-subscribe {
  bottom: 0px;
  position: absolute;
  margin: 0px auto;
  width: auto;
  top: 0;
  right: 10px;
  height: auto;
}
.newsletter-section .input-subscribe .wpcf7-spinner {
  position: absolute;
  top: 70px;
  right: 0;
}
.input-container {
  position: relative;
  height: auto;
}

/* ---------------- Blogs Section ------------------ */
.blogs-section .posts-col .gutentor-image-thumb img {
  height: 200px;
  object-fit: cover;
}
.blog-posts-col-one .gutentor-post-item > :not(:first-child):not(:last-child) {
  margin: 0 20px;
}
.blog-posts-col-one .gutentor-post-item,
.blog-posts-col-three .gutentor-post-item {
  padding-bottom: 18px !important;
}
.blog-posts-col-one .g-avatar-wrap,
.blog-posts-col-three .g-avatar-wrap {
  display: inline-flex;
}
.blog-posts-col-one .gutentor-post-title,
.blog-posts-col-three .gutentor-post-title {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #dadaf7;
  padding-top: 20px;
}
.blog-posts-col-one .gutentor-post-item {
  border-radius: 30px;
}
.posts-col .gutentor-avatar {
  width: 40px !important;
  height: 40px !important;
}
.blog-posts-col-one .posted-on i {
  /* font-size: 16px !important; */
  color: #fff !important;
  background-color: #563d77 !important;
  padding: 7px 8px 8px 8px;
  border-radius: 50%;
  margin-right: 12px !important;
  width: 20px;
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.blog-posts-col-one .posted-on {
  display: flex !important;
}
.blog-posts-col-three .posted-on i {
  color: #fff !important;
  background-color: #563d77 !important;
  padding: 7px 9px 8px 8px;
  border-radius: 50%;
  margin-right: 12px !important;
  width: 20px;
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.blog-posts-col-three .gutentor-post-item:hover .posted-on i {
  background-color: #bb68d2 !important;
}
.blog-posts-col-three .gutentor-post-item .posted-on {
  display: flex !important;
}
.blog-posts-col-one .gutentor-post-button,
.blog-posts-col-three .gutentor-post-button {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  position: relative;
  top: 6px;
  margin-left: 25px;
}
.blog-posts-col-two .gutentor-post:nth-child(2) .gutentor-post-item {
  flex-direction: row-reverse;
}
.blog-posts-col-two .gutentor-post:nth-child(2) .gutentor-post-content {
  padding-right: 20px;
}
.blog-posts-col-two .gutentor-post-item .posted-on i {
  padding: 7px 8px 8px 8px;
  color: #fff !important;
  background-color: #563d77;
  border-radius: 50%;
  margin-right: 12px;
}
.blog-posts-col-two .gutentor-post-item:hover .posted-on i {
  background-color: #bb68d2;
}
.blog-posts-col-two .gutentor-post:nth-child(1) .gutentor-post-content {
  padding-right: 20px;
}
.blog-posts-col-two .gutentor-post-image-box {
  width: 50% !important;
  margin-bottom: 0 !important;
}
.blog-posts-col-two .g-avatar-wrap {
  display: inline-flex;
}
.blog-posts-col-two .gutentor-image-thumb {
  height: 210px;
}
.blog-posts-col-two .gutentor-image-thumb img {
  height: 100% !important;
  object-fit: cover;
}
.blog-posts-col-two .gutentor-post-item .posted-on i {
  padding: 6px 9px 8px 8px;
  color: #fff !important;
  background-color: #563d77;
  border-radius: 50%;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-posts-col-two .gutentor-post-item .posted-on {
  display: flex !important;
}
.blog-posts-col-two .gutentor-post-item:hover .posted-on i {
  background-color: #bb68d2;
}
.blog-posts-col-two .gutentor-post-item {
  align-items: center !important;
}
.blog-posts-col-two .gutentor-post-item h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadaf7;
}
.blog-posts-col-two a.gutentor-button {
  position: relative;
  top: 8px;
  display: inline-flex;
  margin: auto;
}
.blog-posts-col-three
  .gutentor-post-item
  > :not(:first-child):not(:last-child) {
  margin: 0 20px;
}
.blogs-section .wp-block-cover.portfolio-container {
  padding-bottom: 16% !important;
}

/* ------------- Blogs Page ---------------- */
.blogs-page-posts .gutentor-image-thumb img {
  height: auto;
}

/* ------------- Footer Section --------------- */
.footer-section,
.footer-section .wp-block-cover {
  overflow: visible;
}
.footer-col-one .foot-logo {
  position: relative;
  transform: translateY(-90px);
  margin-bottom: -45px !important;
}
.footer-section .portfolio-container {
  transform: translateY(-25%);
  margin-bottom: -180px !important;
}
.footer-col-one a {
  text-decoration: none;
}
.footer-col-two a:hover span,
.footer-col-three a:hover span {
  color: #bb68d2;
}
/* .footer-insta-gallery .stk-block-carousel__slider .stk-block-content::after {
  content: "\f16d";
  position: absolute;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  z-index: 1;
  left: 0;
  width: 45px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  margin: auto;
  opacity: 0;
}
.footer-insta-gallery
  .stk-block-carousel__slider
  .stk-block-content:hover::after {
  opacity: 1;
} */
.footer-insta-gallery {
  max-width: 1120px !important;
}
.footer-section-two {
  border-top: 2px solid #ffffff2e;
}
.footer-col-two ul li::after,
.footer-col-three ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7e7eaa33;
}
.footer-col-two ul li,
.footer-col-three ul li {
  width: -webkit-fill-available;
}
.footer-col-two ul li a::before,
.footer-col-three ul li a::before {
  content: url(assets/images/footer/arrow.png);
  position: absolute;
  right: 0;
}
.footer-col-two ul,
.footer-col-three ul {
  display: block;
  width: 100%;
}
.footer-col-two ul li,
.footer-col-three ul li {
  margin-bottom: 20px;
  display: block !important;
}

img.wp-image-238 {
  object-fit: unset !important;
}
body:not(.home) .footer-section {
  margin-top: 180px;
}
body:not(.home) .footer-section .footer-row {
  background-color: #ededed !important;
}
.footer-section .footer-row {
  box-shadow: 0px 10px 0px #ffffff3b;
}

/* ------------- Shop --------------- */
.archive.post-type-archive .product h3 a {
  text-decoration: unset;
  color: #3a315c;
}
.archive.post-type-archive .product h3 a:hover {
  color: #bb68d2;
}
/* ------------ Cart Page ------------- */
.wc-block-cart-items .wc-block-cart-item__image {
  width: 40%;
  & img {
    border-radius: 10px;
  }
}
.woocommerce-cart .wp-site-blocks h1 {
  margin-top: 50px;
  font-family: "Rowdies";
  color: #323232;
}
.wc-block-cart-items__row {
  background: linear-gradient(90deg, #084fc740, #7f56d963);
  border-radius: 10px;
  border-bottom: 8px solid #fff;
}
.wc-block-cart-items__row td {
  border: none !important;
}
.wc-block-cart-items__header th {
  font-family: "Saira";
  font-size: 18px;
  color: #4f978a;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name {
  text-decoration: unset;
  color: #fff;
  font-family: "Saira";
  font-size: 20px;
  font-weight: 700;
  &:hover {
    color: #323232;
  }
}
.price.wc-block-components-product-price ins {
  font-weight: 600;
  font-size: 20px;
  color: #323232;
}
.price.wc-block-components-product-price del {
  font-size: 20px;
  font-weight: 400;
  color: #323232b5;
}
.wc-block-cart-item__total span.wc-block-components-product-price__value {
  font-family: "Saira";
  font-weight: 600;
  font-size: 22px;
  color: #083f9b;
}
.wc-block-cart-item__product .wc-block-components-sale-badge {
  background-color: #bb68d2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-cart-item__product
  .wc-block-components-product-metadata__description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Saira";
  color: #000;
}
.wc-block-cart-item__remove-link {
  text-decoration: unset !important;
  font-size: 18px !important;
  margin-top: 10px !important;
  &:hover {
    text-decoration: underline !important;
    text-decoration-color: #2d9986 !important;
    color: #181616 !important;
  }
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-product-badge.wc-block-components-sale-badge {
  background-color: #bb68d2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-components-totals-coupon a {
  font-size: 18px;
  font-weight: 600;
  color: #bb68d2;
  text-decoration: unset;
  &:hover {
    color: #083f9b;
  }
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-family: "Saira" !important;
  font-size: 18px !important;
  color: #4f978a !important;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item
  .wc-block-formatted-money-amount {
  color: #277a6c;
  font-size: 24px;
}
.wc-block-cart__submit-container a {
  font-size: 20px !important;
  border: 1px solid #3232;
  border-radius: 5px;
  margin-top: 10px;
  font-family: "Rowdies";
  font-weight: 400;
  &:hover {
    color: #bb68d2;
  }
}
.wp-block-woocommerce-filled-mini-cart-contents-block
  .wc-block-cart-items
  .wc-block-cart-item__image {
  width: 100%;
}

/* ---------------- All Events Page ----------------- */
.post-type-archive-events h2 {
  padding-bottom: 5px !important;
}
.post-type-archive-events h2 a {
  font-family: "Rowdies";
  text-decoration: unset;
  font-weight: 400;
  font-size: 26px;
  &:hover {
    color: #00ab95;
  }
}

.post-type-archive-events .wp-block-post-excerpt__excerpt {
  font-family: "Saira";
  font-size: 18px;
  margin-bottom: 18px;
  color: #323232;
}
.post-type-archive-events .wp-block-post-excerpt__more-text a {
  font-family: "Rowdies";
  font-size: 20px;
  text-decoration: unset;
  color: #323232;
  transition: 0.3s ease-in-out;
  &:hover {
    color: #00ab95;
    letter-spacing: 3px;
  }
}

/************************* Responsive-css-all-media *****************************************/
@media screen and (max-width: 1920px) and (min-width: 1023px) {
  #i-am-a-ui-ux-designer-based-in-usa {
    padding-right: 30px !important;
  }
  .wpcf7-form-control.wpcf7-textarea {
    height: 200px !important;
  }
}
/************* Header-section & slider-section -css **************************/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .slide-text-col form .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
  .slide-text-col h1.stk-block-heading__text {
    font-size: 30px !important;
    line-height: 50px !important;
  }
  .teams-section .stk-block-carousel__content-wrapper {
    --slides-to-show: 3 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .best-design-awards-row {
    position: absolute !important;
    background: white;
    width: 170px !important;
    border-radius: 10px;
    box-shadow: 6px -6px 17.5px 0px #0000001a;
    top: 80px;
    right: 0px;
    height: 73px;
    justify-content: center;
    gap: 10px;
  }
  .ui-ux-button {
    position: absolute !important;
    background: white;
    width: 170px !important;
    border-radius: 10px;
    box-shadow: 6px -6px 17.5px 0px #0000001a;
    top: unset;
    right: unset;
    height: 73px;
    justify-content: center;
    gap: 10px;
    left: -120px;
    bottom: 0px;
  }
  #welcome-to-my-world {
    margin-bottom: 20px !important;
  }
  #hi-im-brad-kane-a-professional-ui-developer {
    margin-bottom: 20px !important;
  }
  /*************working-process-section-css ****************************/
  .working-process-section .working-process-outer-col-two {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .working-process-outer-col-two
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 36px !important;
    line-height: 58px !important;
  }

  /****************** Testimonial-section-css ****************************/
  .testimonial-section .testimonial-col-one {
    flex-basis: 100% !important;
  }
  .portfolio-container-testimonial {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .testimonial-section .portfolio-container-testimonial {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #our-testimonials {
    margin-bottom: 10px !important;
    text-align: center !important;
    width: 100% !important;
  }
  #over-1-000-designs-complete-for-happy-clients {
    margin-bottom: 10px !important;
  }

  /***************** contact-me-section-css ******************************/
  #contact-me-now {
    margin-bottom: 10px !important;
  }

  /************* newsletter-section-css ***********************************/
  .newsletter-section #our-testimonials {
    text-align: left !important;
  }
  .newsletter-section h4.stk-block-heading__text.has-text-color {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .input-subscribe {
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
    width: 300px;
    top: 13px;
    right: 15px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body.single-events .footer-section {
    margin-top: 50px !important;
  }

  .header-col #portfolio {
    margin-bottom: 0px !important;
  }
  nav ul a {
    font-size: 16px !important;
  }
  #about-me {
    margin-bottom: 10px !important;
  }
  #i-am-a-ui-ux-designer-based-in-usa {
    margin-bottom: 10px !important;
  }
  #freelancer-available {
    margin-bottom: 10px !important;
  }
  .working-process-section .working-process-outer-col-two {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
  .working-process-outer-col-two
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .dashed-columns:before {
    display: none !important;
  }
  .dashed-columns:after {
    display: none !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px !important;
  }

  /******************8 sevice-section-css ******************************/
  .kt-info-box397980_87a3ad-e0 .kt-blocks-info-box-link-wrap {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin-top: 0px !important;
  }

  .kt-info-box397980_e6c86a-1d .kt-blocks-info-box-link-wrap {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 0px !important;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  /***************** Testimonial-section-css ***********************/
  .testimonial-section .portfolio-container-testimonial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    display: flex;
    justify-content: flex-end !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  #our-testimonials {
    margin-bottom: 10px !important;
  }
  #over-1-000-designs-complete-for-happy-clients {
    margin-bottom: 10px !important;
  }

  /******************8 newsletter-section-css *************************/
  .newsletter-section .newsletter-img-col-stack {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .newsletter-section h4.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
  }
  #begin-the-journey-to-your-dream-designer {
    margin-bottom: 10px !important;
  }
  .newsletter-section h2.stk-block-heading__text.has-text-color {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .newsletter-section .newsletter-form-col-stack {
    padding-top: 0px !important;
  }

  ::placeholder {
    color: white;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
  }
  .wp-block-cover.is-light.newsletter-section {
    min-height: 250px !important;
  }
  .newsletter-section .portfolio-container {
    min-height: 250px !important;
  }
  .input-subscribe {
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
    width: 240px;
    top: 0px;
    right: 15px;
    height: 50px;
  }
  .newsletter-section h5.stk-block-heading__text.has-text-color {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #portfolio {
    margin-bottom: 20px !important;
  }
  h6.gutentor-text {
    margin-bottom: 0px !important;
    margin-left: 10px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
  }
  .slide-row {
    flex-flow: column;
  }
  .slide-text-col {
    padding-top: 10%;
  }
  .slide-text-col h1 {
    line-height: 50px !important;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1400px) {
  .header-btn {
    flex-basis: 23%;
  }
  .second-wrap {
    flex-basis: 18%;
    gap: 5px;
  }
  .header-contact-row {
    padding: 20px 0px;
  }
  .nav-group {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1301px) {
  .header-nav ul li a.current-menu-item span::after {
    transform: translateY(-34px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .why-choose-section .achievements-choose {
    display: flex;
  }
  #events-slider .thumbnail a {
    font-size: 19px;
  }
  .header-contact-row > div:nth-child(4) {
    flex-basis: 40%;
  }
  .why-choose-section .achieve-col-one,
  .why-choose-section .achieve-col-two {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-left: 0 !important;
  }
  #events-slider .owl-item .img-side img {
    height: 100%;
  }
  .seas-cat .category div {
    transform: unset;
  }
  .events-card .seas-cat {
    flex-wrap: wrap;
    gap: 3px;
  }
  .nav-group ul li {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  body.single-events .footer-section {
    margin-top: 50px !important;
  }
  .teams-section .stk-block-carousel__content-wrapper {
    --slides-to-show: 3 !important;
  }
  .header-nav ul li a.current-menu-item span::after {
    transform: translateY(-37px);
  }
  .why-choose-section .achievements-choose {
    display: flex;
  }
  .header-contact-row > div:nth-child(4) {
    flex-basis: 40%;
  }
  #events-slider .thumbnail a {
    font-size: 17px;
  }
  .why-choose-section .achieve-col-one,
  .why-choose-section .achieve-col-two {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-left: 0 !important;
  }
  .products-posttype-div .gutentor-post {
    flex-basis: 33% !important;
    max-width: unset;
  }
  .slider-container form[role="search"] {
    top: 15px;
  }
  .blog-posts-col-two a.gutentor-button {
    margin-left: 15px;
  }
  .blog-posts-col-one .gutentor-post-button,
  .blog-posts-col-three .gutentor-post-button {
    top: unset;
    margin-left: 20px;
    display: block;
    width: fit-content;
  }
  .blog-posts-col-one .g-avatar-wrap,
  .blog-posts-col-three .g-avatar-wrap {
    margin-top: 10px !important;
  }
  .footer-section .portfolio-container {
    transform: unset;
    margin-bottom: unset !important;
  }
  .blogs-section .wp-block-cover.portfolio-container {
    padding-bottom: 100px !important;
  }
  #events-slider .owl-item .img-side img {
    height: 100%;
  }
  .events-card .seas-cat {
    flex-wrap: wrap;
    gap: 10px;
  }
  .seas-cat .category div {
    transform: unset;
  }
  .nav-group ul li {
    font-size: 12px !important;
  }
  .header-btn a span.stk-button__inner-text {
    font-size: 14px !important;
  }
  .header-contact-row > div:nth-child(3) {
    flex-basis: 50% !important;
  }
  body:not(.home) .footer-section {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body.single-events .footer-section {
    margin-top: 50px !important;
  }
  .header-nav ul li a.current-menu-item span::after {
    content: unset;
  }
  .why-choose-section .achievements-choose {
    display: flex;
  }
  .header-contact-row > div::after {
    content: unset;
  }
  .why-choose-section .achieve-col-one,
  .why-choose-section .achieve-col-two {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-left: 0 !important;
  }
  .why-choose-section .choose-main-img figure {
    width: 65% !important;
  }

  .slider-container form[role="search"] {
    top: 10px;
  }
  .slide-rating-block {
    width: 60% !important;
  }
  .newsletter-section .input-container input[type="email"] {
    padding-right: 35%;
  }
  .gallery-carousel.stk-block-carousel {
    margin-top: 10% !important;
  }
  .products-posttype-div .gutentor-post {
    flex-basis: 33% !important;
    max-width: unset;
  }
  .gutentor-image-thumb img {
    width: 100%;
    object-fit: fill;
  }
  .slider-buttons .gutentor-element-button-group-wrap {
    display: flex;
  }
  .slider-buttons .gutentor-element-button:nth-child(2) a {
    margin-top: 0 !important;
  }
  .blog-posts-col-two .gutentor-image-thumb {
    height: 300px;
  }
  .blog-posts-col-one .g-avatar-wrap,
  .blog-posts-col-three .g-avatar-wrap {
    margin-top: 10px !important;
  }
  .blog-posts-col-two a.gutentor-button {
    margin-left: 0px;
    top: unset;
    display: block;
    width: fit-content;
  }
  .footer-section .portfolio-container {
    transform: unset;
    margin-bottom: unset !important;
  }
  .blogs-section .wp-block-cover.portfolio-container {
    padding-bottom: 100px !important;
  }
  #events-slider .events-card {
    flex-flow: column;
  }
  header.wp-block-template-part {
    position: unset;
  }
  .header-container,
  .header-nav {
    top: unset;
  }
  .header-contact-row {
    width: 100% !important;
    box-shadow: unset !important;
    flex-wrap: wrap !important;
  }
  .nav-group {
    flex-basis: 50%;
  }
  .header-contact-row > div {
    flex-basis: 50% !important;
  }
  .slider-section {
    padding-top: 30px !important;
  }
  body:not(.home) .footer-section {
    margin-top: 10px;
  }
  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 1000px !important;
    margin: auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header-nav ul li a.current-menu-item span::after {
    content: unset;
  }
  .why-choose-section .choose-main > div {
    display: block;
  }
  .header-contact-row > div::after {
    content: unset;
  }
  .why-choose-section .choose-text-col {
    flex-basis: 0 !important;
  }
  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 640px !important;
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
    padding: 20px !important;
    display: flex !important;
    border-bottom: none !important;
    margin-bottom: 10px;
  }
  .wc-block-cart-items .wc-block-cart-item__image {
    width: 100%;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
    margin-bottom: 0 !important;
  }
  .achievements-choose .achieve-col-one,
  .achievements-choose .achieve-col-two {
    flex-wrap: nowrap !important;
  }
  .news-row {
    flex-flow: column;
  }
  .gallery-carousel.stk-block-carousel {
    margin-top: 13% !important;
  }
  .join-courses-container {
    top: unset;
    margin: 50px auto !important;
  }
  .slider-container form[role="search"] {
    top: 20px;
  }
  .products-posttype-div .gutentor-post-image-box {
    width: 100%;
  }
  .products-posttype-div .gutentor-post-image-box img {
    width: 100% !important;
    object-fit: inherit;
    height: 220px;
  }
  .team-row {
    flex-flow: column-reverse;
    flex-wrap: nowrap !important;
  }
  .team-row .team-section-main-image,
  .team-row .team-section-members {
    flex-basis: 100% !important;
  }
  .team-row .team-section-main-image figure {
    width: 50%;
  }
  .teams-container,
  .team-row {
    padding-top: 0px !important;
  }
  .blog-posts-col-one .gutentor-post.grid-md-4,
  .blog-posts-col-three .gutentor-post.grid-md-4 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .posts-main-row {
    flex-wrap: wrap !important;
  }
  .posts-main-row.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
  }
  .blog-posts-col-two .gutentor-post-item,
  .blog-posts-col-two .gutentor-post:nth-child(2) .gutentor-post-item {
    flex-flow: column;
  }
  .blog-posts-col-two .gutentor-post-image-box,
  .blog-posts-col-two .gutentor-post-content {
    width: 100% !important;
  }
  .blog-posts-col-two .gutentor-image-thumb {
    height: unset;
  }
  .blog-posts-col-two .gutentor-image-thumb {
    margin-bottom: 18px !important;
  }
  .blog-posts-col-one .gutentor-post,
  .blog-posts-col-three .gutentor-post {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-posts-col-two .gutentor-post-item h3 {
    padding-bottom: 20px;
  }
  .footer-section .portfolio-container {
    transform: unset;
    margin-bottom: unset !important;
  }
  .blogs-section .wp-block-cover.portfolio-container {
    padding-bottom: 100px !important;
  }
  .footer-row {
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  .footer-row > .wp-block-column.wp-block-column-is-layout-flow {
    flex-basis: 47% !important;
  }
  .footer-col-one a p,
  .footer-col-one p {
    margin-bottom: 0 !important;
  }
  .events-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.wp-block-template-part {
    position: unset;
  }
  .header-container,
  .header-nav {
    top: unset;
  }
  .header-contact-row {
    width: 100% !important;
    box-shadow: unset !important;
    flex-wrap: wrap !important;
  }
  .nav-group {
    flex-basis: 100%;
  }
  .header-contact-row > div {
    flex-basis: 50% !important;
  }
  .slider-section {
    padding-top: 30px !important;
  }
  header.wp-block-template-part
    .header-logo.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 20% !important;
  }
  .main-head-nav {
    flex-wrap: wrap !important;
  }
  .second-wrap,
  .header-btn {
    flex-basis: 50%;
    justify-content: space-between;
  }
  header.wp-block-template-part
    .header-nav.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 80% !important;
  }
  body:not(.home) .footer-section {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav ul li a.current-menu-item span::after {
    content: unset;
  }
  .blog-posts-col-one .gutentor-post.grid-md-4,
  .blog-posts-col-three .gutentor-post.grid-md-4 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .posts-main-row {
    flex-wrap: wrap !important;
  }
  .posts-main-row.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
  }
  .blog-posts-col-two .gutentor-post-item,
  .blog-posts-col-two .gutentor-post:nth-child(2) .gutentor-post-item {
    flex-flow: column;
  }
  .blog-posts-col-two .gutentor-post-image-box,
  .blog-posts-col-two .gutentor-post-content {
    width: 100% !important;
  }
  .blog-posts-col-two .gutentor-image-thumb {
    height: unset;
  }
  .blog-posts-col-two .gutentor-image-thumb {
    margin-bottom: 18px !important;
  }
  .blog-posts-col-one .gutentor-post,
  .blog-posts-col-three .gutentor-post {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-posts-col-two .gutentor-post-item h3 {
    padding-bottom: 20px;
  }
  .footer-col-one a p,
  .footer-col-one p {
    margin-bottom: 0 !important;
  }
  header.wp-block-template-part {
    position: unset;
  }
  .header-container,
  .header-nav {
    top: unset;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  body.single-events .footer-section {
    margin-top: 50px !important;
  }
  .working-process-section .working-process-outer-col-two {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .our-gallery-section .wp-block-cover__image-background {
    height: 70%;
  }
  .header-contact-row > div::after {
    content: unset;
  }
  .join-courses-container .wp-block-stackable-heading h2 {
    width: 55%;
  }
  .contact-page-row .contact-mail,
  .contact-page-row .contact-call {
    justify-content: center !important;
  }
  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 475px !important;
    margin: auto;
  }
  .courses-category .wp-block-stackable-image figure {
    width: 150px !important;
    bottom: -8px !important;
    margin-bottom: 30px;
  }
  .slider-section {
    padding-top: 50px !important;
  }
  .events-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .working-process-section .work-text p {
    width: 80%;
    margin: 30px auto 0;
  }
  .working-process-section .curve-three,
  .working-process-section .curve-two,
  .working-process-section .curve-one {
    display: none;
  }
  .working-process-inner-col .working-process-info {
    margin-bottom: 20px;
  }
  .test-card .kt-testimonial-item-wrap {
    margin: 0 auto;
    text-align: center;
  }
  .test-card .kt-testimonial-meta-wrap {
    justify-content: center;
  }
  .featured-courses .image img {
    height: 250px;
  }
  .featured-courses .row {
    justify-content: center;
  }
  .testimonial-section .test-para p {
    width: 80%;
  }
  .achievements-choose {
    display: flex;
  }
  .achieve-col-one,
  .achieve-col-two {
    flex-basis: 75% !important;
  }
  .achieve-col-two .wp-block-column {
    height: 35px;
  }
  .achieve-col-one .wp-block-column {
    margin-bottom: 15px;
  }
  .achieve-col-one,
  .achieve-col-two {
    margin-bottom: 0 !important;
  }
  .why-choose-section .portfolio-container {
    padding-bottom: 0px !important;
  }
  .choose-heading-section {
    align-items: center !important;
  }
  .choose-para p {
    text-align: center;
  }
  .why-choose-section .blue-ring {
    transform: translate(0px, 15px);
  }
  .why-choose-section .light-blue-sem {
    transform: rotate(45deg) translate(0px, 0px);
  }
  .slide-text-col {
    padding-top: 10%;
  }
  .newsletter-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .gallery-carousel.stk-block-carousel {
    margin-top: 20% !important;
  }
  .gutentor-image-thumb img {
    width: 100%;
    object-fit: unset;
    height: auto;
  }
  .join-courses-container {
    top: unset;
    margin: 50px auto !important;
  }
  .slider-container form[role="search"] {
    top: 20px;
  }
  .slider-container form[role="search"] .wp-block-search__inside-wrapper {
    width: 90% !important;
    margin: 0 auto;
  }
  .products-container figure.stk-img-wrapper {
    width: 35% !important;
  }
  .products-posttype-div .gutentor-post-item {
    flex-flow: column;
    align-items: center;
  }
  .products-posttype-div .gutentor-post-image-box {
    width: 100%;
  }
  .products-posttype-div .gutentor-wc-rating {
    margin-bottom: 10px;
  }
  .team-section-members .line-team {
    left: 38px !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .team-row {
    flex-flow: column-reverse;
    flex-wrap: nowrap !important;
  }
  .team-row .team-section-main-image figure {
    width: 50%;
  }
  .teams-container,
  .team-row {
    padding-top: 0px !important;
  }
  .teams-section .wp-block-stackable-carousel .stk-block-carousel__buttons {
    justify-content: center !important;
    align-items: end !important;
    transform: translateY(80px);
  }
  .team-section-members p.stk-block-text__text {
    text-align: center;
  }
  .blog-posts-col-one .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-three .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-two .gutentor-post-content > :nth-child(1n) {
    text-align: center;
  }
  .posts-col .gutentor-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .blog-posts-col-two a.gutentor-button {
    top: unset;
    margin-bottom: 15px !important;
    display: block;
    margin: 0 auto;
  }
  .blog-posts-col-two .gutentor-post-item {
    padding-bottom: 18px !important;
  }
  .blog-posts-col-one .g-avatar-wrap,
  .blog-posts-col-three .g-avatar-wrap,
  .blog-posts-col-two .g-avatar-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px !important;
  }
  .footer-section .portfolio-container {
    transform: unset;
    margin-bottom: unset !important;
  }
  .blogs-section .wp-block-cover.portfolio-container {
    padding-bottom: 100px !important;
  }
  .footer-col-one .is-vertical > :nth-child(1n) {
    text-align: center;
    justify-content: center;
  }
  .footer-row h4 {
    text-align: center;
  }
  .footer-row .wp-block-stackable-heading {
    margin-top: 25px;
  }
  .footer-col-two ul li a::before,
  .footer-col-three ul li a::before {
    content: unset;
  }
  #events-slider .events-card {
    flex-flow: column;
  }
  #events-slider .owl-item .content-side {
    text-align: center;
  }
  .content-side .user-img {
    justify-content: center;
  }
  .events-section > img {
    height: 100% !important;
  }
  .nav-group {
    flex-basis: 100% !important;
  }
  .main-head-nav {
    flex-wrap: wrap !important;
  }
  .header-contact-row {
    border-radius: 10px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .header-contact-row > div {
    flex-basis: 50% !important;
    gap: 10px !important;
  }
  .second-wrap,
  .header-btn {
    flex-basis: 50%;
    justify-content: space-between;
  }
  .nav-group ul {
    justify-content: space-around;
    margin: auto;
  }
  .footer-row ul.wp-block-navigation__container li {
    text-align: center;
  }
  body:not(.home) .footer-section {
    margin-top: 10px;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
    padding: 16px;
    display: flex;
    flex-flow: column;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__image {
    width: 100%;
    padding-right: 0 !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
    padding: 16px !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
    display: block;
    /* width: 100%; */
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-components-quantity-selector {
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px !important;
  }
  .tax-course_category .wp-block-columns.archive_row {
    text-align: center;
  }
  .banner-content .breadcrumds div:nth-child(2) h2 {
    display: none;
  }
  .banner-content .breadcrumds {
    flex-flow: column;
    align-items: center;
    gap: 0px;
  }
  .banner-content .breadcrumds > h2 {
    text-align: center;
    font-size: 16px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .footer-col-two .wp-block-navigation__responsive-container.has-modal-open,
  .footer-col-three .wp-block-navigation__responsive-container.has-modal-open {
    width: 80%;
    margin: auto;
  }
  .nav-group ul li.has-child ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 12px !important;
  }
  /* .nav-group ul li {
    padding: 12px 15px;
    border-bottom: 1px solid #00ab95;
    background-color: #e3e3e3;
  } */
  /* .nav-group ul > li.has-child > a {
    border-bottom: 1px solid #00ab95;
  } */
  .nav-group ul.wp-block-navigation__container > li > a {
    font-weight: 900;
  }
  .nav-group ul li.has-child {
    border-bottom: unset;
  }
}
@media screen and (max-width: 575px) {
  body.single-events .footer-section {
    margin-top: 30px !important;
  }
  .slider-section .slides .slide-img-col figure {
    margin: auto;
  }
  .working-process-section .curve-three,
  .working-process-section .curve-two,
  .working-process-section .curve-one {
    display: none;
  }
  .join-courses-container .wp-block-stackable-heading h2 {
    width: 55%;
  }
  .nav-group ul {
    justify-content: space-around;
    margin: auto;
  }
  .banner-content .breadcrumds div:nth-child(2) h2 {
    display: none;
  }
  .banner-content .breadcrumds {
    flex-flow: column;
    align-items: center;
    gap: 0px;
  }
  .banner-content .breadcrumds > h2 {
    text-align: center;
    font-size: 16px !important;
    margin-top: 15px;
  }
  .nav-group ul li.has-child ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 12px !important;
  }
  /* .nav-group ul li {
    padding: 12px 15px;
    border-bottom: 1px solid #00ab95;
    background-color: #e3e3e3;
  } */
  /* .nav-group ul > li.has-child > a {
    border-bottom: 1px solid #00ab95;
  } */
  .nav-group ul.wp-block-navigation__container > li > a {
    font-weight: 900;
  }
  .nav-group ul li.has-child {
    border-bottom: unset;
  }
  .header-contact-row > div::after {
    content: unset;
  }
  .courses-category .wp-block-stackable-image figure {
    width: 150px !important;
    bottom: -8px !important;
    margin-bottom: 30px;
  }
  .contact-page-row .contact-mail,
  .contact-page-row .contact-call {
    justify-content: center !important;
  }
  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 450px !important;
    margin: auto;
    padding: 0px 20px !important;
  }
  body.search.search-results .breadcrumds {
    display: none;
  }
  .slider-section {
    padding-top: 50px !important;
  }
  #events-slider .row {
    justify-content: center;
  }
  .events-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .events-section > img {
    height: 100% !important;
  }
  .events-section h2.stk-block-heading__text {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .events-section .stk-img-wrapper.stk-image--shape-stretch {
    width: 150px !important;
    right: 30px;
  }
  .working-process-inner-col .working-process-info {
    margin-bottom: 20px;
  }
  .working-process-section .work-text p {
    width: 100%;
    margin: 30px auto 0;
  }
  .working-process-outer-col-two {
    padding: 30px 0 !important;
  }
  .test-card .kt-testimonial-item-wrap {
    margin: 0 auto;
    text-align: center;
  }
  .test-card .kt-testimonial-meta-wrap {
    justify-content: center;
  }
  .testimonial-section .test-para p {
    width: 100%;
  }
  .why-choose-section .blue-ring {
    transform: translate(0px, 15px);
  }
  .why-choose-section .light-blue-sem {
    transform: rotate(45deg) translate(0px, 0px);
  }
  .choose-heading-section {
    align-items: center !important;
    flex-wrap: nowrap;
  }
  .choose-para p {
    text-align: center;
  }
  .quest-div {
    width: 125px !important;
  }
  .achievements-choose .wp-block-column > .wp-block-group {
    justify-content: center;
    margin-bottom: 15px;
  }
  .achieve-col-one {
    margin-bottom: 0 !important;
  }
  .achieve-col-two {
    margin: 0 !important;
  }
  .why-choose-section .portfolio-container {
    padding-bottom: 0 !important;
  }
  .choose-head h2.stk-block-heading__text {
    font-size: 30px !important;
  }
  .slide-text-col {
    padding-top: 10%;
  }
  .slide-text-col h1.stk-block-heading__text {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .slide-rating-block {
    position: unset;
    width: 100% !important;
    margin-top: 20px !important;
  }
  .slide-carousel .stk-block-carousel__dots {
    position: unset;
  }
  .newsletter-section .input-subscribe {
    position: unset;
    text-align: center;
  }
  .newsletter-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .newsletter-section .input-container input[type="email"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery-carousel.stk-block-carousel {
    margin-top: 90px !important;
  }
  .our-gallery-section .wp-block-cover__image-background {
    height: 100% !important;
  }
  .gutentor-image-thumb img {
    width: 100%;
    object-fit: unset;
    height: auto;
  }
  .join-courses-container {
    top: unset;
    margin: 50px auto !important;
  }
  .slider-container form[role="search"] {
    top: 20px;
  }
  .slider-container form[role="search"] .wp-block-search__inside-wrapper {
    width: 95% !important;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }
  .slider-container form[role="search"] button[type="submit"] {
    position: unset;
    width: fit-content;
    padding: 16px 25px;
    margin: 10px auto;
  }
  .slider-container form[role="search"] button[type="submit"]::before {
    content: unset;
  }
  .products-container h2.stk-block-heading__text {
    font-size: 35px !important;
  }
  .products-container figure.stk-img-wrapper {
    width: 150px !important;
    bottom: 5px;
  }
  .products-posttype-div .gutentor-post-item {
    flex-flow: column;
    align-items: center;
  }
  .products-posttype-div .gutentor-post-image-box {
    width: 100%;
  }
  .products-posttype-div .gutentor-wc-rating {
    margin-bottom: 10px;
  }
  .team-section-members .line-team {
    left: 38px !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .team-row {
    flex-flow: column-reverse;
    flex-wrap: nowrap !important;
  }
  .teams-section .wp-block-stackable-carousel .stk-block-carousel__buttons {
    justify-content: center !important;
    align-items: end !important;
    transform: translateY(80px);
  }
  .team-section-members p.stk-block-text__text {
    text-align: center;
  }
  .teams-container,
  .team-row {
    padding-top: 0px !important;
  }
  .blog-posts-col-one .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-three .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-two .gutentor-post-content > :nth-child(1n) {
    text-align: center;
  }
  .posts-col .gutentor-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .blog-posts-col-two a.gutentor-button {
    top: unset;
    margin-bottom: 15px !important;
    display: block;
    margin: 0 auto;
  }
  .blog-posts-col-two .gutentor-post-item {
    padding-bottom: 18px !important;
  }
  .blog-posts-col-one .g-avatar-wrap,
  .blog-posts-col-three .g-avatar-wrap,
  .blog-posts-col-two .g-avatar-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px !important;
  }
  .blogs-section h2.stk-block-heading__text {
    font-size: 30px !important;
  }
  .blogs-section figure.stk-img-wrapper {
    width: 150px !important;
    transform: translateX(-20px);
  }
  .footer-section .portfolio-container {
    transform: unset;
    margin-bottom: unset !important;
  }
  .blogs-section .wp-block-cover.portfolio-container {
    padding-bottom: 100px !important;
  }
  .footer-col-one .is-vertical > :nth-child(1n) {
    text-align: center;
    justify-content: center;
  }
  .footer-row h4 {
    text-align: center;
  }
  .footer-row .wp-block-stackable-heading {
    margin-top: 25px;
  }
  .footer-col-two ul li a::before,
  .footer-col-three ul li a::before {
    content: unset;
  }
  #events-slider .events-card {
    flex-flow: column;
  }
  #events-slider .owl-item .content-side {
    text-align: center;
  }
  .events-card .seas-cat {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .seas-cat .category div {
    transform: unset;
  }
  .content-side .user-img {
    justify-content: center;
  }
  .nav-group {
    flex-basis: 100% !important;
  }
  .main-head-nav {
    flex-wrap: wrap !important;
  }
  .header-contact-row {
    border-radius: 10px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .header-contact-row > div {
    flex-basis: 50% !important;
    gap: 10px !important;
  }
  .second-wrap,
  .header-btn {
    flex-basis: 100%;
    justify-content: space-between;
  }
  .nav-group ul {
    justify-content: space-around;
  }

  .header-btn .stk-button-group {
    justify-content: center !important;
  }
  .footer-row ul.wp-block-navigation__container li {
    text-align: center;
  }
  body:not(.home) .footer-section {
    margin-top: 10px;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
    padding: 16px;
    display: flex;
    flex-flow: column;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__image {
    width: 100%;
    padding-right: 0 !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
    padding: 16px !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
    display: block;
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-components-quantity-selector {
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px !important;
  }
  .tax-course_category .wp-block-columns.archive_row {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 425px) {
  .working-process-outer-col-two
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
  }
  .working-process-section .working-process-inner-col {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .dashed-columns:after {
    display: none !important;
  }
  .dashed-columns:before {
    display: none !important;
  }

  /**************** testimonial-section **********************/
  .testimonial-section .portfolio-container-testimonial {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #our-testimonials {
    margin-bottom: 10px !important;
  }
  .testimonial-section h5.stk-block-heading__text.has-text-color {
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  #over-1-000-designs-complete-for-happy-clients {
    margin-bottom: 10px !important;
  }
  .testimonial-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
  }
  .testimonial-section .testimonial-group-col {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .testimonial-group-col-main
    .kt-testimonial-rating-wrap.kt-testimonial-rating-5 {
    text-align: center;
  }
  .testimonial-group-col-main .kt-testimonial-content {
    text-align: center;
  }
  .testimonial-group-col-main .kt-testimonial-meta-wrap {
    justify-content: center;
  }
  .testimonial-group-col-main .kt-svg-testimonial-rating-icon {
    height: 8px !important;
    width: 14px !important;
  }
  .wp-block-kadence-testimonials .kt-testimonial-rating-wrap {
    margin: 0px !important;
  }

  /*********** newsleeter-section *************************/
  .newsletter-section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .newsletter-section .portfolio-container {
    padding: 15px !important;
  }
  .newsletter-section .newsletter-img-col-stack {
    padding-right: 0px !important;
    padding-left: 0px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #begin-the-journey-to-your-dream-designer {
    margin-bottom: 10px !important;
  }
  .newsletter-section
    h4.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .newsletter-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
  }
  .newsletter-section .newsletter-form-col-stack {
    padding-top: 10px !important;
    justify-content: center;
    align-items: center;
  }
  .newsletter-section
    h5.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
  }
  .input-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .input-subscribe {
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
    top: 0px;
    right: 10px;
    height: 50px;
    width: 40%;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .working-process-outer-col-two
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
  }
  .working-process-section .working-process-inner-col {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .dashed-columns:after {
    display: none !important;
  }
  .dashed-columns:before {
    display: none !important;
  }

  #expertise-service-lets-check-it-out {
    margin-bottom: 10px !important;
  }

  /**************** testimonial-section **********************/
  .testimonial-section .portfolio-container-testimonial {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #our-testimonials {
    margin-bottom: 10px !important;
  }
  .testimonial-section h5.stk-block-heading__text.has-text-color {
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  #over-1-000-designs-complete-for-happy-clients {
    margin-bottom: 10px !important;
  }
  .testimonial-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
  }
  .testimonial-section .testimonial-group-col {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .testimonial-group-col-main
    .kt-testimonial-rating-wrap.kt-testimonial-rating-5 {
    text-align: center;
  }
  .testimonial-group-col-main .kt-testimonial-content {
    text-align: center;
  }
  .testimonial-group-col-main .kt-testimonial-meta-wrap {
    justify-content: center;
  }
  .testimonial-group-col-main .kt-svg-testimonial-rating-icon {
    height: 8px !important;
    width: 14px !important;
  }
  .wp-block-kadence-testimonials .kt-testimonial-rating-wrap {
    margin: 0px !important;
  }

  /*********** newsleeter-section *************************/
  .newsletter-section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .newsletter-section .portfolio-container {
    padding: 15px !important;
  }
  .newsletter-section .newsletter-img-col-stack {
    padding-right: 0px !important;
    padding-left: 0px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #begin-the-journey-to-your-dream-designer {
    margin-bottom: 10px !important;
  }
  .newsletter-section
    h4.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .newsletter-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
  }
  .newsletter-section .newsletter-form-col-stack {
    padding-top: 10px !important;
    justify-content: center;
    align-items: center;
  }
  .newsletter-section
    h5.stk-block-heading__text.has-text-color.has-text-align-center-mobile {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
  }
  .input-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .input-subscribe {
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
    top: 0px;
    right: 10px;
    height: 50px;
    width: 45%;
  }
  /**************** All -section -defult-padding *****************/

  .slider-section {
    padding: 0px !important;
  }
  .working-process-section {
    padding: 10px 0px !important;
  }
  .working-process-section .portfolio-container {
    padding: 0px !important;
  }
  .testimonial-section {
    padding: 10px 0px !important;
  }
  .newsletter-section {
    padding: 10px 0px !important;
  }
  .footer-section {
    padding: 10px 0px !important;
  }
}
/************* Animaction for all section ******************/
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .slider-col-one.animate__fadeInLeft {
    animation: fadeInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .slider-col-two.animate__fadeInRight {
    animation: fadeInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .brand-main-col.animate__fadeInUpBig {
    animation: fadeInUpBig;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .working-process-info.animate__fadeInUpBig {
    animation: fadeInUpBig;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .why-choose-section .choose-img-col.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 1s;
    --animate-delay: 0s;
  }
  .why-choose-section .choose-text-col.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 1s;
    --animate-delay: 0s;
  }

  .testimonial-col.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .testimonial-group-col-one.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .testimonial-group-col-two.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .testimonial-group-col-three.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .gallery-carousel.animate__slideInDown {
    animation: slideInDown;
    animation-duration: 1s;
    --animate-delay: 0s;
  }

  .products-head.animate__slideInDown {
    animation: slideInDown;
    animation-duration: 1s;
    --animate-delay: 0s;
  }

  .our-partners-img-row.animate__bounceInUp {
    animation: bounceInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .contact-col-one.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .contact-col-two.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 3s;
    --animate-delay: 0s;
  }
  .newsletter-img-col.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 3s;
    --animate-delay: 0s;
  }
  .newsletter-form-col.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .footer-col-one.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .footer-col-two.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .footer-col-three.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .footer-col-four.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .products-grid.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .blogs-section .posts-col.animate__slideInDown {
    animation: slideInDown;
    animation-duration: 1.5s;
    --animate-delay: 0s;
  }
  .blogs-section .posts-col.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 1.5s;
    --animate-delay: 0s;
  }
  .blogs-section .posts-col.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 1.5s;
    --animate-delay: 0s;
  }

  .featured-courses-section .featured-buttons.animate__zoomInDown {
    animation: zoomInDown;
    animation-duration: 1s;
    --animate-delay: 0s;
  }
  .gallery-carousel.animate__bounceInUp {
    animation: bounceInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .products-posttype-div.animate__bounceInRight {
    animation: bounceInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .courses-left-col.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .courses-right-col.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .animate__zoomInDown.team-sliderz {
    animation: zoomInDown;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .team-section-main-image.animate__zoomInLeft {
    animation: zoomInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .tests-slider.animate__zoomInUp {
    animation: zoomInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
}

/* New CSS */
.lp_course-template-default .lp-archive-courses .learn-press-breadcrumb {
  display: none;
}
.lp-archive-courses #respond p {
  width: 100%;
}
#respond {
  margin-bottom: 8em !important;
}
.lp-archive-courses .lp-content-area .meta-item label {
  font-weight: 600 !important;
  color: #fff !important;
}
.lp-archive-courses #respond input[type="submit"] {
  background-color: #2aaa94;
  &:hover {
    background-color: #083f9b;
  }
}
.lp-archive-courses .lp-course-buttons button:hover {
  background-color: #2aaa94;
}
.return_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.return_top .gutentor-element-icon-box i {
  cursor: pointer;
}

/* Animation and Hover Effects */
.slider-section .stk-block-carousel__buttons button:hover {
  background-color: #2aaa94 !important;
}
header ul li.has-child:hover ul {
  animation: bounceInDown;
  animation-duration: 1s;
  --animate-delay: 0s;
}
.working-process-info .kadence-info-box-image-inner-intrisic img {
  padding: 10px;
}
.working-process-info .kadence-info-box-image-inner-intrisic {
  transition: 0.5s ease-in-out;
}
.working-process-info:hover .kadence-info-box-image-inner-intrisic {
  transform: rotate3d(1, 1, 1, 360deg);
  transition: 1s;
}
.products-section .gutentor-post-item {
  transition: 0.5s ease-in-out;
}

.join-courses-container .wp-block-column:hover .wp-block-stackable-text {
  transition: 0.3s;
  animation: pulse 1s infinite;
}
.teams-section .wp-block-stackable-column:hover .stk-img-wrapper {
  /* animation: flip 1s; */
  transform: rotate3d(0.5, 1, 0.5, 360deg);
  transition: 1s ease-in-out;
}
.testimonial-section .kt-testimonial-item-wrap {
  transition: 1s ease-in-out;
}
.testimonial-section
  .wp-block-stackable-column:hover
  .kt-testimonial-item-wrap {
  background-color: #fcf2ff;
  box-shadow: 0px 0px 8px 1px #bb68d280;
  border-radius: 30px;
}
.gutentor-element-advanced-text .gutentor-text {
  margin-bottom: 0 !important;
  color: #fff;
}
.main-head-nav .stk-block-image img {
  width: auto !important;
  height: auto !important;
}
.slide-img-col {
  position: relative;
  overflow: visible;
}
/* Blur background only */
.slide-img-col::before {
  content: "";
  position: absolute;
  width: 901px;
  height: 802px;
  background: #bb68d2;
  filter: blur(200px);
  opacity: 0.5;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
/* 🟣 Solid circle shape */
.slide-img-col::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 570px;
  background: linear-gradient(180deg, #bb68d2 0%, #563d77 100%);
  border-top-right-radius: 325px;
  border-bottom-right-radius: 325px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
/* Image stays above blur */
.slide-img-col > * {
  position: relative;
  z-index: 2;
}
.slide-img-col .stk-block-image .stk-img-wrapper {
  margin-left: 0;
}
.slide-text-col {
  margin: auto !important;
}
.slide-banner-image-col .stk-block-image img {
  width: auto !important;
  height: auto !important;
}
.slide-banner-image-col .banner-grp {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-404-page .wp-block-image.size-full.error_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.one-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.counter-grp {
  margin-top: -200px !important;
  position: relative;
  z-index: 2;
}
.counter-grp .counter {
  width: 42px;
  height: 36px;
  padding: 0;
}
.counter-grp .wp-block-columns .wp-block-column {
  display: grid;
  justify-content: center;
  align-items: center;
}
.counter-grp .wp-block-columns .wp-block-column .stk-block-count-up {
  position: relative;
  left: 10px;
}
.slide-text-col {
  margin-top: 100px !important;
}
.slide-banner-image-col {
  margin-top: -200px !important;
}
.featured-courses-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 174px;
  height: 6px;
  margin: 10px auto 0;
  background-image: url("./assets/images/feat-line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 13%;
}
.working-process-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 233px;
  height: 6px;
  margin: 10px auto 0;
  background-image: url("./assets/images/working-line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 13%;
}
.courses-category .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 176px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/courses/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 15%;
}
.events-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 258px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/working-line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 11%;
}
.why-choose-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 263px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/why-choose-us/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 30%;
}
.our-gallery-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 225px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/gallery/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 12%;
}
.achieve-col-two {
  gap: 0;
}
.achieve-col-two .wp-block-column:nth-of-type(2) {
  margin-right: -30px;
}
.achieve-col-one .quest-div .stk-block-heading,
.achieve-col-two .quest-div .stk-block-heading {
  margin-bottom: 0 !important;
}
.achieve-col-one .stk-block-image img,
.achieve-col-two .stk-block-image img {
  width: auto !important;
  height: auto !important;
}
.achieve-col-one .stk-block-image .stk-img-wrapper,
.achieve-col-two .stk-block-image .stk-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-grid .gutentor-post-item {
  background-color: white;
  border-radius: 30px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.products-grid .gutentor-post-item .gutentor-post-image-box {
  background-color: #bb68d226;
  border-radius: 20px;
}
.products-grid .gutentor-post-item .gutentor-post-title a {
  font-family: Rowdies;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 28px;
  color: #3a315c;
}
.products-grid .gutentor-post-item .star-rating {
  color: #ffb509;
}
.wc-block-mini-cart__badge {
  background-color: white;
}
.join-courses-container .gutentor-button-wrap .gutentor-button {
  font-family: Saira;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: white;
}
.join-courses-container .gutentor-button-wrap .gutentor-button:hover {
  color: #bb68d2;
}
.products-section .product-head h2::after {
  content: "";
  display: block;
  width: 143px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/products/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 15%;
}
.teams-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 195px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/team/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: -2%;
}
.testimonial-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 225px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/testimonial/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 16%;
}
.posts-col .gutentor-post-item {
  box-shadow: 0px 4px 35px 0px #7966ea14;
  background-color: #ffffff;
}
.posts-col .gutentor-post-item .gutentor-post-title a {
  font-family: Rowdies;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 28px;
  color: #3a315c;
}
.posts-col .gutentor-post-item:hover .posted-on i {
  background-color: #bb68d2 !important;
}
.posts-col .gutentor-post-item .gutentor-button {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.posts-col .gutentor-post-item .gutentor-entry-meta-secondary {
  position: relative;
  bottom: 30px;
  left: 20px;
  margin: auto;
}
.posts-col .gutentor-post-item .gutentor-button span {
  background-color: #bb68d2;
  border-radius: 17px;
  padding: 4px 14px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: white;
}
.posts-col .gutentor-post-item:hover .gutentor-button span {
  background-color: #3a315c;
}
.blog-posts-col-two .grid-container .grid-row {
  gap: 15px;
}
.posts-col .gutentor-post-item .posted-on a {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #563d7766 !important;
}
.blog-posts-col-two .gutentor-post-item,
.blog-posts-col-three .gutentor-post-item {
  border-radius: 30px;
}
.blog-posts-col-two .gutentor-post-item .gutentor-entry-meta-secondary {
  left: 0;
  bottom: 15px;
}
.blog-posts-col-three .gutentor-post-button {
  margin-right: 20px;
  margin-left: 20px;
}
.blogs-section .stk-block-heading h2::after {
  content: "";
  display: block;
  width: 190px;
  height: 6px;
  margin: auto;
  background-image: url("./assets/images/blog/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 20%;
}
.tax-course_category > .wp-site-blocks > .wp-block-group:first-of-type,
.post-type-archive-lp_course > .wp-site-blocks > .wp-block-group:first-of-type {
  max-width: 1600px !important;
  padding: 30px;
}
.lp_course-template-default .wp-block-group {
  max-width: 1600px !important;
}
.lp_course-template-default > .wp-site-blocks > .wp-block-group:nth-of-type(2),
.lp_course-template-default > .wp-site-blocks > .wp-block-group:nth-of-type(3) {
  padding: 30px;
}
.wp-block-learnpress-course-button-read-more {
  background-color: #bb68d2 !important;
}
.wp-block-learnpress-course-button-read-more:hover {
  background-color: #3a315c !important;
}
.wp-block-learnpress-course-title a {
  font-family: Rowdies;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.wp-block-learnpress-course-title a:hover,
.wp-block-learnpress-course-instructor a:hover,
.wp-block-learnpress-course-categories a:hover {
  color: #bb68d2;
}
.wp-block-learnpress-course-instructor a {
  font-family: Rowdies;
  font-weight: 300;
  font-size: 16px;
  color: #3a315c;
}
.wp-block-learnpress-course-categories a {
  font-family: Saira;
  font-weight: 300;
  font-size: 14px;
  color: #3a315c80;
}
.wp-block-learnpress-course-lesson .lp-icon-file-o,
.wp-block-learnpress-course-student .lp-icon-user-graduate,
.wp-block-learnpress-course-duration .lp-icon-clock-o,
.wp-block-learnpress-course-quiz .lp-icon-puzzle-piece,
.wp-block-learnpress-course-level .lp-icon-signal,
.social-share-toggle .share-toggle-icon:hover {
  color: #3a315c !important;
}
.lp-form-course-filter .course-filter-submit:hover,
.lp-form-course-filter .course-filter-reset:hover {
  background-color: #bb68d2 !important;
}
.wp-block-learnpress-course-button {
  background-color: #bb68d2 !important;
}
.wp-block-learnpress-course-button:hover {
  background-color: #3a315c !important;
}
.wp-block-learnpress-course-description h2,
.lp-section-instructor a,
.wp-block-learnpress-course-instructor-info h3,
.wp-block-comments h3,
.wp-block-learnpress-list-courses h2 {
  font-family: Rowdies;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #3a315c;
}
.wp-block-learnpress-course-description p,
.wp-block-learnpress-course-description ul li,
.instructor-description p,
.lp-instructor-meta span {
  font-family: Saira;
  font-weight: 300;
  font-size: 18px;
  color: #563d77;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  border: 1px solid black;
}
.post-type-archive-lp_course
  .wp-site-blocks
  > .wp-block-group
  > .wp-block-columns.alignwide
  > .wp-block-column:first-of-type {
  flex-basis: 100% !important;
}

.post-type-archive-lp_course
  .wp-site-blocks
  > .wp-block-group
  > .wp-block-columns.alignwide
  > .wp-block-column:nth-of-type(2) {
  flex-basis: 0 !important;
}
.footer-col-one .gutentor-element-advanced-text .gutentor-text {
  font-family: Saira;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #563d7780;
}
.footer-col-one .gutentor-element-icon-box i {
  color: #bb68d2;
}
.footer-col-four .wp-block-gallery img {
  width: 90% !important;
  margin: 5px;
}
.footer-col-two .stk-block-heading h4 {
  font-family: Rowdies;
  font-weight: 400;
  font-size: 22px;
  line-height: 70px;
  color: #3a315c;
}
.footer-insta-gallery .stk-img-wrapper {
  position: relative;
}
.footer-insta-gallery .stk-img-wrapper::after {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 32px;
  color: #fff;
  position: absolute;
  inset: 0; /* full overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: 2;
}
.footer-insta-gallery .stk-img-wrapper:hover::after {
  opacity: 1;
  transform: scale(1);
}
.page-template-404-page .wp-block-image.size-full.error_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.page-template-blog-page .gutentor-post,
.page-template-blog-left-sidebar .gutentor-post,
.page-template-blog-right-sidebar .gutentor-post {
  padding: 20px;
}
.page-template-blog-page .gutentor-image-thumb img,
.page-template-blog-left-sidebar .gutentor-image-thumb img,
.page-template-blog-right-sidebar .gutentor-image-thumb img {
  transition: transform 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.wc-block-components-product-image a {
  transition: transform 0.3s ease;
  width: 100%;
}
.page-template-blog-page .gutentor-image-thumb img:hover,
.page-template-blog-left-sidebar .gutentor-image-thumb img:hover,
.page-template-blog-right-sidebar .gutentor-image-thumb img:hover,
.wc-block-components-product-image a:hover {
  transform: scale(1.05);
}
.page-template-blog-page .gutentor-post-title a,
.page-template-blog-left-sidebar .gutentor-post-title a,
.page-template-blog-right-sidebar .gutentor-post-title a {
  color: #3a315c;
  font-family: Rowdies;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.page-template-blog-page .gutentor-post-desc,
.page-template-blog-left-sidebar .gutentor-post-desc,
.page-template-blog-right-sidebar .gutentor-post-desc {
  font-family: Saira;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #563d77;
}
.page-template-blog-page .gutentor-post-title a:hover,
.page-template-blog-left-sidebar .gutentor-post-title a:hover,
.page-template-blog-right-sidebar .gutentor-post-title a:hover {
  color: #bb68d2;
}
.page-template-blog-page .gutentor-post-button,
.page-template-blog-left-sidebar .gutentor-post-button,
.page-template-blog-right-sidebar .gutentor-post-button {
  background-color: #3a315c;
  color: white;
  padding: 10px;
  border-radius: 6px;
}
.page-template-blog-page .gutentor-post-button:hover,
.page-template-blog-left-sidebar .gutentor-post-button:hover,
.page-template-blog-right-sidebar .gutentor-post-button:hover {
  background-color: #bb68d2;
}
.page-template-blog-left-sidebar .search_sec,
.page-template-blog-left-sidebar .archive_sec,
.page-template-blog-left-sidebar .category_sec,
.page-template-blog-right-sidebar .search_sec,
.page-template-blog-right-sidebar .archive_sec,
.page-template-blog-right-sidebar .category_sec,
.page-template-page-left-sidebar .search_sec,
.page-template-page-left-sidebar .archive_sec,
.page-template-page-left-sidebar .category_sec,
.page-template-page-right-sidebar .search_sec,
.page-template-page-right-sidebar .archive_sec,
.page-template-page-right-sidebar .category_sec,
.page-template-blog-left-sidebar .calendar_sec,
.page-template-blog-left-sidebar .recent_posts_sec,
.page-template-blog-left-sidebar .meta_sec,
.page-template-blog-right-sidebar .calendar_sec,
.page-template-blog-right-sidebar .recent_posts_sec,
.page-template-blog-right-sidebar .meta_sec,
.page-template-page-left-sidebar .calendar_sec,
.page-template-page-left-sidebar .recent_posts_sec,
.page-template-page-left-sidebar .meta_sec,
.page-template-page-right-sidebar .calendar_sec,
.page-template-page-right-sidebar .recent_posts_sec,
.page-template-page-right-sidebar .meta_sec {
  background-color: #3a315c !important;
  color: white;
}
.page-template-blog-left-sidebar .archive_sec .wp-block-heading,
.page-template-blog-left-sidebar .archive_sec ul li a,
.page-template-blog-left-sidebar .category_sec .wp-block-heading,
.page-template-blog-left-sidebar .category_sec ul li a,
.page-template-blog-right-sidebar .archive_sec .wp-block-heading,
.page-template-blog-right-sidebar .archive_sec ul li a,
.page-template-blog-right-sidebar .category_sec .wp-block-heading,
.page-template-blog-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .archive_sec .wp-block-heading,
.page-template-page-left-sidebar .archive_sec ul li a,
.page-template-page-left-sidebar .category_sec .wp-block-heading,
.page-template-page-left-sidebar .category_sec ul li a,
.page-template-page-right-sidebar .archive_sec .wp-block-heading,
.page-template-page-right-sidebar .archive_sec ul li a,
.page-template-page-right-sidebar .category_sec .wp-block-heading,
.page-template-page-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .calendar_sec h4,
.page-template-page-left-sidebar #wp-calendar,
.page-template-page-left-sidebar #today a,
.page-template-page-left-sidebar #wp-calendar caption,
.page-template-page-left-sidebar .recent_posts_sec h4,
.page-template-page-left-sidebar .recent_posts_sec ul li a,
.page-template-page-left-sidebar .meta_sec h4,
.page-template-page-right-sidebar .calendar_sec h4,
.page-template-page-right-sidebar #wp-calendar,
.page-template-page-right-sidebar #today a,
.page-template-page-right-sidebar #wp-calendar caption,
.page-template-page-right-sidebar .recent_posts_sec h4,
.page-template-page-right-sidebar .recent_posts_sec ul li a,
.page-template-page-right-sidebar .meta_sec h4,
.page-template-blog-left-sidebar .calendar_sec h4,
.page-template-blog-left-sidebar #wp-calendar,
.page-template-blog-left-sidebar #today a,
.page-template-blog-left-sidebar #wp-calendar caption,
.page-template-blog-left-sidebar .recent_posts_sec h4,
.page-template-blog-left-sidebar .recent_posts_sec ul li a,
.page-template-blog-left-sidebar .meta_sec h4,
.page-template-blog-right-sidebar .calendar_sec h4,
.page-template-blog-right-sidebar #wp-calendar,
.page-template-blog-right-sidebar #today a,
.page-template-blog-right-sidebar #wp-calendar caption,
.page-template-blog-right-sidebar .recent_posts_sec h4,
.page-template-blog-right-sidebar .recent_posts_sec ul li a,
.page-template-blog-right-sidebar .meta_sec h4,
.page-template-page-left-sidebar .meta_sec ul li a,
.page-template-page-right-sidebar .meta_sec ul li a,
.page-template-blog-left-sidebar .meta_sec ul li a,
.page-template-blog-right-sidebar .meta_sec ul li a {
  color: white !important;
}
.page-template-page-left-sidebar #wp-calendar thead,
.page-template-page-left-sidebar #wp-calendar thead tr,
.page-template-page-left-sidebar #wp-calendar thead th,
.page-template-page-right-sidebar #wp-calendar thead,
.page-template-page-right-sidebar #wp-calendar thead tr,
.page-template-page-right-sidebar #wp-calendar thead th,
.page-template-blog-left-sidebar #wp-calendar thead,
.page-template-blog-left-sidebar #wp-calendar thead tr,
.page-template-blog-left-sidebar #wp-calendar thead th,
.page-template-blog-right-sidebar #wp-calendar thead,
.page-template-blog-right-sidebar #wp-calendar thead tr,
.page-template-blog-right-sidebar #wp-calendar thead th {
  border-color: white;
  background-color: transparent;
}
.page-template-page-left-sidebar .calendar_sec nav,
.page-template-page-right-sidebar .calendar_sec nav,
.page-template-blog-left-sidebar .calendar_sec nav,
.page-template-blog-right-sidebar .calendar_sec nav {
  display: none;
}
.page-template-page-left-sidebar .recent_posts_sec ul li,
.page-template-page-right-sidebar .recent_posts_sec ul li,
.page-template-blog-left-sidebar .recent_posts_sec ul li,
.page-template-blog-right-sidebar .recent_posts_sec ul li {
  margin: 10px;
}
.page-template-page-left-sidebar input[type="search"],
.page-template-page-right-sidebar input[type="search"],
.page-template-blog-left-sidebar input[type="search"],
.page-template-blog-right-sidebar input[type="search"] {
  border: 2px solid white;
}
.page-template-page-left-sidebar p,
.page-template-page-right-sidebar p {
  font-family: Saira;
}
.banner-content h2 {
  font-family: Rowdies !important;
}
.page-template-resources .join-courses-container {
  top: auto;
  max-width: 100% !important;
  padding-bottom: 50px !important;
}
.page-template-resources .products-container {
  padding-bottom: 20px;
}
.wc-block-components-button {
  background-color: #3a315c;
  color: white !important;
}
.wc-block-components-button:hover {
  background-color: #bb68d2;
}
.search .search-page-section,
.search .product_search.container {
  padding: 30px;
  padding-bottom: 50px;
}
.search .search-page-section input[type="search"],
.search .product_search.container input[type="search"] {
  border: 1px solid black;
}
.search .search-page-section .wp-block-search__button,
.search .product_search.container .wp-block-search__button {
  background-color: #3a315c;
}
.search .product_search.container {
  max-width: 1600px;
}
.page-template-workshops .footer-section {
  margin-top: 420px !important;
}
li.navbar-buynow a .wp-block-navigation-item__label,
li.footer-buynow a .wp-block-navigation-item__label {
  color: white;
  background-color: #bb68d2;
  padding: 10px;
  border-radius: 10px;
}
li.navbar-buynow a .wp-block-navigation-item__label:hover {
  background-color: white !important;
  color: #bb68d2 !important;
}

li.footer-buynow a .wp-block-navigation-item__label:hover {
	background-color: #3a315c !important;
	color: #fff !important;
}
li.navbar-buynow a:hover {
	text-decoration: none !important;
}