@font-face {
  font-family: "Program";
  src: url("../font/Program-Bold.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Program";
  src: url("../font/Program-Black.ttf");
  font-weight: 800;
}
:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --color-pink-100: hsl(336, 95%, 94%);
  --color-pink-200: hsl(338, 91%, 87%);
  --color-pink-300: hsl(339, 90%, 81%);
  --color-pink-400: hsl(339, 88%, 74%);
  --color-pink-500: hsl(339, 82%, 67%);
  --color-pink-600: hsl(339, 76%, 59%);
  --color-pink-700: hsl(339, 67%, 52%);
  --color-pink-800: hsl(339, 68%, 45%);
  --color-pink-900: hsl(339, 69%, 38%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  overflow-x: hidden;
  background: #f7f7f7;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  scroll-padding-top: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Program";
  font-weight: 700;
}
a,
button {
  font-family: "Program";
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  transition: 0.3s;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
section {
  overflow: hidden;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
.lo_cs {
  padding: 10px 4px;
  background: #8ebe3b99;
}
.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2.5rem 0;
  z-index: 100;
  transition: all 300ms ease;
  /* background-color: #ffffff;
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium); */
}

/* Scroller */

.header.color-x {
  background-color: rgb(0 0 0 / 51%);
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
}
.header.color-x {
  padding: 16px 0;
}
.header.color-x .header-item-left img {
  width: 87px;
  top: -8px;
  transition: all 300ms ease;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: visible;
}
.header-item-left img {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  transition: all 300ms ease;
}
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
}
.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-section {
  margin-right: 2em;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 2.5rem;
}
.header .menu > ul > li > a {
  position: relative;
  font-size: 1rem;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid hsl(0deg 0% 42%);
  background: hsl(345deg 7% 13%);
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #bcbcbc;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--color-pink-700);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #bf303c;
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #bf303c;
}
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}
.Categoriessss svg {
  margin-left: 4px;
}
.header .menu > ul > li svg path {
  transition: 0.3s;
}
.header .menu > ul > li:hover svg path {
  stroke: #bf303c;
  transition: 0.3s;
}
.main-icon-form-media {
  display: flex;
  align-items: center;
}
.wsdd form {
  position: relative;
}
.wsdd input {
  background-color: #393335;
  border: 0;
  padding: 10px 40px;
  color: #bcbcbc;
  transition: 0.3s;
  margin-right: 30px;
}
.wsdd input:focus {
  outline: 1px solid #fee000;
  border-radius: 0;
  transition: 0.3s;
}
.wsdd form svg {
  position: absolute;
  left: 12px;
  top: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  height: 100%;
  width: 16px;
}

.wsdd input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}

.wsdd input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}

.wsdd input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bcbcbc;
}
.wsdd ul li {
  display: inline-block;
  position: relative;
}
.wsdd ul li a {
  display: block;
  margin-left: 10px;
  color: #ffffff;
  position: relative;
  border-radius: 8px;
  background: #bf303c;
  padding: 10px 25px;
  transition: 0.3s;
  border-radius: 30px;
}
.wsdd ul li:last-child a {
  background: #8ebe3b;
  color: #000;
}
.wsdd ul li a:hover {
  color: #fff;
}
.wsdd.qaaa ul {
  display: flex;
}
.wsdd.qaaa ul li a {
  margin-right: 6px;
}
.wsdd.qaaa svg {
  width: 32px;
}
.wsdd.qaaa svg path {
  transition: 0.3s;
}
.wsdd ul {
  display: flex;
}
.wsdd.qaaa svg:hover circle {
  stroke: #fee000;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }

  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    margin-top: -0.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: hsl(355.84deg 81.45% 51.37%);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2),
  .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    background: #ffffff;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid hsl(0deg 0% 50.39% / 10%);
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid hsl(0deg 0% 50.39% / 10%);
    background: #ffffff;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    font-size: 1.25rem;
    line-height: 0;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid hsl(0deg 0% 50.39% / 10%);
    color: #e81e2c;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-left: 1px solid hsl(0deg 0% 50.39% / 10%);
    color: #e81e2c;
    line-height: 0;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0rem;
    padding-top: 3rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 1.25rem;
  }
  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
