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: "Source Sans 3", 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;
}

a {
  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: 600;
  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;
}
.bg-darkping {
  background: #f6e7d7;
}
.bg-silver {
  background: #f0f0f0;
}
.bg-lightpink {
  background: #fff9eb;
}
.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(0, 56, 166);
  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: #0047d1;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
  letter-spacing: 0.006em;
}

.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);
  letter-spacing: 0.006em;
  border: 1px solid #0044c8 !important;
  background-color: #0044c8 !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 32px;
  height: 32px;
  margin-top: 2px;
  left: 0px;
  margin-right: 4px;
  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);
}

.header-fluid {
  background: rgb(255, 255, 255);
  padding: 5px 30px;
}

.header-fluid .navbar .navbar-brand img {
  max-width: 250px;
  height: auto;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: #111111;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b58c23;
}
.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
}

.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid transparent;
}

.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: rgb(243, 243, 243);
  padding: 10px;
  margin: 0px;
  height: 100vh;
  display: block;
}

.hero-fluid {
  background-color: rgb(111, 111, 111);
  background-image: url("../img/web-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-fluid .hero-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  min-height: calc(100vh - 100px);
}

.hero-fluid .hero-main .content-part {
  padding-top: 150px;
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: #0047d1;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.006em;
  gap: 8px;
}

.hero-fluid .hero-main .content-part a:hover {
  background: #0044c8;
}

.hero-fluid .hero-main .content-part p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.hero-fluid .form-part {
  width: 360px;
  padding: 40px;
  border-radius: 16px;
  margin-top: 80px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: rgba(0, 0, 0, 0.16) 8px 16px 40px 0px;
}

.hero-fluid .form-part .heading h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group {
  margin-bottom: 20px;
}

.hero-fluid .form-part .form-design .form-group label {
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group label.forgot-pass {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label.form-check-label {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label a {
  color: #0038a6;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.hero-fluid .form-part .form-design .form-group label a:hover {
  color: #0038a6cc;
}

.hero-fluid .form-part .form-design .signup-link {
  margin-top: 20px;
}

.hero-fluid .form-part .form-design .signup-link p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
}

.hero-fluid .form-part .form-design .signup-link p a {
  color: rgb(0, 56, 166);
  float: right;
  font-weight: 500;
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .signup-link p a:hover {
  color: #0038a6cc;
}

.aboutus-fluid {
  padding: 50px 0px 50px;
}

.aboutus-fluid .image-part img {
  width: 85%;
}

.aboutus-fluid .content-part.without-image {
  width: 70%;
  margin: 0px auto;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}

.aboutus-fluid .content-part h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgb(97, 100, 104);
  font-weight: 500;
}

.aboutus-fluid .content-part p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  font-weight: 400;
}
footer {
  padding: 0px 0px 20px 0px;
  background-image: url(../img/footer-bg.png);
  background-position: 0px 120px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
}
.footer-fluid {
  padding: 50px 0px 0px 0px;
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  color: rgb(255 255 255);
  font-size: 26px;
  font-weight: 500;
  line-height: 36.4px;
  font-family: "Playfair Display", serif;
  margin-top: 0px;
}
.footer-fluid .list-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-fluid .list-part ul li {
  margin-bottom: 8px;
  width: 50%;
}

.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.footer-fluid .address-part p {
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.footer-fluid .contact-part ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.footer-fluid .contact-part ul li img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 24px;
}
.footer-fluid .contact-part ul li a {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.footer-fluid .contact-part p {
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
}
.footer-fluid .footer-main .card-part {
  width: auto;
  max-width: 300px;
}
.footer-fluid .footer-main .footer-logo img {
  max-width: 250px;
}
.footer-fluid .footer-main .footer-logo h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 29.33px;
  text-align: left;
  color: #ae8827;
  font-family: "Playfair Display", serif;
}
.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: 20px;
}

.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(255 255 255);
  font-size: 2rem;
  line-height: 2.4rem;
}

