#content {
  margin-top: 0px;
}

#header #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}
#header .search-active {
  width: 14rem;
  gap: 0.75rem;
}
#header .search-active input {
  width: 100%;
}
#header .main-menu {
  display: flex;
}
#header .main-menu .menu-item {
  position: relative;
  color: #303030;
}
#header .main-menu .menu-item:hover {
  cursor: pointer;
  color: #B53761;
}
#header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0.25rem 0.75rem;
}
#header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 2rem;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
#header .main-menu .menu-item .sub-menu .menu-item {
  padding: 0.5rem;
  color: #303030;
  width: 100%;
}
#header .main-menu .menu-item .sub-menu .menu-item:hover {
  color: #B53761;
}
#header .main-menu .menu-item .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
#header .main-menu .menu-item .sub-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#header .main-menu .menu-item .sub-menu .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  right: 102%;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
#header .main-menu .menu-item .current-menu-item {
  color: #B53761;
  font-weight: 500;
}
#header .main-menu .menu-item ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: start;
}
#header .main-menu .solid-header {
  margin-top: 112px;
}
#header .main-menu #header.transparent-header .nav-logo {
  width: 0;
}
#header .main-menu #header.transparent-header .header-search {
  width: 15rem;
}
#header .main-menu #header.transparent-header .header-search input {
  display: block;
}
#header .main-menu #header.scrolled {
  background-color: #19213F;
}
#header .main-menu #header.scrolled .nav-logo {
  display: block;
  width: 8rem;
  transition: all 0.3s;
}
#header .main-menu #header.scrolled .navbar-container {
  justify-content: space-between;
}
#header .main-menu #header.scrolled .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#header .main-menu #header.scrolled .header-search:focus-within input {
  width: 100%;
}
#header .main-menu #header.scrolled .header-search {
  gap: 0;
  width: 4rem;
}
#header .main-menu #header.scrolled .header-search i {
  color: #afafaf;
}
#header .main-menu #header.scrolled .header-search input {
  width: 0;
}
#header .main-menu #header.scrolled .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#header .main-menu #header.scrolled .header-search:hover input {
  width: 100%;
}
#header .main-menu #header.rock-header .nav-logo {
  display: block;
}
#header .main-menu #header.rock-header .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#header .main-menu #header.rock-header .header-search:focus-within input {
  display: block;
  width: 100%;
}
#header .main-menu #header.rock-header .header-search {
  gap: 0;
  width: 4rem;
}
#header .main-menu #header.rock-header .header-search i {
  color: #afafaf;
}
#header .main-menu #header.rock-header .header-search input {
  width: 0;
}
#header .main-menu #header.rock-header .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#header .main-menu #header.rock-header .header-search:hover input {
  display: block;
  width: 100%;
}
#header .main-menu #mobile_nav .sub-menu {
  display: none;
  flex-direction: column;
  gap: 2rem;
}
#header .main-menu #mobile_nav .sub-menu .menu-item {
  padding-right: 0.5rem;
}
#header .main-menu .wpml-ls-legacy-dropdown {
  width: 8rem;
  height: 4rem;
}
#header .main-menu .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: rgb(214, 214, 214) !important;
  background: transparent;
}
#header .main-menu .wpml-ls-legacy-dropdown a:hover {
  color: rgb(214, 214, 214) !important;
  background: #333648;
}
#header .main-menu .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  background-color: transparent;
  border: none;
  border-radius: 1.5rem;
  height: 4rem;
  color: rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .main-menu .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover {
  color: rgb(214, 214, 214) !important;
  background-color: transparent !important;
}
#header .main-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  top: 110%;
}
#header .main-menu .wpml-ls-legacy-dropdown .wpml-ls-link {
  border-radius: 0.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
  color: rgb(214, 214, 214);
  border: none;
}
#header .main-menu .wpml-ls-legacy-dropdown:hover {
  cursor: pointer;
}
#header .main-menu .wpml-ls-legacy-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#header .main-menu .search-active {
  width: 14rem;
  gap: 0.75rem;
}
#header .main-menu .search-active input {
  width: 100%;
}