.c_C {
  display: none !important;
}

/*--- banner ---*/

.banner {
  margin-top: 0em;
  height: auto;
  position: relative;
  overflow: hidden;
}
.banner .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  margin-top: -140px;
}
.Get_x {
  display: block;
  color: #ffffff;
  position: relative;
  border-radius: 47px;
  background: #bf303c;
  padding: 13px 30px;
  transition: 0.3s;
  width: fit-content;
  text-decoration: none;
  z-index: 2;
  overflow: hidden;
}
.Get_x span {
  position: relative;
  top: 1px;
}
.Get_x:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #000;
  transition: 0.3s;
  z-index: -1;
}
.Get_x:hover:before {
  width: 100%;
  left: 0;
  transition: 0.3s;
  z-index: -1;
}
.Get_x:hover {
  color: #ffffff;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-prev-icon {
  background-color: #bf303c;
  background-size: 20px;
  opacity: 1;
  border-radius: 6px;
}
.carousel-control-next-icon {
  background-color: #bf303c;
  background-size: 20px;
  opacity: 1;
  border-radius: 6px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.caption_s {
  position: absolute;
  bottom: 22%;
  transform: translate(-0%, -50%);
  z-index: 9;
  left: 120px;
}
.caption_s h1 {
  color: #a7db4e;
  font-size: 106px;
  text-transform: capitalize;
  font-weight: 700;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 0;
  line-height: 100px;
  -webkit-text-stroke: 1px white;
}
.caption_s p {
  color: #fff;
  font-size: 24px;
  background-color: #bf303c;
  padding: 4px 25px 8px 25px;
  margin: 0 0 0 0px;
  width: fit-content;
  border: 4px dotted #fff;
}
/* .carousel-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, hsl(0deg 0% 0% / 35%) 0, rgb(0 0 0 / 0%) 100%);
  background: -moz-linear-gradient(90deg, hsl(0deg 0% 0% / 35%) 0, rgb(0 0 0 / 0%) 100%);
  background: linear-gradient(90deg, hsl(0deg 0% 0% / 35%) 0, rgb(0 0 0 / 0%) 100%);
  background-position: 50% 50%;
} */

/*--- banner ---*/

/*--- slider ---*/
.main-slider {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.main-slider .container-fluid {
  padding-right: 0;
}
.main-slider h2 {
  position: relative;
  letter-spacing: 2px;
  font-size: 41px;
  width: 580px;
  margin: 0 0 7px 0;
  color: #000;
  font-weight: 800;
}
/* .main-slider h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -28px;
  height: 8px;
  background-color: #e81e2c;
  width: 36%;
} */
.littless p {
  color: #000;
  font-size: 21px;
  line-height: 30px;
  width: 81%;
}

.qwss p {
  font-size: 15px;
  color: #000;
}
.commodo {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 28px;
  margin-top: 21px;
}
.commodo ul li {
  position: relative;
  margin-bottom: 11px;
  color: #000;
  font-size: 18px;
}
.commodo ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  bottom: 0;
  background-image: url("../images/check-x.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 18px;
  height: 18px;
}
.Actor-pro {
  transition: 0.3s;
}
.Actor-pro:hover .qwss h3 {
  transition: 0.3s;
  color: #000;
}
.evolve img {
  width: 100%;
}
.evolve {
  background: #fff;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.25);
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  padding: 26px 0;
}
.owl-carousel .item {
  height: 100%;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  width: 25% !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 356px;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 42px;
  top: -84px;
  display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
}
.owl-theme .owl-nav span {
  margin: 5px;
  padding: 9px 0;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 38px;
  height: 30px;
  width: 30px;
  position: relative;
  transition: 0.3s;
}
.owl-theme .owl-nav span:hover {
  transition: 0.3s;
  color: #fee000;
  background-color: #fee000;
}
.prevddd:before {
  content: "Prev";
  position: absolute;
  left: -41px;
  top: 6px;
}
.nextss:before {
  content: "Next";
  position: absolute;
  right: -41px;
  top: 6px;
}

.owl-theme .owl-nav button span img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e81e2c;
}

.wdd {
  padding-top: 100px;
}
.wdd h4 {
  font-size: 56px;
  letter-spacing: 5px;
}
.wdd h4 {
  font-size: 56px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  line-height: 64px;
}
.littless p {
  color: #000;
  font-size: 21px;
  line-height: 30px;
}
/*--- slider ---*/

/*--- Tax Consulting ---*/
.amet_x {
  padding-top: 5em;
}
.icon-with-text {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}
.this-icon h3 {
  color: #000;
  margin: 0;
  font-size: 23px;
}
.Lorem_xs {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  width: 80%;
}
.this-icon img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
/*--- Tax Consulting ---*/

/*--- We Offer ---*/

.wtch {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
}
.wtch span {
  color: #e81e2c;
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #fff;
  width: fit-content;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.wtch .container-fluid {
  position: relative;
  z-index: 2;
}
.wtch:after {
  content: "";
  background-color: #e81e2c;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
}
.wtch h4 {
  font-size: 60px;
  line-height: 80px;
}
.wtch p {
  font-size: 18px;
  color: #fff;
  width: 90%;
  line-height: 28px;
  margin: 12px 0px 30px 0;
}
.wtch .Get_x {
  background-color: #fff;
  color: #e81e2c;
}
.plans_x {
  position: relative;
}
.b_plan img {
  width: 600px;
  height: 400px;
}
.b_plan-2 {
  position: absolute;
  top: 50%;
  right: -27%;
  transform: translate(-50%, -50%);
  border: 8px solid #fff;
  overflow: hidden;
}
.b_plan-2 img {
  width: 417px;
  height: 252px;
}
/*--- We Offer ---*/

/*--- What We Provide ---*/

.What-We-Provide {
  padding: 100px 0 50px 0;
}
.OUR-SERVICES {
  text-align: center;
  margin-bottom: 30px;
}
.OUR-SERVICES.c_cs {
  margin: 0;
}
.OUR-SERVICES span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.OUR-SERVICES h4 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  margin: 7px 0;
}
.OUR-SERVICES p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  width: 68%;
  margin: 0px auto 23px auto;
}
.OUR-SERVICES .lo_cs p {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 4px 0px 4px 0px;
  font-weight: bold;
  font-size: 18px;
}
.x_xxs {
  border: 1px solid #e81e2c;
  padding: 100px 36px;
  height: 100%;
  transition: 0.7s;
  position: relative;
}
.x_xxs:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e81e2c;
  transition: 0.8s;
  z-index: -1;
  height: 0;
}
.x_xxs:hover:before {
  height: 100%;
  transition: 0.8s;
  z-index: -1;
}
.What-We-Provide .col-12.col-sm-6.col-md-4.col-lg-4 {
  margin-bottom: 24px;
}
.x_xxs h4 {
  color: #e81e2c;
  text-align: left;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0px;
  position: relative;
  transition: 0.8s;
}
.x_xxs p {
  font-size: 18px;
  width: 80%;
  margin: 0;
  transition: 0.7s;
}
.x_xxs:hover h4 {
  color: #fff;
  transition: 0.7s;
}
.x_xxs:hover p {
  color: #fff;
  transition: 0.7s;
}
.x_xxs svg {
  position: relative;
  transition: 0.7s;
}
.x_xxs:hover svg path {
  fill: #fff;
  transition: 0.7s;
}
.What-We-Provide.v_cxxx .Meets-s {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.iframe-x iframe {
  height: 538px;
}
.iframe-x {
  padding: 5px;
  margin-top: 1em;
  border: 1px solid #cbcbcb !important;
}
.OUR-SERVICES.c_cs .iframe-x iframe {
  height: 230px;
}
/* .What-We-Provide.v_cxxx .Meets-s:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -28px;
  height: 8px;
  background-color: #e81e2c;
  width: 240px;
  right: 0;
  margin: 0 auto;
} */
.x_xxs.ametss {
  padding: 0;
  border: 0;
}
.Tax_x {
  overflow: hidden;
}
.Tax_x img {
  width: 100%;
  transition: transform 0.8s;
  height: 672px;
}
.Tax_x img:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.communication {
  margin-bottom: 2em;
}
.Aenean {
  background: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.25);
  padding: 32px;
  text-align: center;
  width: 97%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: 0.8s;
  height: 100%;
}
.Aenean span {
  display: block;
  margin-top: 19px;
}
.x_xxs.ametss h4 {
  margin: 0px 0 14px 0;
  text-align: center;
}
.x_xxs.ametss p {
  width: 100%;
}
.x_xxs.ametss:before {
  height: 0;
  opacity: 0;
}
.x_xxs.ametss:hover .Aenean {
  background: #e81e2c;
  transition: 0.8s;
  color: #fff;
}
/*--- What We Provide ---*/