.footer-fluid .social-media ul li a:hover {
  color: rgb(255 255 255 / 80%);
}

.copyright-fluid {
  border-top: 1px solid rgb(255 255 255 / 30%);
  margin-top: 30px;
  padding: 20px 0px 0px 0px;
}

.copyright-fluid .main-section {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgb(255 255 255);
  font-size: 1.5rem;
  width: 33%;
}
.copyright-fluid .main-section p:nth-child(2) {
  text-align: right;
}
.copyright-fluid .main-section p:nth-child(3) {
  text-align: right;
}
.copyright-fluid .main-section p a {
  color: rgb(255 255 255);
}

.copyright-fluid .main-section p a:hover {
}

.hero-fluid .monile-login {
  width: 100%;
  display: none;
}

.hero-fluid .monile-login a.login-section {
  background: rgb(0, 56, 166);
  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;
}

.hero-fluid .monile-login p a {
  color: rgb(0, 56, 167);
  font-weight: 600;
  text-decoration: underline;
}

.logo-part {
  display: none;
}

.toparrow {
  position: absolute;
  right: 40px;
  top: 20px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}

.toparrow:hover {
  background: #fafafa;
}

.form-check-input {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  background-image: url("../img/Checkbox.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
}

.checkmark::after {
  content: "";
  background-image: url("../img/Checkbox1.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  z-index: 9;
  display: none;
}

.form-check-input:checked ~ .checkmark::after {
  display: block;
}
.header-fluid .navbar-light .navbar-nav .dropdown-menu {
  background: rgb(255, 255, 255);
  padding: 20px 20px;
  display: none;
  top: 55px;
  border-radius: 20px;
  min-width: 130px;
  border: 0px;
}
.header-fluid .navbar-light .navbar-nav .dropdown.show:hover .dropdown-menu {
  display: block;
  box-shadow: 0px 6px 24px 0px #0000001a;
}
.header-fluid
  .navbar-light
  .navbar-nav
  .dropdown.show:hover
  .dropdown-menu
  .dropdown-item {
  color: #111111;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: rgba(248, 249, 250, 0);
  color: rgb(0, 0, 0);
}
#notice {
  background: #ae8827;
  text-align: center;
  height: 40px;
}
#notice p {
  line-height: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
#notice p i {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.login-navbar {
  display: flex;
  align-items: center;
}
.login-navbar li:nth-last-child(1) {
  border: 0.5px solid #111111;
  border-radius: 100px;
}
.login-navbar li:nth-last-child(1) a {
  padding: 12px 24px 12px 24px !important;
}

