html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: Montserrat, sans-serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

ar {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
  color: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(226, 88, 66);
  border: 2px solid rgb(0, 56, 166);
}

.form-control {
  height: 40px;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 1.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.pageloader img {
  width: 50px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: rgb(226, 88, 66);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(226, 88, 66);
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(226, 88, 66) !important;
  background-color: rgb(226, 88, 66) !important;
}

input[type="checkbox"] {
  accent-color: rgb(226, 88, 66);
  width: 20px;
  height: 20px;
  margin-top: -3px;
  left: 0px;
  margin-right: 0px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}

h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}

.stick {
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@keyframes slideDown {
  to {
    top: 0;
  }
}

.top-header {
  padding: 0px;
  background: #1e2024;
}

.top-header .top-section {
  background: #1e2024;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header.inner-page {
  background: #1c3d6c;
}
.top-header.inner-page .top-section {
  background: #1c3d6c;
}
.top-header .top-section .left-part {
  width: 40%;
}

.top-header .top-section .left-part ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-header .top-section .left-part ul li {
  margin-left: 20px;
}

.top-header .top-section .left-part ul li a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}

.top-header .top-section .left-part ul li a .fa {
  margin-right: 5px;
}

.top-header .top-section .center-part {
  width: 20%;
  text-align: center;
}

.top-header .top-section .center-part .logo-part img {
  max-width: 170px;
}

.top-header .top-section .right-part {
  width: 40%;
  position: relative;
  text-align: left;
}
.top-header .top-section .right-part .search-cards {
  display: inline-block;
  position: relative;
}

.top-header .top-section .right-part input {
  width: 280px;
  padding: 10px 30px 10px 10px;
  border-radius: 8px;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.top-header .top-section .right-part input::placeholder {
  color: rgba(255, 255, 255, 0.698);
  font-size: 14px;
}

.top-header .top-section .right-part .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.header-fluid .logo-part img {
  max-width: 220px;
  height: auto;
}

.header-fluid .navbar-light .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-fluid .navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link {
  border: 1px solid rgb(255, 255, 255);
  padding: 12px;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.header-fluid
  .navbar-light
  .navbar-nav
  .nav-item:nth-last-child(1)
  .nav-link:hover {
  background: rgb(28, 61, 108);
  border: 1px solid rgb(28, 61, 108);
}
.header-fluid
  .navbar-light
  .navbar-nav
  .nav-item:nth-last-child(2)
  .nav-link:hover {
  background: rgb(28, 61, 108);
  border: 1px solid rgb(28, 61, 108) !important;
}
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  padding: 12px 0px;
  line-height: 2.1rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

.header-fluid .navbar-nav .nav-item:hover .nav-link::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 1px;
  height: 2px;
  width: 100%;
  background: rgb(255, 255, 255);
}

.header-fluid .navbar-nav .nav-item:nth-last-child(1):hover .nav-link::after,
.header-fluid .navbar-nav .nav-item:nth-last-child(2):hover .nav-link::after,
.header-fluid .navbar-nav .nav-item:nth-child(1):hover .nav-link::after {
  display: none;
}

.header-fluid .navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link:hover {
  background: rgb(28, 61, 108);
  border: 1px solid rgb(28, 61, 108);
}

.header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(1) .nav-link {
  border: 1px solid rgb(255, 255, 255);
  padding: 12px;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(2) .nav-link {
  border: 1px solid rgb(255, 255, 255);
  padding: 12px;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.header-fluid.stick
  .navbar-light
  .navbar-nav
  .nav-item:nth-last-child(2)
  .nav-link {
  border: 1px solid rgb(255, 255, 255);
  padding: 12px;
  gap: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(1) {
  display: none;
}
.header-fluid.stick .navbar-light .navbar-nav .nav-item:nth-last-child(1) {
  display: block;
  padding: 12px 15px;
  font-size: 18px;
}
.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(193, 193, 193, 0.1);
}

.header-fluid .navbar-light .navbar-toggler .navbar-toggler-custom {
  font-size: 2rem;
  color: rgb(129, 129, 129);
}

.header-fluid .navbar-light button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.header-fluid .navbar-light .navbar-collapse.active {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 80%;
  background: #1a222f;
  padding: 10px;
  margin: 0px;
  height: 100vh;
  display: block;
}

.hero-fluid {
  background-image: url("../img/web-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-fluid .hero-main {
  display: flex;
  align-items: center;
  justify-content: end;
  min-height: 600px;
  max-height: 100vh;
}

.hero-fluid .hero-main .content-part {
  width: 40%;
  text-align: right;
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: right;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-top: 0px;
  position: relative;
}

.hero-fluid .hero-main .content-part h1 span {
  display: block;
  margin-top: 10px;
  right: 0px;
}

.hero-fluid .hero-main .content-part p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: rgb(255, 255, 255);
}

.hero-fluid .hero-main .content-part p span {
  font-weight: 700;
}

.hero-fluid .form-part {
  width: 360px;
  padding: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.16) 8px 16px 40px 0px;
}

.hero-fluid .hero-main .content-part a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}

.hero-fluid .hero-main .content-part a:hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
}

.shop-fluid {
  padding: 80px 0px;
}
.shop-fluid.internal-fluid {
  padding: 30px 0px 0px 0px;
}

.shop-fluid .main-section .content-part {
  margin-bottom: 30px;
}

