@import url("https://fonts.cdnfonts.com/css/oxlade-demo?styles=127980");
@import url("https://fonts.cdnfonts.com/css/gotham-6");

:root {
  --white-100: #fff;
  --white-200: #e4e6e7;
  --white-300: #c9cccf;
  --white-400: #a1a6aa;
  --white-500: #6d7478;
  --black-100: #181f25;
  --black-200: #12171c;
  --black-300: #464646;
  --black-400: #060809;
  --black-500: #020303;
  --night-100: #253041;
  --night-200: #1e2634;
  --night-300: #161d27;
  --night-400: #0f131a;
  --night-500: #070a0d;
  --pink-100: #fbd0e8;
  --pink-200: #f8a0d0;
  --pink-300: #f471b5;
  --pink-400: #ec4699;
  --pink-500: #da2576;
  --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);

  font-family: var(--uicore-typography--p-f, "Inter");
  font-weight: var(--uicore-typography--p-w, "600");
  line-height: var(--uicore-typography--p-h, "1.2");
  letter-spacing: var(--uicore-typography--p-ls, "-0.027em");
  text-transform: var(--uicore-typography--p-t, "none");
  font-style: var(--uicore-typography--p-st, "normal");
  color: var(--uicore-typography--p-c, "#070707");
  font-size: var(--uicore-typography--p-s, "10px");
  --button-height: 10px;
  --button-color: #fff;
}


html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

/*.elementor-column-gap-default > .elementor-column > .elementor-element-populated{*/
/*padding:0!important;    */
/*}*/

body.darkmode {
  color: var(--white-100);
  background-color: var(--night-400);
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

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

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.d-none {
  display: none !important;
}

.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.containers {
  max-width: 73rem;
  height: auto;
  margin-inline: auto;
  /*padding-inline: 1.5rem;*/
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.containers a:hover {
  color: #032D60;
}

.btn {
  display: inline-block;
  font-family: var(--uicore-typography--h1-f, "Inter");
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  border-radius: 0.25rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.btn-primary {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--pink-500);
  box-shadow: var(--shadow-medium);
}

.btn-darken {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--night-300);
  box-shadow: var(--shadow-medium);
}

.header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  height: 78px;
}

.uicore-navbar.uicore-sticky {
  position: fixed !important;
  width: 100%;
  top: 0;
}

.href:after {
  visibility: hidden;
}

.hide-af>a::after {
  content: '' !important;
}

.darkmode .header {
  background-color: var(--night-300);
}


.brand {
  font-family: var(--uicore-typography--h1-f, "Inter");
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  order: 1;
}

.darkmode .brand {
  color: var(--pink-300);
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 78px;
  margin: 0 auto;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 13%;
  /* z-index: 101; */
}

.navbar-center {
  display: flex;
}
/*dl, ol, ul {*/
/*    margin-top: 0;*/
/*     margin-bottom: 0rem!important; */
/*}*/

.navbar-right {
  display: flex;
  /*flex: 0 0 40%;*/
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
}

.submenu-inner ul li {
  padding: 5px 0;
}

@media only screen and (max-width: 992px) {

  .navbar-left,
  .navbar-right {
    flex: 0 0 auto;
  }

  .navbar-right {
    align-items: center;
  }

  .navbar-center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }

  .submenu-inner {
    position: absolute;
    top: 65px;
  }

  .megamenu-column:nth-child(1) {
    background: #fff;
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    /* background-color: var(--white-100); */
    transition: all 0.4s ease-in-out;
  }

  .menu.is-active {
    transform: translate(0%);
  }

  .darkmode .menu {
    background-color: var(--night-300);
  }
}

.menu-header {
  display: none;
  box-shadow: var(--shadow-medium);
}

.menu-item {
  display: inline-block;
  line-height: 1.5;
  padding-right: 1.25rem;
}

.menu-link {
  font-family: var(--uicore-typography--h1-f);
  text-transform: capitalize;
  transition: all 0.25s ease;
  font-size: var(--uicore-header--menu-typo-s);
  color: var(--uicore-header--menu-typo-c);
  font-weight: var(--uicore-header--menu-typo-w);
}

.menu-link>i {
  font-size: 0.9rem;
  margin-left: 0.6rem;
}

.darkmode .menu-link {
  color: var(--white-100);
}

.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 1.45rem;
  color: var(--black-300);
  transition: all 0.25s ease;
}

.darkmode .menu-icon {
  color: var(--white-100);
}

@media only screen and (min-width: 993px) {

  /* .menu-dropdown:hover>.submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 1rem;
    } */
  .active .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 29px !important;
  }
}

.active .menu-link {
  font-weight: 500;
}

.bottom-pad {
  padding-top: 15px;
}