#header_mobile .rotate-top {
  transform: rotateZ(45deg) translateY(8px);
  -webkit-transform: rotateZ(45deg) translateY(8px);
  -moz-transform: rotateZ(45deg) translateY(8px);
  -ms-transform: rotateZ(45deg) translateY(8px);
  -o-transform: rotateZ(45deg) translateY(8px);
}
#header_mobile .rotate-down {
  transform: rotateZ(-45deg) translateY(-8px);
  width: 32px;
  -webkit-transform: rotateZ(-45deg) translateY(-8px);
  -moz-transform: rotateZ(-45deg) translateY(-8px);
  -ms-transform: rotateZ(-45deg) translateY(-8px);
  -o-transform: rotateZ(-45deg) translateY(-8px);
}
#header_mobile .nav-mobile {
  position: fixed;
  right: 0;
  top: 85px;
  background: #ffffff;
  height: 100vh;
  z-index: 40;
  padding: 1rem;
  transform: translateX(100%);
  transition: all 0.7s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
#header_mobile .nav-mobile::before {
  content: "";
  position: absolute;
  right: 0;
}
#header_mobile .nav-mobile .menu-item {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 0.5rem 0;
}
#header_mobile .nav-mobile .sub-menu {
  display: none;
  flex-direction: column;
}
#header_mobile .nav-mobile .sub-menu .menu-item {
  padding-right: 0.5rem;
}
#header_mobile .transform-normal {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
#header_mobile .first-layer,
#header_mobile .second-layer {
  display: none;
}
#header_mobile .main-li > a,
#header_mobile span {
  font-size: 16px;
}
#header_mobile .main-li > a span,
#header_mobile span span {
  font-size: 10px;
}
#header_mobile .first-layer {
  margin: 0.75rem 0;
  padding: 0 0.75rem;
  border-right: 1px dotted #dadada;
}
#header_mobile .first-layer li {
  padding: 8px 0;
}
#header_mobile .first-layer li > a {
  font-size: 16px;
}
#header_mobile .second-layer {
  margin: 0.75rem 0;
  padding: 0 1.25rem;
  border-right: 1px dotted #dadada;
}
#header_mobile .second-layer li {
  padding: 6px 0;
}
#header_mobile .second-layer li > a {
  font-size: 16px;
  white-space: nowrap;
}
#header_mobile .header-inner-arrows {
  font-size: 6px;
}