/*--- testimonial ---*/
.What-We-Provide.v_cxxx.servicesd {
  position: relative;
  padding: 50px 0 0px 0;
}
.What-We-Provide.v_cxxx.servicesd .container-fluid {
  position: relative;
  z-index: 1;
}
.Actor-pro {
  transition: 0.3s;
  background: #fff;
  overflow: hidden;
  height: 100%;
  padding: 30px;
}
.qwss ul {
  display: flex;
  gap: 5px;
}
.qwss ul li i {
  color: #8ebe3b;
  font-size: 18px;
}
.OUR-SERVICES .qwss p {
  width: 100%;
}
.owl-carousel .owl-item .Actor-pro img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 80px;
}
.qwss h3 {
  color: #000;
  margin: 16px 0 5px 0;
  font-weight: 600;
  font-size: 26px;
}
.OUR-SERVICES .qwss span {
  font-weight: 100;
}
.OUR-SERVICES .qwss p {
  width: 100%;
  padding: 13px 0px 0px 0;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
}
/*--- testimonial ---*/

/*--- form-s_x ---*/
.Contact-Us {
  padding: 44px 0;
}
.form-s_x {
  display: flex;
  align-items: center;
}
.m_foem {
  background-color: #ffffff;
  padding: 50px;
}
.m_foem h4 {
  margin: 0;
  font-size: 50px;
}
.m_foem p {
  font-weight: 500;
  font-size: 18px;
}
.m_foem form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 17px 30px;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 11px;
}
.m_foem textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 17px 30px;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 11px;
}
/*--- form-s_x ---*/