@media only screen and (max-width: 992px) {
  .menu-header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }

  .menu-header.is-active {
    visibility: visible;
    background-color: #464646;
  }

  .menu-header.is-active>.menu-arrow {
    display: block;
  }

  .darkmode .menu-header.is-active {
    background-color: var(--night-100);
  }

  .menu-arrow {
    display: none;
    cursor: pointer;
    width: 3rem;
    /* height: 4rem; */
    text-align: center;
    font-size: 20px;
    color: #fff;
  }

  .menu-arrow>i.bx {
    font-size: 1.5rem;
    line-height: 4rem;
    color: var(--black-300);
    transition: all 0.25s ease;
  }

  .darkmode .menu-arrow>i.bx {
    color: var(--white-100);
  }

  .menu-title {
    font-size: 20px;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
    color: #fff;
  }

  .darkmode .menu-title {
    color: var(--white-100);
  }

  .menu-inner {
    height: 100%;
    margin-top: .7rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
  }
  .D .menu-inner{
     background-color: #080707;  
  }

  .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
  }

  .menu-link {
    justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }

  .menu-link>i.bx {
    margin-left: 0.5rem;
    transform: rotate(0deg);
  }

  .navbar {
    padding: 0 15px;
  }
}

.submenu {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  /*padding: 1rem 2rem;*/
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  background-color: var(--white-100);
  box-shadow: var(--shadow-medium);
  transition: all 0.25s ease-in-out;
}

.submenu-inner {
  flex: 0 0 25%;
  /*padding: 0 1rem;*/
}

.submenu-title {
  font-family: var(--uicore-typography--h1-f, "Inter");
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--pink-500);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}

nav {
  padding: 0 0px !important;
}

.submenu-link {
  display: inline-block;
  font-family: var(--uicore-typography--h1-f, "Inter");
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding: 0.75rem 0;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--black-300);
  transition: all 0.25s ease-in-out;
}

.darkmode .submenu-link {
  color: var(--white-100);
}

.submenu-image {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem;
  object-fit: cover;
}


@media only screen and (max-width: 992px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0%);
  }

  .submenu.is-active {
    display: block;
  }

  .submenu-inner {
    flex: 0 0 100%;
    padding: 0rem;
    height: 100vh;
  }

  .submenu-list {
    margin-bottom: 1rem;
  }

  .submenu-link {
    display: block;
  }

  .submenu-image {
    margin-top: 0;
  }
}

.megamenus {
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: translateX(-50%);
  /*background-image: linear-gradient( to right, #fff, #fff 67%, #f8f8f8 10%, #f8f8f8 85%, #f8f8f8 85% )*/
}

.bg-color:after {
  z-index: -1;
  content: "";
  position: absolute;
  background: #F8F8F8;
  width: 1000px;
  height: 100%;
  top: 0;
}

.megamenu-column-1 {
  left: 65%;
  max-width: 15rem;
  width: 100%;
  height: auto;
}

.megamenu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


@media only screen and (max-width: 992px) {
  .megamenus {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 0rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}

.switch-light,
.switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.switch-light {
  font-size: 1.3rem;
  visibility: visible;
  color: var(--black-300);
}

.darkmode .switch-light {
  font-size: 0rem;
  visibility: hidden;
}

.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}

.darkmode .switch-dark {
  font-size: 1.3rem;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  /* background-color: rgba(0, 0, 0, 0.7); */
  transition: all 0.45s ease-in-out;
}

/*.bg-color:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0 auto 0 0;*/
/*    background: red;*/
/*    width: 1000px;*/
/*    height: 100%;*/
/*}*/
@media only screen and (max-width: 992px) {
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: absolute;
  right: 20px;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  margin-right: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

@media only screen and (max-width: 992px) {
  .burger {
    opacity: 1;
    visibility: visible;
    z-index: 101;
  }
  #header{
      z-index:1!important;
  }
  .sub-herder-left ul{
     display:block!important;
 }
  .sub-header .containers{
     grid-template-columns: 1fr!important;
     height:50px;
     padding: 0 25px;
     overflow:hidden;
 }
 .sticky .containers{
     margin-top:0;
 }
 /*.sub-herder-right a{*/
 /*    width:125px;*/
 /*}*/
 .sub-herder-right a{
     text-align:center;
 }
 .sub-herder-left, .sub-herder-right{
     padding: 4px 0;
 }
 .menu-act{
  margin-top: 3px; 
 }
 .sub-herder-left ul li {
  padding-bottom:25px!important;
}
.menu-act:after{
   font-family: uicore-icons;
    content: "\E901";
    font-size: 16px;
    position: absolute;
    right: 2%;
    padding-right: 20px;
}
.color:after{
   font-family: uicore-icons;
    content: "";
    font-size: 16px;
    position: absolute;
    right: 2%;
    padding-right: 20px;
}
.open .menu-act:after{
   transform: rotate(180deg);
   right: 7%;
}
.open .containers{
     height:auto;
     background: #f8f8f8;
} 
.sub-herder-right {
  text-align: center;
  margin-top: -40px;
}
}