.shop-fluid .main-section .content-part h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: rgb(28, 61, 108);
  margin-top: 0px;
}

.shop-fluid .main-section .content-part p {
  color: rgb(0, 10, 24);
  font-size: 18px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: left;
}

.shop-fluid .main-section .content-part .footer-fluid {
  padding: 40px;
  background: rgb(27, 27, 27);
  border-top: 10px solid rgb(127, 127, 127);
}

.shop-fluid .main-section .image-part .imgae-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}

.shop-fluid .main-section .image-part .imgae-card .image-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
  transition-duration: 1s;
  transition-delay: 0.1s;
  background: #0000004a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.shop-fluid .main-section .image-part .imgae-card:hover .image-content {
  left: 50%;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.shop-fluid .main-section .image-part .imgae-card .image-content h3 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: center;
  margin-top: 0px;
  text-transform: uppercase;
}

.shop-fluid .main-section .image-part .imgae-card .image-content a {
  padding: 12px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  display: inline-block;
}

.shop-fluid .main-section .image-part .imgae-card .image-content a:hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
}
.gemstones-fluid {
  padding: 80px 0px;
  background: rgb(240, 240, 240);
}

.gemstones-fluid .heading-part {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}

.gemstones-fluid .heading-part h2 {
  color: rgb(28, 61, 108);
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
  margin-top: 0px;
}

.gemstones-fluid .heading-part p {
  color: #000a18;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}
.gemstones-fluid .main-section .card-section {
  margin-top: 50px;
}
.gemstones-fluid .main-section .image-part .imgae-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}

.gemstones-fluid .main-section .image-part .imgae-card .image-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
  transition-duration: 1s;
  transition-delay: 0.1s;
  background: #0000004a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.gemstones-fluid .main-section .image-part .imgae-card:hover .image-content {
  left: 50%;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.gemstones-fluid .main-section .image-part .imgae-card .image-content h3 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: center;
  margin-top: 0px;
  text-transform: uppercase;
}

.gemstones-fluid .main-section .image-part .imgae-card .image-content a {
  padding: 12px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  display: inline-block;
}

.gemstones-fluid .main-section .image-part .imgae-card .image-content a:hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
}

.Jewelry-fluid {
  padding: 80px 0px;
  background: rgb(255, 255, 255);
}

.Jewelry-fluid .heading-part {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}

.Jewelry-fluid .heading-part h2 {
  color: rgb(28, 61, 108);
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
  margin-top: 0px;
}

.Jewelry-fluid .heading-part p {
  color: #000a18;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.Jewelry-fluid .card-section {
  margin-top: 50px;
}

.Jewelry-fluid .card-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Jewelry-fluid .card-section ul li {
  position: relative;
  width: 50%;
}
.Jewelry-fluid .card-section ul li img {
  width: 100%;
}
.Jewelry-fluid .card-section ul li a {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 24px;
  border-radius: 8px;
  overflow: hidden;
}

.Jewelry-fluid .card-section ul li a::before {
  background-color: rgb(28, 61, 108);
  position: absolute;
  content: "";
  display: block;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.Jewelry-fluid .card-section ul li a:hover::before {
  left: 0px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}

.footer-fluid {
  padding: 30px 64px 0px;
  background: #1b1b1b;
  border-top: 5px solid rgb(127, 127, 127);
  background-image: url(../img/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer-fluid .card-part .heading {
  margin-bottom: 30px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0px;
  line-height: 2.4rem;
  position: relative;
}

.footer-fluid .card-part .heading h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: rgb(255, 255, 255);
  left: 0px;
  bottom: -10px;
}

.footer-fluid .list-part ul li {
  margin-bottom: 12px;
}

.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li,
.footer-fluid .list-part ul li a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-fluid .list-part ul li a span {
  margin-left: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.footer-fluid .address-part p {
  color: rgb(0, 0, 0);
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
}

.footer-fluid .download ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-fluid .download ul {
  display: flex;
  align-items: center;
}

.footer-fluid .download ul li:nth-child(1) {
  margin-right: 15px;
}

.footer-fluid .download ul li a img {
  max-width: 140px;
}

.footer-fluid .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.footer-fluid .social-media ul li {
  margin-right: 3rem;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgb(226, 88, 66);
  font-size: 2rem;
  line-height: 2.4rem;
}

.copyright-fluid {
  margin-top: 40px;
}

.copyright-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 25px 0px;
}

.copyright-fluid .main-section p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  width: 33.33%;
}
.copyright-fluid .main-section p:nth-child(1) {
  text-align: left;
}
.copyright-fluid .main-section p:nth-child(2) {
  text-align: center;
}
.copyright-fluid .main-section p:nth-child(3) {
  text-align: right;
}

.copyright-fluid .main-section p a {
  color: rgb(255, 255, 255);
}

.hero-fluid .monile-login {
  width: 100%;
  display: none;
}

.hero-fluid .monile-login a.login-section {
  background: rgb(226, 88, 66);
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

.hero-fluid .monile-login p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
  margin-top: 20px;
  text-align: center;
}

.hero-fluid .monile-login p a {
  color: rgb(226, 88, 66);
  margin-left: 10px;
}

.contactus-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
}
.contactus-fluid .left-part .heading h3 {
  color: #1c3d6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
  margin-top: 0px;
}
.contactus-fluid .left-part .contact-detail ul li {
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
}
.contactus-fluid .left-part .contact-detail ul li:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: -4px;
}
.contactus-fluid .left-part .contact-detail ul li:nth-child(1)::after {
  background-image: url(../img/icons/phone.svg);
}
.contactus-fluid .left-part .contact-detail ul li:nth-child(2)::after {
  background-image: url(../img/icons/email.svg);
}
.contactus-fluid .left-part .contact-detail ul li:nth-child(3)::after {
  background-image: url(../img/icons/map.svg);
}
.contactus-fluid .left-part .contact-detail ul li a,
.contactus-fluid .left-part .contact-detail ul li p {
  color: #222222cc;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
.contactus-fluid .right-part {
  box-shadow: 0px 8px 24px 0px #0000001a;
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
}
.contactus-fluid .right-part .heading h3 {
  color: #1c3d6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
  margin-top: 0px;
}
.ChoiceOption__Input-sc-1ju50iy-7 {
  accent-color: rgb(226, 88, 66);
  width: 20px;
  height: 20px;
  margin-top: -3px;
  left: 0px;
  margin-right: 0px;
  position: relative;
  display: none;
}

.khLzCW:checked
  ~ .ChoiceOption__Container-sc-1ju50iy-1
  .ChoiceOption__Item-sc-1ju50iy-4 {
  background-color: rgb(226, 88, 67) !important;
}

.dropdown-toggle::after {
  display: none;
}

.header-fluid {
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 2px 0px;
  background: #1e2024;
  animation: slideDown 1s fo;
}
.header-fluid.inner-page {
  background: #1c3d6c;
}
.header-fluid .navbar.navbar-expand-lg {
  padding: 0px;
}
.header-fluid .navbar.navbar-expand-lg .navbar-brand {
  display: none;
}
.header-fluid .navbar.navbar-expand-lg .navbar-brand img {
  width: 130px;
}
.header-fluid.stick .navbar.navbar-expand-lg .navbar-brand {
  display: block;
  padding-top: 0px;
}
.header-fluid .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.header-fluid.stick .container {
  max-width: inherit;
}
.header-fluid.stick .navbar-light .navbar-nav {
  justify-content: end;
}
.header-fluid.stick .navbar-light .navbar-nav .nav-item {
  margin-left: 25px;
}
.header-fluid.stick .navbar-light .navbar-nav .nav-item .nav-link {
}
.header-fluid .nav-item.dropdown .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  background: rgb(74, 74, 74);
  padding: 0px 0px;
  border: 0px solid rgb(255, 255, 255);
  border-radius: 0px;
  min-width: 150px;
}