.main-li {
  position: relative;
  padding: 4px 0.5vw 10px 0.5vw;
}
.main-li > span,
.main-li > a {
  color: black;
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.main-li p {
  color: black;
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.main-li .first-layer-li > a {
  color: #313131;
  font-weight: 300;
  width: 100%;
}
.main-li .second-layer-li > a {
  color: #515151;
  font-weight: 200;
  width: 100%;
}
.main-li .shapes {
  position: relative;
  top: 2.5px;
  margin-left: 6px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.main-li .header-menu-arrows {
  font-size: 6px;
  color: #848383;
  margin-right: 3px;
  padding: 5px;
  cursor: pointer;
}
.main-li .header-inner-arrows {
  font-size: 8px;
  color: #848383;
  margin-right: 3px;
  padding: 5px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .main-li .shapes {
    top: 0px;
    color: inherit;
  }
}
#header {
  /* hover for first layer */
}
#header #menu-main-menu-right-sarvto {
  justify-content: flex-start;
  align-items: center;
  text-align: right;
  gap: 1.15rem;
}
#header #menu-main-menu-left-sarvto {
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  gap: 1.15rem;
}
#header .main-li {
  position: relative;
  font-weight: lighter;
  color: #333;
}
#header .main-li a,
#header .main-li p {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(81 81 81/var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#header .main-li span {
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#header .main-li .header-menu-arrows {
  font-size: 6px;
  color: #848383;
  margin-right: 3px;
}
#header .main-li .header-inner-arrows {
  font-size: 8px;
  color: #848383;
  margin-right: 3px;
}
#header .main-li .first-layer .first-layer-li {
  white-space: nowrap;
}
#header .main-li .first-layer .first-layer-li > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#header .main-li .first-layer .first-layer-li > a .shapes {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(131 131 131/var(--tw-text-opacity));
}
#header .main-li .first-layer .first-layer-li:nth-child(1):hover > a .shapes {
  color: #000693;
  background: rgba(0, 6, 147, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(2):hover > a .shapes {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(3):hover > a .shapes {
  color: #1E91D0;
  background: rgba(30, 145, 208, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(4):hover > a .shapes {
  color: #B7009A;
  background: rgba(183, 0, 154, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:nth-child(5):hover > a .shapes {
  color: #65CA00;
  background: rgba(101, 202, 0, 0.0784313725);
}
#header .main-li .first-layer .first-layer-li:last-of-type:hover ~ .first-layer-motion-bg {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#header .main-li .first-layer .first-layer-li:first-of-type ~ .first-layer-motion-bg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#header .main-li .first-layer .first-layer-li:first-of-type:hover ~ .first-layer-motion-bg {
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-bottom-right-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:last-of-type:hover ~ .first-layer-motion-bg {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:last-of-type:hover ~ .first-layer-motion-bg .after {
  opacity: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:last-of-type:hover ~ .first-layer-motion-bg .before {
  opacity: 1 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:first-of-type:hover ~ .first-layer-motion-bg {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:first-of-type:hover ~ .first-layer-motion-bg .before {
  opacity: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:first-of-type:hover ~ .first-layer-motion-bg .after {
  opacity: 1 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:hover ~ .first-layer-motion-bg {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#header .main-li .first-layer .first-layer-li.has_ul_inside:hover ~ .first-layer-motion-bg .after,
#header .main-li .first-layer .first-layer-li.has_ul_inside:hover ~ .first-layer-motion-bg .before {
  opacity: 1;
}
#header .main-li .first-layer .first-layer-li:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  display: inline-block;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
#header .main-li .second-layer a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#header .main-li .second-layer .second-layer-li:hover a {
  display: inline-block;
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
#header .first-layer {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 35px 55px -27px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(9.5px);
  backdrop-filter: blur(9.5px);
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  min-width: 250px;
  max-width: 300px;
  z-index: 2;
  border-radius: 0.5rem;
}
#header .main-li:hover .first-layer {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
#header .main-li .has_ul_inside:hover .first-layer,
#header .main-li .first-layer-li.has_ul_inside:hover .first-layer {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#header .second-layer {
  position: fixed;
  background: #fff;
  /* box-shadow: 0px 35px 55px -27px rgba(0, 0, 0, 0.2); */
  -webkit-backdrop-filter: blur(9.5px);
  backdrop-filter: blur(9.5px);
  right: 100%;
  top: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 3;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#header .main-li > .first-layer > .first-layer-li:hover .second-layer {
  opacity: 1;
  width: 100%;
  height: auto;
  min-height: 100%;
  pointer-events: all;
  visibility: visible;
}
#header .second-layer > * {
  white-space: nowrap !important;
}
#header .first-layer li {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  padding: 1rem;
}
#header .first-layer > a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(49 49 49/var(--tw-text-opacity));
}
#header .first-layer-motion-bg {
  position: absolute;
  height: 54px;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#header .first-layer-motion-bg .before {
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 10px;
  left: 0px;
  top: -10px;
  opacity: 0;
  transition-delay: 0.2s;
}
#header .first-layer-li:hover > a,
#header .first-layer-li:hover > span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}

.swiper-custom-next,
.swiper-custom-prev {
  background-color: rgb(255, 255, 255);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

.swiper-custom-next:after,
.swiper-custom-prev:after {
  background-color: black;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 900;
}

.swiper-custom-prev:after {
  content: "next";
}

.swiper-custom-next:after {
  content: "prev";
}

.swiper-custom-prev {
  right: -2rem;
  left: auto;
}

.swiper-custom-next {
  left: -2rem;
  right: auto;
}

@media (max-width: 1024px) {
  .swiper-custom-prev {
    right: 0;
    left: auto;
  }
  .swiper-custom-next {
    left: 0;
    right: auto;
  }
}
.pulse-loader {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #ffffff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
@media (min-width: 500px) {
  #main-banner .box-content-m-b {
    transform: translate(0, -50%);
  }
}
@media (max-width: 500px) {
  #main-banner .box-content-m-b {
    transform: translate(50%, 0);
  }
}
#main-banner .bg-mouse {
  transform: translate(-50%, 0);
}

.border-top-box-r {
  border-bottom: 3px solid;
  border-image-source: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(181, 216, 215) 100%);
  border-image-slice: 1;
}

.border-top-box-l {
  border-bottom: 3px solid;
  border-image-source: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, rgb(181, 216, 215) 100%);
  border-image-slice: 1;
}

@media (max-width: 500px) {
  .border-top-box-r {
    border-bottom: 1.5px solid;
  }
  .border-top-box-l {
    border-bottom: 1.5px solid;
  }
}
.box-album-ser {
  background: radial-gradient(324.88% 178.19% at 118.15% -100.76%, #d5f4ee 0%, rgba(255, 255, 255, 0) 100%);
}
.box-content-album {
  display: flex;
}

.box-shadow-b {
  box-shadow: 0px 0px 4px 0px rgba(48, 48, 48, 0.1019607843);
}

.box-shadow-b:hover {
  box-shadow: 0px 0px 4px 0px rgba(48, 48, 48, 0.1019607843);
}

.accordion-item-table {
  border-bottom: 1px solid #e5e7eb;
}

.accordion-header-table {
  cursor: pointer;
}
.accordion-header-table:hover {
  background-color: #f3f4f6;
}

.accordion-body-table {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
}

.accordion-body-table.active {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.accordion-body-table:not(.active) {
  display: none;
}

.accordion-icon-table {
  transition: transform 0.3s ease;
}

.accordion-icon-table.active {
  transform: rotate(45deg);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #409A97 !important;
}
.swiper-pagination-bullet-active:hover {
  background: #409A97;
}

.video-play-btn {
  background: linear-gradient(217.98deg, rgba(255, 255, 255, 0.46) 9.5%, rgba(255, 255, 255, 0.53) 94.1%);
  border: 1px solid !important;
  border-image-source: linear-gradient(139.99deg, #FFFFFF -10.17%, rgba(255, 255, 255, 0) 50.13%, #FFFFFF 119.33%) !important;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.page-numbers {
  padding: 0.2rem;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7B7B7B;
  transition: all 0.3s ease-out;
  border: 1px solid #E4E9F4;
}

.page-numbers.current {
  background: #339390;
  color: white;
}

.page-numbers:hover {
  background: #339390;
  color: white;
}

.box-cat-b div {
  background-color: #F7F9F9 !important;
}

.bg-c-cta-i {
  background: linear-gradient(90deg, rgb(247, 168, 69) 0%, rgb(244, 139, 81) 10%, rgb(241, 94, 100) 20%, rgb(239, 61, 115) 30%, rgb(233, 42, 126) 70%, rgb(180, 41, 160) 80%, rgb(156, 41, 176) 90%, rgb(125, 40, 197) 100%);
}

.bg-c-cta-t {
  background: linear-gradient(103.08deg, #ABE3FF 0.24%, #0088CC 100.24%);
}

.bg-c-cta-p {
  background: linear-gradient(103.08deg, #48CFCB 0.24%, #287270 100.24%);
}

#rank-math-faq {
  margin: 1em 0;
}

#rank-math-faq .rank-math-answer {
  display: none;
}

#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer p {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
}

#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question {
  margin: 0;
  font-size: 16px;
  color: #2d5150;
  font-weight: 700;
}

#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question.active {
  color: #2d5150;
}

.rank-math-list-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.rank-math-list-item h3 {
  background-color: #f7f7f7;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
}

.rank-math-list-item .faq-answer {
  display: none;
  padding: 10px;
  background-color: #fff;
}

.rank-math-list-item.active .faq-answer {
  display: block;
}

.rank-math-list-item.active h3 {
  background-color: #e7e7e7;
}

.btn-courses {
  background: linear-gradient(270deg, #79B9B6 0%, #339390 100%);
}

.btn-courses:hover {
  background: linear-gradient(270deg, #339390 100%, #79B9B6 0%);
}

.border-top-box {
  border: 3px solid;
  border-image-source: linear-gradient(90deg, rgba(30, 87, 85, 0) 0%, #A8BDBC 50.5%, rgba(30, 87, 85, 0) 100%);
  border-image-slice: 1;
}

.cart-courses:hover {
  box-shadow: 0px 24px 53px -15px rgba(51, 147, 144, 0.2);
}

#single_blog p a,
#single_blog h2 a,
#single_blog h3 a,
#single_blog h4 a,
#single_blog h5 a,
#single_blog h6 > a {
  color: #0b5ed7;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

#single_blog p a::before,
#single_blog h2 a::before,
#single_blog h3 a::before,
#single_blog h4 a::before,
#single_blog h5 a::before,
#single_blog h6 > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #0b5ed7;
  height: 1.5px;
}

#single_blog p a::after,
#single_blog h2 a::after,
#single_blog h3 a::after,
#single_blog h4 a::after,
#single_blog h5 a::after,
#single_blog h6 > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  background: #efa712;
  height: 1.5px;
  transition: all 0.5s ease;
}

#single_blog p a:hover,
#single_blog h2 a:hover,
#single_blog h3 a:hover,
#single_blog h4 a:hover,
#single_blog h5 a:hover,
#single_blog h6 > a:hover {
  color: #efa712;
}

#single_blog p a:hover::after,
#single_blog h2 a:hover::after,
#single_blog h3 a:hover::after,
#single_blog h4 a:hover::after,
#single_blog h5 a:hover::after,
#single_blog h6 > a:hover::after {
  width: 100%;
}

#single_blog .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}

#single_blog .blog-img-container {
  border-radius: 10px;
}

#single_blog .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}

#single_blog .post-content {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}

#single_blog .post-content h2 {
  color: #303030;
  text-align: right;
  font-size: clamp(18px, 5vw, 24px);
  font-style: normal;
  font-weight: 800;
}