.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 1rem;
  background: #838181;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.darkmode .burger-line {
  background: var(--white-100);
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.img_icon {
  width: 50px;
  height: 50px;
  background-color: #dedede;
  padding: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.img_icon img {
  width: 100%;
  height: 100%;
  margin-top: -3px;
}

.col-row {
  display: flex;
  justify-content: start;
  align-items: center;
  /* display: none; */
}

.heading_menu {
  color: #032D60;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
}

.col-grid {
  padding: 15px 0px 15px 18px;
}

.short_desp {
  font-size: 14px;
}

.accordion {
  width: 100%;
}

.accordion .accordion-content {
  overflow: hidden;
}

.accordion-content.open {
  padding-bottom: 10px;
}

.accordion-content header {
  display: flex;
  height: 60px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
  background-color: #fff;
  padding: 0 20px;
}

.accordion-content.open header {
  min-height: 35px;
}

.accordion-content header .title {
  font-size: 16px;
  color: #4E6994;
}

.accordion-content header i {
  font-size: 15px;
  color: #4E6994;
}

.accordion-content .description {
  height: 0;
  transition: all 0.2s linear;
  background-color: #f7f7f7;
}

.inner-bottom {
  width: 100%;
  padding: 0 25px;
}

.btn-contact a {
  border-radius: 16px !important;
}

.product-icon div p {
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}


.inner-bottom h2 {
  font-size: 16px;
  font-weight: 500;
  color: var(--e-global-color-uicore_headline);
  margin-bottom: 5px;
}

.inner-bottom ul {
  padding-bottom: 30px;
}

.inner-bottom ul li a {
  font-size: 14px;
  color: #032D60;
  line-height: 30px;
}

.brand img {
  width: 150px;
}

.burger.act .burger-line:nth-child(2) {
  display: none;
}

.burger.act .burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
}

.burger.act .burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
}

/* solutions */

.solution-list {
  background: #f7f7f7;
}

.solution-title {
  font-size: 14px;
  font-weight: 600;
  color: #032D60;
  margin-bottom: 5px;
}

.box-1 {
  background-color: #ededed;
  padding: 20px;
  margin: 0 20px 20px;
}

.box-1:nth-child(4) {
  margin: 0 20px 15px 20px;
}

.box-1 p {
  font-size: 14px;
}

.enter_menu li a {
  font-size: 14px;
  line-height: 1.3;
}

.menu-link a {
  color: #0b0b0b;
}

.box-h2 {
  font-size: 14px;
  color: #032D60;
  font-weight: 500;
}

.resouraces {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-bottom: 1px solid #fff;
  margin-top: 50px;
}

.resouraces img {
  width: 130px;
  height: auto;
}

.resouraces div {
  padding: 0 0 0 20px;
}

.resouraces a {
  padding-top: 10px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 30px;
}