.header-fluid .nav-item.dropdown .dropdown-menu::after {
  content: "";
  background-image: url("../img/arrow.png");
  background-size: 22px 22px;
  background-position: center center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  z-index: 999;
  margin-left: -11px;
  top: -21px;
}

.header-fluid .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  padding: 12px 10px;
  line-height: 2rem;
  text-transform: uppercase;
  background: transparent;
}
.header-fluid .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #1b1b1b;
}
.top-banner {
  padding: 0px;
}

.top-banner .banner-part img {
  width: 100%;
  height: 100%;
}

.logout-part {
  position: relative;
  display: inline;
}

.logout {
  position: absolute;
  min-width: 120px;
  width: 100%;
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 10px 5px;
  right: 0px;
  bottom: -47px;
  color: rgb(0, 0, 0);
  display: none;
  border: 1px solid rgb(239, 239, 239);
  z-index: 999;
  border-radius: 8px;
}

.logout-part:hover .logout {
  display: block;
}

.logout p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  cursor: pointer;
}

.team-fluid {
  padding: 50px 0px;
  background-image: url("../img/team-bg.webp");
  background-size: 50% 65%;
  background-repeat: no-repeat;
  background-position: 0px 100px;
}

.team-fluid .main-section {
  margin-top: 100px;
}

.team-fluid .left-part .heading-part h2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}

.team-fluid .left-part .heading-part p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  width: 90%;
}

.team-fluid .left-part .image-part {
  margin-top: 30px;
  width: 95%;
}

.team-fluid .right-part .content-part p {
  color: rgb(0, 10, 24);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 20px;
}

.team-fluid .right-part .content-part a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 15px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1px solid rgb(28, 61, 108);
}

.team-fluid .right-part .content-part a:hover {
  color: rgb(28, 61, 108);
  background: transparent;
  border: 1px solid rgb(28, 61, 108);
}

.mailchamp-fluid {
  padding: 0px 0px;
}
.mailchamp-fluid #mc_embed_signup form {
  margin: 0 !important;
}
.mailchamp-fluid .main-section {
  margin: 0px auto;
  padding: 0px;
}
.mailchamp-fluid #mc_embed_signup .mc-field-group label {
  color: #ffffff;
}

.mailchamp-fluid .main-section .indicates-required {
  display: none;
}

.mailchamp-fluid .main-section .email {
  height: 44px !important;
  width: 100% !important;
}

.mailchamp-fluid .main-section .button {
  text-transform: uppercase;
  width: 100% !important;
  height: 44px !important;
  background: rgb(28, 61, 108) !important;
}

.mailchamp-fluid .main-section #mc_embed_signup .mc-field-group {
  min-width: 300px !important;
}
#mc_embed_signup .mc-field-group input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.words {
  display: block;
  text-indent: 10px;
  height: 60px;
  text-align: right;
  position: relative;
}

.words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.words-1 span:nth-child(1) {
  animation: 18s linear 0s infinite normal none running rotateWordUp;
}