#single_blog .post-content h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}

#single_blog .post-content h2:first-of-type {
  margin-bottom: 10px;
}

#single_blog .post-content h3 {
  color: #303030;
  text-align: right;
  font-size: clamp(17px, 5vw, 20px);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

#single_blog .post-content h4 {
  color: #303030;
  text-align: right;
  font-size: clamp(16px, 5vw, 19px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

#single_blog .post-content p {
  color: #595959;
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}

#single_blog .post-content h3 {
  padding-right: 30px;
}

#single_blog .post-content h3 + p,
#single_blog .post-content h3 > p {
  padding-right: 30px;
}

#single_blog .post-content h3 + p + p {
  padding-right: 30px;
}

#single_blog .post-content h3 + p + p + p {
  padding-right: 30px;
}

#single_blog .post-content h4 {
  padding-right: 50px;
}

#single_blog .post-content h4 + p,
#single_blog .post-content h4 > p {
  padding-right: 50px;
}

#single_blog .post-content h4 + p + p {
  padding-right: 50px;
}

#single_blog .post-content h4 + p + p + p {
  padding-right: 50px;
}

#single_blog .post-content img {
  margin: 20px auto;
}

#single_blog .post-content li {
  position: relative;
  margin: 5px 0;
  color: #595959;
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}