.btn-contact a {
  background: #EE4840;
  padding: 5px 35px;
  border-radius: 50px;
  /* margin-top: 40px; */
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.social-media {
  position: absolute;
  bottom: 30px;
  left: 3%;
}

.social-media span {
  width: 45px;
  height: 45px;
  background: #dedede;
  padding: 15px;
  border-radius: 15px;
  margin: 10px;
}

.description:nth-child(1) {
  height: 285px !important;
}

.social-media {
  display: none;
}

.flex-grid {
  display: flex;
  justify-content: space-around;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-auto-rows: minmax(100px, auto);*/
}

.light-p {
  padding-left: 30px;
  font-weight: 500;
  font-size: 12px;
  color: #4E6994;
  margin-bottom: 5px;
}

.righit-p {
  font-weight: 500;
  font-size: 12px;
  color: #4E6994;
}

.right-p {
  font-weight: 500;
  font-size: 12px;
  color: #4E6994;
}

.product-icon {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 25px 3px 25px
}

.product-icon span {
  margin-right: 20px;
  width: 65px;
  height: 45px;
  background: #EE4840;
  border-radius: 15px;
}

.p2 {
  background: #3998C0 !important;
}

.p3 {
  background: #9893F1 !important;
}

.p4 {
  background: #F8B73E !important;
}

.p5 {
  background: #EF6D63 !important;
}

.p6 {
  background: #00D1A9 !important;
}

.p7 {
  background: #B893E7 !important;
}

.bottom-pad span {
  width: 75px;
  background: #45C173;
}

.menu-list ul li {
  padding: 5px 0;
  font-size: 14px;
  color: #6D6C6C;
  /*font-style: var(--uicore-header--menu-typo-st, "normal");*/
  font-family: var(--uicore-header--menu-typo-f);
  /*font-weight: var(--uicore-header--menu-typo-w);*/
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.menu-list ul li span span {
  padding-right: 7px;
}

.desktop {
  min-height: 400px;
}

.flex-grid .megamenu-column {
  width: 25%;
  padding: 50px 0;
}

.product .flex-grid .megamenu-column:nth-child(1) {
  border-right: 1px solid #f2f2f2;
}

.flex-grid .megamenu-column:nth-child(2) {
  width: 50%;
}

.product-icon i {
  font-size: 35px;
  background: #dedede;
  padding: 10px 12px;
  border-radius: 15px;
}


/*.bg-color ul{*/
/*    padding: px 0 0 0;*/
/*}*/


.product-heading {
  color: var(--e-global-color-uicore_headline);
  margin-bottom: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.product-heading p {
  margin-bottom: 0 !important;
}

.last {
  padding: 0 25px;
}


/*.last .product-heading {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #464646*/
/*}*/
.last h4 {
  font-size: 14px;
}

.navbar-center a {
  color: inherit;
  font-size: 14px;
}

.ui-menu-item-wrapper {
  /*font-weight: var(--uicore-typography--h4-w,"400"); */
  /*color: var( --e-global-color-uicore_headline );*/
}

.margin {
  margin-top: 50px;
}

.last ul li {
  padding: 5px 0;
}

.product-list:nth-child(1) {
  position: relative;
}

.product-list {
  display: none;
}

.product-list:nth-child(1) {
  display: grid;
}

.act {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  /*margin-top:-14px;*/
  color:#fff;
}

.solutions .flex-grid .megamenu-column:nth-child(1) {
  width: 75%;
}

.solutions .flex-grid .megamenu-column:nth-child(2) {
  width: 25%;
}

/*.more .megamenu-column:nth-child(2) {*/
/*  width: 30% !important;*/
/*}*/

.solution-box:nth-child(1) {
  background: #F9D968;
}

.solution-box:nth-child(2) {
  background: #40C3CD;
}

.solution-box:nth-child(3) {
  background: #B893E7;
}

.solution-box p {
  color: #fff;
}

.solution-box .product-heading {
  color: #fff;
  margin-bottom: 15px;
}

.light {
  font-size: 14px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
}

.solution-box {
  background: #ededed;
  padding: 20px;
  margin: 6px 25px 35px 0px
}

.solution-box p {
  margin-bottom: 0;
}

.flex-enterprises {
  display: flex;
  justify-content: space-between;
  width: 70%;
  padding: 10px 0px 0 0;
}

/* .navbar-center li {
    padding: 5px 0;
} */

.inner-bottom img {
  width: 100%;
  height: 170px!important;
  margin: 15px 0;
}

/* .desktop {
    display: flex;
} */

.mobile-header {
  display: none;
}
.menu-item{
    opacity:1!important;
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::before{
    opacity:1!important;
}

.list:hover {
  opacity: 1;
}

.list.act::after {
  font-family: uicore-icons;
  content: "\E901";
  font-size: 14px;
  margin-left: -10px;
  rotate: -90deg;
  position: relative;
  left: 13px;
}


/*.menu-list ul:hover .list:not(:hover) {*/
/*  opacity: 0.4;*/
/*}*/

/*.menu-dropdown:hover {*/
/*  opacity: 1;*/
/*}*/

/*.last ul:hover .menu-item-type-custom:not(:hover) {*/
/*  opacity: 0.4;*/
/*}*/

/*.flex-enterprises ul:hover .menu-item-type-custom:not(:hover) {*/
/*  opacity: 0.4;*/
/*}*/

/*.flex-box ul:hover .menu-item-type-custom:not(:hover) {*/
/*  opacity: 0.4;*/
/*}*/

/*.menu-inner:hover .menu-link:not(:hover) {*/
/*  opacity: 0.4;*/
/*}*/

.flex-grid .megamenu-column:nth-child(3) {
  width: 25%;
}

.navbar p {
  margin-bottom: 5px;
}

.resp {
  padding-right: 215px !important;
}

.res {
  padding: 60px 60px 60px 0 !important;
}

.rk-icon::after {
  font-family: uicore-icons;
  content: "\E901";
  font-size: 12px;
  margin-left: -7px;
}

.pr {
  transform: rotate(-90deg);
  margin-top: -10px;
  font-size: 14px;
}

.navbar-center .menu-item-type-custom i {
  font-size: 12px;
  position: relative;
  top: 3px;
}


@media only screen and (max-width: 600px) {
  .social-media {
    display: block;
  }

  /*.solution-title {*/
  /*  padding: 20px;*/
  /*}*/

  .enter_menu {
    /*padding: 0px 20px;*/
    /*margin-top: -10px;*/
  }
  .flex-box div{
      padding:20px;
  }

  .res {
    padding: 0 !important;
  }

  .inner-bottom {
    width: 100%;
    background-color: #ededed;
    padding: 50px 20px;
  }

  .inner-bottom img {
    height: 100%;
    width: 100%;
  }

  .flex-grid {
    display: block;
  }

  .flex-box {
    display: block;
  }

  .flex-grid .megamenu-column {
    width: 100% !important;
  }

  .flex-enterprises {
    display: block;
    width: 100%;
  }

  .last {
    padding: 0 0px;
  }

  .solution-box {
    margin: 25px 0px 25px 0px;
  }

  .btn-contact {
    display: none;
  }

  .flex-grid .megamenu-column {
    padding: 50px 1rem;
  }

  .desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .menu-link {
    color: inherit;
  }

  /*.megamenu-column {*/
  /*  height: 100%;*/
  /*}*/
}

/* podcast page */

.section-poadcast {
  width: 100%;
  height: 585px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
  /*margin-top: 77px;*/
}

.pod-container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding: 0px 15px;
  /*margin-top: -75px;*/
}

.pod-c.sticky{
    padding-top: 30px;
}

.pod-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.pod-top h2 {
  color: var(--e-global-color-uicore_headline);
  font-size: 14px;
  font-weight: 500;
}
.pod-top h5{
    font-size:16px;
}

.section-poadcast .left-side {
  width: 360px;
  padding-top: 20px;
}

.section-poadcast .left-side h1 {
  font-family: var(--uicore-typography--p-f);
  font-size: var(--uicore-typography--h1-s,"10px");
  font-style: normal;
  font-weight: 900;
   text-transform: capitalize;
  margin: 0;
}

.section-poadcast .left-side h2 {
  color: #EE4840;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}

.product-heading {
  font-family: var(--uicore-typography--p-f, "Inter");
  color: #032D60;
  line-height: var(--uicore-typography--h4-h, "1.2");
  letter-spacing: var(--uicore-typography--h4-ls, "-0.027em");
  text-transform: var(--uicore-typography--h4-t, "none");
  font-style: var(--uicore-typography--h4-st, "normal");
  margin-bottom: 5px;
}

.menu-item-object-custom a {
  color: #032D60;
}


.epi-box {
  background: #f8f8f8;
  /*margin-top: 25px;*/
  padding: 40px;
  display: flex;
  justify-content: start;
  align-items: top;
  border-radius:23px;
}

.epi-box .left-box {
  margin-right: 25px;
}

.epi-box .left-box .rec {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.epi-box .left-box .rec img {
  border-radius: 20px;
  max-width:193px;
  height:193px;
}

.season {
  color: #6e7a84;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
}

.season span::after {
  content: ".";
  position: relative;
  left: 0px;
  top:-2px;
  font-size: 20px;
  padding: 2px;
}

.season span:last-child:after {
  content: "";
}

.right-box {
  width: 100%;
}
.width .epi-box{
    border-radius:23px 23px 0 0;
}
.modal-fullscreen .modal-content{
background:#080707!important;    
}
.modal-header{
    border:none;
}

.epi-title {
  font-family: var(--uicore-typography--p-f, "Inter");
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  margin: 10px 0 !important;
}

.cast {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.play-btn {
  flex-shrink: 0;
  border-radius: 16px;
  background: rgb(238 72 64 / 20%);
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding: 11px 10px 11px 2px;
    width: 170px;
    max-height:65px;
}
.latast-epi .play-share {
    display: grid;
    grid-template-columns: 128px 1fr!important;
}
.modal-content .play-share {
    display: grid;
    grid-template-columns: 124px 1fr!important;
}

.play {
    margin-left:5px;
  /*height: 0;*/
  /*width: 0;*/
  /*margin-left: calc(2 * 0.74 * var(--button-height));*/
  /*margin-top: 10px;*/
  /*background: none;*/
  /*border: none;*/
  /*border-top: var(--button-height) solid transparent;*/
  /*border-bottom: var(--button-height) solid transparent;*/
  /*border-left: calc(var(--button-height) * 2 * 0.86) solid var(--button-color);*/
}

.pause {
  position: relative;
  background: none;
  border: none;
  height: calc(var(--button-height) * 2);
  width: calc(var(--button-height) * 2 * 0.86);
  margin-left: calc(2 * 0.54 * var(--button-height));
  margin-top: 10px;
}

.pause:before,
.pause:after {
  /* content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 33%;
        background: var(--button-color); */
  content: "";
  position: absolute;
  top: 0px;
  height: 45%;
  width: 15%;
  background: #000;
  margin: 12px;
}

.pause:before {
  left: 0;
}

.pause:after {
  right: 0;
}

.hidden {
  display: none;
}

.play-tarck {
  color: #032d60;
  font-family: var(--uicore-typography--p-f);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.inner {
  width: 40px;
  height: 40px;
  background-color: #EE4840;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 10px;
      display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn {
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    grid-gap: 5px;
  margin-left: -5px;
  margin-top: 3px;
}
.top-head {
    padding: 70px 0px 25px 0px;
    font-size:24px;
    font-weight:600;
}
.latast-epi .play-btn {
  /*width: 140px;*/
  padding: 11px 5px 11px 5px;
}
.text_p{
        color: var(--uicore-typography--p-c,"#070707");
}
.share-btn div {
  width: 33.59px;
    height: 33.59px;
    background: #EEF1F6;
    border-radius: 5px;
    text-align: center;
    margin: 0 4px;
    padding: 6px;
    color: var(--uicore-typography--p-c,"#070707");
}

.share-btn div:hover {
  background: #fff;
}

.share-btn div:hover {
  color: #EE4840;
}

.modal-width .play-btn {
  padding: 11px 15px 11px 2px;
  max-width: 140px;
  grid-template-columns: 170px 1fr;
}

.play-share {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*justify-content: start;*/
  /*align-items: center;*/
  margin-top: 30px;
}

.pod-container.borders {
  width: 100%;
  height: 1px!important;
  background-color: #EDEDED!important;
  margin: 80px auto;
}

#tabs {
  margin: -15px 0 15px 0;
}

#tabs ul{
           padding-left: 0rem;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    overflow-y: hidden;
}
#tabs li {
    display: inline-block;
    /* margin-bottom: 1rem; */
    padding: 5px;
    min-width: 135px;
}

#tabs li a {
  display: block;
  height: 100%;
  /*width: 150px;*/
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-uicore_headline);
  border-radius: 100px 100px 100px 100px;
  overflow: hidden;
  background-color: #FFFFFF00;
  color: #032D60;
  padding: 10px 20px 10px 20px;
  letter-spacing: 0.1px;
}

#tabs li:hover a,
#tabs li.active a {
  background-color: #d97d0d;
  color: #fff;
  border-color:#d97d0d;
}

#tab-contents .tab-contents {
  padding: 10px;
  display: none;
}

#tab-contents .tab-contents.active {
  display: block;
}