.words-1 span:nth-child(2) {
  animation: 18s linear 3s infinite normal none running rotateWordUp;
}

.words-1 span:nth-child(3) {
  animation: 18s linear 6s infinite normal none running rotateWordUp;
}

.words-1 span:nth-child(4) {
  animation: 18s linear 9s infinite normal none running rotateWordUp;
}

.words-1 span:nth-child(5) {
  animation: 18s linear 12s infinite normal none running rotateWordUp;
}

.words-1 span:nth-child(6) {
  animation: 18s linear 15s infinite normal none running rotateWordUp;
}

@keyframes rotateWordDown {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    transform: translateY(-30px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  17% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotateWordUp {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    transform: translateY(30px);
  }

  5% {
    opacity: 1;
    transform: translateY(0px);
  }

  17% {
    opacity: 1;
    transform: translateY(0px);
  }

  20% {
    opacity: 0;
    transform: translateY(-30px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.breadcum-fluid {
  padding: 26px 0px 26px 0px;
}
.breadcum-fluid .main-section {
  text-align: center;
}
.breadcum-fluid .main-section h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #1c3d6c;
  text-transform: uppercase;
  margin-top: 0px;
}
.breadcum-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcum-fluid .main-section ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0px 5px;
}
.breadcum-fluid .main-section ul li a {
  font-weight: 700;
  color: #1c3d6c;
}
.meet-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
}
.trade-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
}
.meet-fluid .main-section img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}
.meet-fluid .main-section img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}
.expert-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
}
.expert-fluid .card-part {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.expert-fluid .card-part img.team-image {
  width: 100%;
  height: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}
.expert-fluid .card-part:hover img.team-image {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}
.expert-fluid .card-part a img {
  position: absolute;
  left: -100px;
  bottom: 20px;
  width: 36px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.expert-fluid .card-part:hover a img {
  left: 20px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.expert-fluid .card-part .content-part {
  position: absolute;
  top: 20px;
  left: 20px;
}

.expert-fluid .card-part .content-part h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.expert-fluid .card-part .content-part p {
  color: #666666;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
}
.expert-fluid .card-part:hover .content-part h3 {
  font-size: 22px;
  line-height: 33px;
  transition-duration: 1s;
  transition-delay: 0.1s;
}
.newsletter-fluid {
  padding: 30px 64px;
  background: #efefef;
}
.newsletter-fluid .left-part h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #1c3d6c;
  text-transform: uppercase;
  margin: 0;
}

.newsletter-fluid .right-part .form-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.newsletter-fluid .right-part .form-section .input-part {
  width: 73%;
}
.newsletter-fluid .right-part .form-section .button-part {
  width: 25%;
}
.newsletter-fluid .right-part .email {
  border: 1px solid #cccccc;
  height: 48px;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
}
.newsletter-fluid .right-part .form-section .button-part .button {
  padding: 12px 24px 12px 24px;
  border-radius: 5px;
  background: #1c3d6c !important;
  color: #ffffff;
  text-transform: uppercase;
  height: 48px !important;
  width: 100% !important;
  margin: 0 !important;
}
.newsletter-fluid .right-part #mc_embed_signup .mc-field-group {
  width: 100% !important;
  padding-bottom: 0% !important;
}
.newsletter-fluid .right-part div.mce_inline_error {
  display: none !important;
}
.newsletter-fluid
  .right-part
  #mc_embed_signup
  #mc-embedded-subscribe-form
  input.mce_inline_error {
  border: 1px solid #cccccc !important;
}
.tradeshow-fluid {
  padding: 20px 0px 50px 0px;
}
.tradeshow-fluid .right-part h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.tradeshow-fluid .right-part h4 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0px;
}
.tradeshow-fluid .right-part p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0px;
}
.tradeshow-fluid .right-part a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 15px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1px solid rgb(28, 61, 108);
}
.tradeshow-fluid .right-part a:hover {
  color: rgb(28, 61, 108);
  background: transparent;
  border: 1px solid rgb(28, 61, 108);
}
.ourservice-fluid {
  padding: 0px 0px 50px 0px;
}
.ourservice-fluid .main-section {
  padding: 30px;
  border-radius: 10px 0px 0px 0px;
  background: #f0f3f7;
}
.ourservice-fluid .main-section p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
#gallery {
  padding: 30px 0px 50px 0px;
}
.testimonial-fluid {
  padding: 20px 0px 20px 0px;
}
.testimonial-fluid .card-part {
  background: #f0f3f7;
  padding: 30px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
.testimonial-fluid .card-part:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 36px;
  background-image: url(../img/icons/testi.png);
  background-position: center;
  background-size: 40px 36px;
  left: 30px;
  top: 20px;
}
.testimonial-fluid .card-part .top-part {
  margin-top: 40px;
  margin-bottom: 20px;
}
.testimonial-fluid .card-part .top-part p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.testimonial-fluid .imagepart {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonial-fluid .imagepart img {
  width: 48px;
  height: 48px;
}
.testimonial-fluid .user-name {
  margin-left: 10px;
}
.testimonial-fluid .user-name h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.testimonial-fluid .user-name p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #4a4e58;
  margin-bottom: 0;
}
.testimonial-fluid .height180 {
  height: 180px;
}
.testimonial-fluid .height260 {
  height: 300px;
}
.help-fluid {
  padding: 0px 0px 50px 0px;
}
.help-fluid h3 {
  color: #1c3d6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}
.help-fluid p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  text-align: justify;
}