/*--- footer ---*/
footer {
  padding: 70px 0 70px 0;
  background-color: #000000;
}
.Aeneansd {
  display: flex;
  gap: 15px;
}
.Aeneansd li a {
  transition: 0.3s;
  background-color: #ffff;
  color: #bf303c;
  line-height: 0;
  padding: 6px;
  border-radius: 30px;
  text-align: center;
  display: block;
}
.Aeneansd li a:hover {
  color: #000;
  transition: 0.3s;
}
.Categoriesss {
  display: flex;
  justify-content: center;
}
.Categoriesss li {
  padding: 0px 50px 0px 0;
}
.Categoriesss li:last-child {
  padding-bottom: 0;
}
.Categoriesss li a {
  color: #ffffff;
  transition: 0.3s;
  font-family: "Oswald";
  text-transform: uppercase;
}
.Categoriesss li a:hover {
  color: #bf303c;
  transition: 0.3s;
}
.wsdd.qaaa.sdad ul {
  display: flex;
  justify-content: end;
}
.View_x h5 {
  margin-bottom: 24px;
  color: #fff;
  font-family: "Oswald";
  font-weight: 600;
}
footer .evolve_xs {
  margin-top: 3em;
  border-top: 1px solid rgb(255 255 255 / 21%);
  text-align: center;
}
.Categoriesss span {
  display: inline-block;
  color: #e81e2c;
  padding: 6px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  margin-right: 11px;
  border-radius: 7px;
  transition: 0.3s;
}
.Categoriesss li:hover span {
  background-color: #000;
  transition: 0.3s;
}
footer p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  padding: 28px 0;
  border-top: 0;
  color: #fff;
}
/*--- footer ---*/