.card-grid {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  grid-template-columns: 1fr 1fr 1fr;
}

#tab-contents p {
  width: 70%;
  font-family: var(--uicore-typography--p-f, "Inter");
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 2em 0;
}

#tab-contents .grid-col .inner-width {
  width: 100%;
  min-height: 370px;
  position: relative;
}

.grid-col .play-share {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.desp {
  width: 100% !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid-col .season {
  margin-top: 2.9em;
  margin-bottom: 1em;
  letter-spacing:0.1;
}

.tab-sec {
  margin: 60px auto;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  z-index: 999;
}

.modal-content {
  background-color: #000;
  margin: auto;
  height: 100vh;
  overflow: scroll;
  padding-bottom: 50px;
}

/* The Close Button */

.close {
  color: #fff;
  float: right;
  font-size: 19px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modal-width {
  max-width: 50% !important;
  margin-top: 120px;
}

.play-btn-list {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 120px 0px 120px;
}

.prev,
.next {
  border: none;
  background: #333;
  color: #fff;
  padding: 13px 30px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  cursor: pointer;
}

.next:hover {
  background: rgb(30, 30, 30);
}

.prev:hover {
  background: rgb(30, 30, 30);
  fv
}

.prev {
  margin-right: 20px;
}

.modal-width .epi-box {
  background: #f8f8f8;
  border-radius: 23px 23px 0px 0px;
}

.modal-width .epi-box .right-box {
  width: 100%;
}

.details {
  background: #fff;
  padding: 40px;
  /*height: 43.8vh;*/
  /*overflow: scroll;*/
  /*border-radius: 0 0 23px 23px;*/
}

.epi-desp p {
  font-family: var(--uicore-typography--p-f, "Inter");
  color: var(--uicore-typography--p-c,"#070707");
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.epi-desp h3 {
  margin-top: 10px !important;
}

.modal-boder {
  margin: 30px auto;
}
.modal-fullscreen .modal-header{
    border:none;
}
.modal-header{
    padding:1.5rem 0!important;
}
.host-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d9d9d9;
  overflow: hidden;
}

.host-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.host-cat {
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
  color: #6e7a84;
}

.host-name {
  font-family: var(--uicore-typography--p-f);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--uicore-typography--h4-c,"#070707");
}

.company-title {
  color: #6e7a84;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
}
.company-title span:nth-child(1):after{
    content:'.';
    position:relative;
    font-size:20px;
    padding: 2px;
}
.left-margin {
  margin-left: 10px;
  margin-top: 10px;
}

.details .product-heading {
  margin-bottom: 15px;
}

.host-grid {
     background: #fff;
    width: 100%;
    position: relative;
    left: 12px;
    padding:0 40px 20px;
    border-radius: 0 0 23px 23px;
}
.latest-pod .host-grid{
    padding:40px!important;
}
.grid-col h4{
    color: #032d60;
    font-size: var(--uicore-typography--blog_title-s,"#070707");
    font-weight: 500;
}
.latest-pod .host-grid {
   left: 0; 
}
.line{
   border-top: 1px solid #EDEDED;
       padding: 22px;
    margin-top: -40px;
}
.host-grid .product-heading{
    padding-bottom:20px;
}
/* audio::-webkit-media-controls-play-button {
background-color: #333;
color: red;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}

audio::-webkit-media-controls-panel {
background-color: #000;
color: red;
} */

#read_more {
  border: none;
  background: transparent;
  font-size: 16px;
  padding-top: 10px;
  cursor: pointer;
  font-weight: 500;
}

#text {
   transition: max-height 3s ease-in-out;
}