.causes-fluid {
  padding: 0px 0px 50px 0px;
}
.causes-fluid h3 {
  color: #1c3d6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}
.causes-fluid p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.causes-fluid .left-part ul {
  list-style-type: disc;
  padding: 0px 0px 0px 20px;
}
.causes-fluid .left-part ol {
  list-style-type: decimal;
  padding: 0px 0px 0px 20px;
}
.causes-fluid .left-part p,
.causes-fluid .left-part ul li,
.causes-fluid .left-part ol li {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.causes-fluid .left-part p b,
.causes-fluid .left-part ul li b,
.causes-fluid .left-part ol li b {
  font-weight: 600;
}
.causes-fluid .left-part p.tableformat {
  display: flex;
  justify-content: space-between;
}
.causes-fluid .left-part p.tableformat b {
  width: 30%;
}
.causes-fluid .left-part p.tableformat span {
  width: 70%;
}
.causes-fluid .left-part p.bgdesign {
  background: #efefef;
  padding: 6px 20px 6px 20px;
  border-radius: 50px;
  display: inline-block;
  color: #000a18;
  font-weight: 400;
}

.causes-fluid .bg-color-part {
  background: #f4f4f4;
  padding: 20px 20px;
  margin: 20px 0px;
  border-radius: 8px;
}
.causes-fluid .bg-color-part h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
.right-tabpart {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}
.right-tabpart .heading-part {
  background: #1c3d6c;
  padding: 14px 26px;
}
.right-tabpart .heading-part h2 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0px;
}
.right-tabpart .heading-part h2 .fa {
  display: none;
}
.right-tabpart .tablist ul li {
  background: #efefef;
  padding: 12px 26px;
}
.right-tabpart .tablist ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
.right-tabpart .tablist ul li.active a {
  color: #333333;
}
.right-tabpart .tablist ul li.active {
  background-color: #ffffff;
}
.right-tabpart .tablist ul li:hover {
  background-color: #ffffff;
}
.list-unstyled {
  list-style-type: lower-alpha !important;
}
.jewelry-part {
  margin-top: 30px;
}
.jewelry-part .jewelry-card {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 550px;
  width: 100%;
}
.jewelry-part .jewelry-card .card-main {
  border-radius: 20px;
  height: 550px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.jewelry-part .jewelry-card .card-main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 26%) 76.74%,
    rgb(0 0 0 / 25%) 100%
  );
  top: 0;
  left: 0;
  display: none;
}
.jewelry-part .jewelry-card:hover .card-main:after {
  display: block;
}
.jewelry-part .jewelry-card .card-main.one {
  background-image: url(../img/jewelry01.jpg);
}
.jewelry-part .jewelry-card .card-main.two {
  background-image: url(../img/jewelry02.png);
}
.jewelry-part .jewelry-card:hover .card-main {
  background-position: bottom;
  transition: 0.3s;
  transform: scale(1.2);
}
.jewelry-part .jewelry-card img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  bottom: -100px;
  position: absolute;
  left: 0;
  border-radius: 20px;
}
.jewelry-part .jewelry-card:hover img {
  bottom: 0;
  object-fit: cover;
}
.jewelry-part .jewelry-card .content-part {
  position: absolute;
  left: 0;
  padding: 20px 30px;
  height: auto;
  transition: 0.3s;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 69.51%,
    rgba(0, 0, 0, 0.5) 100%
  );
  width: 100%;
}
.jewelry-part .jewelry-card .content-part.first {
  bottom: -100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 69.51%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.jewelry-part .jewelry-card .content-part.second {
  bottom: -100%;
}
.jewelry-part .jewelry-card:hover .content-part {
  bottom: 0%;
  transition: 0.3s;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 76.74%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.jewelry-part .jewelry-card h2.hidepart {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.jewelry-part .jewelry-card:hover h2.hidepart {
  display: none;
}
.jewelry-part .jewelry-card .content-part h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}
.jewelry-part .jewelry-card .content-part p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  text-align: left;
}
.jewelry-part .jewelry-card .content-part a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}
.jewelry-part .jewelry-card .content-part a:hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
}
.academy-fluid {
  padding: 10px 0px 20px 0px;
}
.academy-fluid .top-content {
  width: 65%;
  margin: 0 auto;
}
.academy-fluid .top-content p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.academy-fluid .academy-part {
  margin-top: 50px;
}
.academy-fluid .academy-part .jewelry-card {
  margin-bottom: 30px;
}
.academy-fluid .academy-part .jewelry-card .image-part {
  position: relative;
  overflow: hidden;
}
.academy-fluid .academy-part .jewelry-card .image-part img {
  width: 100%;
  height: auto;
}
.academy-fluid .academy-part .jewelry-card h2 {
  color: #1c3d6c;
  font-size: 26px;
  font-weight: 700;
  line-height: 33.8px;
  text-align: center;
  text-transform: uppercase;
}
.academy-fluid .academy-part .jewelry-card .learn-more {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00000099;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.academy-fluid .academy-part .jewelry-card:hover .learn-more {
  left: 0;
  transition: 0.3s;
  border-radius: 20px;
}
.academy-fluid .academy-part .jewelry-card .learn-more a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}
.academy-fluid .academy-part .jewelry-card .learn-more a:hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
}
.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU:hover {
  color: rgb(28, 61, 108) !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgb(28, 61, 108) !important;
}
#mc_embed_signup .button:hover {
  color: rgb(28, 61, 108) !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgb(28, 61, 108) !important;
}
.privacy-fluid {
  padding: 50px 0px;
}
.privacy-fluid .content-part h1 {
  color: #1c3d6c;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}
.privacy-fluid .content-part h2 {
  color: #1c3d6c;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.4px;
}
.privacy-fluid .content-part h3 {
  color: #1c3d6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.4px;
}
.privacy-fluid .content-part p,
.privacy-fluid .content-part ul li,
.privacy-fluid .content-part ol li {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#emailus {
  z-index: 9999999;
}
#emailus .modal-dialog {
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
  margin-top: 40px;
}
#emailus .modal-dialog .modal-content {
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 10px;
}
#emailus .modal-dialog .modal-header {
  padding: 0rem 0rem;
  border-bottom: 0px solid #dee2e6;
}
#emailus .modal-dialog .modal-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
  font-weight: 100;
  padding: 0;
  z-index: 99;
  background: #071936;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
