@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Oswald:wght@300;400;500;600;700&family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bakbak+One&amp;family=Chakra+Petch:wght@500;600;700&amp;family=Inter:wght@200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Italic.eot");
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("../fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Italic.woff2") format("woff2"),
    url("../fonts/Poppins-Italic.woff") format("woff"),
    url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* -- For screens 1264px to 1903px */
/* -- For screens 960px to 1263px */
/* -- For screens 600px to 959px */
/* -- For For screens 0 to 600px */
/* -- For For screens 0 to 360 */
@import "vendor/nice-select.css";

:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #121212;
  --theme-color1: #bbb4b4;
  --theme-color2: #9c643e;
  --theme-color3: #fb5c71;
  --theme-color4: #e9232f;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --text-color: #bbb4b4;
  --headings-color: var(--theme-color-dark);
  --link-color: var(--theme-color-dark);
  --link-hover-color: var(--theme-color-dark);
  --gradient-1: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.3),
    var(--theme-color2)
  );
  --gradient-2: linear-gradient(
    to left,
    var(--theme-color1),
    var(--theme-color2)
  );
  --text-font: "DM Sans", sans-serif;
  --title-font: "Prata", sans-serif;
  --title-font-two: "Oswald", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 100px;
  --h2-font-size: 60px;
  --h3-font-size: 36px;
  --h4-font-size: 26px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--theme-color-dark);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #ffffff17;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1310px;
  --container-pt: 120px;
  --container-pb: 120px;
}

.scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrollbar-thumb {
  background-color: #00b0cd;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}
.scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body {
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /*  font-family: "Inter", sans-serif; */
  font-family: "Poppins", sans-serif;
  color: #000;
}

h1,
.aw-h1 {
  font-size: 75px;
}
h2,
.aw-h2 {
  font-size: 45px;
}
@media (max-width: 991px) {
  h2,
  .aw-h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2,
  .aw-h2 {
    font-size: 28px;
  }
}

h3,
.aw-h3 {
  font-size: 24px;
}
h4,
.aw-h4 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.aw-h1,
.aw-h2,
.aw-h3,
.aw-h4,
.aw-h5,
.aw-h6 {
  font-family: "Poppins", sans-serif;
  /*   font-family: "Prata", sans-serif;
   font-family: "Oswald", sans-serif; */

  color: #292828;
  margin-bottom: 0;
  /* font-weight: 800; */
}

b,
strong {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: #00415d;
}

p {
  font-size: 16px;
  color: #292828;
  line-height: 26px;
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #000;
  /* Firefox */
}

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

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

label {
  font-size: 15px;
  padding-bottom: 0;
  display: block;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.9);
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid #101010;
}

h5 span,
.aw-h5 span {
  font-size: 15px;
  padding-left: 30px;
  font-weight: 400;
}

ul li,
ol li {
  font-size: 16px;
  line-height: 24px;
}

/* -- Base css
-------------------------------------------- -- */
a,
img,
i {
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #030d1a;
}
a:hover {
  text-decoration: none;
  color: #ff512f;
}

h4 a:hover,
a.text-white:hover {
  color: #ff512f !important;
}

hr {
  border-top: 1px solid #515151;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  margin: 0 !important;
}
.btn,
button {
  transition: 0.5s;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

dl,
ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
}
.breadcrumb li {
  font-weight: 500;
}

::-moz-selection {
  background: #323da5;
  color: #fff;
  text-shadow: none;
}

.theme--light.v-btn.v-btn--icon {
  color: #767695;
}

::selection {
  background: #323da5;
  color: #fff;
  text-shadow: none;
}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

.dropdown-menu li {
  font-size: 14px;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

/* -- Print Media query
---------------------------------------- -- */
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* -- Print styles- Inlined to avoid the additional HTTP request:
----------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* -- Don't show links that are fragment identifiers -- */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  /* -- Printing Tables -- */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pt-13 {
  padding-top: 65px !important;
}

.pt-14 {
  padding-top: 70px !important;
}

.pt-15 {
  padding-top: 75px !important;
}

.pt-16 {
  padding-top: 80px !important;
}

.pt-17 {
  padding-top: 85px !important;
}

.pt-18 {
  padding-top: 90px !important;
}

.pt-19 {
  padding-top: 95px !important;
}

.pt-20 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.pb-13 {
  padding-bottom: 65px !important;
}

.pb-14 {
  padding-bottom: 70px !important;
}

.pb-15 {
  padding-bottom: 75px !important;
}

.pb-16 {
  padding-bottom: 80px !important;
}

.pb-17 {
  padding-bottom: 85px !important;
}

.pb-18 {
  padding-bottom: 90px !important;
}

.pb-19 {
  padding-bottom: 95px !important;
}