/*#tabs ul {*/
/*  width: 100%;*/
/*  overflow: scroll;*/
/*  display: flex;*/
/*  justify-content: start;*/
/*  align-items: center;*/
/*}*/



.open_modal {
  cursor: pointer;
}

.tab-contents h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.player-ctn {
  width: 160px;
}

@media (max-width:767px) {
  .player-ctn:before,
  .player-ctn:after {
    display: none;
  }
  #tabs ul{
      overflow-x: scroll;
  }
  .sticky .pod-container{
    padding:0!important;
   }
.play-btn{
    width: 160px;
}
.inner {
  width: 35px;
  height: 35px;
    
}
.audi .share-btn{
    width:155px;
}
}

.player-ctn .player-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  font-family: 'cairo', sans-serif;
}

.player-ctn .player-title span {
  display: block;
  font-size: 13px;
}

.btn-ctn,
.infos-ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-ctn {
  justify-content: center;
}

#myProgress {
  background-color: #77abd9;
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.btn-action {
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
  text-align: center;
}

.btn-action svg {
  fill: #BFE2FF;
  transition: 0.3s;
  width: 20px;
  height: 20px;
}

.btn-action:hover svg {
  fill: #fff;
}

.btn-ctn>div {
  padding: 5px;
  margin: 10px 0 2px;
}

