*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body,
html {
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 1.15;
  /* -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
  */ }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Black.ttf);
  font-weight: 900; }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Montserrat-Italic.ttf);
  font-weight: 400; }

/* Poppins font */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Black.ttf);
  font-weight: 900; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Italic.ttf);
  font-weight: 400; }

body {
  font-style: normal;
  font-family: 'Montserrat';
  color: #444444; }

/* mixins */
body.overflow-active {
  overflow: hidden; }

.font-50 {
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase; }

.width-i-300, .Groth-State .absLf, .mdabout .absLf, .mdabout .absrt {
  width: 310px;
  height: 300px;
  object-fit: cover; }

.max-container {
  max-width: 1470px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden; }

.regular-container {
  max-width: 1310px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

a {
  text-decoration: none;
  background-color: transparent; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none; }

.backgroundM {
  background: #F5F5F5 !important; }

.responsive-img {
  max-width: 100%;
  height: auto; }

.flexcenter {
  display: flex;
  align-items: center; }

.flex-col {
  display: flex;
  flex-direction: column; }

.flex-between {
  display: flex;
  justify-content: space-between; }

.flex-end {
  display: flex;
  justify-content: flex-end; }

.Grids2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr); }

.Grids3 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr); }

.Grids4 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr); }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.fontpBold-14 {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 21px; }

.fontm-14 {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 17px; }

.font-16 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444; }

.font-18 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  line-height: 24px; }

.font-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FF3E81; }

.font-24 {
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 29px; }

.font-12 {
  font-family: 'Montserrat';
  font-size: 12px;
  line-height: 15px; }

.position-relative {
  position: relative; }

.w-pointer {
  cursor: pointer; }