#single_blog .post-content ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}

#single_blog .post-content ul {
  position: relative;
  list-style-type: none;
  padding-right: 1.25rem;
}

#single_blog .post-content ul li::before {
  content: "";
  position: absolute;
  left: calc(100% + clamp(4px, 2vw, 10px));
  top: 13.5px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #56dcad;
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

#single_blog .wp-block-column {
  padding: 10px;
}

#single_blog p {
  color: #595959;
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 37px;
  text-align: justify;
}

#single_blog .blog-img-container {
  border-radius: 10px;
}

#single_blog .squares-left,
#single_blog .squares-right,
#single_blog .squares-bottom {
  width: 100vw;
}

@media only screen and (max-width: 768px) {
  #rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question {
    padding: 10px 15px !important;
  }
  #single_blog .post-content h3 {
    padding-right: 0;
  }
  #single_blog .post-content h3 + p,
  #single_blog .post-content h3 > p {
    padding-right: 0;
  }
  #single_blog .post-content h3 + p + p {
    padding-right: 0;
  }
  #single_blog .post-content h3 + p + p + p {
    padding-right: 0;
  }
  #single_blog .post-content h4 {
    padding-right: 0;
  }
  #single_blog .post-content h4 + p,
  #single_blog .post-content h4 > p {
    padding-right: 0;
  }
  #single_blog .post-content h4 + p + p {
    padding-right: 0;
  }
  #single_blog .post-content h4 + p + p + p {
    padding-right: 0;
  }
}
.what-you-will-see ul li {
  position: relative;
}