.infos-ctn>div {
  margin-bottom: 8px;
  color: #BFE2FF;
}

.playlist-track-ctn {
  display: flex;
  background-color: #BFE2FF;
  margin: 6px 0;
  border-radius: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.playlist-track-ctn>div {
  margin: 0 12px;
}

.playlist-info-track,
.playlist-duration {
  padding: 7px 0;
  font-size: 14px;
  pointer-events: none;
}

.playlist-info-track span {
  display: block;
  font-size: 11px;
}

.active-track {
  background: #fff;
}

.audio-box {
  margin-top: -37px;
  margin-left: -10px;
  /* display: none; */
}

.ex-margin-1 {
  margin-left: 175px
}
.card-grid audio{
    display:none;
}
.audio-position{
    position: absolute;
    margin-top: 3px;
    display:block!important;
}
audio{
    display:none;
}
.audi audio{
    display:block!important;
}

.audi .play-btn{
    display:none;
}
.audi .pad-s{
    padding-left: 190px;
     padding-top:0px;
}
.audi .ply{
    display:none;
}
.pad-s{
    padding-left: 55px;
    padding-top:5px;
}
.grid-col .play-btn{
    /*width:120px;*/
}
.grid-col .vg{
    /*display:none;*/
}
#read_more{
    font-size:16px;
    color: #EE4840;
    font-weight:500;
}
.pad-s h5{
    color: #6E7A84;
    font-size: 12px;
    font-weight: 500;
}
.close-audio {
  position: absolute;
  /*margin-left: 310px;*/
  cursor: pointer;
  display: none;
  color: #000;
  float: right;
  font-size: 19px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  background: #E8E8E8;
  border-radius: 50%;
  text-align: center;
  margin-top: -2px;
  margin-left: 16px;

}

.bg-color {
  background: transparent !important;
}


@media only screen and (max-width: 600px) {
  .podcast-bg {
    padding: 1rem;
  }

  .product-heading {
    padding: 1rem 0;
  }

  .epi-box,
  .play-share {
    display: inline-block;
  }

  .right-box {
    width: 100%;
  }

  .share-btn {
    /*margin-left: 0;*/
    /*margin-top: 15px;*/
  }

  .rec {
    margin-bottom: 10px;
  }

  #tab-contents p {
    width: 100%;
  }

  #tab-contents .tab-contents {
    padding: 1rem;
  }

  #tab-contents .tab-contents .product-heading {
    padding: 0rem;
  }

  .play-btn-list {
    padding: 50px 30px 0px 30px;
  }

  .modal-width {
    max-width: 100% !important;
  }

  .details {
    height: 100%;
  }

  .details .product-heading {
    padding: 0rem;
  }

  /*#tabs {*/
  /*  padding: 1rem;*/
  /*}*/
}

.menu-inner:hover .rk-icon:hover .megamenu-column:hover .active .menu-link {
  opacity: 1 !important;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.t-list:nth-child(1) {
  display: grid;
}

.t-list {
  display: none;
}

.bottom-pad .product-icon {
  justify-content: start;
  width: 313px;
}

.flex-enterprises ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 70px;
}