.pb-20 {
  padding-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-11 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-12 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-13 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-14 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-15 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-16 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-17 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-18 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-19 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-20 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pl-13 {
  padding-left: 65px !important;
}

.pl-14 {
  padding-left: 70px !important;
}

.pl-15 {
  padding-left: 75px !important;
}

.pl-16 {
  padding-left: 80px !important;
}

.pl-17 {
  padding-left: 85px !important;
}

.pl-18 {
  padding-left: 90px !important;
}

.pl-19 {
  padding-left: 95px !important;
}

.pl-20 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pr-13 {
  padding-right: 65px !important;
}

.pr-14 {
  padding-right: 70px !important;
}

.pr-15 {
  padding-right: 75px !important;
}

.pr-16 {
  padding-right: 80px !important;
}

.pr-17 {
  padding-right: 85px !important;
}

.pr-18 {
  padding-right: 90px !important;
}

.pr-19 {
  padding-right: 95px !important;
}

.pr-20 {
  padding-right: 100px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-7 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-8 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-9 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-10 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-11 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-12 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-13 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-14 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-15 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px-16 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-17 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px-18 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.px-19 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.px-20 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pa-0 {
  padding: 0 !important;
}

.pa-1 {
  padding: 5px !important;
}

.pa-2 {
  padding: 10px !important;
}

.pa-3 {
  padding: 15px !important;
}

.pa-4 {
  padding: 20px !important;
}

.pa-5 {
  padding: 25px !important;
}

.pa-6 {
  padding: 30px !important;
}

.pa-7 {
  padding: 35px !important;
}

.pa-8 {
  padding: 40px !important;
}

.pa-9 {
  padding: 45px !important;
}

.pa-10 {
  padding: 50px !important;
}

.pa-11 {
  padding: 55px !important;
}

.pa-12 {
  padding: 60px !important;
}

.pa-13 {
  padding: 65px !important;
}

.pa-14 {
  padding: 70px !important;
}

.pa-15 {
  padding: 75px !important;
}

.pa-16 {
  padding: 80px !important;
}

.pa-17 {
  padding: 85px !important;
}

.pa-18 {
  padding: 90px !important;
}

.pa-19 {
  padding: 95px !important;
}

.pa-20 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.mt-21 {
  margin-top: 110px !important;
}

.mt-22 {
  margin-top: 120px !important;
}

.mt-23 {
  margin-top: 130px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-11 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-12 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-13 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-14 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-15 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-16 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-17 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-18 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-19 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-20 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-7 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-8 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-9 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-10 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-11 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx-12 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-13 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mx-14 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-15 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mx-16 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-17 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mx-18 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx-19 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mx-20 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.ma-0 {
  margin: 0 !important;
}

.ma-1 {
  margin: 5px !important;
}

.ma-2 {
  margin: 10px !important;
}

.ma-3 {
  margin: 15px !important;
}

.ma-4 {
  margin: 20px !important;
}

.ma-5 {
  margin: 25px !important;
}

.ma-6 {
  margin: 30px !important;
}

.ma-7 {
  margin: 35px !important;
}

.ma-8 {
  margin: 40px !important;
}

.ma-9 {
  margin: 45px !important;
}

.ma-10 {
  margin: 50px !important;
}

.ma-11 {
  margin: 55px !important;
}

.ma-12 {
  margin: 60px !important;
}

.ma-13 {
  margin: 65px !important;
}

.ma-14 {
  margin: 70px !important;
}

.ma-15 {
  margin: 75px !important;
}

.ma-16 {
  margin: 80px !important;
}

.ma-17 {
  margin: 85px !important;
}

.ma-18 {
  margin: 90px !important;
}

.ma-19 {
  margin: 95px !important;
}

.ma-20 {
  margin: 100px !important;
}

.p-t-8 {
  padding-top: 8px;
}
.mt-mn-94 {
  margin-top: -94px !important;
}
.mt-mn-100 {
  margin-top: -100px !important;
}
.mt-mn-120 {
  margin-top: -120px !important;
}

.section-bg-separation {
  background: #202027;
}

.section-bg-separation-2 {
  background: #000;
}

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

.d-flex-start {
  display: flex;
  align-items: flex-start;
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.medium {
  font-size: 16px;
  line-height: 24px;
}

.bg-overlay {
  position: relative;
}
.bg-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.ptb-120 {
  padding: 120px 0;
}
.ptb-50 {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.color-primary {
  color: #ff512f;
}

.fw-500 {
  font-weight: 500 !important;
}

.section-bg-separation-3 {
  background: #161726;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 15px;
  border-radius: 8px;
  border: 2px solid #656565;
  transition: 0.3s;
  color: #000;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #ff512f;
}

.form-check-input:checked {
  background-color: #ff512f;
  border-color: #ff512f;
}

.form-check-input {
  margin-top: 0.2em;
}
.form-check-input:focus {
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #65676b;
  background: transparent;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.modal-dialog {
  max-width: 450px;
}

.nice-select {
  background-color: #20202d;
  border: solid 2px #656565;
  font-size: 16px;
  color: #dedede;
  height: 47px;
  line-height: 45px;
  padding-right: 45px;
  font-weight: 600;
}
.nice-select.open {
  color: #fff;
}
.nice-select .current {
  font-size: 15px;
  font-weight: 300;
}

.nice-select:after {
  border-bottom: 2px solid #efefef;
  border-right: 2px solid #efefef;
  height: 7px;
  width: 7px;
  right: 15px;
}

.nice-select .list {
  background: #111;
  width: 100%;
}
.nice-select .list li {
  font-size: 14px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #323232;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.nice-select:hover {
  border-color: #ff512f;
}

.nice-select .option.selected {
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
}

.form-check-input:checked[type="checkbox"] {
  border-color: #ff512f;
}

.btn {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  min-height: 50px;
  /* font-weight: 600; */
}
@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    padding: 7px 35px;
    height: 42px;
    min-height: 42px;
  }
}
@media (max-width: 360px) {
  .btn {
    padding: 7px 25px;
  }
}
.btn span {
  display: inline-flex;
  z-index: 1;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.btn:focus {
  box-shadow: none;
}
.btn i {
  padding-right: 8px;
}
.btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-medium {
  font-size: 15px;
  padding: 8px 30px;
  height: 46px;
  min-height: 46px;
}
@media (max-width: 575px) {
  .btn-medium {
    font-size: 14px;
  }
}

.btn-small {
  font-size: 14px;
  padding: 6px 25px;
  height: 40px;
  min-height: 40px;
}
@media (max-width: 360px) {
  .btn-small {
    font-size: 15px;
    height: 36px;
    min-height: 36px;
  }
}

.btn-outline,
.btn-black {
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-outline::before,
.btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.3deg, #dd2476 0%, #ff512f 100%);
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
  border-radius: inherit;
}
.btn-outline:hover,
.btn-black:hover {
  border-color: #dd2476;
  background: #ff512f;
}
.btn-outline:hover::before,
.btn-black:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.btn-outline i,
.btn-black i {
  transition: 0.1s;
}
.btn-outline.no-hover::before,
.no-hover.btn-black::before {
  display: none;
}
.btn-outline.btn-medium,
.btn-medium.btn-black {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-outline-1 {
  border: 2px solid rgba(255, 255, 255, 0.13);
  padding: 8px 16px;
  color: #718096 !important;
}

.btn-gradient {
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
}
.btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.3deg, #dd2476 0%, #ff512f 100%);
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
  border-radius: inherit;
}
.btn-gradient:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

.btn-prime {
  background: #ff512f;
}

.btn-black {
  background: transparent;
}
.btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.3deg, #dd2476 0%, #ff512f 100%);
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
  border-radius: inherit;
}
.btn-black:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

.btn-play {
  padding: 0;
}
.btn-play:hover {
  color: #ff512f;
}
.btn-play span {
  text-decoration: underline;
}
.btn-play i {
  font-size: 40px;
  color: #ff512f;
}
@media (max-width: 575px) {
  .btn-play i {
    font-size: 35px;
  }
}

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #0d0d12;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rn-progress-parent::after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ff512f;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
  color: #ff512f;
}

.rn-progress-parent::before {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent:hover::before {
  opacity: 1;
}

.rn-progress-parent svg path {
  fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
  stroke: #ff512f;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* -- Chrome hacks -- */
/* -- Firefox hacks -- */
@-moz-document url-prefix() {
}
/* -- IE hacks -- */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #20202d;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}

.ctn-preloader .animation-preloader .icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ctn-preloader .animation-preloader .icon img {
  width: 100%;
  border-radius: 50%;
}

.ctn-preloader .animation-preloader .icon span {
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ctn-preloader .animation-preloader .icon span:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 0;
  box-shadow: 0 0 10px #dd2476;
  border-radius: 50%;
  background: -webkit-linear-gradient(#ff512f, #dd2476);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  display: inline-block !important;
  position: static;
  z-index: 2;
  margin-top: 20px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent !important;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.slick-dots li.slick-active button {
  background: #ff512f !important;
  border-color: #ff512f;
}

.slick-gutter-15 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.slick-gutter-15.slick-gutter-10 .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one {
  background: #fff;
  /* border: 1px solid #e6e6e6; */
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: #32345b24;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 30px;
}

.slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one img {
  width: 100%;
  border-radius: 30px;
  height: 200px;
  object-fit: cover;
}
.slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one .newsArea h3 {
  font-size: 15px;
  /* font-weight: 700; */
  line-height: 23px;
}

.slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one .newsArea h3 a {
  color: #fc7930;
}

.slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one .newsArea p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  margin-top: 5px;
}

.slick-activation-01.slick-gutter-15 .slick-list {
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0 !important;
}

button.slide-arrow {
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.5) 0.29%,
    rgba(255, 255, 255, 0.1) 99.71%,
    rgba(0, 0, 0, 0.5) 99.71%
  );
  backdrop-filter: blur(40px);
  border: none;
  transform: translateY(-50%) scale(1);
  top: 50%;
}
button.slide-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
  transition: 0.5s;
  z-index: -1;
  opacity: 1;
  border-radius: inherit;
}
button.slide-arrow:hover::before {
  transition: 0.5s;
  opacity: 1;
}
button.slide-arrow:hover i {
  z-index: 1;
}

.registerBox {
}
.registerBox h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.registerBox p {
  font-size: 20px;
  font-weight: 500;
}
.registerBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.registerBox ul li {
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.registerBox ul li:after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  content: "";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  button.slide-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.slide-arrow {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  button.slide-arrow {
    opacity: 1;
  }
}
button.slide-arrow i {
  font-size: 22px;
  color: #fff;
}

button.slide-arrow.slide-arrow {
  top: -85px !important;
  opacity: 1;
  border-radius: 50%;
}

button.slide-arrow.prev-arrow {
  right: 65px !important;
}

button.slide-arrow.next-arrow {
  right: 0 !important;
  /* transform: rotate(180deg); */
}

button.slide-arrow:hover.slide-arrow i {
  color: #fff !important;
}

.slick-dots li button:before {
  font-size: 0;
}

.slick-arrow-top button.slide-arrow.prev-arrow {
  right: 19% !important;
}
@media (max-width: 1499px) {
  .slick-arrow-top button.slide-arrow.prev-arrow {
    right: 14% !important;
  }
}
@media (max-width: 1199px) {
  .slick-arrow-top button.slide-arrow.prev-arrow {
    right: 9% !important;
  }
}
.slick-arrow-top button.slide-arrow.next-arrow {
  right: 15.7% !important;
}
@media (max-width: 1919px) {
  .slick-arrow-top button.slide-arrow.next-arrow {
    right: 14.7% !important;
  }
}
@media (max-width: 1499px) {
  .slick-arrow-top button.slide-arrow.next-arrow {
    right: 9% !important;
  }
}

.slick-arrow-between {
  position: relative;
}

.slick-arrow-between button.slide-arrow.prev-arrow {
  top: 50% !important;
  left: -20px !important;
}

.slick-arrow-between button.slide-arrow.next-arrow {
  top: 50% !important;
  right: -20px !important;
}

.slick-arrow-none button.slide-arrow {
  display: none !important;
}

.rotate-360 {
  animation: loading 20s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  animation: jumpTwo 8s linear infinite;
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.section-title {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title .subtitle {
  color: #ff512f;
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.theme-switcher-label {
  cursor: pointer;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .theme-switcher-label {
    width: 35px;
    height: 35px;
  }
}
.theme-switcher-label .switch-handle {
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.theme-switcher-label .switch-handle i {
  position: absolute;
  font-size: 22px;
  transition: 0.3s;
}
.theme-switcher-label .theme-switcher {
  display: none;
}
.theme-switcher-label .light-text {
  color: #fff;
}
.theme-switcher-label .dark-text {
  color: #000;
}
.theme-switcher-label.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-switcher-label.active .light-text {
  visibility: hidden;
  opacity: 0;
}
.theme-switcher-label.active .dark-text {
  visibility: visible;
  opacity: 1;
}
.theme-switcher-label .dark-text {
  visibility: hidden;
  opacity: 0;
}

.mainmenu-nav .mainmenu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .mainmenu-nav .mainmenu {
    margin: 0;
  }
}

.mainmenu-nav .mainmenu li {
  position: relative;
  margin: 0 10px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .mainmenu-nav .mainmenu li {
    margin: 0 7px;
  }
}

.mainmenu-nav .mainmenu li a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  padding: 28px 12px;
  font-size: 18px;
  display: block;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .mainmenu-nav .mainmenu li a {
    font-size: 15px;
  }
}
.mainmenu-nav .mainmenu li a.active {
  color: #ff512f;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mainmenu-nav .mainmenu li a {
    padding: 28px 6px;
  }
}
.mainmenu-nav .mainmenu li .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  background-color: #111;
  border-radius: 10px;
  border: 1px solid #333;
}
.mainmenu-nav .mainmenu li .submenu::after {
  content: "";
  position: absolute;
  left: 15px;
  top: -8px;
  width: 15px;
  height: 15px;
  background: #111;
  transform: rotate(45deg);
  z-index: -1;
}

.mainmenu-nav .mainmenu li .submenu li {
  margin: 0;
}
.mainmenu-nav .mainmenu li .submenu li a {
  font-weight: 600;
  padding: 6px 14px;
  font-size: 15px;
  color: #dadada;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.mainmenu-nav .mainmenu li .submenu li a.active {
  color: #ff512f;
}

.mainmenu-nav .mainmenu li .submenu li a svg,
.mainmenu-nav .mainmenu li .submenu li a i {
  stroke-width: 2px;
  width: 22px;
  height: auto;
  background: transparent;
  padding: 2px;
  border-radius: 2px;
  transition: 0.3s;
  width: 22px;
  left: -10px;
  position: relative;
  opacity: 0;
  margin: 0 -3px;
}

.mainmenu-nav .mainmenu li .submenu li a:hover {
  color: #ff512f;
  margin-left: 5px;
}

.mainmenu-nav .mainmenu li .submenu li a:hover svg,
.mainmenu-nav .mainmenu li .submenu li a:hover i {
  opacity: 1;
  left: 0;
}

.mainmenu-nav .mainmenu li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.has-dropdown > a {
  position: relative;
}

.has-dropdown > a::after {
  content: "\ea4e";
  position: absolute;
  top: 50%;
  font-family: "remixicon" !important;
  right: -12px;
  font-size: 22px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .has-dropdown > a::after {
    right: -11px;
  }
}
.rn-header.header--fixed.position-absolute {
  background: rgba(0, 0, 0, 0.2588235294);
  backdrop-filter: blur(1px);
}

.rn-header.header--fixed.position-absolute
  .mainmenu-nav
  .mainmenu
  li.nav-item
  .submenu {
  background: rgba(0, 0, 0, 0.2588235294) !important;
}

.rn-header.header--fixed.position-absolute
  .mainmenu-nav
  .mainmenu
  li.nav-item
  .submenu
  li
  a {
  color: #c7c7cf;
}

.rn-header.header--fixed.position-absolute
  .mainmenu-nav
  .mainmenu
  li.nav-item
  .submenu
  li
  a
  svg,
.rn-header.header--fixed.position-absolute
  .mainmenu-nav
  .mainmenu
  li.nav-item
  .submenu
  li
  a
  i {
  color: #c7c7cf;
}

.rn-header.header--fixed.sticky {
  background: transparent;
  backdrop-filter: blur(15px);
}

span.rn-badge-card {
  margin-left: 7px;
  padding: 1px 7px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

span.rn-badge-card::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
      95deg,
      #000000 15%,
      #0074b9 45%,
      #0400ff 75%,
      #2a1b95
    )
    95%/200% 100%;
  z-index: -1;
  border-radius: 100px;
  opacity: 0.5;
}

.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: #212e48;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}

.popup-mobile-menu .inner .header-top {
  display: flex;
  border-bottom: 1px solid #444;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
  max-height: 36px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
  border: 1px solid #dd2476;
  color: #fff;
  width: 38px;
  height: 38px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
}

.popup-mobile-menu .mainmenu li {
  margin: 0;
}

.popup-mobile-menu .mainmenu li a {
  padding: 10px 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ddd;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.popup-mobile-menu .mainmenu li a svg {
  width: 19px;
  height: auto;
}

.popup-mobile-menu .mainmenu li a.active {
  color: #ff512f !important;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
  font-size: 16px;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
  font-size: 16px;
  padding: 7px 0;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
  color: #ff512f !important;
}

.popup-mobile-menu .mainmenu .rn-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}

.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup-mobile-menu .mainmenu .single-mega-item {
    width: 100%;
  }
}
.popup-mobile-menu
  .mainmenu
  .single-mega-item:last-child
  .mega-menu-item
  li:last-child {
  border-bottom-color: transparent;
}

.popup-mobile-menu .has-dropdown > a::after {
  right: 0;
}

.hamberger-button {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 24px;
}

.mainmenu-nav .mainmenu li.has-menu-child-item > a {
  padding-right: 12px;
}

.dropdown-menu {
  border-radius: 10px;
}
@media (max-width: 575px) {
  .dropdown-menu {
    inset: 0px 0px auto auto !important;
    margin: 0px !important;
    transform: translate3d(-35px, 0px, 0px) !important;
  }
}

@media (min-width: 1920px) {
  .fluid-header {
    padding: 15px 172px;
  }
}
@media (max-width: 1919px) {
  .fluid-header {
    padding: 15px 118px;
  }
}
@media (max-width: 1499px) {
  .fluid-header {
    padding: 20px 15px;
  }
}

.header-fixed {
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}
header .header-right .headerNav {
  margin-bottom: 0;
  visibility: hidden;
}
header .header-right .headerNav li {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
}
header .header-right .headerNav li a:hover,
header .header-right .headerNav li.active a {
  color: #fc8333;
}
header.header-fixed.sticky .header-right .headerNav {
  visibility: visible;
}
.header-fixed.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
}
.header-fixed.sticky .logo-wrapper img {
  height: 40px;
}
.header-right-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header-right-inner .btn-gradient i {
  color: #fff;
}
.header-right-inner .avatar-info > a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
}
.header-right-inner .avatar-info > a img {
  width: 100%;
}
@media (max-width: 575px) {
  .header-right-inner .avatar-info > a {
    width: 35px;
    height: 35px;
  }
}
.header-right-inner > li {
  position: relative;
  margin-right: 15px;
  display: flex;
}
@media (max-width: 575px) {
  .header-right-inner > li {
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .header-right-inner > li {
    margin-right: 5px;
  }
}
.header-right-inner > li .list-group.submenu {
  width: 320px;
  padding: 0;
}
.header-right-inner > li .list-group.submenu .list-group-item {
  position: relative;
  display: block;
  padding: 20px 24px;
  color: #fff;
  text-decoration: none;
  background-color: #09080d;
}
.header-right-inner > li .list-group.submenu .list-group-item.active,
.header-right-inner > li .list-group.submenu .list-group-item:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.header-right-inner > li .list-group.submenu .list-group-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
.header-right-inner > li .list-group.submenu .list-group-item h5 {
  font-size: 16px;
}
.header-right-inner > li .list-group.submenu .list-group-item p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.header-right-inner > li .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 90%;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}.header-right-inner > li .submenu li a {
  font-weight: 500;
  padding: 8px 14px;
  font-size: 15px;
  color: #6c6c6c;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.header-right-inner > li .submenu li a.active, .header-right-inner > li .submenu li a:hover {
color: #ff512f;
}
.header-right-inner > li .submenu li a:hover {
padding-left: 5px;
}
.header-right-inner > li .submenu li a i {
padding-right: 8px;
}
.header-right-inner > li:last-child {
margin-right: 0;
}
.header-right-inner > li:hover .submenu {
opacity: 1;
visibility: visible;
top: 100%;
}
@media (max-width: 575px) {
  .header-right-inner .wallet-button span {
    font-size: 0;
  }
  .header-right-inner .wallet-button .btn {
    padding: 0;
    width: 35px;
    height: 35px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .header-right-inner .wallet-button .btn i {
    padding: 0;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .header-right-inner .wallet-button .btn {
    width: 35px;
    height: 35px;
  }
}

.new {
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
}

.notification-bar > a {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.notification-bar > a .ni-badge {
  font-size: 14px;
  font-weight: 500;
  background: #ff512f;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 3;
  min-width: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.notification-bar > a i {
  font-size: 20px;
}

.search-bar {
  border: 2px solid #c1c1c1;
  border-radius: 10px;
  position: relative;
  max-width: 260px;
}
.search-bar input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  height: 42px;
  padding-left: 55px;
  font-weight: 500;
  color: #fff;
}
.search-bar .search-btn {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  color: #efefef;
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.search-bar:hover i {
  background: transparent;
}

@media (max-width: 991px) {
  .large-mobile-blog-search {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    margin-bottom: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .large-mobile-blog-search.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .large-mobile-blog-search {
    right: auto;
    left: -122px;
    top: 45px;
  }
}
@media (max-width: 360px) {
  .large-mobile-blog-search {
    width: 290px;
  }
}
.large-mobile-blog-search input {
  background: #000;
}

.search-mobile-icon button {
  background: transparent;
  color: #fff;
  font-size: 22px;
  border: none;
  cursor: pointer;
}

.wallet-button .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.logo-dark {
  display: none;
}

.bg-1 {
  background-image: url(../images/bg/bg-1.jpg);
}

.bg-2 {
  background-image: url(../images/bg/bg-3.jpg);
}

.bg-3 {
  background-image: url(../images/bg/bg-3.jpg);
}

.bg-4 {
  background-image: url(../images/bg/bg-4.jpg);
}

.bg-5 {
  background-image: url(../images/bg/bg-5.jpg);
}

.bg-6 {
  background-image: url(../images/bg/bg-6.png);
}

.bg-7 {
  background-image: url(../images/bg/bg-7.jpg);
}

.wrapper {
  overflow: hidden;
  background: #f6f6f6;
}
.bg-8,
.bg-9,
.bg-10,
.bg-11,
.bg-12 {
  position: relative;
}

.shape1 {
  content: "";
  position: absolute;
  width: 1300px;
  height: 1300px;
  top: -70%;
  left: -60%;
  z-index: -1;
  background: radial-gradient(
    34.98% 34.98% at 50% 50%,
    #725bda 0%,
    rgba(6, 19, 45, 0) 100%
  );
  opacity: 0.5;
}

.bg-8 .shape1 {
  top: -60%;
  left: -30%;
}

.shape1.right {
  left: auto;
  right: -60%;
}

.bg-8 .shape1.right {
  left: auto;
  top: -85%;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-banner-style .banner-content {
  position: relative;
  z-index: 1;
}
.hero-banner-style .banner-content .title {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.hero-banner-style .banner-content .title span {
  color: #14141f;
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
}
@media (max-width: 1499px) {
  .hero-banner-style .banner-content .title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-style .banner-content .title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-banner-style .banner-content .title {
    font-size: 35px;
    margin-bottom: 20px !important;
  }
}
.hero-banner-style .banner-content p {
  font-size: 19px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .hero-banner-style .banner-content p {
    font-size: 16px;
  }
}
.hero-banner-style .hero-banner_inner {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 50px;
}
@media (max-width: 1499px) {
  .hero-banner-style .hero-banner_inner {
    padding: 90px 0 40px;
    min-height: auto;
  }

  .hero-banner-style.hero-banner-style-6 .hero-banner_inner {
    padding: 180px 0 170px;
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .hero-banner-style .hero-banner_inner {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .hero-banner-style .hero-banner_inner {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .hero-banner-style .col-xxl-8 {
    order: 2;
  }
}
@media (max-width: 991px) {
  .hero-banner-style .col-xxl-4 {
    order: 1;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .hero-banner-style {
    overflow-x: hidden;
  }
}
.hero-banner-style.hero-banner-style-one .banner-content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.group-btn {
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 575px) {
  .group-btn {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.group-btn a {
  margin: 0 7px;
}
@media (max-width: 575px) {
  .group-btn a {
    margin: 0 5px;
  }
}
@media (max-width: 575px) {
  .group-btn.mt-8 {
    margin-top: 30px !important;
  }
}

.shape {
  position: absolute;
}
@media (max-width: 575px) {
  .shape {
    display: none;
  }
}

.shape-2 {
  right: 22%;
  bottom: 5%;
}

.shape-3 {
  top: -28%;
  left: 33%;
}

.slider-wrapper {
  position: relative;
}

@media (max-width: 1919px) {
  .top-section-gap {
    padding-top: 30px;
  }
}

.hero-banner-style-2 .banner-content {
  z-index: 1;
}
.hero-banner-style-2 .banner-content .shape-4 {
  top: 88px;
  left: -21px;
  max-width: 185px;
  z-index: -1;
}
.hero-banner-style-2 .banner-content .title {
  font-weight: 500;
}
@media (max-width: 1199px) {
  .hero-banner-style-2 .banner-content .title br,
  .hero-banner-style-2 .banner-content .title .shape {
    display: none;
  }
}
.hero-banner-style-2 .shape-7 {
  top: 100px;
  right: 0;
}
.hero-banner-style-2 .thumb-wrapper {
  position: relative;
}
.hero-banner-style-2 .thumb-wrapper .large {
  border-radius: 185px;
}
.hero-banner-style-2 .thumb-wrapper .shape-5 {
  bottom: 0;
  left: 0;
}
.hero-banner-style-2 .thumb-wrapper .shape-6 {
  top: 0;
  right: 0;
}

.hero-banner-style.hero-banner-style-6 .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.hero-banner-style.hero-banner-style-6 .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 13%;
}
@media (max-width: 991px) {
  .hero-banner-style.hero-banner-style-6 .banner-content p {
    padding: 0;
  }
}
.hero-banner-style.hero-banner-style-6 .banner-content .color_primary {
  background: -webkit-linear-gradient(#ff512f, #dd2476);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}
.hero-banner-style.hero-banner-style-3 .title {
  font-weight: 600;
}
.hero-banner-style.hero-banner-style-5 .title,
.hero-banner-style.hero-banner-style-6 .title {
  line-height: 85px;
}
@media (max-width: 1919px) {
  .hero-banner-style.hero-banner-style-5 .title,
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-style.hero-banner-style-5 .title,
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 55px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .hero-banner-style.hero-banner-style-5 .title,
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero-banner-style.hero-banner-style-5 .hero-banner_inner,
  .hero-banner-style.hero-banner-style-6 .hero-banner_inner {
    padding-top: 25px;
  }
}
.hero-banner-style.hero-banner-style-5 .banner-content p,
.hero-banner-style.hero-banner-style-6 .banner-content p {
  padding: 0;
}
.hero-banner-style.hero-banner-style-5 .sub-title,
.hero-banner-style.hero-banner-style-6 .sub-title {
  font-size: 60px;
  font-weight: 200;
  display: inline-block;
}
.hero-banner-style.hero-banner-style-6 .title {
  line-height: 90px;
}
@media (max-width: 1919px) {
  .hero-banner-style.hero-banner-style-6 .title {
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 55px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 35px;
    line-height: 1.3;
  }
}
.hero-banner-style.hero-banner-style-6 .sub-title {
  font-size: 45px;
}

.hero-banner-style-4 {
  padding: 0 8%;
}
@media (max-width: 1199px) {
  .hero-banner-style-4 {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .hero-banner-style-4 {
    padding: 0;
  }
}
.hero-banner-style-4 .slick-list {
  padding-top: 60px;
}
.hero-banner-style-4 .slick-current {
  transition: transform 0.3s !important;
}
.hero-banner-style-4 .banner-content {
  padding-right: 20px;
}
@media (max-width: 1919px) {
  .hero-banner-style-4 .banner-content .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-banner-style-4 .banner-content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero-banner-style-4 .banner-content {
    padding-right: 0;
  }
}
.hero-banner-style-4 .banner-content .color_primary {
  background: -webkit-linear-gradient(#ff512f, #dd2476);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}
@media (max-width: 1919px) {
  .hero-banner-style-4 {
    padding-top: 30px;
  }
  .hero-banner-style-4 .slick-list {
    padding-top: 0;
  }
  .hero-banner-style-4 .slick-current.slick-active + .slick-active {
    margin-top: 0 !important;
  }
  .hero-banner-style-4 .col-xl-7,
  .hero-banner-style-4 .col-xl-5 {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-style-4 .col-xl-7 {
    width: 60%;
  }
  .hero-banner-style-4 .col-xl-5 {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-style-4 .col-xl-7,
  .hero-banner-style-4 .col-xl-5 {
    width: 100%;
  }
  .hero-banner-style-4 .counter-wrapper-style-two {
    margin-left: -20px;
    margin-right: -20px;
  }
  .hero-banner-style-4 .counter-wrapper-style-two .counter-style-1 {
    padding: 0 20px;
  }
  .hero-banner-style-4 .counter-style-1 .number {
    font-size: 28px;
  }
  .hero-banner-style-4 .counter-style-1 .counter-title {
    font-size: 16px;
  }
}

.hero-banner-style-4 .slick-current.slick-active + .slick-active {
  transform: translateY(-60px) !important;
}

.hero-banner-style-6 .top-0 {
  top: -60px !important;
  z-index: -1;
}
.hero-banner-style-6 .left-0 {
  left: -35px;
}
@media (max-width: 767px) {
  .hero-banner-style-6.top-section-gap {
    padding-top: 105px;
  }
}

.hero-banner-style-2.hero-banner-style
  .banner-content
  .title
  span.color_primary {
  background: -webkit-linear-gradient(#ff512f, #dd2476);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

.trendy-banner .hero-banner_inner {
  padding: 150px 0;
}
@media (max-width: 1700px) {
  .trendy-banner .hero-banner_inner {
    min-height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .trendy-banner .hero-banner_inner {
    padding: 50px 0 65px;
  }
}

.thumb-wrapper {
  position: relative;
}
.thumb-wrapper .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.thumb-wrapper .thumb .title {
  font-size: 16px;
  line-height: 24px;
}
.thumb-wrapper .thumb .title a {
  color: #fff;
}
.thumb-wrapper .thumb .title a:hover {
  color: #ff512f;
}
.thumb-wrapper .thumb .btn {
  position: relative;
  left: 20px;
  pointer-events: none;
}
.thumb-wrapper .over-content {
  position: absolute;
  left: 50%;
  bottom: 10px;
  background: #000;
  transform: translateX(-50%);
  width: 350px;
  border-radius: 12px;
  padding: 5px 0 5px 20px;
}
@media (max-width: 991px) {
  .thumb-wrapper .over-content {
    width: 260px;
  }
}
.thumb-wrapper .countdown {
  transform: none !important;
}
.thumb-wrapper .reaction-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
}
.thumb-wrapper:hover img {
  transform: scale(1.2);
  opacity: 0.85;
}

.reaction-btn {
  border: none;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: #343444;
  border-radius: 6px;
  padding: 5px 6px;
  min-width: 45px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reaction-btn i {
  color: #ff512f;
  font-size: 20px;
  padding-right: 5px;
}
.reaction-btn.left {
  right: auto;
  left: 15px;
}

.more-dropdown {
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
  text-align: right;
  position: relative;
  left: 5px;
  font-size: 20px;
}
.more-dropdown i {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
}
.more-dropdown i:hover {
  color: #fff;
}

.countdown {
  width: 190px;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  bottom: 12px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 2;
}
.countdown.btn:hover {
  transform: translateY(0);
  transform: translate(-50%);
}
.countdown .countdown-value {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.countdown .countdown-heading {
  padding: 0 10px;
}
.countdown .seconds .countdown-heading {
  padding: 0;
}
.countdown.btn-gradient {
  cursor: default;
}
.countdown.btn-gradient::before {
  display: none;
}

.explore-style-two {
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
  padding: 30px;
  border-radius: 35px;
  position: relative;
}
.explore-style-two .thumb img {
  border-radius: 30px;
  width: 100%;
}
.explore-style-two .slick-list {
  border-radius: 30px;
}
.explore-style-two .explore-content {
  background: #ffffff;
  padding: 17px;
  backdrop-filter: blur(25px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 301px;
  position: absolute;
  bottom: 60px;
  right: -35px;
  animation: jumpTwo 5.5s linear infinite;
}
@media (max-width: 1199px) {
  .explore-style-two .explore-content {
    right: 0;
  }
}
@media (max-width: 991px) {
  .explore-style-two .explore-content {
    right: auto;
    left: 50%;
    transform: translate(-50%);
    width: 95%;
    max-width: 420px;
    bottom: 20px;
    animation: none;
  }
}
@media (max-width: 575px) {
  .explore-style-two .explore-content {
    width: 83%;
    padding: 10px;
    bottom: 30px;
  }
}
@media (max-width: 360px) {
  .explore-style-two .explore-content {
    padding: 10px;
  }
  .explore-style-two .explore-content .btn {
    font-size: 12px;
  }
}
.explore-style-two .explore-content .btn {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 360px) {
  .explore-style-two .explore-content .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.explore-style-two .explore-content .price {
  padding-right: 28px;
}
.explore-style-two .explore-content .price span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #a1a1a1;
  display: inline-block;
}
.explore-style-two .explore-content .price h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #343444;
}

@media (max-width: 575px) {
  .explore-style-two {
    padding: 15px;
  }
}
@media (max-width: 360px) {
  .explore-style-two {
    padding: 10px;
  }
  .explore-style-two .explore-content {
    width: 85%;
    bottom: 22px;
  }
}

.sticker {
  font-size: 14px;
  background: #ff512f;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.explore-style-three {
  margin-left: -20px;
  margin-right: -20px;
}
.explore-style-three .thumb-wrapper,
.explore-style-three .counter-wrapper {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .explore-style-three {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .explore-style-three {
    flex-wrap: wrap;
  }
  .explore-style-three .shape {
    display: block;
    max-width: 100%;
  }
  .explore-style-three .shape.shape-6 {
    right: 20px;
  }
  .explore-style-three .shape.shape-5 {
    bottom: 10px;
    left: 22px;
  }
  .explore-style-three .counter-wrapper {
    display: flex;
  }
  .explore-style-three .counter-style-1 {
    margin: 15px;
  }
  .explore-style-three .counter-style-1 .counter-title {
    font-size: 20px;
  }
  .explore-style-three .counter-style-1 .count-kilo {
    font-size: 20px;
  }
  .explore-style-three .counter-style-1 .number {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .filter-style-one {
    flex-wrap: wrap;
    margin: -10px;
  }
}
.filter-style-one .filter-left-cate {
  flex: 0 0 50%;
  max-width: 50%;
  margin: -10px;
}
@media (max-width: 1199px) {
  .filter-style-one .filter-left-cate {
    flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 991px) {
  .filter-style-one .filter-left-cate {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}
.filter-style-one .filter-right-cate {
  flex: 0 0 35%;
  max-width: 35%;
  margin: -10px;
}
@media (max-width: 1199px) {
  .filter-style-one .filter-right-cate {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 991px) {
  .filter-style-one .filter-right-cate {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .filter-style-one .filter-right-cate {
    flex-wrap: wrap;
  }
}

.filter-left-cate .nice-select {
  width: 100%;
}
.filter-left-cate .filter-select-option {
  flex-basis: 33.333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .filter-left-cate .filter-select-option {
    flex-basis: 100%;
  }
}

.filter-right-cate .nice-select {
  width: 100%;
}
.filter-right-cate .filter-select-option {
  flex-basis: 50%;
  padding: 10px;
}
@media (max-width: 575px) {
  .filter-right-cate .filter-select-option {
    flex-basis: 100%;
  }
}

.slider-activation-banner-3 .slick-dots {
  position: absolute;
  bottom: -65px;
}

.explore-style-three .thumb-wrapper:hover img {
  transform: none;
}

.top-seller-style-one {
  background: #20202d;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .top-seller-style-one {
    padding: 20px 10px;
  }
}
.top-seller-style-one .thumb {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.3s;
}
.top-seller-style-one .thumb img {
  border-radius: 50%;
  width: 100%;
}
.top-seller-style-one .title {
  line-height: 1;
}
.top-seller-style-one .title a {
  color: #fff;
}
@media (max-width: 360px) {
  .top-seller-style-one .title {
    font-size: 14px;
    padding-bottom: 0 !important;
  }
}
.top-seller-style-one .price {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 27px;
}
.top-seller-style-one:hover .thumb {
  transform: scale(1.1);
}

@media (max-width: 575px) {
  .top-seller-activation-1.slick-gutter-15 .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .top-seller-activation-1.slick-gutter-15 .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
  }
}

/* .ri-check-line {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff512f;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
} */
.compareBtn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff512f;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.compareBtn i {
  font-size: 16px;
}

.seller-group-vertical .top-seller-style-one {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .seller-group-vertical .top-seller-style-one {
    margin-bottom: 15px;
  }
}

.top-seller-style-two {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
}
.top-seller-style-two .gainBox {
  font-size: 13px;
}

.top-bd-dot {
  border-top: 1px dashed #515151;
}
@media (max-width: 575px) {
  .top-seller-style-two {
    padding: 15px;
  }
}
.top-seller-style-two .thumb-wrapper {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .top-seller-style-two .thumb-wrapper {
    margin-right: 10px;
  }
}
.top-seller-style-two .thumb {
  /* display: block; */
  border: 2px solid #3a3a3a;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .top-seller-style-two .thumb {
    width: 50px;
    height: 50px;
  }
}
.top-seller-style-two .thumb img {
  width: 100%;
}
.top-seller-style-two .items-number {
  font-size: 30px;
  position: relative;
}
.top-seller-style-two .items-number .IcolorBox {
  font-size: 13px;
}
.top-seller-style-two .items-number ul.social {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -6px;
  left: -40px;
  display: inline-block;
  transition: all ease-in-out 0.4s;
  visibility: hidden;
  opacity: 0;
}
.top-seller-style-two .items-number ul.social li {
  display: block;
  margin-bottom: 3px;
}
.top-seller-style-two .items-number ul.social li a {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  line-height: 25px;
  justify-content: center;
  border-radius: 5px;
  border: 0px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.top-seller-style-two:hover ul.social {
  left: -55px;
  transition: all ease-in-out 0.4s;
  visibility: visible;
  opacity: 1;
}

.top-seller-style-five {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
}

.top-seller-style-five .items-number {
  font-size: 30px;
}
.top-seller-style-five .items-number .cpName {
  position: absolute;
  text-transform: uppercase;
  font-size: 11px;
  top: -27px;
  background: #fff;
  padding: 0 10px;
  color: #828497;
}
.lineRt::before {
  content: "";
  position: absolute;
  right: -12px;
  top: -5px;
  bottom: -5px;
  width: 1px;
  background: #e6e6e6;
}

.top-seller-style-five .thumb-wrapper {
  position: relative;
}
.top-seller-style-five .thumb {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.top-seller-style-five .thumb img {
  width: 100%;
  height: 100%;
}

.top-seller-style-five .items-number .IcolorBox {
  font-size: 13px;
}
.top-seller-style-five .title a {
  color: #464646;
  font-size: 12px;
}

.top-seller-style-five .cpName {
  font-size: 13px;
  font-weight: 300;
  color: #fc902f;
}

.top-seller-style-five .readAllBtn {
  position: absolute;
  right: -24px;
  width: 24px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-radius: 0 7px 7px 0;
  background: transparent;
  line-height: 35px;
}

.top-seller-style-five .readAllBtn span {
  display: block;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.top-seller-style-five .readAllBtn span i {
  color: #464646;
  font-size: 18px;
}

.top-seller-style-five .NoBox {
  font-size: 18px;
  color: #464646;
}
.top-seller-style-five .NoBox span {
  font-size: 15px;
  color: #292828;
  font-weight: 600;
}
.top-seller-style-five .NameBox {
  font-size: 14px;
  color: #464646;
}
.top-seller-style-five .NameBox i {
  color: #fc902f;
}
.top-seller-style-five .h-Area {
  height: 48px;
}
.top-seller-style-five .title {
  text-align: left !important;
}
.top-seller-style-five .ViewBoxArea {
  margin-top: 20px;
  background: #eff2fb;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* display: none; */
}
.top-seller-style-five.active .ViewBoxArea {
  display: block;
}
.top-seller-style-five.active .readAllBtn span {
  transform: rotate(45deg);
  margin-left: -3px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.top-seller-style-five .ViewBoxArea h4 {
  margin-bottom: 10px;
}
.top-seller-style-five .ViewBoxArea h4 span {
  font-weight: 300;
  font-size: 16px;
  color: #fc902f;
}
.top-seller-style-five .ViewBoxArea p {
  margin-bottom: 0;
}

.top-seller-style-five .social {
  left: -55px;
  transition: all ease-in-out 0.4s;
  visibility: visible;
  opacity: 1;
}

.top-seller-style-five ul.social li {
  display: block;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 22px;
}

.top-seller-style-five ul.social li a {
  width: 20px;
  height: 16px;
  display: flex;
  align-items: center;
  line-height: 18px;
  justify-content: center;
  border-radius: 5px;
  border: 0px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: #7a7a7a;
}
.top-seller-style-five ul.social li a:hover {
  color: #fff;
}

@media (max-width: 575px) {
  .top-seller-style-two .items-number {
    font-size: 20px;
  }
}
.top-seller-style-two .items-number::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -5px;
  height: 75px;
  width: 2px;
  background: #20233f;
}
@media (max-width: 575px) {
  .top-seller-style-two .items-number::before {
    top: -7px;
    height: 65px;
  }
}
.top-seller-style-two .items-number strong {
  color: #fff;
}
.top-seller-style-two .items-number span {
  font-size: 16px;
}
@media (max-width: 575px) {
  .top-seller-style-two .items-number span {
    font-size: 14px;
  }
}
.top-seller-style-two .price {
  font-size: 15px;
}

.top-seller-style-two .cpName {
  font-size: 13px;
  font-weight: 300;
  color: #fc902f;
}
@media (max-width: 575px) {
  .top-seller-style-two .price {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .top-seller-style-two .title {
    margin-bottom: 0;
    font-size: 15px;
  }
}
.top-seller-style-two .title a {
  color: #fff;
  font-size: 12px;
}
.top-seller-style-two:hover {
  transform: translateY(-4px);
}
.top-seller-style-two:hover .thumb {
  border-color: #ff512f;
}
.top-seller-style-two:hover .thumb img {
  transform: scale(1.2);
}

.text-large {
  font-size: 20px;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  word-spacing: 2px;
}
@media (max-width: 575px) {
  .text-large {
    font-size: 17px;
  }
}
.text-large a {
  color: #eee;
}
.text-large a:hover {
  color: #ff512f;
}

.popular-collection-style-one {
  background: #20202d;
  border-radius: 20px;
  padding: 20px;
}
.popular-collection-style-one a {
  display: block;
}
.popular-collection-style-one img {
  border-radius: 10px;
  width: 100%;
}
.popular-collection-style-one .large-thumbnail {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.popular-collection-style-one .large-thumbnail img {
  width: 100%;
}
.popular-collection-style-one .small-thumb-group {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.popular-collection-style-one .small-thumb-group img {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  margin: 20px 10px 0;
}
@media (max-width: 991px) {
  .popular-collection-style-one .small-thumb-group img {
    flex-basis: 27.333333%;
    max-width: 27.333333%;
  }
}
.popular-collection-style-one .title {
  margin-bottom: 3px;
}
.popular-collection-style-one .title a {
  color: #fff;
}
.popular-collection-style-one:hover .large-thumbnail img {
  transform: scale(1.1);
}

@media (max-width: 575px) {
  .popular-collection-active .slick-dots {
    bottom: -35px;
  }
}

.popular-collection-style-two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px;
  background: #20202d;
}
.popular-collection-style-two .thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.popular-collection-style-two .thumb img {
  transition: 0.3s linear;
  width: 100%;
}
.popular-collection-style-two .content {
  background: #20202d;
  padding: 20px 25px 10px;
}
.popular-collection-style-two .content .title {
  font-size: 16px;
}
.popular-collection-style-two .content .title a {
  color: #fff;
}
.popular-collection-style-two .content .item-code {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.popular-collection-style-two:hover .title {
  font-size: 16px;
}
.popular-collection-style-two:hover .title a {
  color: #ff512f;
}
.popular-collection-style-two:hover .thumb img {
  transform: scale(1.2);
}

.card-block-style-one {
  background: #20202d;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .card-block-style-one {
    padding: 25px;
  }
}
.card-block-style-one .title {
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 575px) {
  .card-block-style-one .title {
    font-size: 20px;
  }
}
.card-block-style-one p {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 575px) {
  .card-block-style-one p {
    font-size: 16px;
  }
}

.default-tab-list {
  margin: 0 -7.5px;
}
.default-tab-list button {
  border: 2px solid #dadce0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.75);
  padding: 10px 18px;
  margin: 0 7.5px;
  background: transparent;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .default-tab-list button {
    margin-bottom: 15px;
  }
}
.default-tab-list button:hover {
  border-color: #ff512f;
  color: #ff512f;
}
.default-tab-list button.is-checked {
  background: #ff512f;
  border-color: #ff512f;
  color: #fff;
}

.grid-filter-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-filter-wrapper .resizer {
  width: 25%;
}
@media (max-width: 1499px) {
  .grid-filter-wrapper .resizer {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid-filter-wrapper .resizer {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .grid-filter-wrapper .resizer {
    width: 100%;
  }
}
.grid-filter-wrapper .grid-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1499px) {
  .grid-filter-wrapper .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid-filter-wrapper .grid-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .grid-filter-wrapper .grid-item {
    width: 100%;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #202027;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  outline: 0;
}
.modal-content label {
  margin-bottom: 10px;
  color: #2c2b2b;
}
.modal-content input {
  color: #2c2b2b;
  /*   height: 46px; */
  border-color: #65676b;
}
.modal-content .modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.modal.RegisterModal .modal-dialog {
  max-width: 740px;
}
.btn-custom-closer {
  background: #fff;
  border: none;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: 0.3s;
  z-index: 3;
}
@media (max-width: 991px) {
  .btn-custom-closer {
    right: -5px;
  }
}
.btn-custom-closer:hover {
  background: #ff512f;
}
.btn-custom-closer:hover i {
  color: #fff;
}

.modal-footer {
  border-top-color: #333;
}

.modal-header {
  border-bottom-color: #333;
}

.bidding-list {
  margin: 0;
  padding-top: 20px;
}
.bidding-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ccc;
}
.bidding-list li:not(:last-child) {
  margin-bottom: 10px;
}
.bidding-list li strong {
  color: #fff;
  font-weight: 500;
  padding-left: 15px;
}

.bid-success-content h3 {
  font-size: 22px;
}
.bid-success-content p {
  font-size: 14px;
}
.bid-success-content strong {
  /* color: #fff; */
  color: black;
  font-weight: 500;
}

.single-item-history {
  margin-top: 15px;
}
.single-item-history:not(:last-child) {
  border-bottom: 1px solid #414141;
  padding-bottom: 15px;
}
.single-item-history .avatar {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 7.5px;
  border-radius: 6px;
}
.single-item-history .avatar i {
  width: 20px;
  height: 20px;
  background: #ff512f;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-item-history .avatar img {
  width: 100%;
  border-radius: 50%;
}
.single-item-history .content {
  flex: auto;
  padding-left: 7.5px;
}
.single-item-history .content p {
  margin-bottom: 0;
}
.single-item-history .content span {
  font-size: 15px;
}
@media (max-width: 575px) {
  .single-item-history .content span.time {
    display: block;
    margin-left: 0 !important;
  }
}

.modal {
  z-index: 9999;
}

.inner-page-banner {
  padding: 150px 0 90px;
  background-image: url(../images/bg/dark-inner.jpg);
}
@media (max-width: 575px) {
  .inner-page-banner {
    padding: 100px 0 55px;
  }
}
.inner-page-banner .title {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media (max-width: 575px) {
  .inner-page-banner .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.inner-page-banner .inner {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .inner-page-banner .inner {
    flex-direction: column;
    padding: 15px;
  }
}
.inner-page-banner nav.mt-4 {
  margin-top: 0 !important;
}

.breadcrumb-item.active {
  color: #fff;
}

.counter-style-1 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
.counter-style-1:last-child {
  margin-bottom: 0;
}
.counter-style-1 .number {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 1919px) {
  .counter-style-1 .number {
    font-size: 40px;
  }
}
.counter-style-1 .counter-title {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
@media (max-width: 1919px) {
  .counter-style-1 .counter-title {
    font-size: 20px;
  }
}
.counter-style-1 .count-kilo {
  font-size: 30px;
  display: flex;
  align-self: center;
  padding-top: 5px;
}

.counter-wrapper-style-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
}
.counter-wrapper-style-two .counter-style-1 {
  margin-bottom: 40px;
  padding: 0 30px;
}

.countdown.countdown-style-two {
  background: transparent;
  left: 0;
  transform: none;
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  margin-bottom: 10px;
  height: auto;
}
@media (max-width: 991px) {
  .countdown.countdown-style-two {
    justify-content: center;
    width: auto;
  }
}
.countdown.countdown-style-two > div .countdown-heading {
  display: none;
}
.countdown.countdown-style-two .countdown-value {
  font-weight: 600;
  font-size: 18px;
  background: #343434;
  height: 40px;
  width: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 5px;
}
@media (max-width: 991px) {
  .countdown.countdown-style-two .countdown-value {
    margin: 0 3px;
    font-size: 14px;
  }
}

.product-style-trendy .over-content-2 {
  width: 210px;
  right: 10px;
  left: auto;
  transform: none;
  padding: 11px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .product-style-trendy .over-content-2 {
    width: 175px;
  }
  .product-style-trendy .over-content-2 .btn {
    padding: 6px 20px;
  }
}
.product-style-trendy .content-left {
  transform: none;
  left: 10px;
  display: flex;
  flex-direction: column;
  width: 170px;
  padding: 12px 15px;
}
@media (max-width: 991px) {
  .product-style-trendy .content-left {
    width: 125px;
  }
}
.product-style-trendy .content-left .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.product-style-trendy .content-left .title a {
  color: #fff;
}
.product-style-trendy .content-left .title a:hover {
  color: #ff512f;
}
.product-style-trendy .content-left small {
  font-size: 12px;
  font-weight: 300;
}
.product-style-trendy .content-left strong {
  color: #ff512f;
}
.product-style-trendy .reaction-btn {
  height: 30px;
  border-radius: 20px;
}
.product-style-trendy .reaction-btn i {
  position: relative;
  left: -6px;
}

/* .accordion-button,
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fc8433;
  box-shadow: none;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 7px 15px;
  cursor: pointer;
} */

.top100_accordion-button,
.top100_accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fc8433;
  box-shadow: none;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  padding: 12px;
  /* margin-bottom: 15px; */
  /* padding: 7px 15px; */
  cursor: pointer;
}

.filter-item-list {
  /* padding-left: 15px; */
  padding: 10px;
}

.filter-wrapper {
  background: #f6f6f6;
  padding: 10px;
  border: none;
  border-radius: 10px;
  margin-right: 25px;
}
@media (max-width: 1499px) {
  .filter-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .filter-wrapper {
    margin-bottom: 40px;
  }
}
.filter-wrapper .filter-custom-item:not(:last-child) {
  margin-bottom: 30px;
}
.filter-wrapper .form-check {
  margin-bottom: 12px;
  cursor: pointer;
}
.filter-wrapper .form-check label {
  color: #2c2c2c;
  padding-left: 5px;
}
.filter-wrapper .form-check input,
.filter-wrapper .form-check label {
  cursor: pointer;
}
.filter-wrapper .form-check input:checked {
  background-color: #fc8433;
  border-color: #fc8433;
}
.filter-wrapper .form-check input:focus {
  box-shadow: rgba(255, 81, 47, 0.25) 0px 0px 0px 0;
}

.accordion-button::after {
  content: "\ea4e";
  font-family: remixicon !important;
  font-size: 22px;
  background-image: none;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.top100_accordion-button::after {
  content: "\ea4e";
  font-family: remixicon !important;
  font-size: 22px;
  background-image: none;
  width: auto;
  height: auto;
}

.top100_accordion-button:not(.collapsed)::after {
  background-image: none;
}

.custom-tabs {
  color: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-flex;
}
.custom-tabs li:not(:last-of-type) {
  margin-right: 25px;
}
.custom-tabs li a {
  border-radius: 15px 15px 0 0 !important;
  background: #fff;
}
.custom-tabs li a.active {
  color: #ff512f;
}

.custom-tab-content {
  background: #20202d;
  padding: 15px 25px;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .custom-tab-content {
    padding: 10px;
  }
}
.custom-tab-content .tab-pane {
  padding: 0;
}
.custom-tab-content .tab-pane .single-item-history:first-child {
  margin-top: 0;
}
.custom-tab-content .tab-pane .single-item-history .avatar {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
}
.custom-tab-content .tab-pane .notification-history .avatar {
  width: 75px;
  height: 75px;
}
@media (max-width: 1199px) {
  .custom-tab-content .tab-pane .notification-history .avatar {
    width: 55px;
    height: 55px;
  }
}
.custom-tab-content .tab-pane p {
  font-size: 15px;
  line-height: 24px;
}
.custom-tab-content .tab-pane .content p a {
  font-weight: 400;
}
.custom-tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.details-content {
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .details-content {
    padding-left: 0;
  }
}
.details-content .main_title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .details-content .main_title {
    font-size: 23px;
    line-height: 36px;
  }
}
.details-content .subtitle {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
}
.details-content .custom-tabs li a {
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.details-content .custom-tabs li a.active {
  color: #ff512f;
}
.details-content .custom-history {
  height: 230px;
  overflow-y: auto;
  padding-right: 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 575px) {
  .details-content .custom-history {
    padding-right: 10px;
  }
}
.details-content .custom-history::-webkit-scrollbar {
  width: 6px;
}
.details-content .custom-history::-webkit-scrollbar-track {
  background: #555;
  border-radius: 6px;
}
.details-content .custom-history::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.details-content .custom-history::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.details-content .custom-history .single-item-history .content span {
  font-size: 13px;
}
.details-content .custom-tab-content {
  padding-right: 10px;
}
.details-content .owner {
  font-size: 14px;
}
.details-content .avatar-info .thumb {
  min-width: 50px;
  height: 50px;
  border: none;
}

@media (max-width: 575px) {
  .avatar-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .avatar-info-wrapper .avatar-info {
    margin-bottom: 20px;
  }
}

.bidder {
  background: #20202d;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid #3e3e3e;
  min-width: 248px;
  min-height: 40px;
}
.bidder .text-white {
  padding-right: 10px;
}
.bidder > span {
  font-weight: 500;
}

.biding-block {
  background: #20202d;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.biding-block span {
  display: inline-block;
  margin-bottom: 8px;
}
.biding-block h3 {
  color: #ff512f;
}
.biding-block .countdown {
  position: static;
  transform: none;
  width: auto;
  padding: 0;
  justify-content: flex-start;
  height: 28px;
}
.biding-block .countdown .countdown-value {
  color: #ff512f;
  font-size: 24px;
  font-weight: 800;
}

.avatar-info .thumb {
  border: 2px solid #ff512f;
  overflow: hidden;
  min-width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
}
.avatar-info .thumb img {
  width: 100%;
}
.avatar-info .content {
  margin-left: 10px;
}
.avatar-info .content .title a {
  color: #fff;
}
.avatar-info .content .title {
  font-weight: 400;
}

.details-dropdown .ri-more-fill {
  background: #20202d;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.product-details .explore-style-one:hover {
  transform: translateY(0);
}
.product-details .explore-style-one .thumb img {
  transform: scale(1);
}

.price-history {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .price-history {
    flex-basis: 100px;
  }
}
.price-history span {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .zoomWindowContainer,
  .zoomLens {
    display: none !important;
  }
}
.bar-title {
  position: relative;
}
.bar-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ff512f;
}

.filter-tag-wrapper .bar-title {
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.filter-group .btn {
  margin: 8px;
  border-radius: 6px;
  padding: 6px 15px;
  color: rgba(255, 255, 255, 0.75);
}
.filter-group .btn:hover {
  color: #fff;
}

.activity-wrapper .custom-tab-content {
  background: transparent;
  padding: 0;
}
.activity-wrapper .custom-history {
  margin-right: 60px;
}
@media (max-width: 575px) {
  .activity-wrapper .custom-history {
    margin-right: 0;
  }
}
.activity-wrapper .custom-history:not(:last-child) {
  margin-bottom: 20px;
}
.activity-wrapper .custom-history .single-item-history {
  background: #20202d;
  padding: 15px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
}
.activity-wrapper .custom-history .single-item-history h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.activity-wrapper .custom-history .single-item-history h3 a {
  color: #fff;
}
.activity-wrapper .custom-history .single-item-history h3 a:hover {
  color: #ff512f;
}
.activity-wrapper .custom-history .single-item-history .avatar {
  width: 80px;
  height: 80px;
}
.activity-wrapper .custom-history .single-item-history .date {
  font-weight: 500;
  color: #999;
  font-size: 16px;
}
.activity-wrapper .custom-history.notification-history h4 {
  margin-bottom: 5px;
}
.activity-wrapper .custom-history.notification-history h4 a {
  color: #fff;
}
.activity-wrapper .custom-history.notification-history .reaction {
  font-size: 22px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
}
.activity-wrapper .custom-history.notification-history .reaction i {
  transition: 0.3s;
}
.activity-wrapper .custom-history.notification-history .reaction:hover i {
  color: #ff512f;
}
.activity-wrapper .custom-history.notification-history .single-item-history {
  background: #20202d;
}
@media (max-width: 360px) {
  .activity-wrapper .custom-history.notification-history .single-item-history {
    padding: 15px 10px;
  }
  .activity-wrapper
    .custom-history.notification-history
    .single-item-history
    .reaction {
    width: auto;
    height: auto;
    background: transparent;
  }
}

@media (max-width: 575px) {
  .flex-md-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.single-blog {
  background: #20202d;
  padding: 20px;
  border-radius: 8px;
}
.single-blog .title {
  font-size: 20px;
  line-height: 28px;
  padding-right: 20%;
}
.single-blog .title a {
  color: #fff;
}
.single-blog .content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.single-blog .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.single-blog .thumb img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: 0.5s;
}
.single-blog:hover .thumb img {
  transform: scale(1.2);
}
.single-blog:hover .title a {
  color: #ff512f;
}

.meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 0 !important;
}
.meta li {
  padding: 0 8px;
  margin-bottom: 10px;
  position: relative;
  list-style: none !important;
  font-size: 15px;
}
.meta li i {
  padding-right: 5px;
}
.meta .date {
  display: inline-flex;
  align-items: center;
}

.blog-details-wrapper h2 {
  font-size: 36px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .blog-details-wrapper h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.blog-details-wrapper h3,
.blog-details-wrapper h2 {
  margin-bottom: 20px;
}
.blog-details-wrapper p {
  margin-bottom: 30px;
  line-height: 30px;
}
.blog-details-wrapper img {
  margin-bottom: 30px;
  border-radius: 8px;
}
.blog-details-wrapper ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog-details-wrapper ul li {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 16px;
}
@media (max-width: 991px) {
  .blog-details-wrapper ul li {
    font-size: 16px;
  }
}
.blog-details-wrapper figure {
  margin-bottom: 30px;
}
.blog-details-wrapper blockquote {
  background: #393939;
  padding: 25px 25px 25px 40px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  border-left: 6px solid #ff512f;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-details-wrapper blockquote {
    padding: 25px 25px 25px 25px;
    font-size: 17px;
  }
}

.blog-content {
  background: #20202d;
  padding: 25px;
  border-radius: 6px;
}

.post-media {
  background: #dadce0;
  padding: 10px;
  border-radius: 6px;
}

.styler-1 {
  background: #20202d;
  padding: 40px;
  border-radius: 6px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .styler-1 {
    padding: 40px 15px;
  }
}

.comment-box-wrapper ul {
  padding-left: 0;
}
.comment-box-wrapper ul li p {
  margin-bottom: 0;
}
.comment-box-wrapper ul li:not(:last-child) {
  margin-bottom: 45px;
}
.comment-box-wrapper ul li:nth-child(3) {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .comment-box-wrapper ul li:nth-child(3) {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .single-comment-box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.single-comment-box .inner .avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .single-comment-box .inner .avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}
.single-comment-box .inner .avatar img {
  width: 100%;
  border-radius: 0;
}
.single-comment-box .content {
  flex: 1;
}
.single-comment-box .content .title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
}
.single-comment-box .content .title a {
  color: #fff;
}
.single-comment-box .content .title a:hover {
  color: #ff512f;
}
.single-comment-box .content .title span {
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-left: 5px;
}
.single-comment-box .content .title span::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #d1d1d1;
}
.single-comment-box .content p {
  padding-right: 190px;
}
@media (max-width: 1199px) {
  .single-comment-box .content p {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .single-comment-box .content p {
    padding-right: 20px;
    font-size: 16px;
  }
}
.single-comment-box .reply {
  height: 36px;
  border: 2px solid #a1a1a1;
  border-radius: 50%;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.single-comment-box .reply i {
  transition: 0.3s;
}
.single-comment-box .reply:hover {
  border-color: #ff512f;
  transform: translateX(5px);
}
.single-comment-box .reply:hover i {
  color: #ff512f;
}

@media (max-width: 575px) {
  .wallet-activation,
  .related-blog-activation {
    padding-bottom: 25px;
  }
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  background: #09080d;
  border: none;
  color: #fff;
}
.contact-form-wrapper input {
  min-height: 50px;
}

.sidebar {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .sidebar {
    margin-left: 0;
  }
}
.sidebar .category-list li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .category-list li a {
  display: flex;
  justify-content: space-between;
}
.sidebar .category-list li a:hover {
  color: #ff512f;
}
.sidebar .category-list li:hover .count-text {
  color: #ff512f;
}
.sidebar .category-list li:not(:last-child) a {
  border-bottom: 1px solid #323232;
  padding-bottom: 10px;
}

.single-widget {
  background: #20202d;
  padding: 25px 20px;
  border-radius: 8px;
}
.single-widget .title {
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.single-widget .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: rgb(255, 81, 47);
  width: 80px;
}
.single-widget ul {
  margin-bottom: 0;
  padding-left: 0;
}
.single-widget ul li {
  list-style: none;
}
.single-widget ul li a {
  font-size: 17px;
}

.category-list .count-text {
  background: #3d3d3d;
  padding: 2px 15px;
  border-radius: 20px;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.recent-post ul li {
  color: #dedede;
}
.recent-post ul li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #323232;
}
.recent-post ul li a {
  color: #fff;
}
.recent-post ul li a:hover {
  color: #ff512f;
}
.recent-post ul li .cate {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.widget-tag .filter-group .btn {
  color: #bbb;
}
.widget-tag .filter-group .btn:hover {
  color: #fff;
}

.single-author {
  background: #20202d;
  padding: 15px 15px 25px 15px;
  border-radius: 8px;
  transition: 0.3s;
}
.single-author .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.single-author .thumb img {
  width: 100%;
}
.single-author .content {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -35px;
}
.single-author .content .btn-small {
  padding-left: 25px;
  padding-right: 25px;
  min-width: 104px;
  justify-content: center;
}
.single-author .content .btn-small:hover {
  transform: none;
  color: #fff;
}
.single-author .content .author-thumb {
  width: 65px;
  height: 65px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  display: block;
  margin: 0 auto 10px;
  transition: 0.3s;
}
.single-author .content .author-thumb img {
  transition: 0.5s;
}
.single-author .content .title {
  margin-bottom: 15px;
}
.single-author .content .title a {
  color: #fff;
}
.single-author .content .btn-inner i {
  display: none;
  font-size: 22px;
}
.single-author .content .btn-inner.active .btn-text {
  display: none;
}
.single-author .content .btn-inner.active i {
  display: block;
  color: #ff512f;
}
.single-author:hover {
  transform: translateY(-5px);
}
.single-author:hover .content .author-thumb {
  border-color: #ff512f;
}
.single-author:hover .content .author-thumb img {
  transform: scale(1.1);
}
.single-author.profile .author-thumb {
  border-color: #ff512f;
}
.single-author.profile .title {
  margin-bottom: 8px;
  text-transform: capitalize;
}
.single-author.profile .title a {
  color: #fff;
}
.single-author.profile p {
  font-weight: 400;
  font-size: 16px;
}
.single-author.profile .social a {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.single-author.profile .content .author-thumb {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.custom-tabs.author-tabs {
  padding: 15px 15px 5px 15px;
}
.custom-tabs.author-tabs .btn {
  border-radius: 6px;
  padding: 20px 26px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.custom-tabs.author-tabs .btn::before {
  display: none;
}
.custom-tabs.author-tabs .btn:hover {
  transform: none;
  border-color: #ff512f;
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
  color: #fff !important;
}
.custom-tabs.author-tabs .btn.active {
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
  color: #fff !important;
}
.custom-tabs.author-tabs li {
  margin-bottom: 0px;
}
.custom-tabs.author-tabs li:not(:last-of-type) {
  margin-right: 15px;
}

.author-profile-wrapper {
  padding-left: 0px;
}

.tabStPanel {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 5px;
}

.tabStPanel .tabsLink-2 .btn {
  border-radius: 6px;
  padding: 20px 26px;
  font-size: 16px;
  border-radius: 50px;
}
.tabStPanel .tabsLink-2 .btn.active {
  background: #fc8433;
  color: #fff !important;
}

.btn-border-mode {
  border-radius: 50px;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #898f99 !important;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  background-clip: padding-box;
  border-radius: 0.25rem;
}

.dropdown-menu li a {
  color: #898f99 !important;
}

@media (max-width: 1199px) {
  .author-profile-wrapper {
    padding-left: 0;
  }
}

.wallet-block {
  background: #20202d;
  padding: 30px 24px;
  border-radius: 10px;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.wallet-block .thumb {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.wallet-block .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.wallet-block p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.wallet-block:hover {
  background: rgb(32, 32, 45);
  transform: translateY(-5px);
}

.create-item-wrapper {
  background: #20202d;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .create-item-wrapper {
    padding: 50px 15px;
  }
}

.upload-area label {
  border: 2px solid rgb(74, 74, 74);
  width: 100%;
  height: 250px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 15px;
}

.upload-area label i {
  font-size: 40px;
  stroke-width: 1px;
  color: #ff512f;
  margin-bottom: 10px;
}

.upload-area label .file-type {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.upload-area label span {
  font-size: 20px;
}

.upload-area .upload-formate h6.title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.upload-area .upload-formate p.formate {
  font-size: 16px;
  font-weight: 400;
}

.upload-area .brows-file-wrapper {
  position: relative;
  background: #1a1a1a;
  border-radius: 10px;
  transition: 0.3s;
}
.upload-area .brows-file-wrapper:hover {
  background: #000;
}

.upload-area .brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-btn-wrapper {
  padding: 20px 30px 10px;
  border-radius: 10px;
  background: #20202d;
  margin-top: 30px;
}
.upload-btn-wrapper .btn {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .upload-btn-wrapper {
    padding: 20px 15px 10px;
  }
  .upload-btn-wrapper .input-box {
    width: 100%;
  }
  .upload-btn-wrapper .input-box .btn {
    width: 100%;
  }
  .upload-btn-wrapper .d-flex-center {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.form-field-wrapper {
  background: #1a1a1a;
  border-radius: 10px;
  padding: 20px 40px 0 40px;
}
@media (max-width: 575px) {
  .form-field-wrapper {
    padding: 20px 15px 0 15px;
  }
}
.form-field-wrapper .nice-select {
  width: 100%;
  background: #1a1a1a;
  border-color: rgb(74, 74, 74);
}
.form-field-wrapper input,
.form-field-wrapper textarea {
  border-color: rgb(74, 74, 74);
  color: #fff;
}
.form-field-wrapper input:focus,
.form-field-wrapper textarea:focus {
  border-color: #ff512f;
}

.signup-wrapper {
  background: #20202d;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.signup-wrapper.signin-wrapper {
  background: #111;
}
.signup-wrapper.header-free-signin {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #111;
}
.signup-wrapper.header-free-signin .signin-form-2 {
  background: #20202d;
}
.signup-wrapper.header-free-signin .signin-content {
  max-width: 550px;
  margin: 0 auto;
}

.signup-wrapper h6 {
  margin: 8px 0;
  text-align: center;
  font-size: 14px;
}
.signup-wrapper h6:before {
  display: inline-block;
  margin: 0 14px 2px 0;
  height: 3px;
  content: " ";
  background-color: #656565;
  width: 110px;
}
.signup-wrapper h6:after {
  display: inline-block;
  margin: 0 0 2px 14px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #656565;
  width: 110px;
}

.signup-wrapper .socialIcon {
  text-align: center;
}

.signup-wrapper a {
  color: #ff7b39;
}
.signup-wrapper a:hover {
  color: #fff;
}

@media (max-width: 1700px) {
  .signup-wrapper.header-free-signin .signin-content .signin-form {
    padding: 30px;
  }
}
@media (max-width: 1700px) {
  .signup-wrapper.header-free-signin {
    height: auto;
    margin: 50px 0;
  }
}
@media (max-width: 575px) {
  .signup-wrapper.header-free-signin {
    height: auto;
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .signup-wrapper {
    padding: 2px;
  }
}
.signup-wrapper .register-with {
  border: 2px solid #65676b;
  padding: 10px 15px;
  justify-content: center;
  border-radius: 30px;
  font-weight: 500;
}
.signup-wrapper .register-with i {
  font-size: 18px;
  padding-right: 8px;
}
.signup-wrapper .register-with i.ri-facebook-fill {
  color: #4267b2;
}
.signup-wrapper .register-with i.ri-google-fill {
  color: #db4437;
}
.signup-wrapper .register-with.metamask-btn:hover {
  background: #ee811a;
  border-color: #ee811a;
  color: #fff;
}
.signup-wrapper .register-with.metamask-btn:hover i {
  color: #fff;
}
.signup-wrapper .register-with.google-btn:hover {
  background: #db4437;
  border-color: #db4437;
  color: #fff;
}
.signup-wrapper .register-with.google-btn:hover i {
  color: #fff;
}
.signup-wrapper .register-with.fb-btn:hover {
  background: #4267b2;
  border-color: #4267b2;
  color: #fff;
}
.signup-wrapper .register-with.fb-btn:hover i {
  color: #fff;
}

.checkbox {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.signup-content,
.contact-inner-contnet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 575px) {
  .signup-content,
  .contact-inner-contnet {
    padding: 40px 15px;
  }
}

@media (max-width: 1919px) {
  .signin-content.w-50 {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .signin-content.w-50 {
    width: 100% !important;
    padding: 0 15px;
  }
}
.signin-content h2 {
  font-size: 32px;
}

.medium {
  color: rgba(255, 255, 255, 0.7);
}
.medium span {
  color: #ff7b39;
}
.contact-inner-contnet .nice-select {
  background: transparent;
}

.row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.contact-wrapper {
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
.contact-wrapper .contact-inner-contnet {
  padding: 40px;
}

.signin-form {
  background: #20202d;
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 575px) {
  .signin-form {
    padding: 25px 15px;
  }
}

.sign-wrapeer h2 {
  font-size: 24px;
  font-weight: 600;
}
.sign-wrapeer .medium {
  font-size: 25px;
  line-height: 24px;
}
.signup {
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .signup {
    padding: 25px 15px;
  }
}

.rounded {
  border-radius: 10px !important;
}

@media (max-width: 1199px) {
  .signin-wrapper {
    height: 100vh;
    display: flex;
  }
}
@media (max-width: 575px) {
  .signin-wrapper {
    padding: 100px 0;
    height: auto;
  }
}

.not-found-inner {
  padding-top: 100px;
}
@media (max-width: 575px) {
  .not-found-inner {
    padding-top: 20px;
  }
}
.not-found-inner .title {
  margin-bottom: 35px;
}
@media screen and (min-width: 1200px) {
  .not-found-inner .title {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  .not-found-inner .title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .not-found-inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .not-found-inner .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.not-found-inner p {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .not-found-inner p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .not-found-inner p {
    font-size: 16px;
    line-height: 28px;
  }
}
.not-found-inner .not-found-content {
  padding-left: 20px;
}
@media (max-width: 575px) {
  .not-found-inner .not-found-content {
    padding-left: 0;
  }
}

.footer-inner {
  background: #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  background: #fff;
}
.copyright hr:not([size]) {
  height: 2px;
}
.copyright p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Poppins", sans-serif;
}
.copyright a {
  color: #fff;
  font-size: 12px;
  margin: 0 3px;
}
.footerMiddleAeea {
  width: 100%;
  display: table;
  padding: 15px 0;
  background: #fff;
  text-align: center;
  /*  border-top: 1px solid #515151;
     border-bottom: 1px solid #515151; */
}
.footerMiddleAeea .bg-bottomLink {
  border-radius: 50px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #c9c9c9;
}

.footerMiddleAeea a {
  margin: 0 10px;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.footerMiddleAeea a:hover {
  color: #ff512f;
}
.footerMiddleAeea a:after {
  width: 1px;
  height: 100%;
  right: -12px;
  top: 0;
  content: "";
  position: absolute;
  background: #515151;
}
.text-right {
  text-align: right;
}
.footer-widget.first-block {
  padding-right: 0%;
}
@media (max-width: 991px) {
  .footer-widget.first-block {
    padding-right: 0;
  }
}
.footer-widget p {
  font-size: 16px;
  line-height: 27px;
  color: #1c1c1c;
}
.footer-widget h4 {
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
  color: #3c3c3c;
}
.footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
  width: 50px;
  height: 3px;
}
.footer-widget ul li,
.footer-widget ol li {
  font-size: 16px;
  line-height: 26px;
}
.footer-widget ul li a,
.footer-widget ol li a {
  color: #1c1c1c;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover {
  color: #ff512f;
  margin-left: -6px;
}
.footer-widget ul li:not(:last-child),
.footer-widget ol li:not(:last-child) {
  margin-bottom: 14px;
}

.social {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  margin: 0 -8px;
}
.social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #a2a2a2;
  margin: 0 8px;
  font-size: 20px;
  color: #747474;
}
.social a:hover {
  background: #ff512f;
  border-color: #ff512f;
  color: #fff;
  transform: translateY(-3px);
}

.subscribe-mail {
  position: relative;
}
.subscribe-mail input {
  width: 100%;
  border: 2px solid #656565;
  height: 52px;
  border-radius: 10px;
  padding: 20px 75px 20px 15px;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.subscribe-mail input::placeholder {
  color: #000;
}
.subscribe-mail input:focus {
  border-color: #ff512f;
}
.subscribe-mail button {
  padding: 0;
  justify-content: center;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%);
  width: 61px;
  height: 42px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
}
.subscribe-mail button i {
  padding-right: 0;
  transition: 0.5s;
}
.subscribe-mail button:hover i {
  transform: rotate(45deg);
}

.icon-facebook:hover {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
}

.icon-twitter:hover {
  background: #1da1f2 !important;
  border-color: #1da1f2 !important;
}

.icon-instagram:hover {
  background: #c32aa3 !important;
  border-color: #c32aa3 !important;
}

.icon-linkedin:hover {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
}

.nft-gallery-activation .slick-dots {
  margin-top: 0;
}

.gallery-thumb .thumb {
  position: relative;
  border-radius: 10px;
  background: #20202d;
  padding: 15px;
  margin: 50px 15px 50px;
}
@media (max-width: 575px) {
  .gallery-thumb .thumb {
    margin: 40px 10px 40px;
  }
}
.gallery-thumb .thumb:nth-child(2) {
  transform: translateX(140px);
}
.gallery-thumb .thumb img {
  width: 100%;
}
.gallery-thumb .thumb .inner {
  overflow: hidden;
  border-radius: 10px;
}
.gallery-thumb .thumb::before,
.gallery-thumb .thumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  z-index: -1;
  background: #20202d;
  width: 70%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .gallery-thumb .thumb::before,
  .gallery-thumb .thumb::after {
    width: 50px;
  }
}
.gallery-thumb .thumb::after {
  left: auto;
  bottom: auto;
  top: -14px;
  right: 0;
}
.gallery-thumb .thumb:hover img {
  opacity: 0.8;
  transform: scale(1.2);
}

body .shape.light {
  display: none;
}
@media (max-width: 575px) {
  body .shape.light {
    display: none;
  }
}
body.theme-dark .logo-light {
  display: block;
}
body.theme-dark .logo-dark {
  display: none;
}
body.theme-dark .shape.light {
  display: none;
}
body.theme-light {
  color: rgba(0, 0, 0, 0.7);
  background: #fff;
}
body.theme-light .shape.light {
  display: block;
}
@media (max-width: 575px) {
  body.theme-light .shape.light {
    display: none;
  }
}
body.theme-light .search-mobile-icon button,
body.theme-light .hamberger-button {
  color: #393939;
}
body.theme-light .slick-dots {
  margin-top: 10px;
}
@media (max-width: 575px) {
  body.theme-light .slick-dots {
    margin-top: 0;
  }
}
body.theme-light .large-mobile-blog-search input {
  background: #fff;
}
body.theme-light .footer-inner,
body.theme-light .section-bg-separation-2 {
  background: #f9f9fc;
}

body.theme-light p {
  color: rgba(0, 0, 0, 0.68);
}
body.theme-light .btn-outline,
body.theme-light .btn-black {
  border: 2px solid rgba(0, 0, 0, 0.35);
  color: #393939;
}
body.theme-light .btn-outline:hover,
body.theme-light .btn-black:hover {
  border-color: #dd2476;
  color: #fff;
}
body.theme-light .default-tab-list button {
  border-color: #dadce0;
}
body.theme-light .default-tab-list button.is-checked {
  border-color: #ff512f;
}
body.theme-light .default-tab-list button:hover {
  color: #ff512f;
  border-color: #ff512f;
}
body.theme-light .mainmenu-nav .mainmenu li a,
body.theme-light .single-comment-box .content .title a {
  color: #393939;
}
body.theme-light .mainmenu-nav .mainmenu li a.active,
body.theme-light .mainmenu-nav .mainmenu li a:hover,
body.theme-light .single-comment-box .content .title a.active,
body.theme-light .single-comment-box .content .title a:hover {
  color: #ff512f;
}
body.theme-light .search-bar {
  border-color: rgba(0, 0, 0, 0.5);
}
body.theme-light .search-bar input,
body.theme-light .search-bar .search-btn {
  color: #393939;
}
body.theme-light .subscribe-mail input {
  border-color: rgba(0, 0, 0, 0.5);
}
body.theme-light .logo-light {
  display: none;
}
body.theme-light .logo-dark {
  display: block;
}
body.theme-light .theme-swithcher-wrap .theme-switcher-label .mode span,
body.theme-light .single-comment-box .content .title span {
  color: rgba(0, 0, 0, 0.7);
}
body.theme-light .mainmenu-nav .mainmenu li .submenu,
body.theme-light .header-right-inner > li .submenu {
  background-color: #fff;
  border: 1px none;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .header-right-inner > li .submenu li a,
body.theme-light .single-blog .title a,
body.theme-light .avatar-info .content .title a {
  color: #393939;
}
body.theme-light .header-right-inner > li .submenu li a:hover,
body.theme-light .single-blog .title a:hover,
body.theme-light .avatar-info .content .title a:hover {
  color: #ff512f;
}
body.theme-light .mainmenu-nav .mainmenu li .submenu::after {
  background: #fff;
}
body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light h5,
body.theme-light h6,
body.theme-light .aw-h1,
body.theme-light .aw-h2,
body.theme-light .aw-h3,
body.theme-light .aw-h4,
body.theme-light .aw-h5,
body.theme-light .aw-h6 {
  color: #393939;
}
body.theme-light h1 a:hover,
body.theme-light h2 a:hover,
body.theme-light h3 a:hover,
body.theme-light h4 a:hover,
body.theme-light h5 a:hover,
body.theme-light h6 a:hover,
body.theme-light .aw-h1 a:hover,
body.theme-light .aw-h2 a:hover,
body.theme-light .aw-h3 a:hover,
body.theme-light .aw-h4 a:hover,
body.theme-light .aw-h5 a:hover,
body.theme-light .aw-h6 a:hover {
  color: #ff512f;
}
body.theme-light a {
  color: rgba(0, 0, 0, 0.75);
}
body.theme-light a:hover {
  color: #ff512f;
}
body.theme-light a.btn-gradient {
  color: #fff;
}
body.theme-light a.color-primary {
  color: #ff512f;
  font-weight: 500;
}
body.theme-light .breadcrumb-item {
  color: rgba(0, 0, 0, 0.75);
}
body.theme-light .breadcrumb-item a:hover {
  color: #ff512f;
}
body.theme-light .breadcrumb-item.active {
  color: #ff512f;
}
body.theme-light .header-fixed.sticky {
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .bg-1,
body.theme-light .bg-3 {
  background-image: url(../images/bg/bg-9.jpg);
}
body.theme-light .bg-4,
body.theme-light .bg-5 {
  background-image: url(../images/bg/bg-10.jpg);
}
body.theme-light .bg-6 {
  background-image: url(../images/bg/bg-11.jpg);
}
body.theme-light .bg-7 {
  background-image: url(../images/bg/bg-12.jpg);
}
body.theme-light .hero-banner-style .banner-content p {
  font-weight: 400;
}
body.theme-light .hero-banner-style .banner-content .title {
  color: #393939;
}
body.theme-light .slick-dots li button {
  border-color: #ff512f;
}
body.theme-light .hero-banner-style .banner-content .title span {
  background: linear-gradient(-45deg, #ff512f, #dd2476, #ff512f, #dd2476);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  -webkit-text-fill-color: #fff;
}
body.theme-light
  .hero-banner-style-3.hero-banner-style
  .banner-content
  .title
  span,
body.theme-light
  .hero-banner-style-4.hero-banner-style
  .banner-content
  .title
  span {
  background: linear-gradient(-45deg, #ff512f, #dd2476, #ff512f, #dd2476);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  -webkit-text-fill-color: #fff;
}
body.theme-light
  .hero-banner-style-6.hero-banner-style
  .banner-content
  .title
  span,
body.theme-light
  .hero-banner-style-2.hero-banner-style
  .banner-content
  .title
  span {
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: transparent;
}
body.theme-light .default-tab-list button {
  color: #555;
}
body.theme-light .default-tab-list button.is-checked {
  color: #fff;
}
body.theme-light .explore-style-one .content .title a,
body.theme-light .explore-style-one .product-owner strong a,
body.theme-light .explore-style-one .product-owner .biding-price,
body.theme-light .more-dropdown i,
body.theme-light .popular-collection-style-one .title a,
body.theme-light .popular-collection-style-two .content .title a,
body.theme-light .single-author .content .title a,
body.theme-light .activity-wrapper .custom-history.notification-history h4 a,
body.theme-light .activity-wrapper .custom-history .single-item-history h3 a {
  color: #393939;
}
body.theme-light .explore-style-one .content .title a:hover,
body.theme-light .explore-style-one .product-owner strong a:hover,
body.theme-light .explore-style-one .product-owner .biding-price:hover,
body.theme-light .more-dropdown i:hover,
body.theme-light .popular-collection-style-one .title a:hover,
body.theme-light .popular-collection-style-two .content .title a:hover,
body.theme-light .single-author .content .title a:hover,
body.theme-light
  .activity-wrapper
  .custom-history.notification-history
  h4
  a:hover,
body.theme-light
  .activity-wrapper
  .custom-history
  .single-item-history
  h3
  a:hover {
  color: #ff512f;
}
body.theme-light .explore-style-two,
body.theme-light .signin-form,
body.theme-light .signup-wrapper.header-free-signin .signin-form-2 {
  background: #ffffff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .signin-form-2 {
  box-shadow: none;
}
body.theme-light .explore-style-one {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .slick-list {
  margin-top: -25px;
  margin-bottom: -25px;
}
@media (max-width: 575px) {
  body.theme-light .slick-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body.theme-light .slider .explore-style-one,
body.theme-light .slider .single-blog,
body.theme-light .slider .card-block-style-one,
body.theme-light .slider .popular-collection-style-one {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  body.theme-light .slider .explore-style-one,
  body.theme-light .slider .single-blog,
  body.theme-light .slider .card-block-style-one,
  body.theme-light .slider .popular-collection-style-one {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body.theme-light .hero-banner-style-4 .slider .explore-style-one {
  margin-top: 0;
}
body.theme-light .hero-banner_inner .slick-list {
  margin-top: 0;
  margin-bottom: 0;
}
body.theme-light .slick-pagination-50 .slick-dots {
  bottom: -10px;
}
body.theme-light button.slide-arrow {
  background: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light button.slide-arrow i {
  color: #393939;
}
body.theme-light .top-seller-style-one,
body.theme-light .popular-collection-style-one,
body.theme-light .top-seller-style-two,
body.theme-light .dropdown-menu-dark,
body.theme-light .filter-wrapper,
body.theme-light .custom-tabs,
body.theme-light .custom-tab-content,
body.theme-light .blog-content,
body.theme-light .single-widget,
body.theme-light .styler-1,
body.theme-light .blog-details-wrapper blockquote,
body.theme-light .contact-form-wrapper input,
body.theme-light .contact-form-wrapper textarea,
body.theme-light .post-media {
  background: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .custom-tab-content {
  box-shadow: none;
}
body.theme-light .top-seller-style-one .title a,
body.theme-light .top-seller-style-two .title a {
  color: #393939;
}
body.theme-light .top-seller-style-one .price {
  color: rgba(0, 0, 0, 0.65);
}
body.theme-light .slick-activation-01 .slick-track {
  padding-bottom: 15px;
}
body.theme-light .card-block-style-one {
  background: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .reaction-btn {
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  background: #fff;
  color: #393939;
  border: 1px solid #dadce0;
}
body.theme-light .footer-widget ul li a,
body.theme-light .footer-widget ol li a {
  color: rgba(0, 0, 0, 0.75);
}
body.theme-light .footer-widget ul li a:hover,
body.theme-light .footer-widget ol li a:hover {
  color: #ff512f;
}
body.theme-light .social a {
  border-color: rgba(0, 0, 0, 0.5);
}
body.theme-light .social a:hover {
  color: #fff;
}
body.theme-light .explore-style-one .action-wrapper {
  border-top: 1px dashed #999;
}
body.theme-light .modal-content {
  background-color: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .btn-custom-closer {
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .modal-header {
  border-bottom-color: #dadce0;
}
body.theme-light .modal-footer {
  border-top-color: #dadce0;
}
body.theme-light .single-item-history:not(:last-child) {
  border-bottom-color: #dadce0;
}
body.theme-light .modal-content label,
body.theme-light .bidding-list li strong,
body.theme-light .modal-content input,
body.theme-light .blog-details-wrapper blockquote {
  color: #393939;
}
body.theme-light .bidding-list li {
  color: #555;
  font-weight: 400;
}
body.theme-light .bid-success-content strong {
  color: #393939;
}
body.theme-light .modal-content input {
  border-color: #dadce0;
}
body.theme-light .shape.dark {
  display: none;
}
body.theme-light .single-blog,
body.theme-light .popular-collection-style-two .content,
body.theme-light .single-author,
body.theme-light .top-seller-style-two,
body.theme-light .top-seller-style-one,
body.theme-light .popular-collection-style-one,
body.theme-light .popular-collection-style-two,
body.theme-light .wallet-block,
body.theme-light .form-field-wrapper,
body.theme-light .upload-area .brows-file-wrapper,
body.theme-light .signup-content,
body.theme-light .contact-inner-contnet {
  background: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .signup-content .medium {
  color: rgba(0, 0, 0, 0.7);
}
body.theme-light label {
  color: #393939;
}
body.theme-light b,
body.theme-light strong {
  color: #393939;
}
body.theme-light .upload-area label {
  border: none;
}
body.theme-light .upload-area label span {
  color: #393939;
}
body.theme-light .form-field-wrapper input,
body.theme-light .form-field-wrapper textarea {
  border-color: #dadce0;
  color: #393939;
}
body.theme-light .top-seller-style-one {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.theme-light .counter-style-1,
body.theme-light .top-seller-style-two .items-number strong,
body.theme-light .dropdown-menu-dark .dropdown-item {
  color: #393939;
}
body.theme-light .hero-banner-style-2 .shape-7 {
  display: none;
}
body.theme-light .top-seller-style-two .items-number::before {
  background: #f5f8fa;
}
body.theme-light .top-seller-style-two .thumb {
  border-color: #ff512f;
}
body.theme-light .dropdown-menu-dark .dropdown-item:focus,
body.theme-light .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: #ff512f;
}
body.theme-light .card-block-style-one p {
  font-weight: 400;
}
body.theme-light .nice-select {
  background-color: #fff;
  border-color: #dadce0;
  color: #393939;
}
body.theme-light .nice-select:after {
  border-bottom-color: #65676b;
  border-right-color: #65676b;
}
body.theme-light .nice-select .list,
body.theme-light .biding-block {
  background: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .biding-block h3 {
  color: #ff512f;
}
body.theme-light .details-content .custom-tabs li a.active {
  color: #ff512f;
}
body.theme-light .details-content .subtitle,
body.theme-light .custom-tab-content .tab-pane .content p,
body.theme-light
  .details-content
  .custom-history
  .single-item-history
  .content
  span,
body.theme-light .custom-tab-content .tab-pane p,
body.theme-light .details-content .owner,
body.theme-light .biding-block span {
  font-weight: 400;
}
body.theme-light .price-history,
body.theme-light .avatar-info .content .title {
  font-weight: 500;
}
body.theme-light .custom-history {
  /* Track */
  /* Handle */
}
body.theme-light .custom-history::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px;
}
body.theme-light .custom-history::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
body.theme-light .price-history,
body.theme-light .price-history span,
body.theme-light .details-content .custom-tabs li a {
  color: #393939;
}
body.theme-light .nice-select .list .option.selected,
body.theme-light .filter-wrapper .form-check label,
body.theme-light .widget-tag .filter-group .btn {
  color: #393939;
}
body.theme-light .hero-banner-style.hero-banner-style-6 .sub-title {
  color: #393939 !important;
}
body.theme-light .custom-tabs,
body.theme-light .custom-tab-content,
body.theme-light .details-dropdown .ri-more-fill,
body.theme-light .bidder {
  background: #fff;
}
body.theme-light .nice-select .option:hover,
body.theme-light .nice-select .option.focus,
body.theme-light .nice-select .option.selected.focus {
  background: #efefef;
}
body.theme-light .bidder {
  border: none;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .bidder .text-white {
  color: #393939 !important;
  font-weight: 500;
}
body.theme-light .form-check-input {
  border: 2px solid #dadce0;
}
body.theme-light .filter-wrapper {
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .accordion-button,
body.theme-light .accordion-button:not(.collapsed) {
  background: #efefef;
  color: #393939;
}
body.theme-light .bg-overlay::before {
  background: transparent;
}
body.theme-light .hero-banner-style.hero-banner-style-3 .banner-content p,
body.theme-light .hero-banner-style.hero-banner-style-5 .banner-content p,
body.theme-light .hero-banner-style.hero-banner-style-6 .banner-content p {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-light .btn-play {
  font-weight: 500;
  color: #393939;
}
body.theme-light .dropdown-menu-dark {
  border: none;
}
body.theme-light .nice-select:active,
body.theme-light .nice-select.open,
body.theme-light .nice-select:focus,
body.theme-light .nice-select:hover {
  border-color: #ff512f;
}
body.theme-light .single-item-history a.text-white {
  font-weight: 500;
  color: #393939 !important;
}
body.theme-light .single-item-history a.text-white:hover {
  color: #ff512f !important;
}
body.theme-light .blog-content,
body.theme-light .single-widget,
body.theme-light .styler-1,
body.theme-light .upload-btn-wrapper,
body.theme-light .create-item-wrapper,
body.theme-light .signup-wrapper {
  background: #fff;
  color: #393939;
}
body.theme-light .create-item-wrapper,
body.theme-light .upload-btn-wrapper {
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .category-list .count-text,
body.theme-light .post-media,
body.theme-light .contact-form-wrapper input,
body.theme-light .contact-form-wrapper textarea,
body.theme-light .blog-details-wrapper blockquote {
  background: #fff;
  color: #393939;
}
body.theme-light .sidebar .category-list li:not(:last-child) a,
body.theme-light .recent-post ul li:not(:last-child) {
  border-bottom-color: #dadce0;
}
body.theme-light .recent-post ul li a {
  color: #65676b;
}
body.theme-light .recent-post ul li a:hover {
  color: #ff512f;
}
body.theme-light .recent-post ul li .cate {
  color: rgba(0, 0, 0, 0.65);
}
body.theme-light .widget-tag .filter-group .btn:hover {
  color: #fff;
}
body.theme-light .title.text-white {
  color: #393939 !important;
}
body.theme-light .single-comment-box .content .title span::before {
  color: #65676b;
}
body.theme-light hr {
  border-top-color: #dadce0;
}
body.theme-light .custom-tabs.author-tabs .btn:not(.active) {
  color: rgba(0, 0, 0, 0.75);
}
body.theme-light .custom-tabs.author-tabs .btn:not(.active):hover {
  color: #ff512f;
}
body.theme-light input[type="text"],
body.theme-light input[type="password"],
body.theme-light input[type="email"],
body.theme-light input[type="number"],
body.theme-light textarea {
  border-color: #dadce0;
}
body.theme-light input[type="text"]:focus,
body.theme-light input[type="password"]:focus,
body.theme-light input[type="email"]:focus,
body.theme-light input[type="number"]:focus,
body.theme-light textarea:focus {
  border-color: #ff512f;
}
body.theme-light .signup-wrapper .register-with {
  border-color: #dadce0;
}
body.theme-light .popup-mobile-menu {
  background-color: rgba(255, 255, 255, 0.8);
}
body.theme-light .popup-mobile-menu .inner,
body.theme-light .activity-wrapper .custom-history .single-item-history,
body.theme-light .signup {
  background: #fff;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
body.theme-light .popup-mobile-menu .mainmenu li a {
  color: #393939;
}
body.theme-light .popup-mobile-menu .inner .header-top {
  border-bottom-color: #dadce0;
}
body.theme-light .activity-wrapper .custom-history .single-item-history .date {
  color: #7b7b7b;
}
body.theme-light
  .activity-wrapper
  .custom-history.notification-history
  .reaction {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-light input[type="text"],
body.theme-light input[type="password"],
body.theme-light input[type="email"],
body.theme-light input[type="number"],
body.theme-light textarea {
  color: #393939;
}
body.theme-light .normal {
  font-weight: 500;
}
body.theme-light .subscribe-mail input {
  border-color: #656565;
}
body.theme-light .inner-page-banner {
  background-image: url(../images/bg/light-inner.jpg);
}
body.theme-light .inner-page-banner .inner {
  background: rgba(255, 255, 255, 0.25);
}
body.theme-light .explore-style-one .profile-share a.more-author-text,
body.theme-light .biding-price {
  font-weight: 500;
}
body.theme-light .meta li,
body.theme-light .single-item-history .content span {
  font-weight: 400;
}
body.theme-light .section-bg-separation-3.hero-banner-style {
  background: #fff;
}
body.theme-light .product-style-trendy .content-left .title a,
body.theme-light .product-style-trendy .content-left small {
  color: #fff;
}
body.theme-light .product-style-trendy .content-left .title a:hover {
  color: #ff512f;
}
body.theme-light .product-style-trendy .reaction-btn {
  color: #fff;
  background: #343444;
}
body.theme-light .new {
  color: #65676b;
}
body.theme-light .gallery-thumb .thumb::before,
body.theme-light .gallery-thumb .thumb::after,
body.theme-light .gallery-thumb .thumb {
  background: #fff;
}
body.theme-light .gallery-thumb .thumb::before,
body.theme-light .gallery-thumb .thumb::after {
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}

.hero-banner_inner {
  position: relative;
}
.bannerBgimgArea {
  position: absolute;
  right: 0;
  top: 0;
}

.searchBoxIcon i {
  cursor: pointer;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.menu-btn {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 40px;
  height: 38px;
  cursor: pointer;
  border-radius: 50%;
  padding: 8px 9px;
  padding-top: 12px;
}

.menu-btn span {
  background-color: #021e38;
  margin-bottom: 2px;
  height: 2px;
  width: 100%;
  border-radius: 50px;
}

.menu-btn span:last-child {
  width: 80%;
}

.menu-btn span:last-child {
  margin-bottom: 0;
}
.IcolorBox i {
  color: #fc9034;
  vertical-align: middle;
  font-size: 15px;
}
.product-share-wrapper .profile-share ul {
  margin: 0;
  padding: 0;
}
.product-share-wrapper .profile-share ul li i {
  color: #fc9034;
  vertical-align: middle;
  font-size: 15px;
}
.product-share-wrapper .profile-share ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  color: #292828;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.product-share-wrapper .profile-share ul li span {
  color: #292828;
  font-weight: 500;
}

.IcolorBox.greenIcon,
.IcolorBox.greenIcon i {
  color: #62ed1b;
}

.IcolorBox.redIcon,
.IcolorBox.redIcon i {
  color: #f91d1d;
}

.chartBox-1 {
  position: absolute;
  top: -60px;
  right: 17px;
  width: 125px;
}
.progressBarSentiments .progress {
  height: 100px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  /* background-color: #262c37 !important; */
  border-radius: 6px;
  margin: 20px 0 5px;
  position: relative;
}
.progressBarSentiments .progress .progress-bar {
  width: 100%;
  border-radius: 6px;
}

.progressBarSentiments .progress i {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  font-size: 20px;
  color: #fff;
}
.progressBarSentiments h5,
.progressBarSentiments p {
  color: #fff;
  text-align: center;
}
.progressBarSentiments h5 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
.progressBarSentiments p {
  margin-bottom: 0;
  font-size: 11px;
  color: #797d85;
}
.progressBarSentiments .progress i {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  font-size: 25px;
  color: #fff;
}
.progressBarSentiments .bg-success i {
  color: #208202;
}
.progressBarSentiments .bg-info i {
  color: #454750;
}
.progressBarSentiments .bg-danger i {
  color: #c44334;
}

.bg-success .progress-bar {
  /* background: #208202; */

  background: #5ee933;
}

.bg-info .progress-bar {
  /* background: #454750; */

  background: #8f8f8f;

}

.bg-danger .progress-bar {
  /* background: #c44334; */
  background: #ff887a;
}

.banner.s2 {
  padding: 120px 0 120px;
  /* background: url("../../../assets/images/background/bg-banner-2.html") no-repeat; */
}
.banner.s2 .swiper-3d,
.banner.s2 .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1800px;
}
.banner.s2 .banner__main {
  margin-top: 21px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .banner.s2 .banner__main {
    flex-wrap: wrap;
  }
  .banner.s2 .banner__main .card-box:first-child {
    margin-left: 20px;
    margin-top: 60px;
    transform: rotate(-7deg);
  }
  .banner.s2 .banner__main .card-box:last-child {
    transform: translateX(34px) translateY(150px) rotate(4deg);
    z-index: 1;
  }
}
.card-box {
  width: 397px;
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.66%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(2px);
  padding: 31px 23px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  z-index: 3;
}
.card-box .top {
  margin-bottom: 20px;
}
.card-box .top span {
  font-size: 50px;
  margin-right: 13px;
}
/* .icon-logo-01:before {
    content: "\e909";
    color: #fff;
} */
.card-box .numberBox {
  width: 40px;
  height: 45px;
  border-radius: 10px;
  position: absolute;
  right: 15px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}
.card-box .top h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
.card-box .top h6.price {
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%),
    #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
}
.card-box .content .image {
  height: 349px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 17px;
}
.card-box .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.card-box .content .info {
  align-items: center;
}
.card-box .content .info img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 13px;
}
.card-box .content .info h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.card-box .content .info p {
  font-weight: 300;
  font-size: 14px;
}
.card-box:hover .content .image img {
  transform: scale(1.1);
}

.roadmap {
  position: relative;
  padding: 69px 0;
}
.roadmap .img-line {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -2;
}
.roadmap .shape {
  top: 0;
}
.roadmap .container {
  max-width: 1140px;
}
.roadmap.s2 {
  padding: 69px 0 47px;
}
.roadmap.s2 .shape {
  top: -60%;
}
@media only screen and (max-width: 1024px) {
  .roadmap.s2 {
    padding: 30px 0 47px;
  }
}
.roadmap.s2 .container {
  max-width: 1590px;
}
.roadmap.s2 .block-text .heading {
  margin-bottom: 47px;
}

.roadmap-swiper .roadmap-box {
  margin-top: 45px;
  width: 100%;
  padding: 35px 17px;
}
.roadmap-swiper .roadmap-box .title {
  padding-bottom: 11px;
  margin-bottom: 19px;
}
.roadmap-swiper .roadmap-box .title::after {
  height: 1px;
}
.roadmap-swiper .roadmap-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -43px;
  left: 50%;
  width: 1px;
  height: 28px;
  background: #1f223e;
}
.roadmap-swiper .roadmap-box::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -54px;
  left: 46%;
  width: 19px;
  height: 19px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%),
    #ffffff;
  border: 4px solid #1f223e;
  border-radius: 50%;
}

.roadmap__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  position: relative;
}
.roadmap__main::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 50%;
  right: 50%;
  background: #1f223e;
  height: 104%;
  width: 1px;
}
.roadmap__main .icon {
  position: absolute;
  top: -52px;
  left: 49.6%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%),
    #ffffff;
}
.roadmap__main .icon.bottom {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .roadmap__main::after {
    left: auto;
    right: 0;
  }
}

.roadmap__main.s1 {
  position: relative;
  margin-top: 0;
}
.roadmap__main.s1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  background: #1f223e;
  height: 1px;
  width: 100%;
}
.roadmap__main.s1 .swiper-button-next,
.roadmap__main.s1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  top: 111px;
}
.roadmap__main.s1 .swiper-button-next::after,
.roadmap__main.s1 .swiper-button-prev::after {
  display: none;
}
.roadmap__main.s1 .swiper-button-next:hover,
.roadmap__main.s1 .swiper-button-prev:hover {
  background: #703ffe;
}
.roadmap__main.s1 .swiper-button-prev {
  left: -95px;
}
.roadmap__main.s1 .swiper-button-next {
  right: -95px;
}
.roadmap__main.s1 .swiper-pagination {
  bottom: 19px;
}
.roadmap__main.s1 .roadmap-box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 73.86%
  );
  border: none;
}

.button {
  text-align: center;
  margin-top: 38px;
}
.button a span {
  padding: 14px 24px;
}

.roadmap-box {
  width: calc(50% - 30px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 73.86%
  );
  backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 30px;
  margin-left: 0;
  padding: 20px 30px;
  margin-bottom: 34px;
}
.roadmap-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 48%;
  right: -28px;
  width: 28px;
  height: 1px;
  background: #1f223e;
}
.roadmap-box::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 43%;
  right: -40px;
  width: 19px;
  height: 19px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%),
    #ffffff;
  border: 4px solid #1f223e;
  border-radius: 50%;
}
.roadmap-box.right {
  margin-left: 30px;
  margin-right: 0;
  transform: translateY(112px);
}
.roadmap-box.right::before {
  right: auto;
  left: -28px;
}
.roadmap-box.right::after {
  right: auto;
  left: -40px;
}
.roadmap-box .time {
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: 29px;
  padding: 6px 16px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%),
    #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 12px;
  font-family: "Conthrax";
}
.roadmap-box .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 21px;
  letter-spacing: -1.2px;
  font-weight: 500;
}
.roadmap-box .title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%);
  border-radius: 1.2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .roadmap-box {
    width: 100%;
  }
  .roadmap-box.right {
    transform: translateY(0);
    margin: 0;
    margin-bottom: 34px;
    margin-right: 30px;
  }
  .roadmap-box.right::before {
    left: auto;
    right: -28px;
  }
  .roadmap-box.right::after {
    left: auto;
    right: -40px;
  }
}

.block-text .sub-heading {
  padding: 7px 14px;
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 22px;
}
/* 
.block-text .sub-heading span {
    background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
} */

.block-text .heading {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: none;
}

.block-text .heading.trendsHd {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  width: 60%;
  margin: auto;
  margin-bottom: 25px;
  text-transform: none;
}

.portfolio-box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 73.86%
  );
  backdrop-filter: blur(4px);
  border-radius: 16px;
  position: relative;
  padding: 40px 23px;
  display: flex;
  margin-bottom: 19px;
}
.portfolio-box .step {
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: 22px;
  padding: 6px 16px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%),
    #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 12px;
  font-family: "Conthrax";
}
.portfolio-box .icon {
  margin-right: 17px;
}
.portfolio-box .content {
  /*  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 16px; */
}
.portfolio-box .content .title {
  margin-top: 4px;
  margin-bottom: 10px;
}

.videoAreaBox {
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  padding: 12px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.videoAreaBox iframe {
  width: 100%;
  height: 320px;
  border-radius: 20px;
}

.competitiveIntelligence {
  text-align: center;
  padding: 2px 0;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100px;
  width: 100%;
}

.competitiveIntelligence .container {
  position: relative;
}
.competitiveIntelligence p {
  color: #fff;
}
.competitiveIntelligence h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fc9643;
  font-weight: 600;
  padding: 3px;
  padding: 0.065em;
}
.competitiveIntelligence ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  position: relative;
}
.competitiveIntelligence ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fc9a3a;
  border-radius: 100px;
  top: 9px;
  left: 6px;
}

.registerBg {
  background: #323741;
  padding: 100px 0 70px;
  background: rgba(30, 40, 60, 0.89);
  background-image: url("../images/bg/bg-13.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.registerBg:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(1 5 16 / 96%);
}

.clientBox {
  padding: 5px;
  background: white;
  /* padding: 10px;
  background: #070a29; */
  border-radius: 10px;
  margin: 0 15px;
}
.clientBox img {
  width: 100%;
  height: 46px;
  object-fit: contain;
}

.sidemenuToggle .modal-dialog {
  max-width: 96%;
  padding: 48px 5rem;
}

.sidemenuToggle .modal-dialog nav li {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}

.sidemenuToggle .modal-dialog nav li a {
  display: inline-table;
  color: #5e5e5e;
  padding: 2px 0 3px 0 !important;
  font-size: 17px;
  line-height: 36px;
  /* font-weight: 700; */
  font-weight: 500;
  position: relative;
  border-radius: 0;
}

.sidemenuToggle .modal-dialog nav li a i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #505056;
  color: #5e5e5e;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
}

.sidemenuToggle .modal-dialog nav li a:hover {
  color: #ff7b2c;
}
.modal-content {
  /* background-color: #020416; */
  background-color: #ffffff;
}
.boxPanelBd {
  padding: 20px 15px;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  border: 2px solid #272a42;
  min-height: 148px;
}

.box-01 {
  position: absolute;
  top: 180px;
  left: 890px;
}

.box-02 {
  position: absolute;
  top: 158px;
  left: 1160px;
}
.box-02.box-03 {
  position: absolute;
  top: 358px;
  left: 1130px;
}
.box-02.box-04 {
  position: absolute;
  top: 190px;
  left: 400px;
}
.box-02.box-05 {
  position: absolute;
  top: 435px;
  left: 280px;
}

.box-02 .counter-style-1 .number {
  font-size: 25px;
}
.box-02 .counter-style-1 .count-kilo {
  font-size: 18px;
}
.box-02 .counter-style-1 .counter-title {
  font-size: 15px;
}
.box-02 .counter-style-1 {
  margin-bottom: 9px;
}

/* --------------------------------------------------- *
 * Photo wall
/* --------------------------------------------------- */

.photo-wall {
  background-color: #000;
  overflow: hidden;
  height: 500px;
}

.photo-wall .pw-item {
  position: relative;
  float: left;
  width: 12.5%; /* 8 columns */
  height: 20%; /* 4 rows */
}
.photo-wall:hover .pw-item {
}
.photo-wall .pw-item .cover {
  background-color: rgba(7, 10, 41, 0.9);
  /*  -webkit-backdrop-filter: blur(1px)!important;
    backdrop-filter: blur(1px)!important; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-wall .pw-item:hover .cover {
  background-color: transparent;
}

.photo-wall .pw-item:nth-child(1) .cover,
.photo-wall .pw-item:nth-child(4) .cover,
.photo-wall .pw-item:nth-child(8) .cover,
.photo-wall .pw-item:nth-child(11) .cover,
.photo-wall .pw-item:nth-child(14) .cover,
.photo-wall .pw-item:nth-child(18) .cover,
.photo-wall .pw-item:nth-child(24) .cover,
.photo-wall .pw-item:nth-child(28) .cover,
.photo-wall .pw-item:nth-child(31) .cover,
.photo-wall .pw-item:nth-child(33) .cover,
.photo-wall .pw-item:nth-child(38) .cover {
  animation-name: roundaction;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

@keyframes roundaction {
  0% {
    background-color: rgba(7, 10, 41, 0.9);
  }

  50% {
    background-color: transparent;
  }

  100% {
    background-color: rgba(7, 10, 41, 0.9);
  }
}

.photo-wall .pw-item:nth-child(1) .cover,
.photo-wall .pw-item:nth-child(3) .cover,
.photo-wall .pw-item:nth-child(8) .cover,
.photo-wall .pw-item:nth-child(13) .cover,
.photo-wall .pw-item:nth-child(16) .cover,
.photo-wall .pw-item:nth-child(20) .cover,
.photo-wall .pw-item:nth-child(26) .cover,
.photo-wall .pw-item:nth-child(31) .cover,
.photo-wall .pw-item:nth-child(33) .cover,
.photo-wall .pw-item:nth-child(35) .cover,
.photo-wall .pw-item:nth-child(40) .cover {
  animation-name: roundaction-1;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: 2.5s;
}

@keyframes roundaction-1 {
  0% {
    background-color: rgba(7, 10, 41, 0.9);
  }

  50% {
    background-color: transparent;
  }

  100% {
    background-color: rgba(7, 10, 41, 0.9);
  }
}

.photo-wall .pw-item .pw-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
}

/* Photo wall gutter 
====================== */
/* gutter 1 */
.photo-wall.gutter-1 {
  padding: 3px;
}
.photo-wall.gutter-1 .pw-item-img {
  margin: 3px;
}

/* gutter 2 */
.photo-wall.gutter-2 {
  padding: 6px;
}
.photo-wall.gutter-2 .pw-item-img {
  margin: 6px;
}

@media (max-width: 768px) {
  .photo-wall.gutter-2 {
    padding: 2px;
  }
  .photo-wall.gutter-2 .pw-item-img {
    margin: 2px;
  }
}

/* gutter 3 */
.photo-wall.gutter-3 {
  padding: 10px;
}
.photo-wall.gutter-3 .pw-item-img {
  margin: 10px;
}

@media (max-width: 1200px) {
  .photo-wall.gutter-3 {
    padding: 6px;
  }
  .photo-wall.gutter-3 .pw-item-img {
    margin: 6px;
  }
}
@media (max-width: 768px) {
  .photo-wall.gutter-3 {
    padding: 2px;
  }
  .photo-wall.gutter-3 .pw-item-img {
    margin: 2px;
  }
}

/* Photo wall on smaller screens 
================================== */
@media (max-width: 1600px) {
  .photo-wall .pw-item {
    width: 12.5%; /* 8 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-width: 1200px) {
  .photo-wall .pw-item {
    width: 16.66666666666667%; /* 6 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-width: 992px) {
  .photo-wall .pw-item {
    width: 20%; /* 5 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-width: 768px) {
  .photo-wall .pw-item {
    width: 25%; /* 4 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-height: 440px) {
  .photo-wall .pw-item {
    width: 20%; /* 5 columns */
    height: 50%; /* 2 rows */
  }
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 10, 41, 9);
}

/***

====================================================================
    Awards Section
====================================================================

***/

.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: "Poppins", sans-serif;
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
}
.sec-title h2 .selected {
  position: relative;
  display: block;
  padding-left: 130px;
}
.sec-title h2 .selected:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 7px;
  width: 102px;
  background-image: url(../images/icon/line-1.png);
  content: "";
}
.awards-section {
  position: relative;
  padding: 120px 0 70px;
}
.awards-section .sec-title {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awards-section .sec-title h2 {
  font-size: 80px;
  background-image: url(../images/icon/text-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.awards-section .sec-title h2 .first-line,
.awards-section .sec-title h2 .selected {
  background-image: url(../images/icon/text-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .awards-section .sec-title h2 {
    font-size: 84px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .awards-section .sec-title h2 {
    font-size: 64px;
  }
}
.awards-section .sec-title .text {
  padding-left: 100px;
}
@media only screen and (max-width: 1400px) {
  .awards-section .sec-title .text {
    padding-left: 0;
    font-size: 21px;
    line-height: 30px;
  }
}
.awards-section .sec-title .btn-box {
  margin-top: 0;
}
.awards-section .awards-carousel {
  position: relative;
}
.awards-section .awards-carousel:before {
  position: absolute;
  left: 0;
  top: 143px;
  width: 100%;
  height: 1px;
  background-image: url("../images/icon/border.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.award-block {
  position: relative;
  margin-bottom: 50px;
}
.award-block .inner-box {
  position: relative;
  text-align: center;
}
.award-block .inner-box:hover .count {
  color: #ffffff;
}
.award-block .count-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-bottom: 38px;
  margin-bottom: 25px;
}
.award-block .count-box:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 8px;
  width: 8px;
  background-color: var(--theme-color-light);
  content: "";
  border-radius: 50%;
}
.award-block .count-box .count {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  font-size: 110px;
  font-weight: 700;
  -webkit-text-stroke-color: var(--theme-color1);
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.award-block .sub-title {
  display: block;
  color: var(--theme-color-light);
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.award-block .sub-title i {
  font-size: 30px;
  color: #fff;
}
.award-block .title {
  font-size: 22px;
  color: var(--theme-color1);
  margin-bottom: 10px;
}
.award-block .year {
  position: relative;
  display: block;
  padding-top: 32px;
  font-size: 18px;
  color: var(--theme-color1);
  /*   font-family: var(--title-font);
  background-image: url(../images/icons/year-bg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.award-block .year:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  content: "";
}

/***

====================================================================
    Awards Section Two
====================================================================

***/
.awards-section-two {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.awards-section-two .circle-gradient {
  left: -820px;
  top: 0;
  height: 844px;
  width: 844px;
  background-image: url(../images/icons/shape-5.png);
}
.awards-section-two .circle-gradient:last-child {
  left: auto;
  right: -820px;
  top: -150px;
}
.awards-section-two .sec-title-four {
  margin-bottom: 40px;
}
.awards-section-two .awards-outer {
  position: relative;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
}

.award-block-two {
  position: relative;
}
.award-block-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .award-block-two .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.award-block-two .date-box {
  position: relative;
  padding: 40px 25px 35px 35px;
  border-right: 1px solid #e2e2e2;
  min-width: 175px;
}
@media only screen and (max-width: 767px) {
  .award-block-two .date-box {
    padding: 40px 20px 20px;
  }
}
.award-block-two .date-box .count {
  font-size: 20px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .award-block-two .date-box .count {
    color: var(--theme-color3);
  }
}
.award-block-two .date-box .year {
  position: relative;
  display: block;
  font-size: 20px;
  margin-top: 5px;
  color: var(--theme-color-dark);
  font-family: "Poppins", sans-serif;
}
.award-block-two .content-box {
  position: relative;
  text-align: center;
  padding: 40px 35px 35px;
}
@media only screen and (max-width: 767px) {
  .award-block-two .content-box {
    padding: 0 20px;
  }
}
.award-block-two .content-box .title {
  font-size: 24px;
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
.award-block-two .content-box .text {
  font-size: 17px;
  color: #8b9094;
}
.award-block-two .info-box {
  position: relative;
  padding: 40px 35px 35px 40px;
  border-left: 1px solid #e2e2e2;
  min-width: 270px;
}
@media only screen and (max-width: 1023px) {
  .award-block-two .info-box {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .award-block-two .info-box {
    padding: 20px 20px 40px;
  }
}
.award-block-two .info-box .designation {
  font-size: 24px;
  color: var(--theme-color-dark);
  margin-bottom: 5px;
}
.award-block-two .info-box .company {
  font-size: 17px;
  color: #8b9094;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.portfolio {
  text-align: center;
  padding: 100px 0;
  background: #eff2fb;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
/* .portfolio:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(1 5 16 / 91%);
}
 */
.dgRanBox {
  overflow: hidden;
  padding: 35px;
  padding-right: 140px;

  text-align: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 20px 80px rgba(2, 2, 2, 0.75);
}

.dgRanBox:after {
  position: absolute;
  width: 470px;
  height: 200px;
  bottom: -160px;
  right: -200px;
  background-color: #ffbf00 !important;
  content: "";
  /* right: 0; */
  transform: rotate(-45deg);
}
.dgRanBox h5 {
  font-size: 31px;
  font-weight: 600;
  line-height: 49px;
  padding-bottom: 10px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #000;
}

.dgRanBox p {
  /* font-size: 17px; */
  font-size: 15px;
  text-align: justify;
  color: #000;
}

.videoAreaPanel {
  position: absolute;
  left: -120px;
  top: -70px;
  z-index: 5;
  width: 500px;
}
.videoAreaPanel iframe {
  width: 550px;
  height: 330px;
  border-radius: 20px;
  background: #ffbf00 !important;
  box-shadow: 0px 30px 150px rgba(2, 2, 2, 0.75);
}

.BrandMangArea {
  background: #0d1032;
  text-align: center;
  padding: 100px 0;
  padding-top: 130px;
  position: relative;
}
.BrandMangArea:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 70%;
  /*    margin-left: -15%; */
  left: 15%;
  top: 0;
  background: #05081a;
}

.dgRanBox-1 {
  position: relative;
  background-color: #0b0e24;
  box-shadow: 0px 30px 150px rgba(2, 2, 2, 0.75);
}
.dgRanBox-1 img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.dgRanBox-1:after {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -100px;
  right: -100px;
  z-index: 1;
  /*  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%); */
  background: #a63030;
  content: "";
  /* right: 0; */
}
.dgRanBox-1.redBoxRt:after {
  position: absolute;
  width: 270px;
  height: 270px;
  right: auto;
  top: -100px;
  left: -100px;
  z-index: 1;
  /*  background: linear-gradient(97.3deg, #ff512f 0%, #dd2476 100%); */
  background: #a63030;
  content: "";
  /* right: 0; */
}

.BrandManagementBox {
  position: absolute;
  width: 500px;
  left: -110px;
  text-align: left;
  padding-top: 100px;
  z-index: 2;
}

.BrandManagementBox h5 {
  font-size: 70px;
  line-height: 67px;
  /* margin-left: -215px; */
  letter-spacing: 3px;
  padding-bottom: 25px;
}

.BrandManagementBox p,
.BrandManagementBox .group-btn {
  padding-left: 130px;
}

.campaignStrategyBox {
  position: absolute;
  width: 500px;
  right: -110px;
  text-align: right;
  padding-top: 100px;
  z-index: 4;
}

.campaignStrategyBox h5 {
  font-size: 70px;
  line-height: 67px;
  /* margin-left: -215px; */
  letter-spacing: 3px;
  padding-bottom: 25px;
}

.campaignStrategyBox p,
.campaignStrategyBox .group-btn {
  padding-right: 130px;
}

.innerHeader {
  padding: 80px 0 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  background: url("../images/bg/breadcrumb-shape-1.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.innerHeader h2 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #0a2951;
  color: transparent;
  background: transparent linear-gradient(99deg, #1c3042 0%, #352187 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.iconCol-1 {
}

/* new design css */

.bannerSection {
  width: 100%;
  height: 100vh;
  position: relative;
  border-radius: 0px 0px 100px 100px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background: rgb(215, 236, 241);
  background: linear-gradient(
    90deg,
    rgba(215, 236, 241, 1) 0%,
    rgba(163, 202, 243, 1) 100%
  );
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #fff;
}
.bannerSection:after {
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  background-image: url("../images/bg4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFFB3 65%, #FFFFFF 100%); */
}

.homeBannerSilderWrapper {
  position: relative;
  z-index: 99;
}
.homePageBannerSilder {
  background: url(/wp-content/uploads/2023/07/home-bg-scaled.webp);
  background-position: bottom;
  z-index: 0;
  padding: 220px 0 200px;
  margin-top: -135px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder {
    padding: 170px 0 60px;
  }
}

.homePageBannerSilder:before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 1;
  filter: blur(50px);
  width: 120%;
  height: 40%;
  top: -135px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder:before {
    filter: blur(50px);
    width: 120%;
    left: -60px;
    height: 30%;
    top: -80px;
  }
}

.homePageBannerSilder:after {
  transform: rotate(-3deg);
  bottom: -50px;
  right: -5px;
  z-index: 0;
  width: 104%;
  height: 100px;
  background: #fff;
  position: absolute;
  content: "";
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder:after {
    display: none;
  }
}

.homePageBannerSilder .headingText {
  font-size: 95px;
  line-height: 100px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homePageBannerSilder .headingText {
    font-size: 75px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder .headingText {
    font-size: 60px;
    line-height: 65px;
  }

  .homePageBannerSilder .headingText br {
    display: block;
  }
}

.homePageBannerSilder .content {
  color: #313131;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder .content {
    line-height: 34px;
  }

  .homePageBannerSilder .content br {
    display: none;
  }
}

.homePageBannerSilder .blueBtn {
  font-size: 20px;
  padding: 15px 35px;
  line-height: 24px;
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder .blueBtn {
    font-size: 18px;
    width: 100%;
  }
}

.homePageBannerSilder .container {
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .homePageBannerSilder .container {
    overflow: hidden;
  }
}

.homeBannerSilder {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  position: absolute;
  top: 0;
  right: 15px;
  max-height: 790px;
  width: 650px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeBannerSilder {
    width: 50%;
    gap: 20px;
    margin-right: -25px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder {
    width: 50%;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder {
    position: relative;
    width: 100%;
    margin-top: 45px;
    overflow: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 30px;
  }
}

.homeBannerSilder .bannerSlider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  animation: d 15s linear infinite;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeBannerSilder .bannerSlider {
    width: 200px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider {
    max-width: 100%;
    animation: e 20s linear infinite;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.homeBannerSilder .bannerSlider.bannerSliderSlow {
  animation: d 20s linear infinite;
  -ms-flex-preferred-size: 328px;
  flex-basis: 328px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeBannerSilder .bannerSlider.bannerSliderSlow {
    width: 280px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider.bannerSliderSlow {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider.bannerSliderSlow {
    max-width: 100%;
    animation: e 15s linear infinite;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 40px 50px #00000029;
  border-radius: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon {
    min-width: 200px;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon h3 {
  letter-spacing: 0;
  color: #000;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon .imageWrapper {
    margin: 0 !important;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon img {
  max-width: 60px;
  margin-left: 0;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon img {
    max-width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon img {
    max-width: 40px;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage {
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage h3 {
  font-size: 29px;
  line-height: 35px;
  min-width: 120px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage h3 {
    font-size: 26px;
    line-height: 32px;
    min-width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage h3 {
    font-size: 22px;
    line-height: 30px;
    min-width: 120px;
  }
}

.homeBannerSilder
  .bannerSlider
  .whiteCardWithIcon.leftImage
  p.smallp.greyColor {
  letter-spacing: 0;
  color: #a2a2a2;
  font-size: 17px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder
    .bannerSlider
    .whiteCardWithIcon.leftImage
    p.smallp.greyColor {
    font-size: 14px;
    line-height: 18px;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage span.greenCount {
  letter-spacing: 0;
  color: #1f9814;
  font-size: 14px;
  line-height: 16px;
  background-color: #e0fee9;
  border-radius: 11px;
  min-width: 80px;
  padding: 3px 5px;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage.smallIcon {
  -ms-flex-pack: start;
  justify-content: start;
  gap: 25px;
  padding: 12px 25px;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage.smallIcon img {
  min-height: 43px;
  min-width: 43px;
  max-width: 43px;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.leftImage.smallIcon p {
  letter-spacing: 0;
  color: #3b3b3b;
  font-size: 19px;
  line-height: 24px;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage {
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 34px;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage img {
  max-width: 100%;
  margin-bottom: 8px;
  width: 100%;
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage h3 {
  font-size: 39px;
  line-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage h3 {
    font-size: 30px;
    min-width: 120px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage p {
  letter-spacing: 0;
  color: #a2a2a2;
  font-size: 21px;
  line-height: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whiteCardWithIcon.topImage p {
    font-size: 17px;
    line-height: 21px;
  }
}

.homeBannerSilder .bannerSlider .globwrapper img.globeImg {
  margin-top: -75px;
  max-width: 120px;
  float: right;
  z-index: 9;
  position: relative;
}

.homeBannerSilder .bannerSlider .bannerSliderImg {
  filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.160784));
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .bannerSliderImg {
    max-height: 300px;
    max-width: 240px;
    filter: none;
  }
}

.homeBannerSilder .bannerSlider .whatsappImageWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.homeBannerSilder .bannerSlider .whatsappImageWrapper .bannerSliderImg {
  max-width: 148px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .bannerSliderImg {
    width: 120px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .bannerSliderImg {
    max-width: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .bannerSliderImg {
    max-width: 135px;
  }
}

.homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper {
  width: 148px;
  height: 148px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
  border-radius: 50%;
  background: transparent linear-gradient(153deg, #ffd258, #8644d8 69%, #702feb)
    0 0 no-repeat padding-box;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper {
    width: 105px;
    height: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper {
    width: 135px;
    height: 135px;
  }
}

.homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper h3 {
  letter-spacing: 0;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.homeBannerSilder .bannerSlider .whatsappImageWrapper .contentWrapper p {
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.homeBannerSilder .bannerSlider .logoWrapers {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .logoWrapers {
    gap: 15px;
  }
}

.homeBannerSilder .bannerSlider .logoWrapers .wrapper {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 40px 50px #a2a2a229;
  width: 100%;
  height: auto;
  border-radius: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homeBannerSilder .bannerSlider .logoWrapers .wrapper img {
  width: 75%;
}

.homeBannerSilder .bannerSlider .logoWrapers.carrier .wrapper {
  min-height: 65px;
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .logoWrapers.carrier .wrapper {
    min-height: 50px;
    min-width: 105px;
  }
}

.homeBannerSilder .bannerSlider .logoWrapers.channel .wrapper {
  min-height: 88px;
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .logoWrapers.channel .wrapper {
    min-height: 50px;
    min-width: 105px;
  }
}

.homeBannerSilder .bannerSlider .gradientCard {
  background: transparent linear-gradient(132deg, #ffd258, #8644d8 69%, #3a3fbe)
    0 0 no-repeat padding-box;
  border-radius: 120px;
  padding: 20px 25px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .gradientCard {
    padding: 12px 20px;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .gradientCard {
    padding: 12px 20px;
    gap: 15px;
  }
}

.homeBannerSilder .bannerSlider .gradientCard h3 {
  color: #fff;
  font-size: 27px;
  line-height: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeBannerSilder .bannerSlider .gradientCard h3 {
    width: 120px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homeBannerSilder .bannerSlider .gradientCard h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .gradientCard h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.homeBannerSilder .bannerSlider .gradientCard p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.homeBannerSilder .bannerSlider .gradientCard img {
  max-width: 90px;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .homeBannerSilder .bannerSlider .gradientCard img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .homeBannerSilder .bannerSlider .gradientCard img {
    max-width: 70px;
  }
}

@keyframes d {
  0% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes e {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50%);
  }

  80% {
    transform: translateX(-85%);
  }

  to {
    transform: translateX(0);
  }
}

.upColor,
.upColor i {
  color: #08ce08;
}

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
  /*   -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;  */
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.cardBox-01 {
  position: relative;
}
.cardBox-01 img {
  width: 100%;
}
.cardBox-01 .noRank {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  bottom: 30%;
  padding: 10px;
  border: 3px solid #fff;
  right: -25px;
  background: #ed9313;
  font-size: 25px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.cardBox {
  background: #fff;
  box-shadow: 0 40px 50px #00000029;
  border-radius: 60px;
  padding: 20px;
  /*   display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}

.rankingBox {
  color: #0e2e57;
  font-size: 40px;
  font-weight: 600;
}
.rankingBox .heartIcon i {
  width: 50px;
  padding: 7px;
  height: 7px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fe5948;
  border-radius: 50%;
  background: #f8cbcc;
}
.rankingBox .rateName {
  font-size: 15px;
  color: #8a93a9;
}
.rankingBox .ratingBox {
  font-size: 23px;
}
.rankingBox .ratingBox i {
}

.cardBox .rankingBox img {
  width: 60px;
  height: 60px;
  border-radius: 50pc;
  margin-right: 5px;
}

.cardBox-2 {
  position: absolute;

  background: #fff;
  box-shadow: 0 40px 50px #00000029;
  border-radius: 10px;
  padding: 15px;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.cardBox-2 img {
  width: 100%;
}

.cardPO-1 {
  left: 45px;
  top: 400px;
}

.cardPO-2 {
  right: 15px;
  bottom: 100px;
}

.cardPO-3 {
  width: 280px;
  right: 50px;
  top: 200px;
  z-index: -1;
}

.cardPO-4 {
  left: 15px;
  bottom: 180px;
}

.moving_animation {
  animation: moving_object 6s infinite linear;
  animation-delay: 0s;
}

@keyframes moving_object {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moving_position_animatin {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.ratingRadBox {
  width: 200px !important;
  text-align: center;
  height: 200px !important;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  background: rgb(206, 159, 116);
  padding-top: 80px;
  padding-bottom: 80px;
  margin: auto;
  background: linear-gradient(
    141deg,
    rgba(206, 159, 116, 1) 0%,
    rgba(124, 59, 223, 1) 100%
  );
}

.ratingRadBox .f-20 {
  font-size: 20px;
}

ul.banner-tabs.custom-tabs {
  z-index: 99;
  width: 50%;
  position: absolute;
  margin-top: -180px !important;
  top: 50%;
  transform: translateY(-50%);
  /*  -moz-transform: translateY(-70%);
    -webkit-transform: translateY(-70%); */
}
ul.banner-tabs.custom-tabs li:not(:last-of-type) {
  margin-right: 15px;
  margin-left: 30px;
}
ul.banner-tabs.custom-tabs li a {
  padding: 10px;
  border: 2px dashed #32345b57;
  border-bottom: 0;
  background: transparent;
  color: #333;
}
ul.banner-tabs.custom-tabs li a.active {
  border: 2px dashed #fc8636;
  border-bottom: 0;
  background: #fc8636;
  color: #fff;
}

.bannerSection .serachArea {
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  -webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}
.bannerSection .serachArea input {
  width: calc(100% - 110px);
  padding: 2px 10px;
  border: 0;
}
.bannerSection .serachArea input:focus {
  border: 0;
  outline: none;
}
.bannerSection .serachArea button {
  background: linear-gradient(
    90deg,
    rgba(61, 14, 109, 1) 0%,
    rgba(19, 58, 136, 1) 100%
  );
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  transition: all ease-in-out 0.2s;
}
.bannerSection .serachArea button:hover {
  background: #ffad00;
  transition: all ease-in-out 0.2s;
}
.bannerSection .serachArea input::placeholder {
  color: #000;
}

.bannerSection [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.bannerSection .bubble-1 {
  top: 15%;
  left: 13%;
}
.bannerSection .bubble-2 {
  top: 25%;
  left: 35%;
}
.bannerSection .bubble-3 {
  top: 60%;
  left: 15%;
}
.bannerSection .bubble-4 {
  bottom: 10%;
  left: 45%;
}
.bannerSection .bubble-5 {
  top: 10%;
  right: 15%;
}
.bannerSection .bubble-6 {
  top: 30%;
  right: 40%;
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px)
      translateX(20px);
    transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px)
      translateX(20px);
    transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}
.bannerHdText {
  z-index: 99;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 2px dashed #32345b57;
  border-radius: 30px;
  padding: 20px;
}

.bannerHdText h1 {
  font-size: 35px;
  color: #0a2951;
  letter-spacing: -1px;
  /* color: transparent;  */
  /*  background: transparent linear-gradient(99deg,#1c3042 0%,#352187 100%) 0% 0% no-repeat padding-box; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  */
  margin-bottom: 10px;
}
.bannerHdText h1 span {
  color: transparent;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: rgb(10, 41, 81);
  /* background: url("../images/bar.png"); */
  background-position: 50%;
  /* font-weight: 700; */
  font-size: 38px;
  background-size: contain;
  background-repeat: no-repeat;
}




.bannerHdText p {
  font-size: 17px;
  color: #0a2951;
}

.bannerHdText .bannerBtn a.btn {
  background: #fc8636;
}
.bannerHdText .bannerBtn a.btn-bd {
  background: transparent;
  border: 2px solid #133a88;
  color: #133a88;
}
.bannerHdText .bannerBtn a.btn:hover {
  background: #133a88;
  color: #fff;
}
.bannerButtomArea {
  width: 100%;
  background: #f6f6f6;
  padding: 50px 0;
}

.bannerSection .bannerWebImg {
  position: absolute;
  bottom: -130px;
  z-index: 99;
}
.bannerSection .bannerWebImg img {
  width: 100%;
}

@media only screen and (min-width: 1800px) {
  .bannerSection .bannerWebImg {
    bottom: 0px;
  }
}

.live-auction {
  position: relative;
  background: #fff;
}
.live-auction.bgArea-01:after {
  width: 100%;
  position: absolute;
  top: 0;
  height: 20px;
  left: 0;
  background: #fff;
  content: "";
}
.live-auction.bgArea-01:before {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 320px;
  left: 0;
  background: #eff2fb;
  content: "";
  box-shadow: 0px 0px 50px rgb(211 221 249);
}

/* tab arr */

.live-auction .service {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
  perspective: 700px;
  padding: 11px !important;
}

.live-auction .front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transform-style: preserve-3d;

  transition: 0.7s;
}

.live-auction .front .frontInner {
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
}

.live-auction .title {
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
}
.live-auction .numberArea {
  text-align: center;
  position: relative;
}
.live-auction .numberArea:after {
  width: 100%;
  height: 2px;
  background: #ececec;
  left: 0;
  top: 50%;
  content: "";
  position: absolute;
}
.live-auction .numberArea span {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fc9034;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.live-auction .action-wrapper {
  /* border-top: 1px dashed #515151; */
  background: #ffffff;
  position: absolute;
  width: 92%;
  left: 4%;
  bottom: -44px;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  z-index: -1;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.live-auction .back {
  position: absolute;
  color: #000;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 15px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotateX(-180deg);
  background: #f8f8f8;
  transition: 0.7s;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.live-auction .back button.compareBtn {
  background: #fc9136;
  border: 0;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  position: absolute !important;
  right: 9px;
  top: 12px;
  z-index: 8;
  font-size: 14px;
}

.live-auction .service:hover .back {
  transform: rotateX(0deg);
}

.live-auction .product-card-timer {
  display: flex;
  justify-content: center;
}

.live-auction .product-card-timer ul {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 5px 10px;
  border-radius: 0.75rem;
  background-color: #fff;
  /*   -webkit-backdrop-filter: blur(8px)!important;
    backdrop-filter: blur(8px)!important; */
  width: 100%;
}
.live-auction .product-card-timer ul li {
  font-size: 18px;
  width: 33.3%;
  text-align: center;
  line-height: 25px;
}
.live-auction .product-card-timer ul li i {
  display: block;
  font-size: 20px;
  display: none;
}
.live-auction .product-card-timer ul li span {
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.live-auction .product-card-timer ul li:first-child span {
  color: #63d341;
}
.live-auction .product-card-timer ul li:last-child span {
  color: #e5412e;
}

.live-auction .front h6 {
  transform: translateZ(50px);
}

.live-auction .front h6 {
  transform: translateZ(50px);
}
.live-auction .back h5 {
  display: flex;
  margin-top: 8px;
  transform: translateZ(50px);
  color: rgb(205 205 205);
  /* align-self: center !important; */
  justify-content: space-evenly;
  border-bottom: 1px solid #6464644a;
  padding-bottom: 6px;
  font-size: 17px;
}

.live-auction .back p {
  margin: 0 40px;
  transform: translateZ(50px);
}

.live-auction .service1 .front {
  background: #fff;
  padding: 14px;
  box-shadow: 0 0 20px #0000001f;
  border-radius: 20px;
}

.live-auction .service2 .front {
  background: linear-gradient(45deg, rgb(244 165 192), rgb(143 87 177));
}

.live-auction .service3 .front {
  background: linear-gradient(45deg, rgb(203 106 153), rgb(217 181 134));
}
.live-auction .service:hover .front {
  transform: rotateX(180deg);
}

.back .TabsCard img {
  width: 133px;
  border-radius: 100%;
  margin-top: -64px;
  border: 1px solid #0000000f;
  padding: 10px;
  background: #fff;
}

.EnggDetail span.data {
  color: #a1a1a1;
  align-self: center;
}

.EnggDetail h5 i.fa {
  background: #00000057;
  align-self: center;
  padding: 5px;
  border-radius: 8px;
  font-size: 18px;
  margin-top: -4px;
}

.TabsCard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TabsCard img {
  width: 135px;
  border-radius: 100%;
  margin-top: -80px;
  border: 1px solid #0000000f;
  padding: 10px;
  background: #fff;
}

.TabCardArea .tabMain {
  background: #fff;
  box-shadow: 0 0 20px #00000026;
  padding: 20px;
  border-radius: 20px;
}
.TabCardArea .tab-content.TabCardArea {
  padding: 50px 0;
}
.TabCardArea .middle {
  text-align: center;
  padding: 9px 0;
}
.TabCardArea .detail {
  display: flex;
  flex-direction: column;
}
.TabCardArea .endDiv {
  display: flex;
  justify-content: space-between;
}
.TabCardArea .hastagDiv {
  align-self: center;
}

.newsAreaSection {
  background: #fff;
  padding: 50px 0;
}
.newsAreaSection .block-text .heading {
  color: #333;
}
.newsAreaSection .block-text .sub-heading {
  margin-bottom: 2px;
}
.newsAreaSection .block-text .sub-heading span {
  color: #fc8433;
}

.clientSection.live-auction {
  background: #daedf2;
  padding: 20px 0;
}

.headingArea {
  width: 60%;
  margin: auto;
  text-align: center;
}
.headingArea h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  color: #f56a1e;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.headingArea h6:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 120px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #dedede;
}

.headingArea h6:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #ff497c;
  right: 0px;
  left: auto;
  bottom: -3px;
  animation: pulsex 5s ease infinite alternate;
}

@keyframes pulsex {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(-150px);
  }
}
.headingArea h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #32345b;
  text-align: center;
  font-size: 42px;
  /* font-weight: 700; */
}
.headingArea p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 16px;
  /* font-weight: 500; */
}

.DigitalRankScoreArea {
  counter-reset: workNumber;
  position: relative;
}

.DigitalRankScoreArea .row.bg30 {
  background-image: url("../images/work-process-1-1.png");
  background-repeat: no-repeat;
  background-position: center 10%;
}
.DigitalRankScoreArea .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}

[class*="col-"]:nth-child(2) .popularRank {
  margin-top: 70px;
}

[class*="col-"]:nth-child(3) .popularRank {
  margin-top: 110px;
}

[class*="col-"]:nth-child(4) .popularRank {
  margin-top: 40px;
}

[class*="col-"]:nth-child(5) .popularRank {
  margin-top: 80px;
}

.scoreAreaSection {
  position: relative; /* background: #fff; */
}
/* .scoreAreaSection:after{ width: 100%; position: absolute; top: 0; height: 20px; left: 0; background: #fff; content: ''; } */
.scoreAreaSection:before {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 320px;
  left: 0;
  background: #eff2fb;
  content: "";
  box-shadow: 0px 0px 150px rgb(239 240 245);
}
.DigitalRankScoreArea .popularRank {
  counter-increment: workNumber;
  text-align: center;
  position: relative;
}
.DigitalRankScoreArea .popularRank::after {
  content: counters(workNumber, ".", decimal-leading-zero);
  width: 40px;
  height: 40px;
  background-color: #fc752f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 40px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease;
  z-index: 99;
}

.DigitalRankScoreArea .popularRank .popularRankImgst {
  width: 132px;
  position: relative;
  height: 132px;
}
.DigitalRankScoreArea .popularRank .popularRankImgst img {
  width: 132px;
  height: 132px;
  z-index: 99;
  transition: all ease-in-out 0.5s;
  position: relative;
  border: 2px dashed #32345b57;
  border-radius: 50%;
  padding: 5px;
}

.DigitalRankScoreArea .popularRank .popularRankImgst:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border: 2px dashed #fc732e;
}

.DigitalRankScoreArea .popularRank:hover .popularRankImgst:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: rotated_circle 5s linear infinite;
  animation: rotated_circle 5s linear infinite;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.DigitalRankScoreArea .popularRank:hover .popularRankImgst img {
  border: 2px dashed transparent;
  transition: all ease-in-out 0.5s;
}
.DigitalRankScoreArea .popularRank h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #1c1c27;
  margin-top: 26px;
  margin-bottom: 0px;
}
/* Hero Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.DigitalRankScoreArea .popularRank a {
  color: #fc732e;
}
.DigitalRankScoreArea .popularRank a i {
  vertical-align: middle;
}

.work-process {
  counter-reset: workNumber;
  position: relative;
}
.work-process__item {
  counter-increment: workNumber;
  text-align: center;
  position: relative;
}
.work-process__item::after {
  content: counters(workNumber, ".", decimal-leading-zero);
  width: 40px;
  height: 40px;
  background-color: #fc7e32;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 40px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease;
  z-index: 9;
}

.work-process__item::after:hover {
  background-color: var(--thm-black);
  color: #fff;
}

[class*="col-"]:nth-child(even)::after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}

.work-process__icon {
  width: 132px;
  height: 132px;
  background-color: #fff;
  border: 1px solid var(--thm-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  color: var(--thm-base);
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}

.work-process__icon::before {
  content: attr(content);
  position: absolute;
  width: 125px;
  height: 125px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
}

.work-process__icon::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50%;
  background: conic-gradient(
    #3a7cec 0%12.5%,
    #2ca24c 12.5%25%,
    #f1b500 25%37.5%,
    #e33e2b 37.5%50%,
    #3a7cec 50%62.5%,
    #2ca24c 62.5%75%,
    #f1b500 75%87.5%,
    #e33e2b 87.5%100%
  );
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.work-process__item:hover .work-process__icon::before {
  background-color: #fc7e32;
  transition: all ease-in-out 0.2s;
  color: #fff;
}

.work-process__item .work-process__icon img {
  z-index: 9;
  position: relative;
}

.work-process__item:hover .work-process__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .work-process .row {
    background-image: url(../images/work-process-1-1.png);
    background-repeat: no-repeat;
    background-position: center 10%;
  }
}

@media (min-width: 992px) {
  [class*="col-"]:nth-child(2) .work-process__item {
    margin-top: 70px;
  }
  [class*="col-"]:nth-child(3) .work-process__item {
    margin-top: 110px;
  }

  [class*="col-"]:nth-child(4) .work-process__item {
    margin-top: 40px;
  }

  [class*="col-"]:nth-child(5) .work-process__item {
    margin-top: 80px;
  }
}

.work-process__title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: var(--thm-black);
  margin-top: 26px;
  margin-bottom: 0px;
}

.work-process__title a {
  color: inherit;
  transition: all 500ms ease;
}

.work-process__text {
  margin: 0;
  max-width: 202px;
  margin-left: auto;
  margin-right: auto;
}
.work-process__text span {
  color: var(--thm-orangecolor);
}

.work-process .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}

.searchSectionBox {
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 17px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  background: url(../images/bg/breadcrumb-shape-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.searchSectionBox .bgWhiteBox {
  border-radius: 50px;
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
}
.searchSectionBox .bgWhiteBox .searchbar {
  position: relative;
}
.searchSectionBox .line {
  width: 100%;
  height: 1px;
  background: #d8d8dd;
  margin: 30px 0;
  position: relative;
}
.searchSectionBox .bgWhiteBox .search_input {
  background: #fbfbfb;
  border: 0;
  outline: 0;
  width: 100%;
  line-height: 40px;
  transition: width 0.4s linear;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 22px;
  padding-right: 60px;
}
.searchSectionBox .bgWhiteBox .search_input::placeholder {
  color: #fff;
}
.searchSectionBox .bgWhiteBox .search_input:hover,
.searchSectionBox .bgWhiteBox .search_input:focus {
  box-shadow: 0px 0px 0px 2px #8d8d8d !important;
}
.searchSectionBox .bgWhiteBox .compareInputPanel {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  outline: 0;
  width: 100%;
  line-height: 40px;
  transition: width 0.4s linear;
  border-radius: 50px;
  font-size: 22px;
  z-index: 9;
}
.searchSectionBox .bgWhiteBox .compareInputPanel:hover .compareContentArea i,
.searchSectionBox .bgWhiteBox .compareInputPanel:hover .compareContentArea {
  color: #fb8735;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .search_input {
  background: transparent !important;
  /* background: white !important; */
  z-index: 9;
  font-size: 14px;
  position: relative;
  padding-right: 15px;
  color: #8f8f8f;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .compareContentArea {
  position: absolute;
  left: 14px;
  top: 9px;
  font-size: 20px;
  color: #8f8f8f;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .compareContentArea i {
  font-size: 27px;
  vertical-align: middle;
}
.searchSectionBox .bgWhiteBox .search_icon {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  height: 40px;
  background: #fbfbfb;
  width: 28px;
  border-radius: 50%;
  color: #8f8f8f;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
}

.searchSectionBox .bgWhiteBox .search_icon:hover {
  color: #fc9a3a;
}
.searchSectionBox .bgWhiteBox .r-30 {
  right: 30px !important;
}
.searchSectionBox .bgWhiteBox .urlBtn {
  position: absolute;
  right: 21px;
  top: 16px;
  font-size: 25px;
  position: absolute;
  right: 16px;
  top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 17px 17px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  background: linear-gradient(45deg, #fc5124, #fc9a3a);
  text-decoration: none;
}
.searchSectionBox .bgWhiteBox .urlBtn:hover {
  background: #3f3d56;
}
.searchSectionBox .form-group {
  margin-bottom: 0;
}
.searchSectionBox .form-group .form-control {
  border: 1px solid #c4c4c4;
  width: 100%;
  appearance: auto !important;
  -moz-appearance: auto !important;
  -ms-appearance: auto !important;
  -o-appearance: auto !important;
  -webkit-appearance: auto !important;
  border-radius: 15px;
  padding: 3px 10px;
  height: 40px;
  margin-bottom: 0;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .close-Area {
  position: absolute;
  display: inline-block;
  right: 6px;
  font-size: 39px;
  top: 11px;
  color: rgb(176, 190, 197);
  z-index: 9;
  cursor: pointer;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .close-Area:hover {
  color: rgb(252 132 51);
}
.searchSectionBox .bgWhiteBox .compareInputPanel .dropdown {
  position: absolute;
  display: inline-block;
  right: 6px;
  top: 13px;
  color: rgb(176, 190, 197);
  z-index: 9;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .dropdown > i {
  width: 32px;
  height: 32px;
  background: #fbfbfb;
  text-align: center;
  border-radius: 50%;
  margin-right: 4px;
  color: #9c9fa5;
  cursor: pointer;
  line-height: 32px;
  font-size: 19px;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .dropdown > i:hover {
  background: #3f3d56;
}
.searchSectionBox .bgWhiteBox .compareInputPanel .dropdown .dropdown-menu {
  padding: 0;
  min-width: 7rem;
  right: 0;
  left: unset !important;
}
.searchSectionBox
  .bgWhiteBox
  .compareInputPanel
  .dropdown
  .dropdown-menu
  .dropdown-item {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 15px;
  color: rgb(69, 90, 100);
}
.searchSectionBox
  .bgWhiteBox
  .compareInputPanel
  .dropdown
  .dropdown-menu
  .dropdown-item
  i {
  font-size: 13px;
  color: rgb(69, 90, 100);
  margin-right: 5px;
}
.searchSectionBox
  .bgWhiteBox
  .compareInputPanel
  .dropdown
  .dropdown-menu
  .dropdown-item:hover {
  background: #fc9a3a;
  color: #fff;
}
.searchSectionBox
  .bgWhiteBox
  .compareInputPanel
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fff;
}
.searchSectionBox .siteinfoBox h6 {
  font-size: 15px;
  font-weight: 700;
  color: #3f3d56;
  margin: 10px 0;
  padding: 0;
}
.searchSectionBox .bgWhiteBox .siteinfoBox span {
  display: block;
  background: #ffc400;
  padding: 7px 5px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}
.searchSectionBox .siteinfoBox .gainLgBox {
  background: url(../images/bg-icon3a.jpg) no-repeat center;
  width: 103px;
  height: 117px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  line-height: 117px;
  display: inline-block;
}
.searchSectionBox .siteinfoBox .gainLgBox:hover {
  background: url(../images/bg-icon3b.jpg) no-repeat center;
}
.searchSectionBox .siteinfoBox .gainLgBox.bg4 {
  background: url(../images/bg-icon3b.jpg) no-repeat center;
}
.searchSectionBox .siteinfoBox .gainLgBox.bg4:hover {
  background: url(../images/bg-icon3a.jpg) no-repeat center;
}
.searchSectionBox .siteinfoBox .siteinfoArea {
  border: 1px solid #999;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}
.searchSectionBox .siteinfoBox .siteinfoArea .gainLgBoxNo {
  color: #0da869;
  font-size: 14px;
}
.searchSectionBox .br-lr {
  border-left: 1px solid #ebebee;
  border-right: 1px solid #ebebee;
}
.btnFilters {
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background: #30c208;
  border-radius: 15px;
  width: auto;
}
.btnFilters:hover {
  background: #3f3d56;
  color: #fff;
}
.btnReset {
  margin: 0;
  border: 1px solid #d8d7dc;
  padding: 10px 15px;
  color: #bcbcbc;
  border-radius: 15px;
  width: auto;
}
.btnReset:hover {
  background: #fa000c;
  color: #fff;
  border: 1px solid #fa000c;
}
.searchSectionBox .siteinfoBox .cut-diamond {
  border: 2px solid #3f3d55;
  border-radius: 100px;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 10px auto 0;
  display: inline-block;
  padding: 5px 15px;
}
.searchSectionBox .siteinfoBox .cut-diamond span {
  color: #3f3d55;
  line-height: normal;
  font-weight: 700;
  font-size: 14px;
}

.searchSectionBox .btnPlus-2 {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #5b5f67;
  text-align: center;
  font-size: 30px;
  position: absolute;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  background: #323741;
}

p.Compairsearchloading.text-center,
p.searchloading.text-center {
  color: #000 !important;
  font-size: 14px;
  position: absolute;
  right: 51px;
  top: 18px;
}

.InsightsSectionArea {
  overflow: hidden;
  padding: 20px 0;
  z-index: 1;
  position: relative;
}
.InsightsSectionArea.bgArea-5 {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  /* background: #dceef3; */
  background: #eff2fb;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.InsightsSectionArea h1 {
  font-size: 16.1px;
  color: #0a2951;
  margin-bottom: 15px;
}
.InsightsSectionArea h1 strong {
  color: #fc9a3a;
  margin-left: 6px;
}
.InsightsSectionArea .InsightsArea {
  text-align: center;
}
.InsightsSectionArea .InsightsArea h2 {
  font-size: 46px;
  /* font-weight: 900; */
  font-weight: 700;
  line-height: 1.14;
  color: #0a2951;
  font-family: "Lato", sans-serif;
}

.InsightsSectionArea .InsightsArea h6 {
  color: #0a2951;
}
.InsightsSectionArea .InsightsArea .linksContainer {
  position: relative;
  width: 100%;
  max-width: 207px;
  height: 30px;
  margin: 0 auto;
  left: 8px;
  line-height: normal;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.InsightsSectionArea .InsightsArea .linksContainer .animatedLine {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  letter-spacing: -0.3px;
  text-align: center;
}
.InsightsSectionArea .InsightsArea .normalText {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.InsightsSectionArea .InsightsArea .normalText svg {
  display: flex;
  flex-shrink: 0;
  fill: #0f62ff;
  position: relative;
  top: 0;
}
.InsightsSectionArea .InsightsArea .linksContainer .animatedLine--second {
  top: 3px;
  opacity: 0;
  transform: translateX(10px);
}
.InsightsSectionArea .InsightsArea .linksContainer:hover .animatedLine--first {
  opacity: 0;
  transform: translateX(-10px);
}
.InsightsSectionArea .InsightsArea .linksContainer:hover .animatedLine--second {
  opacity: 1;
  transform: translateX(0);
}
.InsightsSectionArea .rvHd {
  font-size: 20px;
  margin-bottom: 10px;
}
.InsightsSectionArea .reviewsBoxfliter {
  /* background: ; */
  padding: 0px;
}
.InsightsSectionArea .reviewsBoxfliter .form-group label {
  color: #333;
  margin-bottom: 5px;
}
.inputPanel {
  padding: 10px 5px;
  border: 1px solid #cacfe1;
  border-radius: 10px;
}
.SearchPostSection {
  padding: 20px 0;
}

.filterBtn {
  background: #fc9a3a;
  border: 0;
  padding: 8px 10px 3px;
  line-height: 23px;
  color: #fff;
  border-radius: 5px;
}
.filterBtn i {
  font-size: 23px;
  line-height: 23px;
}

.boxAreaChart {
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 25px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  position: relative;
}
.boxAreaChart h6 {
  border-bottom: 1px solid #f7f7f7;
  color: #0a2951;
  margin: -15px -15px 15px -15px;
  padding: 10px;
  text-transform: uppercase;
  position: relative;
}
.boxAreaChart h2 {
  font-size: 43px;
  font-weight: 900;
  line-height: 1.14;
  color: #fc9a3a;
  font-family: "Lato", sans-serif;
}
.boxAreaChart h2 span {
  color: #0a2951;
}
.boxAreaChart .dropdown,
.boxAreaChart h6 > i.fa-compress {
  position: absolute;
  display: inline-block;
  right: 2px;
  top: 4px;
  color: rgb(176, 190, 197);
  z-index: 9;
}
.boxAreaChart .dropdown.chartMenuArea {
  right: 30px;
}
.boxAreaChart h6 > i.fa-compress {
  right: 0px;
}
.boxAreaChart.iconChangeArea h6 > i.fa-compress {
  right: 2px;
}
.boxAreaChart .dropdown > i,
.boxAreaChart h6 > i {
  width: 28px;
  height: 28px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  margin-right: 4px;
  cursor: pointer;
  line-height: 28px;
  font-size: 16px;
}
.boxAreaChart .dropdown > i:hover,
.boxAreaChart h6 > i:hover {
  background: #3f3d56;
  color: #fff;
}
.boxAreaChart .dropdown .dropdown-menu {
  padding: 0;
  min-width: 7rem;
}
.boxAreaChart .dropdown .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 15px;
  color: rgb(69, 90, 100);
}
.boxAreaChart .dropdown .dropdown-menu .dropdown-item i {
  font-size: 13px;
  color: rgb(69, 90, 100);
  margin-right: 5px;
}
.boxAreaChart .dropdown .dropdown-menu .dropdown-item:hover {
  background: #fc9a3a;
  color: #fff;
}
.boxAreaChart .dropdown .dropdown-menu .dropdown-item:hover i {
  color: #fff;
}

.Gcolor,
.Gcolor span {
  color: rgb(38, 222, 129) !important;
}
.Rcolor,
.Rcolor span {
  color: rgb(252, 92, 101) !important;
}
.font-29 {
  font-size: 29px !important;
}

.ruralDevtSection {
  background: #ecf2ff;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(252,253,255,1) 50%, rgba(240,245,255,1) 50%, rgba(236,242,255,1) 100%); */
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  z-index: 9;
  position: relative;
  padding: 0px 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.ruralDevtSection .boxAreaChart {
  margin-top: -40px;
  background: transparent;
  padding: 0;
}
.ruralDevtSection .boxAreaChart h6 {
  background: #fff;
  border-radius: 7px 7px 0 0;
  margin: 0;
}
.ruralDevtSection .boxAreaChart .boxAreaChartInner {
  border: 2px dashed #32345b29;
  padding: 10px;
  margin: 20px 0;
  border-radius: 40px;
  background: #fff;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.author-profile-wrapper .custom-tabs.author-tabs .btn {
  font-size: 14px;
}
.author-tabs-content {
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 999;
  margin-bottom: 25px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}
/* .ruralDevtSection:before {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    background:#f6f6f6;
    position: absolute;
    content: '';
}

.ruralDevtSection:after {
    width: 100%;
    left: 0;
    top: 0;
    height: 40px;
    background: #f6f6f6;
    position: absolute;
    content: '';
} 

.ruralDevtSection .container{ z-index: 999; position: relative; }
*/
table.newsTableBox {
  border-radius: 10px;
  overflow: hidden;
}
table.newsTableBox thead tr,
table.newsTableBox tbody tr {
  border-radius: 10px;
  overflow: hidden;
}
table.newsTableBox thead tr th,
table.newsTableBox tbody tr td {
  padding: 8px 10px;
  font-size: 16px;
}
table.newsTableBox thead tr th {
  background: #fc772f;
  color: #fff;
  font-weight: 600;
}
table.newsTableBox tbody tr td {
  line-height: 22px;
  /* font-size: 15px; */
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table.newsTableBox tbody tr td span {
  width: 40px;
  height: 40px;
  border: 1px solid #32345b24;
  background: #fff;
  border-radius: 50px;
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
}

table.newsTableBox tbody tr td img {
  width: 80px;
  padding: 5px;
  border: 1px solid #32345b24;
  border-radius: 50px;
}

table.newsTableBox tbody tr:nth-child(even) {
  background: #edf3ff;
}

.headingAreaBox h1 {
  font-size: 16.1px;
  color: #0a2951;
  /*  margin-bottom: 15px; */
}
.headingAreaBox h1 strong {
  color: #fc9a3a;
}

.consultationTableArea {
  margin-right: -15px;
  margin-left: -15px;
  height: 190px;
  overflow-y: auto;
}
.consultationTableArea table.newsTableBox {
  border-radius: 0px;
}
.consultationTableArea table.newsTableBox thead tr th,
.consultationTableArea table.newsTableBox tbody tr td {
  padding: 5px;
  font-size: 13px;
}

.consultationTableArea table.newsTableBox tbody tr td span {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.consultationTableArea table.newsTableBox tbody tr td img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  padding: 2px;
}

.consultationTableArea table.newsTableBox tbody tr td {
  line-height: 19px;
  font-size: 14px;
}

.consultationTableArea table.newsTableBox tbody tr td a,
.consultationTableArea table.newsTableBox tbody tr td p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sectionAreaTwo .progress-bars {
  margin-top: 16px;
}
.sectionAreaTwo .progress-bars .progress {
  height: 13px;
  background-color: #e1e1e1;
}
.sectionAreaTwo .progress-bars .progressArea {
  font-size: 13px;
  color: #0a2951;
}
.sectionAreaTwo .progress-bars .progressArea span {
  float: right;
  color: #0a2951;
}

.sectionAreaTwo .bg-11 {
  background: #ff9f00 !important;
}
.sectionAreaTwo .bg-12 {
  background: #10ca93 !important;
}
.sectionAreaTwo .bg-13 {
  background: #f25767 !important;
}
.sectionAreaTwo .bg-14 {
  background: #6384ff !important;
}

/* margin: 0;
   padding: 0;
   list-style: none;
 } */
.sectionAreaTwo ul li {
  border-bottom: solid 1px #e8e8e8;
  padding: 9px 5px;
}
.sectionAreaTwo ul li span {
  background: transparent;
  border: 1px solid #d8d7dc;
  padding: 1px 8px;
  border-radius: 7px;
  margin-left: 5px;
  float: right;
  width: 130px;
  text-align: center;
}
.sectionAreaTwo ul li img {
  width: 50px;
  border-radius: 50%;
  max-width: 50px;
  border: 1px solid #dedede;
  padding: 3px;
  margin-right: 3px;
}
.sectionAreaTwo ul.oddeven2 li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.sectionAreaTwo ul.boxAreaSect li {
  border: 0 !important;
  margin-bottom: 5px;
  padding: 0;
  font-size: 12px;
}
ul.oddeven li {
  background: #fff;
}
ul.oddeven li:nth-child(odd) {
  background: #f5f5f6;
}
ul.oddeven li span {
  margin-top: 10px;
}
ul.oddeven2 li {
  background-color: #ebebeb;
  color: #0a2951;
  border-bottom: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
}
ul.oddeven2 li:nth-child(odd) {
  background: #fff;
  color: #0a2951;
}
ul.oddeven2 li span {
  margin-top: 5px;
  font-size: 13px;
  border-color: #adadad;
  margin-top: 0;
}
ul.oddeven2 li span.Text {
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  overflow: hidden;
  width: 100%;
  border: none;
  margin-top: 0;
  float: left;
  margin-left: 0;
  padding: 0;
  text-align: left;
}
ul.oddeven2 li span.Text:hover {
  background: transparent;
  color: unset;
  cursor: unset;
}
ul.oddeven li span:hover,
ul.oddeven2 li span:hover {
  background: #ff9f00;
  color: #fff;
  border-color: #ff9f00;
  cursor: pointer;
}

.btnAnalytics {
  background-color: #94cb00;
  background: linear-gradient(45deg, #fc5124, #fc9a3a);
  border: 1px solid #fc5124;
  cursor: pointer;
  padding: 9px 18px 9px 18px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btnAnalytics:hover {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #0a2951;
}

.searchLeftMenu {
  background: #fff !important;
  width: 50px;
  padding: 10px;
  position: fixed;
  padding-top: 20px;
  /* height: calc(100% - 180px); */
  left: 10px;
  top: 50%;
  transform: translate(0,-50%);
  /* top: 90px; */
  border: 1px solid #e6e6e6;
  z-index: 9999;
  border-radius: 50px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  text-align: center;
}
.searchLeftMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchLeftMenu ul li {
  margin-bottom: 30px;
  position: relative;
}
.searchLeftMenu ul li span {
  position: absolute;
  top: -6px;
  text-align: left;
  display: block;
  left: 70px;
  background: #fc7930;
  border: 1px solid #fc7930;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.searchLeftMenu ul li span:after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  left: -8px;
  top: 8px;
  background: #fc7930;
  transform: rotate(45deg);
  border-left: 1px solid #fc7930;
  border-bottom: 1px solid #fc7930;
}
.searchLeftMenu ul li:hover span {
  left: 55px;
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.searchLeftMenu ul li a {
  font-size: 25px;
  color: #0a2951;
}
.searchLeftMenu ul li:hover a,
.searchLeftMenu ul li.active a {
  color: #fc8e36;
}

.profileSection {
}
.profileSection .companyProfile {
  background: #fff;
  padding: 20px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  border-radius: 6px;
}

.profileSection .companyProfile img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  margin-right: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 4px 6px 1px 0px #dfdfdf;
}
.profileSection .companyProfile .ProfileName {
  font-size: 20px;
}
.profileSection .companyProfile .ProfileName span {
  font-size: 14px;
  display: block;
}
.profileSection .companyProfile p {
  font-size: 15px;
  line-height: 20px;
}
.profileSection .companyProfile .politBox {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dadfe9;
  margin-right: 0px;
  margin-left: 0px; /* box-shadow: 6px 4px 41px -28px #796eb1; */
}
.profileSection .companyProfile table {
  border-radius: 10px;
  overflow: hidden;
}
.profileSection .companyProfile table td {
  padding: 3px 3px 3px 10px;
  font-size: 13px;
}
.profileSection .companyProfile table tr {
  background: #edf3ff;
}
.profileSection .companyProfile table tr:nth-child(even) {
  background: #fff;
}

/* new 17jan23 */
.boxSimilarlyrankedSites {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  /* margin-top: -40px; */
}
.boxSimilarlyrankedSites h4 {
  background: #eff2fb;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  margin: 0;
}
.boxSimilarlyrankedSites ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.boxSimilarlyrankedSites ul li {
  padding: 10px;
  font-size: 15px;
  color: #292828;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.boxSimilarlyrankedSites ul li:hover {
  cursor: pointer;
  background: linear-gradient(45deg, #fc5124, #fc9a3a);
  color: #fff;
  width: calc(100% + 16px);
  box-shadow: 5px 5px 10px rgb(9 37 64 / 15%);
  margin-left: -8px;
}
.boxSimilarlyrankedSites ul li span.w40 {
  width: 40px;
  text-align: center;
}
.boxSimilarlyrankedSites ul li span.rankedNameArea {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boxSimilarlyrankedSites ul li span img {
  width: 32px;
  background: #fff;
  margin: 0 15px;
  padding: 0px !important;
  /* padding: 3px; */
  border-radius: 5px;
  box-shadow: 4px 5px 16px rgb(64 68 77 / 12%);
}
.bg-bk {
  background: #161f30 !important;
  color: #fff;
}

.ratingBtn {
  border-radius: 50px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #bbc3dd;
  padding: 3px 15px;
  display: inline-block;
}
.ratingBtn:hover {
  background: #fc982e;
  border: 1px solid #fc982e;
  color: #fff;
}

.reviewsBanner.reviewsBanner {
  padding: 100px 0 20px 0;
}
.reviewsBanner.reviewsBanner h2 {
  font-size: 30px;
}
.reviewsBanner.reviewsBanner h2 span {
  font-size: 18px;
  display: block;
  padding-top: 6px;
}

.reviewsTitleBox img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  margin-right: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 4px 6px 1px 0px #dfdfdf;
}

.reviewsTitleBox p {
  background: #fc9a3a;
  padding: 4px 20px;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
}

.reviewsDetailbox .reviewsStar i {
  font-size: 24px;
  color: #fc902f;
  margin-right: 10px;
}
.reviewsDetailbox .reviewsStar .ProfileName {
  font-size: 15px;
}

.reviewsDetailbox h4 {
  font-size: 18px;
  /* font-weight: 700; */
  margin-bottom: 5px;
  line-height: 23px;
}
.reviewsDetailbox .dateArea {
  margin-bottom: 15px;
  /* font-weight: 600; */
}
.reviewsDetailbox .dateArea strong {
  color: #0989ef;
  padding-right: 5px;
}
.reviewsDetailbox .dateArea span {
  color: #f5a50e;
  padding-left: 5px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 0px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}
.reviewsModalPanel .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.reviewsModalPanel .modal-body img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  margin-right: 10px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 4px 6px 1px 0px #dfdfdf;
}
.reviewsModalPanel .modal-body .userReviewsArea {
  padding: 15px;
  background: #eff2fb;
  border-bottom: 1px solid #c7d0eb;
}
.reviewsModalPanel .modal-body .userReviewsArea h3 {
  font-size: 14px;
}
.reviewsModalPanel .modal-body .userRatingArea {
}

.reviewsModalPanel .modal-body .userRatingArea h2 {
  font-size: 16px;
  background: #eff2fb;
  padding: 5px 10px;
  border-radius: 7px;
}
.reviewsModalPanel .modal-body .userRatingArea .character-count {
  text-align: right;
}
.reviewsModalPanel .modal-body .userRatingArea .character-count span {
  color: red;
  margin-left: 10px;
}

.reviewsModalPanel .modal-footer {
  background: #eff2fb;
  border-top: 1px solid #c7d0eb;
}
.reviewsModalPanel .submitBtn {
  background: #fc9a3a;
  border: 0;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  margin: 0;
}

.reviewsModalPanel .submitBtn:hover {
  background: #119ce1;
}

div#reviewsModal {
  background: #00000070;
}



/*========================================================================
login
=========================================================================*/
.loginBoxArea {
  /* background-    color: var(--thm-color); */
  width: 100%;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
.loginBoxArea .fxt-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-content-wrap {
    display: block;
  }
}
.loginBoxArea .fxt-heading-content {
  padding: 30px;
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-heading-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-heading-content {
    padding: 15px;
  }
}
.loginBoxArea .fxt-heading-content:before {
  content: "";
  border-radius: 0 100px 100px 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://webalytics.companydemo.in/assets/images/bg/01.jpg");
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-heading-content:before {
    border-radius: 0;
  }
}
.loginBoxArea .fxt-heading-content .fxt-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 680px;
  height: 100%;
  padding: 60px 50px;
  border-radius: 30px;
  max-width: 515px;
  width: 100%;
  background-color: rgba(221, 240, 247, 0.4);
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-heading-content .fxt-inner-wrap {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.loginBoxArea .fxt-heading-content .fxt-logo {
  margin-bottom: 30px;
  display: block;
  max-width: 35vw;
}
.loginBoxArea .fxt-heading-content .fxt-sub-title {
      color: var(--thm-color);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-heading-content .fxt-sub-title {
    font-size: 22px;
  }
}
.loginBoxArea .fxt-heading-content .fxt-main-title {
      color: var(--thm-color);
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-heading-content .fxt-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-heading-content .fxt-main-title {
    font-size: 28px;
  }
}
.loginBoxArea .fxt-heading-content .fxt-description {
      color: var(--thm-color);
  font-size: 16px;
  font-weight: 400;
  max-width: 390px;
  width: 100%;
}
.loginBoxArea .fxt-heading-content .fxt-switcher-description {
  font-size: 16px;
  font-weight: 400;
      color: var(--thm-color);
}
.loginBoxArea .fxt-heading-content .fxt-switcher-description .fxt-switcher-text {
  display: table;
      color: var(--thm-color);
  font-weight: 500;
}
.loginBoxArea .fxt-heading-content .fxt-switcher-description .fxt-switcher-text:hover {
  text-decoration: underline;
}
.loginBoxArea .fxt-form-content {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-form-content {
    width: 100%;
  }
}
.loginBoxArea .fxt-form-content .fxt-page-title {
  margin-bottom: 6px;
  font-size: 36px;
  /* font-weight: 700; */
  color: #14133b;
}
@media only screen and (max-width: 1199px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}
.loginBoxArea .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
.loginBoxArea .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  /* font-weight: 700; */
  margin-bottom: 5px;
}
.loginBoxArea .fxt-form-content .fxt-main-form {
  padding: 50px 65px 40px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-form-content .fxt-main-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-main-form {
    padding: 40px 15px 30px;
  }
}
.loginBoxArea .fxt-form-content .fxt-inner-wrap {
  max-width: 454px;
  width: 100%;
}
.loginBoxArea .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.loginBoxArea .fxt-form-content .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}
.loginBoxArea .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content .fxt-otp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.loginBoxArea .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.loginBoxArea .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}
.loginBoxArea .fxt-form-content .fxt-otp-btn {
  margin-bottom: 20px;
}
.loginBoxArea .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #646464;
}
.loginBoxArea .fxt-form-content .fxt-switcher-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #39a688;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loginBoxArea .fxt-form-content .fxt-switcher-text:hover {
  color: #099e74;
  text-decoration: underline;
}
.loginBoxArea .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 25px;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box input[type="checkbox"] {
  display: none;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
      color: var(--thm-color);
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::before {
  background-color: #1ebe92;
  border-color: #1ebe92;
}
.loginBoxArea .fxt-form-content .fxt-btn-fill {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1ebe92;
  color: #fff;
  border-radius: 10px;
  background-color: #1ebe92;
  padding: 9px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loginBoxArea .fxt-form-content .fxt-btn-fill:hover {
  background-color: #099e74;
  border-color: #099e74;
}
.loginBoxArea .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
  }
}
.loginBoxArea .fxt-form-content .fxt-divider-text {
  text-align: center;
  margin-bottom: 20px;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul {
    display: block;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li {
    width: 100%;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li a {
  padding: 5px 15px;
      color: var(--thm-w-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li a {
    min-height: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li a {
    width: 100%;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
  display: inline-block;
      font-size: 20px;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
  display: inline-block;
  display: none;
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: block;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-google a {
  background-color: #CC3333;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-apple a {
  background-color: #132133;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
  background-color: #070e16;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.active {
  width: 100%;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.active a {
  width: 100%;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.active a .fxt-option-text {
  display: block;
}


/* // Grid Boxes */
/* // ------------------------------------------------*/ */
 .iq-card-block.iq-card-stretch {
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
 }
 /* .iq-card-block.iq-card-height-half { height: calc(50% - 30px); }
 .iq-card-block.iq-card-height { height: calc(100% - 30px); } */
 .iq-card-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
 }


 /* Brand Register page css */

 bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://www.social-searcher.com/img/bg_main.jpg) no-repeat center center/cover;
}
.promoPageBg:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 9;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(99%, rgba(8, 41, 44, 0.9)), to(rgba(8, 41, 44, 0.9)));
   background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#e608292c', GradientType=0);
}
.bg-video-wrapvideo {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.login-30 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9;
}

.oxyy-login-register{ overflow: hidden; }

.oxyy-login-register h1{ font-size: 50px; }
.oxyy-login-register h1 span{ display: block; }
.oxyy-login-register p{ color: #fff; font-size: 16px; }
.oxyy-login-register a {color: #fff;}
.socialLinksPanel{ border: 2px solid #7a7a7a; padding: 10px; border-radius: 10px; background: #090a0a;}

.oxyy-login-register select {
   width: 100%;
   border: none;
   background: transparent;
   padding: 10px 15px;
   border-radius: 8px;
   border: 2px solid #656565;
   transition: 0.3s;
   color: #636c73;
  
}

.chkbox{ width: auto; }


.modal.searchModel {
   overflow: hidden;
   height: 100vh;
     padding: 0 !important;
   z-index: 9999999999;
}
.modal.searchModel {
  overflow: hidden;
  height: 100vh;
}
.modal.searchModel .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  color: #fff;
  text-shadow: none;
}
.modal.searchModel .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, .5);
  height: 100vh;
}
.modal.searchModel .modal-dialog .modal-content {
  background: transparent;
  height: 100vh;
  z-index: 9;
}
.modal.searchModel .modal-dialog .modal-content .modal-body {
  padding: 0;
  height: 100vh;
}
.modal.searchModel .modal-dialog .modal-content .modal-body .raven-search-form-input {
  width: 800px;
  max-width: 85%;
  padding: 20px;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 35px;
  text-align: center;
  background: transparent;
  margin: auto;
  margin-top: 10%;
}
.modal.searchModel .ui-autocomplete li {
  text-align: left;
}
.modal.searchModel .modal-dialog:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 9;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(99%, rgba(8, 41, 44, 0.9)), to(rgba(8, 41, 44, 0.9)));
   background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(8, 41, 44, 0.9) 99%, rgba(8, 41, 44, 0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#e608292c', GradientType=0);
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://www.social-searcher.com/img/bg_main.jpg) no-repeat center center/cover;
}
.bg-video-wrapvideo {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

video {
   background-size: cover;
   display: table-cell;
   vertical-align: middle;
   width: 100%;
}

.modal.searchModel .modal-dialog .modal-content .modal-body .search-form-input {
  width: 800px;
  margin: auto;
  position: relative;
}
.modal.searchModel .modal-dialog .modal-content .modal-body .raven-search-form-input {
  width: 100%;
  max-width: unset;
  height: 85px;
  padding: 0px 80px 0px 20px;
  -webkit-box-shadow: 0 0 21px rgb(252 121 48 / 35%);
  box-shadow: 0 0 21px rgb(252 121 48 / 35%);
  border-radius: 0px 10px 10px 10px;
  text-align: left;
  color: #fff;
  border: 1px solid #fc5f28;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin-top: -8px;
}
.modal.searchModel .modal-dialog .modal-content .modal-body .raven-search-form-input::placeholder {
  color: #fff;
}
.mainscreen-form__btn {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url(../images/loader_logo_icon_white.png) no-repeat;
  background-size: contain;
  border: none;
}
ul.searchByPanel {
  text-align: left;
  margin: 0;
}
ul.searchByPanel li {
     display: inline-block;
  margin: -1px 0;
}
ul.searchByPanel li a {
  border: unset;
  background: transparent;
  color: #fff;
  width: 100px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 10px;
  border-radius: 10px 10px 0 0;
  display: table-cell;
  text-align: center;
}
ul.searchByPanel li a.active, ul.searchByPanel li a:hover {
  border: unset;
  background: #fff;
  color: #000;
}
.SearchMain {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.SearchLogo {
  display: table;
  margin: auto;
}
#searchModalPopUp {
  padding: 0 !important;
  z-index: 9999999999;
}
.modal.searchModel .close {
  top: 25px;
  right: 40px;
  font-size: 50px;
  position: fixed;
  opacity: 1;
  border: 0;
  background:transparent;
}
.searchTxt {
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
  font-size: 18px;
  margin-top: 10px;
}
.modal.searchModel .ui-autocomplete {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 150px;
  max-width: 100%;
  overflow: auto;
  max-height: 140px;
  padding: 0 20px;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://www.social-searcher.com/img/bg_main.jpg) no-repeat center center/cover;
}
.bg-video-wrapvideo {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.SearchMain input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.SearchMain input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.SearchMain input[type="search"]::-webkit-search-decoration, .SearchMain input[type="search"]::-webkit-search-cancel-button, .SearchMain input[type="search"]::-webkit-search-results-button, .SearchMain input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 640px) {
  .bg-video-wrap video {
    display: none;
  }
  .modal.searchModel .modal-dialog .modal-content .modal-body .search-form-input {
    width: 100%;
  }
  .SearchMain {
    width: 85%;
  }
  ul.searchByPanel li a {
    width: auto;
    padding: 6px 8px;
    text-transform: capitalize;
  }
  .modal.searchModel .modal-dialog .modal-content .modal-body .raven-search-form-input {
    height: 65px;
  }
  .mainscreen-form__btn {
    width: 35px;
    height: 35px;
    top: 15px;
  }
}
/* Live Css for checkbrand */

/* new css 28 Sep 23 */

.top-seller-style-five .items-number .cpName {
  white-space: nowrap;
}


.top-seller-style-five .valueBoxIt{border-right: 1px solid #3f434c; position: relative;}
.top-seller-style-five .valueBoxIt h6{font-size: 13px; color: #464646; display: block; font-weight: 700; margin:0; padding:0;}
.top-seller-style-five .valueBoxIt span{font-size: 12px; color: #b0b0b0; display: block; padding-bottom: 14px;}
.top-seller-style-five .valueBoxIt span i{font-size: 13px; color:#fb7c31; }
.top-seller-style-five .valueBoxIt span.dib{ padding-bottom: 0 !important; }
.top-seller-style-five .valueBoxIt.b-0{border:0 !important;}
.top-seller-style-five .valueBoxIt span.gnColor{ display: inline-block; }
.top-seller-style-five .topLiveValuePanel .valueBoxIt .viewAllStBtn{top: 42%; right: 3px;
width: 23px;
 height: 23px;}
.topLiveValuePanel .valueBoxIt.pr-5{ padding-right: 3.2rem!important; }

.top-seller-style-five.liveBoxPanel {border-radius: 10px;
  padding:10px 15px;
 
}

.top-seller-style-five.liveBoxPanel:nth-child(even) {
 background-color: #f7f7f7;
}
.top-seller-style-five.liveBoxPanel:nth-child(even) .items-number span.cpName {

 background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(247,247,247,1) 45%, rgba(247,247,247,1) 100%);

}
.top-seller-style-five.liveBoxPanel .valueBoxIt h4 {
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #fb9037;
  float: left;
  padding-top: 8px;
}

.top-seller-style-five.liveBoxPanel .valueBoxIt span {
  line-height: 14px;
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
  font-weight: 600; color: #000;

}

.top-seller-style-five.liveBoxPanel .valueBoxIt span i {
  vertical-align: middle;
}
.top-seller-style-five.liveBoxPanel .IcolorBox{font-size: 12px;}
.top-seller-style-five.liveBoxPanel .f-11{font-size: 11px;}
.top-seller-style-five.liveBoxPanel .valueBoxIt {border-right: 1px solid #e6e6e6;}

.top-seller-style-five .items-number span.cpName {
  /* top: -18px; */
  background: #fff;
  padding: 0 10px;
}

.top-seller-style-five .viewAllStBtn {
  border: 0;
  padding: 0 5px;
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 8;
  font-size: 18px;
right: 4px;
  top: 17px;
  background: #e9e9e9;
  color: #000;
  border-radius: 50px;
}

.top-seller-style-five .line-l {
  border-right: 1px dotted #71747a;
}

.top-seller-style-five .viewAllStBtn.mn-12 { right: -12px;}

.btnMoreDs{
  position: absolute;
  right: -42px;
  top: 31px;
  border-radius: 7px 7px 0 0;
  color: #fff !important;
  background: linear-gradient(60deg, #fc5525, #fb9d3b);
  padding: 4px 6px;
  line-height: 13px;
  font-size: 13px;
  transform: rotate(90deg);
}

.hoverEf {
 -webkit-transition: all .25s ease;
 -o-transition: all .25s ease;
 -moz-transition: all .25s ease;
 transition: all .25s ease;
 z-index: 1px;
}

.hoverEf:hover {
 -webkit-transform: translateY(-4px) scale(1.02);
 -moz-transform: translateY(-4px) scale(1.02);
 -ms-transform: translateY(-4px) scale(1.02);
 -o-transform: translateY(-4px) scale(1.02);
 transform: translateY(-4px) scale(1.02);
 -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, .1);
 box-shadow: 0 14px 24px rgba(0, 0, 0, .1)
}

.top-seller-style-five .ViewBoxArea-01 {
  margin-top: 20px;
  background: #eff2fb;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

.btnDs-1{
  position: relative;
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  outline: 0;
  width: 200px;
  line-height: 60px;
  transition: width 0.4s linear;
  border-radius: 50px;
  font-size: 22px;
  z-index: 9;
}
/* live btn css */

.btn.btn_live {
  margin-left: 10px;
  display: inline-block;
font-weight: 500;
position: relative;
padding: 5px 12px;
text-decoration: none;
color: #424242;
border-radius: 50px;
border: 1px solid #545862;
transition: all 0.2s;
height: auto;
min-height: auto;
z-index: 1;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

.btn.btn_live:hover{ background: #fff; color: #eb1616; border: 1px solid #424242; }
span.live-icon {
display: inline-block;
position: relative;
top: calc(50% - 5px);
background-color: red;
width: 10px;
height: 10px;
margin-left: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
z-index: 1;
}


.navbar .btn.btn_live {
  margin-left: -7px;
  font-weight: 400;
  padding: 3px 10px;
      top: -3px;
}
.navbar span.live-icon{margin-left: 12px;}

span.live-icon:before {
content: "";
display: block;
position: absolute;
background-color: rgba(253, 0, 0, 0.9);
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: live 2s ease-in-out infinite;
        animation: live 2s ease-in-out infinite;
z-index: -1;
}

span.live-icon:after {
content: "";
display: block;
position: absolute;
background-color: rgba(253, 0, 0, 0.9);
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: live1 2s ease-in-out infinite;
        animation: live1 2s ease-in-out infinite;
z-index: -1;
}

@-webkit-keyframes live {
0% {
  transform: scale(1, 1);
}
100% {
  transform: scale(3.7, 3.7);
  background-color: rgba(255, 0, 0, 0);
}
}

@keyframes live {
0% {
  transform: scale(1, 1);
}
100% {
  transform: scale(3.7, 3.7);
  background-color: rgba(255, 0, 0, 0);
}
}


@-webkit-keyframes live1 {
0% {
  transform: scale(.8, .8);
}
100% {
  transform: scale(3.9, 3.9);
  background-color: rgba(255, 0, 0, 0);
}
}

@keyframes live1 {
0% {
  transform: scale(.8, .8);
}
100% {
  transform: scale(3.9, 3.9);
  background-color: rgba(255, 0, 0, 0);
}
}



/* <<<------------------------ 05/10/23 Blog Page CSS ------------------>>> */


/* <<<=======================Blog Home Page=====================>> */

.BlogMainPage .slick-initialized .slick-slide {
  display: block;
}
.BlogMainPage .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.BlogMainPage .carausel-post-1 .img-hover-slide {
  min-height: 410px;
  border-radius: 20px;
}
.BlogMainPage .img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
}
.BlogMainPage .thumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.BlogMainPage .img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.BlogMainPage a {
  color: #687385;
  text-decoration: none;
  font-size: 19px;
}
.BlogMainPage .top-left-icon, .top-right-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  z-index: 3;
  color: #fff;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.BlogMainPage .elegant-icon {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.BlogMainPage .icon_star_alt:before {
  content: "\e031";
}
.BlogMainPage .carausel-post-1 .post-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  transition-duration: 0.2s;
}
.BlogMainPage .post-module-1 .post-content-overlay .entry-meta span.post-cat, .entry-meta.meta-0 span.post-cat {
  padding-right: 7px;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
.BlogMainPage .entry-meta.meta-0 span {
  position: relative;
}
.BlogMainPage .text-info {
  color: #4da7d4 !important;
}
.BlogMainPage .post-module-1 .post-content-overlay .entry-meta span.post-cat::after, .entry-meta.meta-0 span.post-cat::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #999;
  position: absolute;
  right: 0;
  bottom: 3px;
  border-radius: 50%;
}
.BlogMainPage .post-module-1 .post-content-overlay .entry-meta span.post-cat, .entry-meta.meta-0 span.post-cat {
  padding-right: 7px;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
  font-weight: 500;
}
.BlogMainPage .hover-up:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2),0 0 0 transparent;
}
.BlogMainPage .transition-normal {
  transition: all .25s cubic-bezier(.02,.01,.47,1);
}
.BlogMainPage .mr-30 {
  margin-right: 30px!important;
}
.BlogMainPage .pb-30 {
  padding-bottom: 30px!important;
}
.BlogMainPage .ml-30 {
  margin-left: 30px!important;
}
.BlogMainPage .img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
}


.BlogMainPage .post-card-1 {
  border: 1px solid #f0f8ff;
  z-index: 12;
  transition: all .25s cubic-bezier(.02,.01,.47,1);
  position: relative;
  background: #fff;
}
.BlogMainPage .border-radius-10 {
  border-radius: 20px;
}
.BlogMainPage .post-card-1::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08) ,0 0 0 transparent;
  transition: all .25s cubic-bezier(.02,.01,.47,1);
  z-index: -1;
}
.BlogMainPage .post-card-1 .thumb-overlay {
  min-height: 220px;
  border-radius: 10px 10px 0 0;
}
.BlogMainPage .img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
}
.BlogMainPage .post-card-1 .top-right-icon {
  top: 20px;
  right: 20px;
}
.BlogMainPage .top-left-icon, .top-right-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  z-index: 3;
  color: #fff;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.BlogMainPage .post-card-1 .post-content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 24px 14px;
  border: 1px solid #f0f8ff;
}
.BlogMainPage .post-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  /* min-height: 115px; */
}
.BlogMainPage .entry-meta.meta-1 span {
  margin-right: 10px;
}
.BlogMainPage .entry-meta.meta-1 span {
  margin-right: 10px;
}
.BlogMainPage span.has-dot {
  position: relative;
  padding-left: 10px;
}
.BlogMainPage .entry-meta span {
  position: relative;
}
.BlogMainPage span.has-dot::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  left: -3px;
  border-radius: 50%;
}
.BlogMainPage .entry-meta.meta-1 span {
  margin-right: 10px;
}
.BlogMainPage .mb-30{
  margin-bottom: 30px !important;
}
.BlogMainPage .widget-header-1 h5, .widget-header-2 h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #eaecee;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.BlogMainPage .has-border {
  border: 1px solid #eaecee;
  padding: 20px;
  border-radius: 5px;
}
.BlogMainPage .about-author-img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 4px hsla(0, 0%, 42.4%, 0.2),0 0 0 transparent;
}
.BlogMainPage .text-limit-2-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.BlogMainPage .entry-meta {
  line-height: 1;
  color: #666;
}
.BlogMainPage .font-x-small {
  font-size: 10px;
}
.BlogMainPage .font-medium {
  font-size: 14px;
}
.BlogMainPage .entry-meta.meta-1 span {
  margin-right: 10px;
}
.BlogMainPage .entry-meta span {
  position: relative;
}
.BlogMainPage .post-module-1 .post-thumb {
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #f7f8f9;
}
.BlogMainPage .post-thumb-80 img {
  width: 90px;
  height: 80px;
  min-width: 80px;
}
.BlogMainPage .img-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.BlogMainPage .post-thumb-80 {
  min-width: 80px;
}
.BlogMainPage .border-radius-5 {
  border-radius: 5px;
}
.BlogMainPage .overflow-hidden {
  overflow: hidden!important;
}
.BlogMainPage p.para-one.q-text-heading-color{
  font-size: 14px !important;
}



.BlogPageArea .quax-primary-btn span svg {
  margin-left: 10px;
}


.BlogPageArea .resent-post p.para-one.q-text-heading-color {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

/* <<<=======================Blog Sub Page=====================>> */


.BlogPageArea .blog-item-wrapper .row div .card {
  background-color: none;
}

.BlogPageArea .blog-item-wrapper .row div .card:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body {
  border-radius: 0 0 10px 10px;
  border-color: #f0f8ff !important;
  padding: 24px 30px 30px 30px;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .user-part {
  padding: 17px 0;
  margin: -50px 0 0 0;
  border-color: #f0f8ff !important;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .user-part a img {
  margin-right: 8px;
  margin-top: -2px;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .user-part a:hover {
  color: #FF4F4F;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .user-part .blue-blog:hover {
  color: var(--secondary-color) !important;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .user-part span {
  border: solid 1px #ACACAC !important;
  margin: 0 20px;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .card-title {
  margin: 24px 0 0 0;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .card-text {
  margin: 20px 0;
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .blog-btn:hover {
  color: var(--primary-hover);
}

.BlogPageArea .blog-item-wrapper .row div .card .card-body .blue-blog-btn:hover {
  color: var(--secondary-color);
}

.BlogPageArea .b-single-title {
  font-size: 32px;
}

.BlogPageArea .b-single-text {
  padding: 40px;
}

.BlogPageArea .cat-btn {
  padding: 10px;
}

.BlogPageArea .cat-btn:hover {
  color: #fff !important;
  background-color: #FF4F4F;
}

.BlogPageArea .poster-part h5 {
  font-size: 18px;
}

.BlogPageArea .comnt-box a {
  font-weight: 400;
}

.BlogPageArea .comnt-box a:hover {
  color: #FF4F4F;
}

.BlogPageArea .blog-img-card {
  border: solid 1px #F0F0F0;
}

.BlogPageArea .blog-img-card .blog-cata-n {
  padding: 10px 30px;
  background-color: rgba(255, 79, 79, 0.3);
  top: 20px;
  left: 20px;
}

.BlogPageArea .blog-img-card .blog-cata-n p {
  line-height: normal;
  font-weight: 500;
}

.BlogPageArea .blog-img-card .card-body {
  padding: 40px;
}

.BlogPageArea .blog-img-card .card-body h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 16px 0;
}

.BlogPageArea .blog-img-card .card-body .post-details {
  max-width: 425px;
}

.BlogPageArea .blog-img-card .card-body .post-details p {
  font-weight: 500;
}

.BlogPageArea .blog-img-card .card-body .post-details p span {
  margin-right: 10px;
}

.BlogPageArea .blog-img-card:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.BlogPageArea .blog-img-card:hover .card-title {
  color: #FF4F4F;
}

.BlogPageArea .q-radius-5 {
  border-radius: 5px !important;
}

.BlogPageArea .q-p-margin-b-30 {
  margin-bottom: 30px;
}

.BlogPageArea  .quax-primary-btn {
  font-family: var(--work-sans);
  font-weight: 500;
  font-size: 15px;
  line-height: 17.6px;
  background-color: #FF4F4F;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 16px 30px;
}
.BlogPageArea .q-border, .sidebar .input-group input {
  border: solid 1px #F0F0F0;
}
.BlogPageArea .sidebar-box {
  padding: 30px;
}
.BlogPageArea .sidebar-box h5 {
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.BlogPageArea .sidebar-box h5::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #FF4F4F;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.BlogPageArea .resent-post .post-item-border {
  padding-bottom: 5px;
  border-bottom: dashed 1px #F0F0F0;
}
.BlogPageArea .q-p-margin-t-20 {
  margin-top: 20px;
}
.BlogPageArea .sidebar-catagory p {
  padding-bottom: 5px;
  border-bottom: dashed 1px #F0F0F0;
}
.BlogPageArea .q-p-margin-t-30 {
  margin-top: 30px;
}
.BlogPageArea .q-radius-10 {
  border-radius: 10px !important;
}
.BlogPageArea .sidebar-tags a {
  padding: 7px 16px;
  font-weight: 400;
}
.BlogPageArea .q-p-margin-b-20 {
  margin-bottom: 20px;
}
.BlogPageArea .q-text-paragraph-2 {
  color: #707070 !important;
}
.BlogPageArea .q-text-paragraph-2 {
  color: #707070 !important;
}
.BlogPageArea .q-section-gray {
  background-color: #F0F0F0;
}
.BlogPageArea .q-radius-3 {
  border-radius: 3px !important;
}
.BlogPageArea .blog-img-card .card-body .post-details p {
  font-weight: 500;
}
 .widget-header-1 h5 a span{
  color: #fff !important;
  padding-left: 0;
  font-size: 14px;
}

/*  */


/* <<===================== Blog details ====================>> */

.likeBoxArea {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #28282833;
}

.likeBoxArea .additional-info {
  display: flex;
}

.likeBoxArea .additional-info p {
  margin: 0;
  font-size: 12px;
  padding-right: 10px;
  font-weight: 600;
}

.likeBoxArea .additional-info p.reading-time:after {
  content: "";
  border-right: 1px solid #00000040;
  padding-left: 10px;
}

.likeBoxArea .additional-info p.reading-time:before {
  content: "";
  border-right: 1px solid #00000040;
  margin-right: 10px;
}

.likeBoxArea .additional-info a,
i {
  /* color: #FF4F4F; */
}

.likeBoxArea .additional-info p span {
  font-weight: 800;
  color: #5e5e5e;
}

.likeBoxArea .post-actions {
  align-self: center;
}

.likeBoxArea .post-actions i {
  font-size: 16px;
  top: 3px;
  position: relative;
}

.likeBoxArea .post-actions span {
  margin-right: 10px;
}

.social-icons a i {
  font-size: 20px;
  margin-left: 10px;
  background: white;
  padding: 8px;
  border-radius: 100px;
  border: 1px solid #ff4f4f6e;
}

.social-icons a i:hover {
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  box-shadow: 13px 13px 27px #d6d6d6, -13px -13px 27px #ffffff;
  transition: .3s ease-in-out;
}

.BlogPageArea.two p.card-text.q-p-margin-b-40 {
  border-bottom: 1px dashed #00000021;
  margin: 30px 0;
  padding-bottom: 15px;
}

.likeBoxArea.two {
  padding-bottom: 25px;
  padding-top: 100px;
}

.tagBox .q-section-gray {
  padding: 8px;
  margin-right: 20px;
}

.tagBox {
  border-bottom: 1px dashed #00000021;
  margin: 30px 0;
  padding-bottom: 30px;
}

.blogDetailCard.explore-style-one {
  border: 2px solid #00000012 !important;
}

.blogDetailCard .content.newsArea h3,
p {
  margin: 0 !important;
}

.recentPostArea h3 {
  margin-left: 20px !important;
}
/* .recentPostArea .slick-track:before, .slick-track:after{
  display: none;
} */
.recentPostArea .slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one {
  border-radius: 0 !important;
}

.recentPostArea .slick-gutter-15.slick-gutter-10 .slick-slide.explore-style-one img {
  border-radius: 35px 0;
}

.eltd-related-posts-title.tagBox {
  padding-bottom: 0;
}

.eltdCommentForm textarea,
input[type=text] {
  border: 1px solid #00000021;
}

.eltdCommentForm input[type=checkbox]:not(old)+label {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 25px;
}

.eltdCommentForm input[type=checkbox]:not(old) {
  width: 1em;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.eltdCommentForm  p.comment-form-cookies-consent.d-flex label {
  color: #000 !important;
  margin: 0 10px;
}
.eltdCommentForm p.comment-form-cookies-consent.d-flex {
  margin: 20px 10px !important;
}

/* <<=======================Contact us Form css ========================>> */


.section-p.conatctDetailArea {
  padding: 40px 0;
}
.section-gray.conatctDetailArea {
  background-color: #F0F0F0;
}
.conatctDetailArea .q-p-margin-t-30 {
  margin-top: 30px;
}
.conatctDetailArea .q-text-primary-color {
  color: #FF4F4F !important;
}
.conatctDetailArea .pera-two {
  margin: 10px 0 !important;
}

.ContactFormArea.section-p {
  padding: 60px 0;
} 
.ContactFormArea .q-p-margin-b-30 {
  margin-bottom: 30px;
}
.ContactFormArea p.para-three {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
  margin-top: 10px !important;
}
.ContactFormArea .q-p-margin-t-40 {
  margin-top: 30px;
}
.ContactFormArea .q-p-margin-b-24 {
  margin-bottom: 24px;
}
.ContactFormArea .message-form .dt-input {
  max-width: 370px;
  height: 50px;
}
.ContactFormArea .section-gray {
  background-color: #F0F0F0;
}
.ContactFormArea .message-form {
  max-width: 770px;
}
.ContactFormArea input:focus{
  border: 1px solid red !important;
}
.ContactFormArea .message-form .ms-input {
  max-width: 100%;
  height: 200px;
  padding: 20px;
}
.ContactFormArea textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px));
}
.ContactFormArea .quax-primary-btn {
  font-family: var(--work-sans);
  font-weight: 500;
  font-size: 15px;
  line-height: 17.6px;
  background-color: var(--primary-color);
  color: var(--white);
  text-decoration: none;
  border-radius: 4px;
  padding: 16px 30px;
}
.ContactFormArea .q-p-margin-t-40 {
  margin-top: 40px;
}
/* .ContactFormArea 
.ContactFormArea 
.ContactFormArea 
.ContactFormArea 
.ContactFormArea  */

/*  */