/*
.moreItems .showDisplay:nth-of-type(1n+4),
.Xlodmore .s-less,
.Xlodmore.See-less .s-all {
  display: none;
}

.Xlodmore.See-less .s-less {
  display: block;
}
*/
.action_button {
  transition: color 0.25s;
  background: none;
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: inset 0 0 0 2px #FF3E81;
  color: #FF3E81;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase; }
  .action_button:before {
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  .action_button:after {
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  .action_button span {
    display: inline-block;
    margin: 6px 9px;
    background: #FF3E81;
    padding: 11px 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff; }

.action_button:hover {
  color: #7654DA; }

.action_button:hover::before {
  border-top-color: #7654DA;
  border-right-color: #7654DA;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }

.action_button:hover::after {
  border-bottom-color: #7654DA;
  border-left-color: #7654DA;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }

.action_button:hover::before,
.action_button:hover::after {
  width: 100%;
  height: 100%; }

/* Header css */
.fixedHead {
  width: 100%;
  position: fixed;
  top: 0; }

header {
  z-index: 999;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cst-topnav {
  background-color: #FF3E81;
  padding: 7px 0; }
  .cst-topnav a {
    color: #fff;
    font-weight: 900; }

.dskMenu {
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  transition: 0.2s; }
  .dskMenu .menuBtn {
    display: flex;
    align-items: center; }
    .dskMenu .menuBtn svg {
      cursor: pointer; }

.menuSocial p {
  color: #7654DA;
  font-weight: 900;
  padding: 0 0 7px 0; }
  .menuSocial p .dots {
    color: #FF3E81; }

.menuSocial ul {
  gap: 16px; }

.menuSocial {
  display: flex;
  gap: 16px;
  justify-content: flex-end; }
  .menuSocial .action_button span {
    margin: 6px 9px;
    padding: 9px 15px;
    font-weight: 700;
    font-size: 10px; }

.fixedHead .menuSocial p,
.fixedHead .cst-topnav {
  display: none; }

.fixedHead .head-social {
  align-items: center;
  display: flex; }

.fixedHead .menuLogo.txt-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.fixedHead .menuLogo.txt-center img {
  max-width: 85%; }

.cst-Bottomnav {
  transition: 0.2s;
  box-shadow: 0px 9px 14px #00000029;
  border-bottom: 1px solid #70707029; }

.fixedHead .dskMenu {
  padding: 10px 0; }

.menu-hide {
  width: 389px;
  left: -389px;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0px;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .menu-hide .closediv {
    padding: 22px;
    line-height: 28px;
    position: absolute;
    top: 0; }
    .menu-hide .closediv .menuClose {
      cursor: pointer;
      display: inline-block;
      width: 28px; }
  .menu-hide .burger {
    position: relative;
    width: 28px;
    cursor: pointer;
    top: 0px; }
    .menu-hide .burger span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      transition: all 0.2s, background 0s;
      background: #FF3E81;
      border-radius: 25px; }
      .menu-hide .burger span :nth-child(2) {
        top: 6px; }
      .menu-hide .burger span :last-child {
        top: 12px; }
  .menu-hide .menuDsk ul li {
    list-style-type: none;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s ease;
    margin-bottom: 40px; }
    .menu-hide .menuDsk ul li a {
      font-family: 'Montserrat';
      font-weight: 900;
      font-size: 28px;
      line-height: 34px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
  .menu-hide .Email-Section ul li {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px; }
    .menu-hide .Email-Section ul li:last-child {
      margin-bottom: 0; }
    .menu-hide .Email-Section ul li a {
      font-family: 'Montserrat';
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #BDBDBD; }

.sidecall {
  text-align: center;
  margin-top: 40px;
  display: none; }

.menu-hide.show {
  left: 0px;
  background: #7654DA;
  transition: all 0.6s ease-in-out; }

.menu-hide.show .burger span:first-child {
  transform: rotate(45deg); }

.menu-hide.show .burger span:nth-child(2) {
  opacity: 0;
  visibility: hidden; }

.menu-hide.show .burger span:last-child {
  transform: rotate(-45deg); }

/*
.menu-hide .menuDsk ul li.current-menu-item {
  left: 0px;
  background: $base-color;
  transition: all 0.6s ease-in-out;

}
*/
/* Header end */
/* footer css */
.backgrounImg {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  height: 423px;
  background-color: #7654DA; }

footer .width-668 {
  max-width: 668px;
  width: 100%;
  margin: auto;
  padding: 50px 0 110px 0; }
  footer .width-668 h4 {
    color: #fff;
    font-weight: 700; }
  footer .width-668 .sus-Container {
    padding: 25px 0 10px 0; }
    footer .width-668 .sus-Container .subscribe_form .cst-input-group {
      position: relative;
      display: flex; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        max-width: 453px;
        width: 100%;
        height: 45px;
        padding: 14px 17px;
        border-radius: 0; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group input:hover {
          outline: none; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group input:focus {
          outline: none; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group button {
        position: relative;
        transition: all ease 0.3s;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        /* user-select: none;*/
        background-image: none;
        border: 1px solid transparent;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
        background-color: #FF3E81;
        max-width: 221px;
        padding: 0 55px; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group button:hover {
          outline: none; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group button:hover {
          outline: none; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group .cst-input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap; }
  footer .width-668 .font-12 {
    text-transform: uppercase;
    color: #BDBDBD;
    font-weight: 700; }

footer .Bottom-a {
  padding: 0 0 30px 0; }
  footer .Bottom-a .flogo {
    max-width: 265px;
    width: 100%; }
    footer .Bottom-a .flogo img {
      height: 40px; }
  footer .Bottom-a .width-590 {
    max-width: 590px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end; }
    footer .Bottom-a .width-590 ul {
      gap: 25px; }
      footer .Bottom-a .width-590 ul a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700; }

footer .copyFooter {
  background-color: #FF3E81;
  padding: 11.5px 0;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

.subscribe_form input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BDBDBD;
  opacity: 1;
  /* Firefox */ }

.subscribe_form input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BDBDBD; }

.subscribe_form input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BDBDBD; }

.cst-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  /* transform: scale(1.1);*/
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99; }
  .cst-modal .cst-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7654DA;
    padding: 30px 15px;
    max-width: 402px;
    border-radius: 0;
    color: #fff; }
    .cst-modal .cst-modal-content .cst-close-button {
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer; }

.cst-show-modal {
  opacity: 1;
  visibility: visible;
  /* transform: scale(1.0);*/
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

.modal-ContentX .cst-md-heading {
  font-size: 14px;
  text-align: center;
  line-height: 18px; }

.modal-ContentX .wrapFm {
  margin: 20px 0 15px 0; }
  .modal-ContentX .wrapFm .cst-input-group {
    display: flex;
    gap: 10px;
    flex-direction: column; }
    .modal-ContentX .wrapFm .cst-input-group .form-control {
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      max-width: 100%;
      width: 100%;
      height: 34px;
      padding: 7px 15px;
      border-radius: 0;
      display: block;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc; }
      .modal-ContentX .wrapFm .cst-input-group .form-control:focus {
        outline: none; }
      .modal-ContentX .wrapFm .cst-input-group .form-control:focus-visible {
        outline: none; }
    .modal-ContentX .wrapFm .cst-input-group .sib-default-btn {
      transition: all ease 0.3s;
      cursor: pointer;
      border: 1px solid transparent;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      text-transform: uppercase;
      background-color: #FF3E81;
      max-width: 100%;
      width: 100%;
      padding: 8px 15px; }

.modal-ContentX .sm-txt {
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
  color: #BDBDBD;
  font-weight: 700; }

.wrapFm .sib-alert-message {
  font-size: 13px !important;
  color: #000 !important;
  background-color: transparent !important;
  border-color: #d6e9c6 !important;
  border: 0 !important;
  text-align: center !important;
  font-weight: 600 !important; }

.cld-am {
  min-width: 320px;
  height: 670px; }

.sheduleVid {
  position: relative;
  height: 900px;
  z-index: 9; }
  .sheduleVid .dark-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(2, 16, 39, 0.7); }
  .sheduleVid video {
    height: 900px;
    object-fit: cover; }
  .sheduleVid .overlay-desc-Sh {
    z-index: 999;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .sheduleVid .overlay-desc-Sh .sh-h1 {
      text-align: center;
      color: #fff;
      font-size: 34px;
      margin: 70px 0 30px 0; }
    .sheduleVid .overlay-desc-Sh .sh-p {
      font-size: 18px;
      text-align: center;
      color: #fff;
      font-weight: 500; }
  .sheduleVid::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.1); }

.Groth-State {
  padding: 90px 0; }
  .Groth-State .absLf {
    position: absolute;
    left: 0;
    top: 0; }

.GridsParent {
  display: flex;
  gap: 12%; }

.w-840 {
  max-width: 840px;
  width: 100%; }
  .w-840 h2.growthX {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 227px;
    width: 100%;
    margin-bottom: 40px; }
  .w-840 .productsItems {
    gap: 20px; }
    .w-840 .productsItems .G-itemsList {
      background: #F5F5F5;
      padding: 15px;
      border-radius: 5px;
      display: flex;
      gap: 15px;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .w-840 .productsItems .G-itemsList img {
        width: 25px;
        height: 25px;
        object-fit: cover; }
      .w-840 .productsItems .G-itemsList p.font-12 {
        font-weight: 600;
        text-transform: capitalize;
        color: #444444;
        text-align: center; }

.w-550 {
  max-width: 550px;
  width: 100%;
  text-align: center;
  mix-blend-mode: multiply; }
  .w-550 img {
    height: 470px;
    object-fit: cover;
    width: 100%;
    mix-blend-mode: multiply; }

.head-breadcrumbs {
  background: #7654DA;
  height: 330px;
  display: flex; }
  .head-breadcrumbs .bd-crumbs {
    color: #fff;
    padding: 99px 0 149px 0; }
    .head-breadcrumbs .bd-crumbs ul {
      background: #fff;
      box-shadow: 4px 32px 12px rgba(0, 0, 0, 0.06);
      border-radius: 15px;
      margin-bottom: 18px;
      width: max-content;
      display: flex;
      color: #fff;
      padding: 9px 16px;
      gap: 15px;
      align-items: center; }
      .head-breadcrumbs .bd-crumbs ul li a {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        color: #000;
        line-height: 18px;
        text-transform: capitalize; }
      .head-breadcrumbs .bd-crumbs ul li span {
        width: 33px;
        height: 3px;
        display: block;
        background: #FF3E81; }
      .head-breadcrumbs .bd-crumbs ul li:first-child a {
        font-weight: 700; }
    .head-breadcrumbs .bd-crumbs h1 {
      font-family: 'Poppins';
      font-weight: 700;
      font-size: 32px;
      line-height: 32px;
      text-transform: capitalize; }
  .head-breadcrumbs .cslift {
    max-width: 270px;
    height: 270px;
    position: absolute;
    right: 0;
    bottom: -40px; }

.width-1050 {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .width-1050 .GmGroth h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .width-1050 .GmGroth .line-min70 {
    width: 70px;
    height: 3px;
    background: #FF3E81;
    display: block;
    margin: auto; }
  .width-1050 .contentX {
    padding: 60px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #444444; }

.contentIM {
  display: flex;
  justify-content: space-between; }
  .contentIM .DmImg {
    max-width: 500px;
    width: 100%; }
    .contentIM .DmImg img {
      max-width: 100%;
      height: auto; }
  .contentIM .DmPoint {
    max-width: 691px;
    width: 100%; }
    .contentIM .DmPoint .fontx-24 {
      font-weight: 700;
      font-size: 30px;
      line-height: 37px;
      background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      margin: 0 0 30px 0; }
    .contentIM .DmPoint .point-list {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      margin-bottom: 20px; }
      .contentIM .DmPoint .point-list h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .contentIM .DmPoint .point-list .fontm-16 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; }
      .contentIM .DmPoint .point-list:last-child {
        margin-bottom: 0; }

.mdabout {
  padding: 90px 0;
  background: #fff; }
  .mdabout .absLf {
    position: absolute;
    left: 0;
    top: 0; }
  .mdabout .absrt {
    position: absolute;
    right: 0;
    bottom: 0; }

.myValue.mdabout .absLf {
  bottom: 0;
  top: unset;
  height: 161px;
  width: 47px; }

.mdabout.ourAp .contentIM.dmCont-Ap {
  padding: 80px 0 60px 0; }
  .mdabout.ourAp .contentIM.dmCont-Ap .DmImg {
    max-width: 400px; }

.dmh2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px; }

.listfm {
  padding: 60px 0 0 0;
  gap: 55px; }
  .listfm .listfm-mid h2.font-24 {
    margin-bottom: 13px; }
  .listfm .listfm-mid .point-list {
    display: flex;
    gap: 27px;
    margin-bottom: 19px; }
    .listfm .listfm-mid .point-list h3 {
      margin-bottom: 5px; }
  .listfm .listfm-mid:last-child {
    margin-bottom: 0px; }

.Verticle {
  display: flex;
  gap: 0 7.8%;
  /*flex-wrap: wrap;*/ }
  .Verticle .col-3v {
    /* flex: 0 0 auto;
    max-width: 360px;
    */
    width: 100%;
    z-index: 1; }
    .Verticle .col-3v .vg-list {
      background: #F5F5F5;
      border-radius: 30px;
      padding: 37px 35px;
      position: relative;
      filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25)); }
      .Verticle .col-3v .vg-list .font-20 {
        color: #444444;
        margin-bottom: 30px; }
      .Verticle .col-3v .vg-list .font-16 {
        margin-bottom: 20px; }
      .Verticle .col-3v .vg-list .icons64 {
        width: 32px;
        height: 32px;
        object-fit: contain;
        position: absolute;
        right: 24px;
        bottom: 24px; }
    .Verticle .col-3v:nth-child(3n+1) {
      margin-top: 140px; }
    .Verticle .col-3v:nth-child(3n+2) {
      margin-top: 70px; }

.mdabout.Ap-Growth .contentIM.Ap-Growth-Ap {
  padding: 70px 0 0px 0; }
  .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 {
    max-width: 400px;
    text-align: center; }
    .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .km-dws {
      width: 280px;
      height: 290px;
      object-fit: contain; }
    .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist {
      background: #FF3E81;
      padding: 21px 44px;
      width: 100%;
      text-transform: uppercase;
      color: #fff; }
      .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist:nth-child(1) {
        margin: auto;
        max-width: 320px;
        width: 100%; }
      .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist:nth-child(2) {
        margin: auto;
        background: #7654DA;
        max-width: 360px;
        width: 100%; }
      .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist:nth-child(3) {
        margin: auto;
        max-width: 100%;
        width: 100%; }

.topTxtcont {
  margin-bottom: 15px; }
  .topTxtcont .LoopDm {
    margin-bottom: 15px; }
    .topTxtcont .LoopDm .md-look {
      margin-bottom: 13px;
      color: #444444;
      text-transform: capitalize; }

.width-1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thankYou {
  padding: 60px 0; }
  .thankYou .thankyouTx .makeTanks {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 34px;
    color: #FF3E81;
    line-height: 55px;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* -webkit-text-fill-color: transparent;*/
    -webkit-text-stroke: 0.5px #FF3E81; }
  .thankYou .thankyouTx img {
    max-width: 150px;
    width: 100%; }
  .thankYou .Editor-txt {
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px; }
    .thankYou .Editor-txt p {
      margin-bottom: 15px;
      line-height: 21px; }
    .thankYou .Editor-txt b {
      font-weight: 700;
      color: #333; }
    .thankYou .Editor-txt a {
      font-weight: 500;
      color: #000;
      text-decoration: underline; }
    .thankYou .Editor-txt li {
      font-weight: 500;
      margin-bottom: 10px; }
    .thankYou .Editor-txt span {
      font-weight: 500; }
  .thankYou .thank-users {
    margin-top: 30px; }
    .thankYou .thank-users .font-20 {
      margin-bottom: 10px;
      font-size: 16px; }
    .thankYou .thank-users .dmbottom-Users {
      display: flex;
      align-items: center;
      gap: 15px; }
      .thankYou .thank-users .dmbottom-Users img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover; }
      .thankYou .thank-users .dmbottom-Users h2 {
        margin-bottom: unset;
        font-size: 18px; }
      .thankYou .thank-users .dmbottom-Users .font-18 {
        font-size: 12px;
        line-height: 18px; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7654DA;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: auto;
  box-shadow: inset 0px 0px 0px #7654DA;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%,
  100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7654DA; } }

@media (max-width: 1023px) {
  .callHeader-btn {
    display: none; }
  .sidecall {
    display: block; }
  .menuSocial {
    justify-content: right; }
  .menuBtn svg {
    width: 30px; }
  footer .Bottom-a .flogo {
    max-width: 200px; }
    footer .Bottom-a .flogo img {
      height: auto; }
  footer .Bottom-a .width-590 ul {
    gap: 15px; }
  .Groth-State {
    padding: 50px 0; }
    .Groth-State .GridsParent {
      gap: 2%; }
  .w-840 {
    flex: 0 0 60%; }
    .w-840 h2.growthX {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 30px; }
    .w-840 .productsItems {
      gap: 10px; }
  .w-550 {
    flex: 0 0 40%;
    align-items: center;
    display: flex; }
    .w-550 img {
      height: auto; }
  .contentIM {
    flex-direction: column;
    gap: 30px; }
    .contentIM .DmPoint {
      max-width: 100%;
      width: 100%; }
  .mdabout .absLf {
    width: 210px;
    height: 210px; }
  .mdabout .absrt {
    width: 210px;
    height: 210px; }
  .Groth-State .absLf {
    width: 210px;
    height: 210px; }
  .listfm.Grids2 {
    grid-template-columns: repeat(1, 1fr); }
  .listfm {
    gap: 30px; }
  .Verticle {
    gap: 50px 50px;
    max-width: 691px;
    margin: auto;
    flex-direction: column; }
    .Verticle .col-3v {
      max-width: 100%; }
      .Verticle .col-3v:nth-child(3n+2) {
        margin-top: 50px;
        margin-bottom: 50px; }
      .Verticle .col-3v:nth-child(3n+1) {
        margin-top: 50px; }
  .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 {
    margin: auto; }
  .sheduleVid {
    height: 1150px; }
    .sheduleVid video {
      height: 1150px; }
    .sheduleVid .cld-am {
      height: 845px; }
      .sheduleVid .cld-am iframe {
        max-height: unset !important;
        height: 845px; }
    .sheduleVid .overlay-desc-Sh {
      padding: 0 15px; }
      .sheduleVid .overlay-desc-Sh .sheduleVid .overlay-desc-Sh .sh-h1 {
        font-size: 30px; }
      .sheduleVid .overlay-desc-Sh .sh-p {
        font-size: 16px; } }

@media (max-width: 767px) {
  .menuLogo {
    max-width: 150px;
    display: flex; }
    .menuLogo img {
      max-width: 150px; }
  .menuSocial p {
    display: none; }
  footer {
    background-image: unset !important;
    height: auto !important; }
    footer .width-668 {
      padding: 50px 0 50px 0; }
      footer .width-668 h4 {
        font-size: 16px;
        line-height: 150%; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group button {
        font-size: 14px;
        padding: 0 15px; }
    footer .Bottom-a {
      gap: 30px;
      flex-direction: column; }
      footer .Bottom-a .width-590 {
        max-width: 100%;
        justify-content: flex-start; }
        footer .Bottom-a .width-590 ul {
          flex-wrap: wrap;
          gap: 15px 2.5%;
          justify-content: flex-start; }
          footer .Bottom-a .width-590 ul li {
            flex: 0 0 47.5%; }
  .Groth-State .GridsParent {
    gap: 30px;
    flex-direction: column-reverse; }
  .w-550 {
    flex: 0 0 100%; }
  .w-840 {
    flex: 0 0 100%; }
    .w-840 .productsItems {
      gap: 10px;
      grid-template-columns: repeat(2, 1fr); }
  .cst-modal .cst-modal-content {
    width: 90%; }
    .cst-modal .cst-modal-content .cst-close-button {
      top: 8px;
      right: 14px; }
  .head-breadcrumbs {
    height: 232px; }
    .head-breadcrumbs .bd-crumbs {
      padding: 60px 0 100px 0; }
    .head-breadcrumbs .cslift {
      max-width: 115px;
      height: 115px;
      bottom: -16px; }
  .mdabout .absLf {
    width: 150px;
    height: 150px; }
  .mdabout .absrt {
    width: 150px;
    height: 150px; }
  .width-1050 .GmGroth h2 {
    font-size: 20px;
    line-height: 28px; }
  .width-1050 .GmGroth .line-min70 {
    width: 50px; }
  .width-1050 .contentX {
    padding: 40px 0;
    font-size: 16px;
    line-height: 24px; }
  .contentIM .DmPoint .fontx-24 {
    font-size: 18px;
    line-height: 28px; }
  .contentIM .DmPoint .point-list h3 {
    font-size: 14px;
    line-height: 21px; }
  .contentIM .DmPoint .point-list .fontm-16 {
    font-size: 14px;
    line-height: 22px; }
  .myValue.mdabout .absLf {
    height: 130px;
    width: 38px; }
  .Groth-State .absLf {
    width: 150px;
    height: 150px; }
  .mdabout,
  .mdabout.ourAp .contentIM.dmCont-Ap {
    padding: 50px 0 50px 0; }
  .Verticle .col-3v .vg-list .font-16,
  .listfm .listfm-mid .point-list .font-16 p,
  .contentIM .DmPoint .point-list .fontm-16 {
    font-size: 14px;
    line-height: 22px; }
  .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap {
    padding: 50px 0 0px 0; }
    .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist {
      padding: 10px 44px;
      font-size: 16px; }
  .Verticle {
    gap: 30px 30px; }
    .Verticle .col-3v {
      max-width: 100%; }
      .Verticle .col-3v:nth-child(3n+2) {
        margin-top: 30px;
        margin-bottom: 30px; }
      .Verticle .col-3v:nth-child(3n+1) {
        margin-top: 30px; }
  .dmh2 {
    font-size: 24px;
    line-height: 31px; }
  .listfm {
    padding: 30px 0 0 0;
    gap: 30px; }
    .listfm .listfm-mid h2.font-24 {
      font-size: 20px; }
    .listfm .listfm-mid .point-list {
      gap: 15px; }
  .sheduleVid .overlay-desc-Sh {
    padding: 0 15px; }
    .sheduleVid .overlay-desc-Sh .sh-h1 {
      font-size: 28px; }
    .sheduleVid .overlay-desc-Sh .sh-p {
      font-size: 16px;
      margin-bottom: 30px; }
  .menu-hide .Email-Section ul li,
  .menu-hide .menuDsk ul li {
    margin-bottom: 20px; } }

.BlogSection {
  padding: 50px 0;
  background: #f9f9fe;
  position: relative; }
  .BlogSection .blogSlider {
    position: relative; }
    .BlogSection .blogSlider .EachCat {
      position: relative; }
      .BlogSection .blogSlider .EachCat img {
        width: 100%;
        height: 450px;
        object-fit: cover; }
      .BlogSection .blogSlider .EachCat video {
        width: 100%;
        height: 450px;
        object-fit: cover; }
      .BlogSection .blogSlider .EachCat .mirs-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all .3s ease;
        background: rgba(0, 0, 0, 0.25); }
        .BlogSection .blogSlider .EachCat .mirs-overlay:before {
          content: '';
          border: 2px solid #fff;
          position: absolute;
          left: 4px;
          top: 4px;
          right: 4px;
          bottom: 4px;
          z-index: 2; }
      .BlogSection .blogSlider .EachCat .info {
        max-width: 700px;
        width: 100%;
        margin: auto auto;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
        transition: all .6s ease; }
        .BlogSection .blogSlider .EachCat .info .tags a {
          font-family: 'Montserrat';
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: #fff;
          display: inline-block;
          transition: all .4s ease;
          padding: 6px 8px 4px;
          margin-right: 10px; }
          .BlogSection .blogSlider .EachCat .info .tags a:before {
            content: '#';
            color: #fff;
            margin-right: 3px;
            backface-visibility: hidden; }
          .BlogSection .blogSlider .EachCat .info .tags a:nth-child(odd):before {
            color: #FF3E81; }
          .BlogSection .blogSlider .EachCat .info .tags a:nth-child(even):before {
            color: #7654DA; }
        .BlogSection .blogSlider .EachCat .info .h2B-title {
          margin: 30px 0 20px 0;
          font-size: 40px;
          font-weight: 700;
          color: #fff;
          line-height: 1.2; }
          .BlogSection .blogSlider .EachCat .info .h2B-title a {
            padding-bottom: 5px;
            color: #fff;
            background-image: linear-gradient(to right, #FF3E81 0%, #FF3E81 100%);
            background-size: 100% 0%;
            background-repeat: no-repeat;
            background-position: left 70%;
            transition: all .4s ease; }
            .BlogSection .blogSlider .EachCat .info .h2B-title a:hover {
              background-size: 100% 10%;
              background-position: left 80%; }
      .BlogSection .blogSlider .EachCat .meta-Tags time {
        position: relative;
        color: #fff; }
      .BlogSection .blogSlider .EachCat .meta-Tags .meta-info {
        margin-right: 12px;
        white-space: nowrap;
        font-weight: 600; }
      .BlogSection .blogSlider .EachCat .meta-Tags .min-read {
        display: inline-block;
        cursor: default;
        text-transform: lowercase;
        font-weight: 600;
        color: #fff; }
        .BlogSection .blogSlider .EachCat .meta-Tags .min-read:before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 2px;
          background: #FF3E81;
          vertical-align: middle;
          margin-right: 15px; }
      .BlogSection .blogSlider .EachCat .meta-Tags .cst-bauthor {
        margin-top: 30px;
        display: flex;
        width: fit-content;
        align-items: center;
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
        color: #fff; }
        .BlogSection .blogSlider .EachCat .meta-Tags .cst-bauthor .dropcap {
          width: 35px;
          height: 35px;
          position: relative;
          box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, 0.2);
          font-size: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #FF3E81;
          color: #fff;
          border-radius: 50%; }

.indexBlog .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.indexBlog .owl-nav button.owl-next {
  right: 30px; }

.indexBlog .owl-nav button.owl-prev {
  left: 30px; }

.wrap-qw {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .wrap-qw .mauthor {
    display: flex;
    align-items: center;
    width: max-content; }
    .wrap-qw .mauthor .author-image {
      max-width: 35px;
      margin-right: 7px; }
      .wrap-qw .mauthor .author-image img {
        width: 35px;
        height: 35px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, 0.2); }
    .wrap-qw .mauthor .author-name {
      font-size: 14px;
      color: #596172;
      font-weight: 500; }

.continue-reading {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 3;
  transform: translateX(-50%);
  background: #7654DA;
  background-color: #fff !important;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  padding: 8px 25px;
  letter-spacing: .5px;
  transition: all .3s ease; }
  .continue-reading:before {
    content: '';
    border: 3px solid #7654DA;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease; }
  .continue-reading:after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 25px;
    z-index: 3;
    background: #7654DA;
    transition: all .3s ease; }
  .continue-reading:hover:after {
    transform: translate(-5px, -5px); }

.blogBody {
  background: #f9f9fe;
  position: relative;
  padding: 0 0 70px 0; }

.dmp-grids {
  display: flex;
  justify-content: space-between; }

.width-825 {
  max-width: 896px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  flex: 0 0 70%; }

.width-344 {
  max-width: 320px;
  width: 100%;
  flex: 0 0 25%; }

.dmsticky {
  position: sticky;
  top: 118px; }

.blog-list-item {
  background: #fff;
  padding: 50px 60px;
  position: relative;
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.1), 0 22px 27px -30px rgba(7, 10, 25, 0.1);
  position: relative;
  z-index: 2; }

.metaK {
  color: #596172;
  font-size: 15px;
  text-align: center; }
  .metaK .meta-info {
    margin-right: 12px;
    white-space: nowrap; }
    .metaK .meta-info svg {
      fill: #FF3E81;
      width: 17px;
      height: 17px;
      vertical-align: middle;
      margin-top: -3px;
      margin-right: 1px; }
    .metaK .meta-info i {
      font-size: 17px;
      color: #FF3E81; }
  .metaK .min-read {
    display: inline-block;
    cursor: default;
    text-transform: lowercase; }
    .metaK .min-read:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 2px;
      background: #FF3E81;
      vertical-align: middle;
      margin-right: 15px; }
  .metaK a.meta-info:hover {
    color: #FF3E81; }

.post-excerpt {
  margin: 35px 0 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #444444; }
  .post-excerpt a {
    font-weight: 600;
    color: #FF3E81; }
  .post-excerpt ul,
  .post-excerpt ol {
    margin: 0;
    padding: 0; }
  .post-excerpt p,
  .post-excerpt li {
    margin-bottom: 10px; }

.main-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #444444;
  text-align: center;
  margin-bottom: 15px; }
  .main-title a {
    padding-bottom: 5px;
    color: #444444;
    background-image: linear-gradient(to right, #FF3E81 0%, #FF3E81 100%);
    background-size: 100% 0%;
    background-repeat: no-repeat;
    background-position: left 70%;
    transition: all .4s ease; }
    .main-title a:hover {
      background-size: 100% 10%;
      background-position: left 80%; }

.translate-effect {
  display: block;
  position: relative;
  transition: all .3s ease;
  margin-bottom: 30px; }
  .translate-effect video,
  .translate-effect img {
    width: 100%;
    height: 389px;
    object-fit: cover; }
  .translate-effect .decoration {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2; }
  .translate-effect:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #f9f9fe; }
  .translate-effect:hover {
    transform: translateY(-3px); }

.asideItems {
  position: relative;
  margin-bottom: 50px; }

.recent-post-v {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: .25px;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 700;
  color: #454360; }

.bg-r {
  max-width: 90%; }

.dm-dots {
  height: 2px;
  background: #7654DA;
  content: '';
  flex: 1 1 auto;
  margin-left: 15px;
  min-width: 30px;
  background: #FF3E81; }

.listFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  min-height: 60px; }
  .listFlex .img-lnk {
    position: relative;
    width: 60px;
    height: 64px;
    font-size: 28px;
    background: #ff486a;
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, 0.2); }
    .listFlex .img-lnk .fullimage {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      height: 64px;
      z-index: 1;
      transform: none;
      margin: 0;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .listFlex .img-lnk .fullimage:before {
        content: '';
        border: 1px solid #fff;
        position: absolute;
        left: 1px;
        top: 1px;
        right: 1px;
        bottom: 1px;
        z-index: 5;
        transition: all .3s ease; }
    .listFlex .img-lnk .layout {
      line-height: 64px;
      transition: all .4s ease;
      right: auto;
      bottom: auto;
      z-index: 4; }
    .listFlex .img-lnk:before {
      left: 0px;
      top: 0px;
      right: 2px;
      bottom: 2px;
      z-index: 2;
      background: aliceblue;
      width: auto;
      height: auto;
      content: '';
      border: 0px solid #fff;
      position: absolute;
      transition: all .3s ease; }
  .listFlex .img-fo {
    max-width: 227px;
    width: 100%; }
    .listFlex .img-fo .title-usmall {
      color: #444444;
      font-size: 15px;
      margin-bottom: 5px;
      letter-spacing: .25px;
      font-weight: 700; }
      .listFlex .img-fo .title-usmall p {
        display: inline;
        padding-bottom: 5px;
        background-image: linear-gradient(to right, #FF3E81 0%, #FF3E81 100%);
        background-size: 100% 0%;
        background-repeat: no-repeat;
        background-position: left 70%;
        transition: all .4s ease; }
        .listFlex .img-fo .title-usmall p:hover {
          background-size: 100% 10%;
          background-position: left 80%; }
    .listFlex .img-fo time {
      font-size: 12px;
      color: #FF3E81;
      font-weight: 500;
      line-height: 16px; }
  .listFlex:last-child {
    margin-bottom: 0; }

.listFlex:hover .layout {
  left: -5px;
  top: -5px; }

.listFlex:hover .fullimage:before {
  border: 0px solid #fff; }

.tag-cloud-link {
  position: relative;
  color: #444444;
  display: inline-block;
  box-shadow: 0px 2px 6px rgba(7, 10, 25, 0.1);
  padding: 6px 8px 4px;
  line-height: 1.2;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-right: 10px;
  transition: all .3s ease; }
  .tag-cloud-link:before {
    content: '#';
    color: #FF3E81;
    margin-right: 3px;
    backface-visibility: hidden; }
  .tag-cloud-link:nth-child(odd):hover, .tag-cloud-link:nth-child(odd):before {
    color: #FF3E81;
    transform: translateY(-2px); }
  .tag-cloud-link:nth-child(even):hover, .tag-cloud-link:nth-child(even):before {
    transform: translateY(-2px);
    color: #7654DA; }

.icons-title {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 30px;
  /* .facebook:after {
        border: 3px solid #3563c2;
    }

    .instagram:after {
        border: 3px solid #e62ba9;
    }

    .rss:after {
        border: 3px solid #f7b454;
    }

    .facebook i {
        background: #3563c2;
    }

    .instagram i {
        background: #e62ba9;
    }

    .rss i {
        background: #f7b454;
    }
    */ }
  .icons-title a {
    display: inline-block;
    width: 22%;
    height: 72px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #fff;
    margin: 0;
    position: relative;
    margin-bottom: 3%;
    margin-left: 3%;
    vertical-align: top; }
    .icons-title a i {
      font-size: 25px;
      line-height: 72px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      background: #63cdf1;
      transition: all .3s ease; }
      .icons-title a i:after {
        content: '';
        border: 1px solid #fff;
        position: absolute;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        transition: all .3s ease;
        z-index: 2; }
    .icons-title a:after {
      content: '';
      border: 3px solid #63cdf1;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: all .3s ease; }

.icons-title a:hover i {
  transform: translate(-5px, -5px); }

.icons-title a:hover i:after {
  opacity: 0; }

.customPagination {
  text-align: center;
  padding: 30px 0; }
  .customPagination .nav-pagination {
    display: inline-block; }
    .customPagination .nav-pagination a {
      display: inline-block;
      background-color: #FF3E81;
      font-size: 12px;
      line-height: 36px;
      padding: 0px 15px;
      color: #fff; }
    .customPagination .nav-pagination .page-number {
      display: inline-block;
      margin: 0 10px;
      font-size: 14px;
      font-weight: 500;
      background: transparent;
      color: #454360; }

.fn-imgvid .translate-effect {
  margin-bottom: 0; }
  .fn-imgvid .translate-effect img,
  .fn-imgvid .translate-effect video {
    height: 452px; }

.info-section .main-title {
  font-size: 30px;
  line-height: 1.5;
  word-break: break-word; }
  .info-section .main-title a {
    color: #444444; }

.BlogEditor {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #444444; }
  .BlogEditor p {
    margin-bottom: 15px; }
  .BlogEditor hr {
    border-top: 1px solid #eee;
    margin: 40px 0; }
  .BlogEditor h2,
  .BlogEditor h3,
  .BlogEditor h4,
  .BlogEditor h5 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #FF3E81; }
  .BlogEditor strong {
    font-weight: 700; }
  .BlogEditor a {
    font-weight: 700;
    color: #FF3E81; }
  .BlogEditor ol,
  .BlogEditor ul {
    list-style-type: inherit;
    padding-left: 15px; }
  .BlogEditor li {
    margin-bottom: 15px; }

.dmF-filter {
  margin-bottom: 15px; }
  .dmF-filter input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .dmF-filter label {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #444444; }
    .dmF-filter label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1.5px solid #7654DA;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      /* padding: 6px; */
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 15px;
      width: 17px;
      height: 17px; }

.dmcat-list input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #FF3E81;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.tagSection {
  padding: 50px 0; }
  .tagSection .TagName {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #FF3E81;
    text-align: center; }
  .tagSection .Grids4X {
    display: grid;
    width: 100%;
    gap: 60px 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 0 30px 0; }
    .tagSection .Grids4X .blog-list-item {
      padding: 0 0 40px 0; }
      .tagSection .Grids4X .blog-list-item .translate-effect video,
      .tagSection .Grids4X .blog-list-item .translate-effect img {
        width: 100%;
        height: 230px;
        object-fit: cover; }
      .tagSection .Grids4X .blog-list-item .info {
        padding: 0 20px; }
      .tagSection .Grids4X .blog-list-item .post-excerpt {
        margin: 20px 0 30px;
        padding: 0 20px; }
      .tagSection .Grids4X .blog-list-item .wrap-qw {
        padding: 0 20px; }

@media (max-width: 1200px) {
  .width-825 {
    flex: 0 0 67%; }
  .width-344 {
    flex: 0 0 29.5%; } }

.share-buttons {
  text-align: center;
  padding: 0 0 50px 0; }
  .share-buttons .Title-small {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.45; }
  .share-buttons .epcl-share-bottom {
    display: inline-block; }
    .share-buttons .epcl-share-bottom .button {
      margin: 0 5px 5px;
      border: 0 !important;
      background: #ff4c60;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      line-height: 44px;
      display: inline-flex;
      color: #fff;
      align-items: center;
      justify-content: center; }
      .share-buttons .epcl-share-bottom .button i {
        font-size: 18px; }
  .share-buttons .permalink {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    max-width: 450px;
    width: 100%; }
    .share-buttons .permalink input {
      display: block;
      width: 450px;
      margin: 0;
      max-width: 100%;
      background: #f9f9fe;
      border: 1px solid #f0f0fd;
      color: #596172;
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: .25px;
      padding: 15px 50px 15px 25px;
      height: 45px;
      width: 100%;
      margin-bottom: 15px;
      outline: 0; }
    .share-buttons .permalink .copy {
      position: absolute;
      right: 20px;
      top: 14px;
      font-size: 18px;
      cursor: pointer;
      color: #FF3E81; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.share-buttons .button.facebook {
  background: #135CB6 !important; }

.share-buttons .button.twitter {
  background: #00ACED !important; }

.share-buttons .button.insta {
  background: #1FB381 !important; }

.share-buttons .button.whatsapp {
  background: #1FB381 !important; }

.icons-title a:nth-child(2) i {
  background: #3563c2 !important; }

.icons-title a:nth-child(2):after {
  border: 3px solid #3563c2; }

.icons-title a:nth-child(3) i {
  background: #e62ba9 !important; }

.icons-title a:nth-child(3):after {
  border: 3px solid #e62ba9; }

.icons-title a:nth-child(4) i {
  background: #f7b454 !important; }

.icons-title a:nth-child(4):after {
  border: 3px solid #f7b454; }

.Auth-SectionBlog {
  margin: 50px auto;
  padding: 50px 0;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.1), 0 22px 27px -30px rgba(7, 10, 25, 0.1); }
  .Auth-SectionBlog .auth-550 {
    max-width: 550px;
    width: 100%;
    margin: auto; }
    .Auth-SectionBlog .auth-550 .author-meta-info {
      display: flex;
      gap: 10px;
      color: #444444;
      align-items: center;
      justify-content: center; }
      .Auth-SectionBlog .auth-550 .author-meta-info .author-image {
        width: 80px;
        transition: all .3s ease; }
        .Auth-SectionBlog .auth-550 .author-meta-info .author-image img {
          width: 80px;
          height: 80px;
          object-fit: cover;
          border-radius: 50%; }
        .Auth-SectionBlog .auth-550 .author-meta-info .author-image:hover {
          transition: all .3s ease;
          transform: translateY(-3px); }
      .Auth-SectionBlog .auth-550 .author-meta-info .right-info .author-name {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 1;
        letter-spacing: 0px;
        color: #454360;
        margin: 20px 0 3px;
        text-transform: capitalize; }
      .Auth-SectionBlog .auth-550 .author-meta-info .right-info .position {
        font-size: 14px; }
    .Auth-SectionBlog .auth-550 .info {
      margin-top: 25px;
      font-size: 16px; }
      .Auth-SectionBlog .auth-550 .info p:last-child {
        margin: 0; }

.more-half {
  padding: 50px 0 0 0; }
  .more-half .list-post-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
    .more-half .list-post-side .listFlex {
      margin-bottom: 0;
      min-height: 90px; }
      .more-half .list-post-side .listFlex .img-lnk {
        width: 90px;
        height: 90px; }
        .more-half .list-post-side .listFlex .img-lnk .fullimage {
          width: 90px;
          height: 90px; }
      .more-half .list-post-side .listFlex .img-fo {
        max-width: 305px; }
        .more-half .list-post-side .listFlex .img-fo .title-usmall {
          font-size: 18px;
          line-height: 1.4; }
        .more-half .list-post-side .listFlex .img-fo time {
          margin-top: 10px;
          line-height: 16px;
          display: block; }

.BlogNext-perv {
  padding: 50px 0; }
  .BlogNext-perv .gridsv-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
    .BlogNext-perv .gridsv-1 .ItemsNav {
      position: relative;
      padding: 25px;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      transition: all .3s ease;
      box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.1), 0 22px 27px -20px rgba(7, 10, 25, 0.1);
      background: #fff; }
      .BlogNext-perv .gridsv-1 .ItemsNav .full-link {
        display: flex;
        gap: 20px;
        max-width: 360px;
        color: #444444;
        margin: auto; }
        .BlogNext-perv .gridsv-1 .ItemsNav .full-link .thumb {
          width: 75px; }
          .BlogNext-perv .gridsv-1 .ItemsNav .full-link .thumb img {
            width: 75px;
            height: 75px;
            object-fit: cover; }
        .BlogNext-perv .gridsv-1 .ItemsNav .full-link .info {
          max-width: 264px;
          width: 100%; }
          .BlogNext-perv .gridsv-1 .ItemsNav .full-link .info .title-usmall {
            font-size: 15px;
            margin-bottom: 5px;
            letter-spacing: .25px;
            line-height: 1.5; }
          .BlogNext-perv .gridsv-1 .ItemsNav .full-link .info .meta {
            font-size: 14px;
            line-height: 18px; }
      .BlogNext-perv .gridsv-1 .ItemsNav:last-child .full-link {
        flex-direction: row-reverse;
        text-align: right; }
      .BlogNext-perv .gridsv-1 .ItemsNav:hover {
        transform: translateY(-3px); }

.translate-effect-v {
  display: block;
  position: relative;
  transition: all .3s ease; }

.translate-effect-v:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #f9f9fe; }

.translate-effect-v .decoration {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2; }

.max-860 {
  max-width: 860px;
  margin: auto;
  position: relative; }

.EditorBody {
  background: #fff;
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.1), 0 22px 27px -30px rgba(7, 10, 25, 0.1);
  padding: 40px 60px 60px 60px; }

.contentBlog {
  padding: 45px 0 30px 0; }

.Editordivider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 50px 0; }

.AuthCommentDiv {
  background: #fff;
  padding: 50px;
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.1), 0 22px 27px -20px rgba(7, 10, 25, 0.1);
  margin-bottom: 50px; }

.comment-reply-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0px;
  color: #454360; }
  .comment-reply-title .border {
    height: 2px;
    background: #ff4c60;
    content: '';
    flex: 1 1 auto;
    margin-left: 15px;
    min-width: 30px; }

.dmKK-t {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: .25px;
  text-align: center; }

.cstwp-comment .comments-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0px;
  color: #454360; }

.cstwp-comment .comment-list .comment {
  display: block;
  position: relative; }
  .cstwp-comment .comment-list .comment .comment-meta {
    display: flex;
    align-items: center; }
    .cstwp-comment .comment-list .comment .comment-meta .comment-author img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      border-radius: 50%;
      margin-right: 20px; }
    .cstwp-comment .comment-list .comment .comment-meta .comment-author .fn {
      font-size: 15px;
      margin-right: 5px;
      letter-spacing: .25px; }
      .cstwp-comment .comment-list .comment .comment-meta .comment-author .fn a {
        color: #ff4c60; }
    .cstwp-comment .comment-list .comment .comment-meta .comment-author .says {
      display: none; }
    .cstwp-comment .comment-list .comment .comment-meta .comment-metadata a {
      font-size: 15px;
      margin-bottom: 5px;
      letter-spacing: .10px;
      color: #444444;
      font-weight: 500; }
    .cstwp-comment .comment-list .comment .comment-meta .comment-awaiting-moderation {
      display: none; }
  .cstwp-comment .comment-list .comment .comment-content {
    padding-left: 70px;
    font-size: 15px;
    margin: 15px 0;
    letter-spacing: .25px; }
  .cstwp-comment .comment-list .comment .reply {
    padding-left: 70px; }
    .cstwp-comment .comment-list .comment .reply a {
      display: inline-block;
      font-size: 12px;
      padding: 4px 15px;
      line-height: 21px;
      color: #fff;
      box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, 0.2);
      background-color: #ff4c60; }
  .cstwp-comment .comment-list .comment .children {
    padding-left: 70px; }
    .cstwp-comment .comment-list .comment .children .comment {
      border-bottom: 0px solid #eee;
      padding-bottom: 0; }

.cstwp-comment .comment-body {
  border-top: 1px solid #eee;
  padding: 24px 0; }

.cstwp-comment .comment-respond .logged-in-as {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: .25px; }
  .cstwp-comment .comment-respond .logged-in-as a {
    color: #FF3E81;
    font-weight: 600; }

.cstwp-comment .comment-form-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative; }
  .cstwp-comment .comment-form-comment label {
    font-weight: 500;
    max-width: 120px;
    width: 100%; }
  .cstwp-comment .comment-form-comment textarea {
    max-width: 600px;
    width: 100%;
    height: 170px;
    resize: none;
    padding: 20px 15px;
    display: block;
    background: #f9f9fe;
    border: 1px solid #f0f0fd; }
    .cstwp-comment .comment-form-comment textarea:focus {
      outline: none; }

.cstwp-comment .comment-notes {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: 0.25px; }
  .cstwp-comment .comment-notes a {
    color: #FF3E81; }

.cstwp-comment .form-submit {
  padding-top: 25px;
  padding-bottom: 0;
  text-align: right; }
  .cstwp-comment .form-submit .submit {
    display: inline-block;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 12px 25px;
    letter-spacing: .5px;
    position: relative;
    box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, 0.2);
    background-color: #ff4c60;
    transition: all .3s ease; }
    .cstwp-comment .form-submit .submit:focus {
      outline: none; }

.cstwp-comment .cancel-comment-reply-link {
  color: #FF3E81; }

.cstwp-comment .error_message {
  font-weight: 500;
  color: #ff4c60;
  font-size: 13px;
  position: absolute;
  bottom: -21px;
  right: 0;
  max-width: 600px;
  width: 100%; }

.NoContent {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #FF3E81; }

.cstwp-comment .comment-form-url,
.cstwp-comment .comment-form-email,
.cstwp-comment .comment-form-author {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative; }

.cstwp-comment .comment-form-url label,
.cstwp-comment .comment-form-email label,
.cstwp-comment .comment-form-author label {
  font-weight: 500;
  max-width: 120px;
  width: 100%; }

.cstwp-comment .comment-form-url input,
.cstwp-comment .comment-form-email input,
.cstwp-comment .comment-form-author input {
  max-width: 600px;
  width: 100%;
  height: 43px;
  padding: 20px 15px;
  display: block;
  background: #f9f9fe;
  border: 1px solid #f0f0fd; }
  .cstwp-comment .comment-form-url input:focus,
  .cstwp-comment .comment-form-email input:focus,
  .cstwp-comment .comment-form-author input:focus {
    outline: 0;
    color: none; }

.cstwp-comment .comment-form-author input:focus {
  outline: 0;
  color: 0; }

.cstwp-comment .comment-form-cookies-consent {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: 0.25px;
  margin-top: 15px;
  display: flex;
  gap: 15px; }

.Title-small {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center; }

@media (max-width: 1023px) {
  .tagSection .Grids4X {
    grid-template-columns: repeat(2, 1fr); }
  .BlogSection {
    padding: 10px 0 50px 0; }
    .BlogSection .blogSlider .EachCat .info {
      max-width: 650px; }
      .BlogSection .blogSlider .EachCat .info .h2B-title {
        font-size: 24px; }
  .indexBlog .owl-nav button.owl-next {
    right: 15px; }
    .indexBlog .owl-nav button.owl-next svg {
      width: 35px; }
  .indexBlog .owl-nav button.owl-prev {
    left: 15px; }
    .indexBlog .owl-nav button.owl-prev svg {
      width: 35px; }
  .width-825 {
    flex: 0 0 67%; }
  .width-344 {
    flex: 0 0 30%; }
  .blog-list-item {
    padding: 40px 20px; }
  .post-excerpt {
    margin: 30px 0 50px;
    font-size: 14px;
    line-height: 21px; }
  .metaK {
    font-size: 14px; }
  .continue-reading {
    bottom: -16px;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 25px; }
    .continue-reading:after {
      padding: 6px 25px; }
  .translate-effect video,
  .translate-effect img {
    height: 248px; }
  .recent-post-v {
    letter-spacing: .15px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }
  .listFlex {
    margin-bottom: 15px; }
    .listFlex .img-lnk {
      width: 50px;
      height: 50px;
      flex: 0 0 50px; }
      .listFlex .img-lnk .fullimage {
        width: 50px;
        height: 50px; }
    .listFlex .img-fo {
      flex: 0 0 74%; }
      .listFlex .img-fo .title-usmall {
        margin-bottom: 0px; }
  .icons-title {
    justify-content: space-between; }
  .icons-title a {
    width: 22%;
    max-width: 50px;
    height: 50px; }
    .icons-title a i {
      font-size: 21px;
      line-height: 50px; }
  .main-title {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 767px) {
  .BlogSection {
    padding: 10px 0 35px 0; }
    .BlogSection .blogSlider .EachCat video,
    .BlogSection .blogSlider .EachCat img {
      height: 258px; }
    .BlogSection .blogSlider .EachCat .info .h2B-title {
      font-size: 24px; }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    margin-top: 5px;
    -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    user-select: none;
    position: relative;
    text-align: center;
    text-decoration: none; }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background: #7654DA;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF3E81; }
  .BlogSection .blogSlider .EachCat .info {
    max-width: 100%; }
    .BlogSection .blogSlider .EachCat .info .tags a {
      font-size: 13px;
      line-height: 17px; }
    .BlogSection .blogSlider .EachCat .info .h2B-title {
      font-size: 18px;
      margin: 20px 0; }
    .BlogSection .blogSlider .EachCat .info .meta-Tags {
      font-size: 13px; }
      .BlogSection .blogSlider .EachCat .info .meta-Tags .min-read:before {
        width: 8px;
        margin-right: 8px; }
      .BlogSection .blogSlider .EachCat .info .meta-Tags .cst-bauthor {
        display: none; }
  .dmp-grids {
    flex-direction: column;
    gap: 50px; }
  .width-825 {
    flex: 0 0 100%;
    gap: 40px; }
  .width-344 {
    max-width: 100%;
    gap: 30px; }
  .blog-list-item {
    padding: 20px 15px 40px 15px; }
  .translate-effect video,
  .translate-effect img {
    height: 225px; }
  .main-title {
    font-size: 16px;
    line-height: 21px; }
  .metaK {
    font-size: 13px; }
    .metaK .meta-info {
      margin-right: 5px; }
    .metaK .min-read:before {
      width: 8px;
      margin-right: 8px; }
  .post-excerpt {
    margin: 20px 0; }
  .wrap-qw {
    justify-content: center; }
    .wrap-qw .mauthor {
      display: none; }
  .continue-reading {
    width: max-content; }
  .listFlex {
    min-height: 50px;
    gap: 20px;
    justify-content: flex-start; }
    .listFlex .img-fo {
      flex: unset;
      max-width: 100%; }
  .icons-title {
    justify-content: flex-start; }
  .dmsticky {
    position: unset; }
    .dmsticky .asideItems:last-child {
      margin-bottom: 0; }
  .Auth-SectionBlog .auth-550 .info {
    margin-top: 25px;
    font-size: 14px; }
  .fn-imgvid .translate-effect img,
  .fn-imgvid .translate-effect video {
    height: 248px; }
  .EditorBody {
    padding: 25px 15px 30px 15px; }
  .info-section .main-title {
    font-size: 16px;
    line-height: 21px; }
  .contentBlog {
    padding: 20px 0 30px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px; }
    .contentBlog li,
    .contentBlog p {
      margin-bottom: 12px; }
  .Editordivider {
    margin: 30px 0; }
  .share-buttons {
    padding: 0 0 20px 0; }
    .share-buttons .permalink input {
      padding: 15px 50px 15px 15px; }
  .Auth-SectionBlog {
    padding: 35px 15px; }
    .Auth-SectionBlog .auth-550 .author-meta-info .author-image {
      width: 64px; }
      .Auth-SectionBlog .auth-550 .author-meta-info .author-image img {
        width: 64px;
        height: 64px; }
    .Auth-SectionBlog .auth-550 .author-meta-info .right-info {
      max-width: 150px;
      width: 100%; }
      .Auth-SectionBlog .auth-550 .author-meta-info .right-info .author-name {
        font-size: 18px;
        margin: 10px 0 3px; }
  .comment-reply-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }
  .more-half {
    padding: 0px 0 0 0;
    margin-bottom: 30px; }
    .more-half .list-post-side {
      grid-template-columns: 1fr;
      grid-gap: 20px; }
      .more-half .list-post-side .listFlex {
        min-height: 50px; }
        .more-half .list-post-side .listFlex .img-lnk {
          height: 50px; }
          .more-half .list-post-side .listFlex .img-lnk .fullimage {
            width: 50px;
            height: 50px; }
        .more-half .list-post-side .listFlex .img-fo {
          max-width: 260px; }
          .more-half .list-post-side .listFlex .img-fo .title-usmall {
            font-size: 15px;
            line-height: 18px; }
          .more-half .list-post-side .listFlex .img-fo time {
            margin-top: 2px;
            line-height: 12px; }
  .BlogNext-perv {
    padding: 30px 0; }
    .BlogNext-perv .gridsv-1 {
      display: flex;
      flex-direction: column-reverse; }
      .BlogNext-perv .gridsv-1 .ItemsNav {
        padding: 25px; }
        .BlogNext-perv .gridsv-1 .ItemsNav .full-link {
          align-items: center; }
          .BlogNext-perv .gridsv-1 .ItemsNav .full-link .info {
            max-width: 184px; }
            .BlogNext-perv .gridsv-1 .ItemsNav .full-link .info .title-usmall {
              font-size: 12px;
              line-height: 17.5px; }
  .cstwp-comment .comments-title {
    font-size: 24px;
    margin-bottom: 30px; }
  .cstwp-comment .comment-list .comment .comment-meta .comment-author img {
    width: 35px;
    height: 35px;
    margin-right: 5px; }
  .cstwp-comment .comment-list .comment .comment-meta .comment-author .fn {
    font-size: 14px;
    margin-right: 3px; }
  .cstwp-comment .comment-list .comment .comment-metadata a {
    font-size: 11px !important; }
  .cstwp-comment .comment-list .comment .comment-content {
    padding-left: 0px;
    font-size: 14px; }
  .cstwp-comment .comment-list .comment .reply {
    padding-left: 15px;
    font-size: 14px; }
  .cstwp-comment .comment-list .comment .children {
    padding-left: 15px;
    font-size: 14px; }
  .cstwp-comment .comment-body {
    padding: 15px 0; }
  .cstwp-comment .logged-in-as {
    font-size: 14px;
    margin-bottom: 15px; }
  .cstwp-comment .comment-form-comment {
    flex-direction: column;
    gap: 10px; }
    .cstwp-comment .comment-form-comment textarea {
      max-width: 100%; }
  .cstwp-comment .form-submit .submit {
    padding: 12px 25px;
    font-size: 14px; }
  .AuthCommentDiv {
    padding: 35px 15px;
    font-size: 14px; }
  .comment-author {
    width: 70%; }
  .comment-metadata {
    width: 30%; }
  .tagSection .Grids4X {
    grid-template-columns: repeat(1, 1fr); }
  .tagSection .TagName {
    font-size: 18px; }
  .cstwp-comment .comment-form-url,
  .cstwp-comment .comment-form-email,
  .cstwp-comment .comment-form-author {
    flex-direction: column;
    gap: 10px; }
  .cstwp-comment .comment-form-url label,
  .cstwp-comment .comment-form-email label,
  .cstwp-comment .comment-form-author label {
    max-width: 100%; }
  .cstwp-comment .comment-form-cookies-consent {
    font-size: 14px; } }