#emailus .modal-dialog .heading-part h2 {
  color: #1c3d6c;

  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 30px;
}
.shopdiamonds-fluid {
  padding: 20px 0px 30px 0px;
}
.shopdiamonds-fluid .shop-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  border-radius: 32px;
  padding: 16px;
  margin-bottom: 30px;
}
.shopdiamonds-fluid .shop-section.first {
  background-image: url(../img/shop-diamond/natural/bg.png);
}
.shopdiamonds-fluid .shop-section.first.sapphires {
  background-image: url(../img/shop-gemstone/sapphires/bg.jpg);
}
.shopdiamonds-fluid .shop-section.second {
  background-image: url(../img/shop-diamond/fancy-natural/bg.png);
}
.shopdiamonds-fluid .shop-section.second.rubies {
  background-image: url(../img/shop-gemstone/rubies/bg.jpg);
}
.shopdiamonds-fluid .shop-section.third {
  background-image: url(../img/shop-diamond/labgrown/bg.png);
}
.shopdiamonds-fluid .shop-section.third.emeralds {
  background-image: url(../img/shop-gemstone/emeralds/bg.jpg);
}
.shopdiamonds-fluid .shop-section.fourth {
  background-image: url(../img/shop-diamond/fancy-labgrown/bg.png);
}
.shopdiamonds-fluid .shop-section .main-section {
  border: 1px solid #a7a3a3;
  border-radius: 24px;
  height: auto;
  width: 100%;
  position: relative;
}
.shopdiamonds-fluid .shop-section .main-section .right-part {
  padding: 30px 30px;
  width: 50%;
}
.shopdiamonds-fluid .shop-section .main-section .right-part.pullright {
  margin-left: auto;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .heading h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .heading h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #919191;
  bottom: -5px;
  left: 0;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .animation {
  display: flex;
  justify-content: space-around;
  padding: 8px 24px 8px 8px;
  border-radius: 12px;
  background: #ffffff1f;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .animation img {
  border: 1px solid #ffffff;
  border-radius: 8px;
  width: 68px;
  height: 68px;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .animation p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 20px;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .content-part p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.shopdiamonds-fluid .shop-section .main-section .right-part .content-part a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 24px;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.shopdiamonds-fluid
  .shop-section
  .main-section
  .right-part
  .content-part
  a::before {
  background-color: rgb(28, 61, 108);
  position: absolute;
  content: "";
  display: block;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.shopdiamonds-fluid
  .shop-section
  .main-section
  .right-part
  .content-part
  a:hover::before {
  left: 0px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.shopdiamonds-fluid .shop-section .main-section .year150 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.shopdiamonds-fluid .shop-section .main-section .year150 img {
  max-width: 300px;
}
.circle-animation1 img.circle {
  position: absolute;
  left: 14%;
  top: 0%;
  width: 320px;
}
.circle-animation11 img.circle {
  position: absolute;
  left: 12%;
  top: 8%;
  width: 400px;
}
.circle-animation2 img.circle {
  position: absolute;
  right: 15%;
  top: 5%;
  width: 365px;
}
.circle-animation3 img.circle {
  position: absolute;
  left: 12%;
  top: 5%;
  width: 350px;
}
.circle-animation33 img.circle {
  position: absolute;
  left: 12%;
  top: 8%;
  width: 400px;
}
.circle-animation4 img.circle {
  position: absolute;
  right: 10%;
  top: 0%;
  width: 450px;
}
.partnership-fluid h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  color: #1c3d6c;
  text-transform: uppercase;
}
.copyright-fluid .main-section p span {
  font-weight: 700;
}
.comingsoone {
  margin-bottom: 50px;
  padding: 100px 0px 100px 0px;
  background-color: #f3f3f3;
}
.comingsoone h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #1c3d6c;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.slick-slide {
  margin: 0px 10px;
  height: auto !important;
}
.causes-fluid.policy5 .left-part p,
.causes-fluid.policy5 .left-part ul li,
.causes-fluid.policy5 .left-part ol li {
  margin-bottom: 10px;
}
.causes-fluid.policy5 .left-part p b {
  margin-top: 20px;
  display: block;
}
.firstchoice-fluid {
  padding: 30px 0px 50px 0px;
}
.firstchoice-fluid .main-section {
  text-align: center;
}
.firstchoice-fluid .main-section a {
  background: #1c3d6c;
  padding: 12px 24px 12px 24px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  border: 1px solid rgb(28, 61, 108);
}
.firstchoice-fluid .main-section a:hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(28, 61, 108);
}
.firstchoice1-fluid {
  padding: 20px 0px 50px 0px;
}
.firstchoice1-fluid .heading-part h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}
.firstchoice1-fluid .content-part {
  margin-top: 30px;
}
.firstchoice1-fluid .content-part .left-part ul li h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
.firstchoice1-fluid .content-part .left-part ul li img {
  margin-right: 10px;
}
.firstchoice1-fluid .content-part .left-part ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #cccccc;
}
.firstchoice1-fluid .content-part .left-part ul li:nth-last-child(1) {
  border-bottom: 0px solid #cccccc;
}
.firstchoice1-fluid .content-part .left-part ul li p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.firstchoice1-fluid .content-part .right-part {
  padding: 30px 0px 0px 30px;
  background: #f0f0f0;
  border-radius: 10px 10px 0px 10px;
}
.firstchoice1-fluid .button-part {
  text-align: center;
  margin-top: 30px;
}
.firstchoice1-fluid .button-part a:nth-child(1) {
  background: #1c3d6c;
  padding: 12px 24px 12px 24px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  border: 1px solid rgb(28, 61, 108);
  margin-right: 10px;
}
.firstchoice1-fluid .button-part a:nth-child(1):hover {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(28, 61, 108);
}
.firstchoice1-fluid .button-part a:nth-child(2) {
  color: rgb(28, 61, 108);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(28, 61, 108);
  padding: 12px 24px 12px 24px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  margin-left: 10px;
}
.firstchoice1-fluid .button-part a:nth-child(2):hover {
  background: #1c3d6c;
  border: 1px solid rgb(28, 61, 108);
  color: #ffffff;
}
.firstchoice2-fluid {
  padding: 30px 0px;
}
.firstchoice2-fluid .main-section {
  background: #f0f0f0;
  padding: 100px 100px;
  border-radius: 20px;
}
.firstchoice2-fluid .card-section {
  width: 90%;
  margin: 0 auto;
  margin-top: -80px;
}
.firstchoice2-fluid .card-section .card-part {
  border: 1px solid #cccccccc;
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
  text-align: center;
  height: 180px;
}
.firstchoice2-fluid .card-section .card-part h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.firstchoice2-fluid .card-section .card-part p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
#device-screen {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#device-screen li {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  background: #1c3d6c;
  margin: 0px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
}
#device-screen li:hover,
#device-screen li.active {
  opacity: 1;
}
.url {
  float: left;
  margin: 10px 0 0 30px;
}
.url #getURL {
  width: 200px;
}
.url input {
  display: inline-block;
  padding: 12px;
  color: #ff6400;
  border: 1px solid #ff6400;
  border-radius: 5px;
  background: #fff;
}
#device {
  margin: 50px auto;
  overflow: scroll;
  transition: all 0.5s ease-in-out 0s;
}
iframe {
  background: #ccc;
  position: absolute;
  margin: auto;
  border: none;
}
.phone {
  border: 1px solid;
  border-width: 30px 30px;
  border-radius: 20px;
  width: 440px;
  height: 540px;
}
.phone iframe {
  width: 380px;
  height: 480px;
}
.tablet {
  border: 30px solid;
  border-radius: 20px;
  width: 828px;
  height: 1080px;
}
.tablet iframe {
  width: 768px;
  height: 1024px;
}
.desktop {
  border: 1px solid;
  border-width: 30px 30px 30px;
  border-radius: 10px;
  width: 1280px;
  height: 900px;
}
.desktop iframe {
  width: 1220px;
  height: 840px;
}
.tt-menu {
  background-color: white;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.tt-suggestion {
  width: 100%;
  padding: 5px;
  border: 1px solid;
}
.call-link {
  margin-top: 30px;
}
.call-link img {
  width: 100%;
}
.modal-banner {
  z-index: 999999;
}
.modal-banner .modal-body {
  padding: 0px 0px;
}
.modal-banner .modal-header {
  padding: 0px;
  border: 0px;
}
.modal-banner .modal-dialog {
  width: 600px;
  max-width: 600px;
  display: flex;
  align-items: center;
  height: 100%;
}
.modal-banner .modal-header .close:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.modal-banner .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  font-size: 36px;
  color: #1c3c6b;
  opacity: 1;
}
.modal-banner .checkbox {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
}
.modal-banner .checkbox .form-check-label {
  margin-bottom: 0;
  color: #1c3c6b;
  margin-left: 10px;
}
.modal-banner .checkbox input[type="checkbox"] {
  accent-color: rgb(28 60 107);
}
@media screen and (max-width: 320px) {
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    width: 100%;
  }
}