.what-you-will-see ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: black;
}

.what-you-will-see ul li a:hover {
  color: #303030;
  font-weight: 600;
}

@media (min-width: 1024px) {
  #single_blog .squares-left,
  #single_blog .squares-right,
  #single_blog .squares-bottom {
    width: 50vw;
  }
}
.rotate-90 {
  transform: rotate(-90deg);
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #E0E0E0;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-question {
  padding-right: unset;
  position: relative;
  color: #303030;
  padding: 13px;
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-question:after {
  border-color: transparent transparent transparent #aaaaaa;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: auto;
  margin-left: 6px;
  transition: all 0.5s ease;
  width: 0;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: black;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .active:after {
  border-color: transparent transparent transparent black;
  transform: rotate(90deg);
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-answer {
  line-height: 29px;
  text-align: justify;
  display: none;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.related-blogs-container {
  width: 100%;
}

.related-blogs-container .posts {
  display: flex;
  flex-direction: column;
  border: 1px solid #b6ceff;
  background: #EFF2F2;
  border-radius: 11px;
  padding: 20px;
}

.related-blogs-container .show-answer img {
  width: 10px !important;
  height: 5px !important;
  rotate: 180deg;
  transition: all 0.5s;
}

.related-blogs-container .posts .posts-header {
  width: 100%;
  color: #515151;
  font-weight: 600;
  font-size: clamp(19px, 5vw, 24px);
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.29);
  padding-bottom: 20px;
  display: inline-block;
}

.related-blogs-container .posts .posts-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  gap: 10px;
}

.related-blogs-container .posts .posts-list .posts-line {
  width: 2px;
  height: 93%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 19px;
  background: #ffffff;
}

.related-blogs-container .posts .post-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 10px;
  transition: all 0.5s;
  text-decoration: none;
}

.related-blogs-container .posts .post-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 5px;
  background: var(--single-blog-posts-border);
  margin-left: 15px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  color: var(--single-blog-posts-text);
}

.related-blogs-container .posts .post-item .post-number .item-tick {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.related-blogs-container .posts .post-item .post-number .item-tick img {
  width: 100%;
  margin: 0 !important;
  border-radius: unset !important;
}

.related-blogs-container .posts .posts-list .post-item .item-text {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #7b7b7b;
  transition: all 0.5s;
}

.related-blogs-container .posts .posts-list .post-item-active {
  z-index: 2;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.related-blogs-container .posts .posts-list .post-item-active .item-text {
  color: #00b881;
}

.related-blogs-container .posts .post-item-active .post-number .item-tick {
  opacity: 1;
}

/*#client-comments {*/
/*    position: relative;*/
/*}*/
#client-comments .line-text:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  bottom: -2px;
  background: #515151;
}

#single_blog .rotate-chev {
  transform: rotate(180deg);
}

/*# sourceMappingURL=main-rtl.css.map */