#gallery .slick-track > div {
  padding: 0 10px;
  height: auto;
}
.slick-next,
.slick-prev {
  display: none !important;
}
.slick-next {
  right: 0px;
}
.slick-prev {
  left: 0px;
}
.slick-initialized .slick-slide a {
  position: relative;
  display: inline-block;
}
.slick-initialized .slick-slide .content-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 10px;
  display: none;
}
.slick-initialized .slick-slide .content-part .border-part {
  width: 90%;
  height: 90%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.slick-initialized .slick-slide:hover .content-part {
  display: flex;
}
.slick-initialized .slick-slide .content-part i {
  color: #ffffff;
  font-size: 26px;
  line-height: 28px;
}
.slick-initialized .slick-slide .content-part p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  color: #ffffff;
}
.slick-initialized .slick-slide .content-part img {
  width: 24px;
  margin-top: 10px;
}
.video-fluid {
  padding: 0;
  position: relative;
}
.video-fluid .video-section video {
  width: 100%;
}
.video-fluid .content-part {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 40%;
  left: 100px;
}
.video-fluid .content-part h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.99px;
  font-family: "Playfair Display", serif;
  margin-top: 0px;
}
.video-fluid .content-part h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  font-family: "Playfair Display", serif;
}
.video-fluid .content-part p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.video-fluid .content-part a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #ffffff;
  padding: 15px 20px 15px 20px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.video-fluid .content-part a.trade-login {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.video-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.video-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-white.png);
  background-size: 24px 24px;
  right: 30px;
  top: 20px;
}
.section1-fluid {
  background-image: url(../img/bg1.png);
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.section1-fluid .content-part {
  width: 50%;
}
.section1-fluid .content-part h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.99px;
  font-family: "Playfair Display", serif;
  margin-top: 0px;
  padding: 0;
}
.section1-fluid .content-part h1 {
  color: #111111;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  font-family: "Playfair Display", serif;
}
.section1-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.section2-fluid {
  background-image: url(../img/bg2.png);
  height: 500px;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-top: 2px solid #ffffff;
}
.section2-fluid .content-part {
  width: 50%;
  float: right;
}
.section2-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Playfair Display", serif;
}
.section2-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.section2-fluid .content-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.section2-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.section2-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.section3-fluid {
  background-image: url(../img/bg3.png);
  height: 500px;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-top: 3px solid #ffffff;
}
.section3-fluid .content-part {
  width: 50%;
  float: right;
}
.section3-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Playfair Display", serif;
}
.section3-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.section3-fluid .content-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.section3-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.section3-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.section4-fluid {
  padding: 20px 0px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.section4-fluid .content-part {
  width: 100%;
  text-align: center;
}
.section4-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Playfair Display", serif;
}
.section4-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.section4-fluid .content-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.section4-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.section4-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.logout-part {
  position: relative;
  display: inline-block;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #ae8827;
  padding: 12px 15px;
  right: 0;
  bottom: -52px;
  color: #111111;
  display: none;
  z-index: 999;
  border: 0.5px solid #ae8827;
  border-radius: 100px;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
.breadcum-fluid {
  padding: 20px 0px;
  border-top: 1px solid #1111111a;
  border-bottom: 1px solid #1111111a;
  margin-bottom: 10px;
}
.breadcum-fluid .content-part h1 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: left;
  font-family: "Playfair Display", serif;
  margin-top: 0px;
}
.breadcum-fluid .content-part ul {
  display: flex;
  border-radius: 100px;
  padding: 6px 0px 6px 12px;
  background: #00000008;
  width: fit-content;
}
.breadcum-fluid .content-part ul li {
  margin-right: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.6px;
}
.ring-fluid {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-top: 2px solid #ffffff;
}
.ring-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: "Playfair Display", serif;
}
.ring-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.ring-fluid .content-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.ring-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.ring-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.contact-fluid {
  padding: 50px 0px;
}
.contact-fluid .content-part .heading-part {
  text-align: center;
}
.contact-fluid .content-part .heading-part h1 {
  color: #111111;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  font-family: "Playfair Display", serif;
  position: relative;
  display: inline-block;
}
.contact-fluid .content-part .heading-part h1:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: -40px;
  top: 22px;
  background-image: url(../img/icons/h1.png);
  background-size: 24px 24px;
}
.contact-fluid .content-part .heading-part h1:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -40px;
  top: 22px;
  background-image: url(../img/icons/h2.png);
  background-size: 24px 24px;
}
.contact-fluid .content-part .contact-detail {
  margin-top: 50px;
}
.contact-fluid .content-part .contact-detail .card-part {
  background: #f6e7d7;
  padding: 20px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
  height: 150px;
}
.contact-fluid .content-part .contact-detail .card-part img {
  max-width: 30px;
  margin-bottom: 20px;
}
.contact-fluid .content-part .contact-detail .card-part p {
  color: #111111;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.form-fluid {
  padding: 100px 0px;
  background-image: url(../img/contact-bg.png);
  background-position: center;
  background-size: cover;
}
.form-fluid .form-part {
  width: 50%;
}
.form-fluid .heading-part h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px;
}
.dqiKFy {
  position: relative;
  color: #ffffff;
  overflow: visible !important;
}
.bVzsfG {
  padding: 0px !important;
}
.form-fluid .dqiKFy:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/arrow-white.png);
  right: -25px;
  top: 0px;
  background-size: 18px 18px;
}
.refining-fluid {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-top: 0px solid #ffffff;
  padding: 50px 0px;
  background: linear-gradient(
    to right,
    white 0%,
    white 75%,
    #f6e7d7 25%,
    #f6e7d7 100%
  );
}
.refining-fluid .content-part h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  font-family: "Playfair Display", serif;
}
.refining-fluid .image-part {
  text-align: right;
}
.refining-fluid .image-part img {
  width: 400px;
  gap: 0px;
  border-radius: 200px 200px 0px 0px;
}
.refining1-fluid {
  padding: 50px 0px;
}
.refining1-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  font-family: "Playfair Display", serif;
  margin-top: 0px;
}
.refining1-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.refining2-fluid {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-top: 0px solid #ffffff;
  padding: 50px 0px;
  background: #f6e7d7;
}
.refining2-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  font-family: "Playfair Display", serif;
}
.refining2-fluid .image-part {
  text-align: left;
}
.refining2-fluid .image-part img {
  width: 350px;
  gap: 0px;
  border-radius: 200px 200px 0px 0px;
}
.refining3-fluid {
  padding: 50px 0px;
}
.refining3-fluid .heading-part h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  text-align: center;
  margin-top: 0px;
}
.refining3-fluid .content-part h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  font-family: "Playfair Display", serif;
}
.refining3-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.refining3-fluid .image-part {
  text-align: left;
}
.refining3-fluid .image-part img {
  width: 100%;
}
.refining3-fluid .content-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.refining3-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.refining3-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.aboutus-fluid {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-top: 0px solid #ffffff;
  padding: 50px 0px;
  background: linear-gradient(
    to right,
    white 0%,
    white 75%,
    #f6e7d7 25%,
    #f6e7d7 100%
  );
}
.aboutus-fluid .content-part h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  font-family: "Playfair Display", serif;
}
.aboutus-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.aboutus-fluid .content-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.aboutus-fluid .content-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.aboutus-fluid .content-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.aboutus-fluid .image-part {
  text-align: right;
}
.aboutus-fluid .image-part img {
  width: 100%;
}
.aboutus1-fluid {
  padding: 50px 0px 30px 0px;
  background: #f6e7d7;
}
.aboutus1-fluid .content-part p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  margin-bottom: 20px;
}
.about4-fluid {
  margin: 30px 0px 50px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about4-fluid .left-part {
  width: 30%;
}
.about4-fluid .left-part img {
  width: 100%;
  height: 250px;
}
.about4-fluid {
  padding: 30px 30px;
  background: #f6e7d7;
}
.about4-fluid .right-part h3 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  font-family: "Playfair Display", serif;
}
.about4-fluid .right-part a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Playfair Display", serif;
  border: 0.5px solid #111111;
  padding: 12px 50px 12px 24px;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  margin-top: 10px;
}
.about4-fluid .right-part a:hover {
  background-color: #ae8827;
  border: 0.5px solid #ae8827;
}
.about4-fluid .right-part a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrow-black.png);
  background-size: 24px 24px;
  right: 20px;
  top: 13px;
}
.bg-white {
  background: #ffffff;
}
.aboutus-fluid.bg-white .content-part a {
  display: block;
  padding: 0;
  border: 0;
  font-family: inherit;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.aboutus-fluid.bg-white .content-part a:hover {
  background: none;
}
#gallery .slick-slide img {
  height: auto;
}
.gQvAYo {
  height: auto !important;
}
.jUKeJm {
  height: auto !important;
}
.eapps-subscription-form-6214d818-0b67-4db0-a79c-024ef60757ea-custom-css-hook
  .bVzsfG {
  height: auto !important;
  min-height: auto !important;
}
.bVzsfG {
  height: auto !important;
  min-height: auto !important;
}