@media (min-width: 325px) and (max-width: 375px) {
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    width: 100%;
  }
}

@media (min-width: 380px) and (max-width: 425px) {
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    width: 100%;
  }
}

@media (min-width: 430px) and (max-width: 768px) {
  .twitter-typeahead {
    width: 728px;
  }

  .tt-menu {
    width: 725px;
  }
}
#mc_embed_signup div#mce-responses {
  margin: 0 0% !important;
  clear: both;
  position: absolute;
  top: 30px !important;
}
.coming-fluid {
  padding: 30px 15px;
}
.coming-fluid .main-section iframe {
  position: initial;
  width: 100%;
  height: 800px;
}
.bloglist-fluid {
  padding: 10px 0px 50px 0px;
}
.bloglist-fluid .card-section {
  margin-bottom: 30px;
}
.bloglist-fluid .card-section .image-part img {
  width: 100%;
  border-radius: 16px;
}
.bloglist-fluid .card-section .content-part h3 {
  color: #1c3d6c;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bloglist-fluid .card-section .content-part a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  padding: 15px 24px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgb(28, 61, 108);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.bloglist-fluid .card-section .content-part a .fa {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  margin-left: 10px;
}
.bloglist-fluid .card-section .content-part a:hover {
  color: rgb(28, 61, 108);
  background: transparent;
  border: 1px solid rgb(28, 61, 108);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.blog-details {
  padding: 0px 0px 50px 0px;
}
.blog-details h3 {
  color: #1c3d6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-transform: uppercase;
}
.blog-details p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.blog-details .left-part ul {
  padding: 0px 0px 0px 30px;
}
.blog-details .left-part ol {
  list-style-type: decimal;
  padding: 0px 0px 0px 20px;
}
.blog-details .left-part p,
.blog-details .left-part ul li,
.blog-details .left-part ol li {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
  position: relative;
}
.blog-details .left-part a {
  color: #1c3d6c;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
}
.blog-details .left-part ul li:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: -30px;
}
.blog-details .left-part p b,
.blog-details .left-part ul li b,
.blog-details .left-part ol li b {
  font-weight: 600;
}
.blog-details .left-part p.tableformat {
  display: flex;
  justify-content: space-between;
}
.blog-details .left-part p.tableformat b {
  width: 30%;
}
.blog-details .left-part p.tableformat span {
  width: 70%;
}
.blog-details .left-part p.bgdesign {
  background: #efefef;
  padding: 6px 20px 6px 20px;
  border-radius: 50px;
  display: inline-block;
  color: #000a18;
  font-weight: 400;
}