/*--- category ---*/

.category {
  margin-top: 6em;
  padding: 70px 0 30px 0;
  text-align: center;
}
.category h1 {
  font-family: "Pulp-Light";
  font-size: 36px;
  line-height: 50px;
}
.inner-cate .Signss {
  display: block;
  background-color: #ffe205;
  padding: 14px 30px;
  color: #1f1b1c;
  font-size: 16px;
  margin: 0 auto;
  width: 300px;
  margin-top: 29px;
  border-radius: 12px;
  box-shadow: 2px 2px 0px 0px #fff;
  transition: 0.3s;
}
.inner-cate .Signss:hover {
  background-color: rgb(255 255 255);
  color: #1f1b1c;
  box-shadow: none;
}
/*--- category ---*/

/*--- Medical ---*/

.Medical {
  background-color: #1f1b1c;
  padding: 50px 0;
}
.Medical h2 {
  font-size: 40px;
  letter-spacing: 2px;
}
.Musical {
  margin-top: 2em;
}
.Podcast li a {
  display: block;
  padding: 13px 0;
  color: #fff;
  font-size: 20px;
  font-family: "Pulp-Light";
}
.Podcast li a:hover {
  color: #ffe205;
}
.active2 {
  color: #ffe205 !important;
}
.sdx {
  display: flex;
  flex-wrap: wrap;
}
.sdx2 {
  position: relative;
  flex: 0 30%;
  border-radius: 14px;
  margin-right: 31px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 0px 0px #ffe205;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sdx2:hover {
  -webkit-transform: scale(1.04) !important;
  transform: scale(1.04) !important;
}
.ss h3 {
  margin-bottom: 14px;
  font-family: "Product";
  letter-spacing: 3px;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}
.sdx2:hover h3 {
  color: #ffe205;
  transition: 0.3s;
}

.ss {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 30px;
  background: linear-gradient(
    to bottom,
    rgb(48 48 48 / 11%) 0%,
    rgb(0 0 0) 100%
  );
  height: 100%;
  display: flex;
  align-items: end;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ss p {
  color: #707070;
  width: 79%;
  margin: 0 auto;
  margin-bottom: 13px;
  font-size: 14px;
}
.videoss span {
  font-size: 12px;
  padding: 7px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.videoss span:first-child:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -6px;
  background-color: #ffe205;
  height: 4px;
  width: 4px;
  border-radius: 14px;
}
.sdx2 img {
  height: 560px;
  border-radius: 14px;
}
.page-link {
  color: #686868;
  text-decoration: none;
  background-color: #1f1b1c;
  border: none;
}
.disabled > .page-link,
.page-link.disabled {
  background-color: #1f1b1c;
}
.active > .page-link,
.page-link.active {
  color: #fee000;
  background-color: transparent;
}
.page-link:hover {
  color: #fee000;
  background-color: transparent;
}
.pagination {
  justify-content: end;
  margin-right: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.category form {
  display: none;
}
._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-top: 18px;
  margin-bottom: 0;
}
/*--- Medical ---*/