.left-side {
  margin-top: 120px;
}


/* sub header menu style */

.sub-header .containers {
  display: grid;
  grid-template-columns: 4fr 1fr;
 align-items: center;
    margin-top: -4px;
  padding:0 10px;
}
.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
  z-index:2;
  margin-top: 0px!important;
  background:#f8f8f8!important;
}
.sub-herder-right {
  text-align: right;
}

/*.sub-herder-left ul {*/
/*  display: flex;*/
/*  justify-content: start;*/
/*}*/

.sub-herder-left ul li {
  padding: 0 30px 0 0;
  font-size:14px;
}

.sub-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.90);
  height: 58px;
  z-index:9;
  padding: 2px 0;
  position: absolute;
  border-top: 1px solid #EEF1F6;
}
.sub-header.transparent{
     position: relative; 
}
.transparent{
    margin-top: 78px;
}
.transparent {
    position: relative;
    bottom: 77px!important;
    margin-bottom: -136px;
    height: 58px!important;
    background: rgba(255, 255, 255, 0.90)!important;
}

 .sub-header.sticky{
     background: rgba(255, 255, 255, 1)!important;
     border-bottom:1px solid #EEF1F6;
     
 }

/*.sub-herder-left,*/
/*.sub-herder-right {*/
/*  padding: 16px 0;*/
/*}*/

.sub-herder-right a {
  padding: clamp(14px, 0.8em, 18px) clamp(18px, 1.8em, 36px);
  border-radius: 16px;
  font-family: "Reverie Font", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: None;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff !important;
  background-color: var(--e-global-color-uicore_primary);
  border-style: none;
}

.menu-item:last-child {
  padding-right: 0;
}

header .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0px !important;
}

.btn-dark a {
  background: #032D60 !important;
}

.btn-dark a:hover {
  background: #080707 !important;
}

/*.uicore-header-wrapper {*/
/*  background: #fff;*/
/*}*/
.latest-post{
    margin-right:-25px
}
 .modal-body{
     padding-right: 0!important;
    padding-left: 0!important;
   }
 .first .row>*{
          padding-right: 0!important;
    padding-left: 0!important;
   }
 .megamenus {
   width: 1980px !important;
   }
   /*.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul, .sub-header ul {*/
   /*padding: 0 !important;*/
   /*}*/
   
    .elementor-nav-menu,.sub-header ul{
   padding: 0 !important;
   }
   
   
 .elementor-widget-container ul{
     padding:0 1rem;
 }
   /*.navbar-center {*/
   /*margin-top: 15px;*/
   /*}*/
   .uicore-btn {
   border-radius: 16px !important;
   }
   .btn-dark {
   border-radius: 16px;
   }
   .share-button a {
    color: #032D60;
}
.share-button a:hover {
    color: #EE4840;
}

/*Podcast mobile view*/
@media only screen and (max-width: 600px) {
   .card-grid{
           grid-template-columns: 1fr;
   } 
   .mobile-li ul li{
       padding:0 24px;
   }
   .width .epi-box{
       width:100%;
   }
   
   .transparent {
    bottom: 50px!important;
    z-index: 9999;
}
   .epi-box,.details{
   padding:15px;  
   width:100%;
   }
   .sub-header{
       margin-top:46px;
       height: 55px;
       position: relative;
      width: 100%;
      z-index: 9;
   }
   body{
        overflow-y: hidden!important;
   }
   #myAudio{
    position: fixed;
    bottom: 0;
    background: #000;
    width: 100vw;
    padding: 0;
    z-index: 9;
    left: 0;
    text-align: center;
    height: 90px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
   }
   .icon-p{
    position: fixed;
    bottom: 20px;
    left:-15px;
    background: red;
    z-index: 19; 
    transform: rotate(90deg);
   }
   .icon-n{
    position: fixed;
    bottom: 20px;
    right:-15px;
    background: green;
    z-index: 19; 
    transform: rotate(-90deg);
   }
   .icon-p:before{
    font-family: uicore-icons;
    content: "\E901";
   }
   .icon-n:after{
    font-family: uicore-icons;
    content: "\E901";
   }
   
   .audi audio{
    display:block!important;
}

.audi .pad-s{
    padding-left: 0px;
}
.uicore-navbar nav .uicore-nav{
    display:grid!important;
}
.flex-enterprises ul{
        grid-template-columns: 1fr;
}
#menu{
    background:#fff;
}
.D #menu{
    background:#080707;
}
.menu-inner{
    height:auto;
}
.megamenus {
   width:  100%!important;
   }
   .latest-post{
    margin-right:0px
}
}

   
  /* audio {*/
  /*    filter: sepia(100%) saturate(100%) grayscale(0) contrast(300%) hue-rotate(100deg) invert(90%);*/
  /*}*/