.blog-details .bg-color-part {
  background: #f4f4f4;
  padding: 20px 20px;
  margin: 20px 0px;
  border-radius: 8px;
}
.blog-details .bg-color-part h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
.blog-slider {
  padding: 0px 0px 50px 0px;
}
.blog-slider .heading-part h2 {
  color: #1c3d6c;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.blog-slider .item-slider {
  margin-top: 30px;
}
.blog-slider .item-slider button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.blog-slider .item-slider .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.blog-slider .item-slider .owl-nav .owl-prev,
.blog-slider .item-slider .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 6px;
  color: #ffffff;
  background: #8c94a2;
}
.blog-slider .item-slider .owl-nav .owl-prev:hover,
.blog-slider .item-slider .owl-nav .owl-next:hover {
  background: #071936;
}
.blog-slider .item-slider .card-section .image-part img {
  border-radius: 16px 16px;
}
.blog-slider .item-slider .card-section .content-part h3 {
  color: #1c3d6c;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-slider .item-slider .card-section .content-part a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  padding: 15px 20px;
  gap: 8px;
  border-radius: 5px;
  background: rgb(28, 61, 108);
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgb(28, 61, 108);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.blog-slider .item-slider .card-section .content-part a .fa {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  margin-left: 10px;
}
.blog-slider .item-slider .card-section .content-part a:hover {
  color: rgb(28, 61, 108);
  background: transparent;
  border: 1px solid rgb(28, 61, 108);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}
.social-media ul li {
  margin-right: 10px;
}
.social-media ul li a {
  background: rgb(28, 61, 108);
  text-align: center;
  display: inline-block;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid rgb(28, 61, 108);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  padding: 12px 0px;
}
.social-media ul li a:hover {
  color: rgb(28, 61, 108);
  background: transparent;
  border: 1px solid rgb(28, 61, 108);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}

.serach-dropbox {
  position: absolute;
  top: 46px;
  right: 0;
  width: 400px;
  background: #ededf2;
  border-radius: 8px;
  padding: 16px;
  z-index: 9;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 300px; /* dropdown height limit */
  overflow-y: auto; /* enable scroll if more than 5 items */
}

/* Hide scrollbar in Chrome/Safari/Edge */
.serach-dropbox::-webkit-scrollbar {
  width: 6px;
}
.serach-dropbox::-webkit-scrollbar-thumb {
  background: #c1c1c8;
  border-radius: 10px;
}
.serach-dropbox::-webkit-scrollbar-track {
  background: transparent;
}

.serach-dropbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.serach-dropbox ul li {
  border-bottom: 1px solid #d5d5dc;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.serach-dropbox ul li:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-right.png);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 25px;
  right: 0;
  z-index: 999;
}

.serach-dropbox ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.serach-dropbox ul li a p.search-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 136%;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 8px; /* tightened spacing */
}

.serach-dropbox ul li:nth-child(4n + 1) a p.search-heading {
  color: #36457c;
  background: #d3cfcb;
}
.serach-dropbox ul li:nth-child(4n + 2) a p.search-heading {
  color: #36457c;
  background: #d3cfcb;
}
.serach-dropbox ul li:nth-child(4n + 3) a p.search-heading {
  color: #36457c;
  background: #d3cfcb;
}
.serach-dropbox ul li:nth-child(4n + 4) a p.search-heading {
  color: #36457c;
  background: #d3cfcb;
}

.serach-dropbox ul li a p.search-show {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.serach-dropbox ul li a p.search-value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
