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.6rem;
  font-family: "Brandon Grotesque Web Regular";
  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: 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(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: 100px;
  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(0, 71, 209);
  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 rgb(0, 68, 200) !important;
  background-color: rgb(0, 68, 200) !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);
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgb(235, 182, 23);
  padding: 10px;
  left: 0px;
  bottom: -45px;
  color: rgb(0, 0, 0);
  display: none;
  border-radius: 8px;
  z-index: 999;
}

.logout-part:hover .logout {
  display: block;
}

.logout p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  cursor: pointer;
  font-family: Gilroy-Bold, sans-serif;
  text-transform: uppercase;
}

.header-fluid {
  background: transparent;
  position: absolute;
  top: 0px;
  z-index: 9;
  width: 100%;
  padding: 0px;
}

.header-fluid:hover {
  background: rgb(22, 39, 68);
}

.header-fluid .topheader-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}

.header-fluid .topheader-section .left-part {
  width: 200px;
}

.header-fluid .topheader-section .right-part {
  width: 200px;
}

.header-fluid .topheader-section .left-part ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-fluid .topheader-section .search-box {
  display: flex;
  align-items: center;
  position: relative;
}

.header-fluid .topheader-section .search-box input {
  width: 0px;
  opacity: 0;
  padding: 8px 10px 10px 40px;
  margin-left: 0px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  transition: 0.3s;
  outline: none;
  position: absolute;
  z-index: 1;
}

.header-fluid .topheader-section .search-box.active input {
  width: 220px;
  opacity: 1;
}

.header-fluid .topheader-section .search-icon {
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.header-fluid .topheader-section .search-box.active .search-icon {
  filter: brightness(0) saturate(100%);
}

.header-fluid .topheader-section .center-part img {
  max-width: 180px;
}

.header-fluid .menu-section {
  padding: 0px;
  position: relative;
}

.header-fluid .menu-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.header-fluid .menu-section ul .nav-link {
  padding: 10px 0px;
}

.header-fluid .menu-section ul .nav-link span {
  color: rgb(231, 217, 206);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.48px;
  cursor: pointer;
}

.header-fluid .menu-section ul .nav-link .submenu-section {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: rgb(231, 217, 206);
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 8px 16px 40px 0px;
  display: none;
  justify-content: space-between;
  z-index: 999;
  border-top: 1px solid rgb(231, 217, 206);
}

.header-fluid .menu-section ul .nav-link .submenu-section.smalldropdown {
  min-width: 200px;
}

.header-fluid
  .menu-section
  ul
  .nav-link
  .submenu-section.smalldropdown
  .content-part {
  padding: 20px 0px;
}

.header-fluid .submenu-section.smalldropdown .main-card .list-part ul li {
  padding: 0px 20px;
  position: relative;
}

.header-fluid .submenu-section.smalldropdown .main-card .list-part {
  margin-bottom: 0px;
}

.header-fluid
  .submenu-section.smalldropdown
  .main-card
  .list-part.doublesubmenu {
  position: absolute;
  top: 0px;
  left: 200px;
  background: rgb(231, 217, 206);
  padding: 20px 0px;
  min-width: 200px;
  display: none;
}

.header-fluid
  .submenu-section
  .main-card
  .list-part
  ul
  li:hover
  .list-part.doublesubmenu {
  display: block;
}

.header-fluid .menu-section ul .nav-link:hover .submenu-section {
  opacity: 1;
  display: flex;
}

.header-fluid .menu-section .submenu-section .content-part {
  width: 70%;
  padding: 20px;
}

.header-fluid .menu-section .submenu-section.smalldropdown .content-part {
  width: 100%;
}

.header-fluid .submenu-section .main-card .heading-part {
  margin-bottom: 30px;
}

.header-fluid .submenu-section .main-card .heading-part h3 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

.header-fluid .submenu-section .main-card .list-part {
  margin-bottom: 20px;
}

.header-fluid .submenu-section .main-card .list-part ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-items: self-start;
  gap: 15px;
}

.header-fluid .submenu-section .main-card .list-part ul li {
  width: 100%;
}

.header-fluid .submenu-section .main-card .list-part ul li a {
  color: rgb(102, 102, 102);
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
}

.header-fluid .submenu-section .main-card .list-part ul li a .fa {
  font-size: 20px;
}

.header-fluid .menu-section .submenu-section .image-part {
  width: 30%;
  padding: 20px;
  background: rgb(22, 39, 67);
  text-align: center;
}

.header-fluid .menu-section .submenu-section .image-part img {
  width: 100%;
}

.header-fluid .menu-section .submenu-section .image-part p {
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.header-fluid .menu-section .submenu-section .image-part a {
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  position: relative;
}

.header-fluid .menu-section .submenu-section .image-part a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  bottom: -8px;
  left: 0px;
}

.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: center;
  justify-content: space-between;
  height: 100vh;
}

.hero-fluid .hero-main .content-part {
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 4.8rem;
  line-height: 62px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 16px;
  color: rgb(20, 59, 38);
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
  width: 145px;
}

.hero-fluid .hero-main .content-part a:hover,
.hero-fluid .hero-main .content-part a:focus {
  box-shadow:
    rgb(245, 236, 218) -7em 0px 0px 0px inset,
    rgb(245, 236, 218) 7em 0px 0px 0px inset;
  transition: 1s;
}

.hero-fluid .hero-main .content-part p {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.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;
}

.aboutus-fluid {
  padding: 60px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.aboutus-fluid .image-part img {
  width: 85%;
}

.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: 20px;
  font-size: 32px;
  line-height: 42px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 20px;
}
.aboutus-fluid .content-part h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 20px;
}
.aboutus-fluid .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 10px;
}

.aboutus-fluid .content-part a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 106, 255);
  font-weight: 400;
}

.aboutus-fluid .content-part ul {
  list-style-type: disc;
  padding-left: 40px;
}

.aboutus-fluid .content-part ul li {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-fluid {
  padding: 40px 0px 0px;
  position: relative;
  background: rgb(22, 39, 68);
}

.footer-fluid .top-footer {
  text-align: center;
}

.footer-fluid .top-footer img {
  max-width: 180px;
}

.footer-fluid .top-footer p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
}

.footer-fluid .footer-main {
  padding-bottom: 30px;
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px;
  line-height: 2.8rem;
  position: relative;
  padding-bottom: 20px;
}

.footer-fluid .card-part .heading h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: rgb(255, 255, 255);
  bottom: 10px;
  left: 0px;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}

.footer-fluid .list-part.doubleline ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-fluid .list-part.doubleline ul li {
  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.6rem;
  line-height: 2.4rem;
}

.footer-fluid .list-part ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-fluid .address-part p {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-fluid .footer-main .card-part:nth-child(1) {
  min-width: 10%;
}

.footer-fluid .footer-main .card-part:nth-child(2) {
  min-width: 20%;
}

.footer-fluid .footer-main .card-part:nth-child(3) {
  min-width: 40%;
}

.footer-fluid .footer-main .card-part:nth-child(4) {
  min-width: 30%;
}

.footer-fluid .footer-main .card-part:nth-child(5) {
  min-width: 10%;
}

.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: center;
  margin-top: 15px;
}

.footer-fluid .social-media ul li {
  margin-right: 20px;
}

.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: rgba(233, 233, 233, 0.8);
}

.copyright-fluid {
  padding: 15px 0px;
  background: rgb(22, 39, 68);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright-fluid .main-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-fluid .main-section p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 0px 5px;
}

.copyright-fluid .main-section p a {
  color: rgb(255, 255, 255);
}

.copyright-fluid .main-section p a:hover {
  color: rgba(226, 226, 226, 0.8);
}

.hero-video {
  padding: 0px;
  position: relative;
}

.hero-video .bg-layer {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
}

.hero-video .hero-main video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: flex;
  position: relative;
}
.hero-video .hero-main .image-part img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-video .content-part {
  position: absolute;
  top: 50%;
  width: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  margin-top: 100px;
}

.hero-video .content-part h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}

.hero-video .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

.hero-video .content-part a {
  border: 1px solid rgb(22, 39, 68);
  background: rgb(231, 217, 206);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(22, 39, 68);
  display: inline-block;
  margin-top: 20px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.hero-video .content-part a:hover {
  border: 1px solid rgb(231, 217, 206);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
}

.hero-video .content-part a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.hero-video .content-part a:hover::before {
  transform: scaleX(1);
}

.featured-fluid {
  background: rgb(231, 217, 206);
  padding: 60px;
}

.featured-fluid .heading-part {
  text-align: center;
}

.featured-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.featured-fluid .heading-part p {
  color: rgb(66 66 66);
  font-size: 16px;
  line-height: 24px;
}

.featured-fluid .slider-part {
  margin-top: 30px;
}

.featured-fluid .slider-part .card-part {
  text-align: center;
}

.featured-fluid .slider-part .card-part img {
  width: 100%;
}

.featured-fluid .slider-part .card-part p {
  color: rgb(22, 39, 67);
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  padding: 0px 10px;
}

.featured-fluid .slider-part .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
}

.featured-fluid .slider-part .owl-nav button {
  margin: 0px;
  color: rgb(20, 59, 38);
  font-size: 20px;
  background: rgb(231, 217, 206);
}

.featured-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.featured-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgba(22, 39, 68, 0.2);
  margin: 0px 5px;
  padding: 0px;
}

.featured-fluid .slider-part .owl-dot.active {
  background: rgb(22, 39, 68);
  width: 20px;
}

.featured-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.featured-fluid .show-button {
  text-align: center;
}

.featured-fluid .show-button a {
  border: 1px solid rgb(22, 39, 68);
  background: rgb(231, 217, 206);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(22, 39, 68);
  display: inline-block;
  margin-top: 30px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.featured-fluid .show-button a:hover {
  border: 1px solid rgb(231, 217, 206);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
}

.featured-fluid .show-button a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.featured-fluid .show-button a:hover::before {
  transform: scaleX(1);
}

.download-fluid {
  padding: 0px;
  background: rgb(231, 217, 206);
}

.download-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-fluid .main-section ul li {
  width: 50%;
}

.download-fluid .main-section .content-part {
  width: 80%;
  margin: 0px auto;
  text-align: center;
}

.download-fluid .main-section .content-part h3 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.download-fluid .main-section .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(66, 66, 66);
  font-weight: 400;
  margin-bottom: 10px;
}

.download-fluid .main-section .content-part ul {
  justify-content: center;
  margin-top: 20px;
}

.download-fluid .main-section .content-part ul li {
  width: auto;
  margin: 0px 10px;
}

.download-fluid .main-section .content-part ul li img {
  max-width: 140px;
}

.difference-fluid {
  background: rgb(22, 39, 68);
  padding: 60px;
}

.difference-fluid .heading-part {
  text-align: center;
}

.difference-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.difference-fluid .card-section {
  margin-top: 30px;
}

.difference-fluid .card-section ul {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.difference-fluid .card-section ul li {
  text-align: center;
  width: 25%;
  padding: 0px 20px;
}

.difference-fluid .card-section ul li img {
  max-width: 60px;
}

.difference-fluid .card-section ul li p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  margin-top: 20px;
}

.featured1-fluid {
  background: rgb(231, 217, 206);
  padding: 60px;
}

.featured1-fluid .heading-part {
  text-align: center;
}

.featured1-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.featured1-fluid .slider-part {
  margin-top: 30px;
}

.featured1-fluid .slider-part .card-part {
  text-align: center;
}

.featured1-fluid .slider-part .card-part .image-part {
  overflow: hidden;
}

.featured1-fluid .slider-part .card-part img {
  width: 100%;
  transition: transform 0.5s;
}

.featured1-fluid .slider-part .card-part:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.featured1-fluid .slider-part .card-part p {
  color: rgb(22, 39, 67);
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  padding: 0px 10px;
}

.featured1-fluid .slider-part .owl-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
}

.featured1-fluid .slider-part .owl-nav button {
  margin: 0px;
  color: rgb(20, 59, 38);
  font-size: 20px;
  background: rgb(231, 217, 206);
}

.featured1-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.featured1-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgba(22, 39, 68, 0.2);
  margin: 0px 5px;
  padding: 0px;
}

.featured1-fluid .slider-part .owl-dot.active {
  background: rgb(22, 39, 68);
  width: 20px;
}

.featured1-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.tradeshow-fluid {
  background: rgb(22, 39, 68);
  padding: 60px;
}

.tradeshow-fluid .heading-part {
  text-align: center;
}

.tradeshow-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.tradeshow-fluid .slider-part {
  margin-top: 30px;
}

.tradeshow-fluid .slider-part .card-part {
  text-align: center;
}

.tradeshow-fluid .slider-part .card-part .image-part {
  width: 100%;
  overflow: hidden;
  height: 240px;
  position: relative;
}

.tradeshow-fluid .slider-part .card-part .image-part .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.tradeshow-fluid .slider-part .card-part .image-part .img1 {
  width: 100%;
  transition: transform 0.5s;
}

.tradeshow-fluid .slider-part .card-part .image-part:hover .img1 {
  transform: scale(1.02);
  transition: transform 0.5s;
}

.tradeshow-fluid .slider-part .card-part .content-part h4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.tradeshow-fluid .slider-part .card-part .content-part p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  transition: transform 0.4s ease-out;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

.tradeshow-fluid .slider-part .card-part .content-part p:hover {
}

.tradeshow-fluid .slider-part .card-part .content-part p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  bottom: 8px;
  left: 0%;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.tradeshow-fluid .slider-part .card-part .content-part p:hover::before {
  transform: scaleX(0);
}

.tradeshow-fluid .slider-part .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: absolute;
  top: 30%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
}

.tradeshow-fluid .slider-part .owl-nav button {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background: rgb(22, 39, 68);
}

.tradeshow-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.tradeshow-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgb(209, 220, 238);
  margin: 0px 5px;
  padding: 0px;
}

.tradeshow-fluid .slider-part .owl-dot.active {
  background: rgb(216, 216, 216);
  width: 20px;
}

.tradeshow-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.certification-fluid {
  background: rgb(231, 217, 206);
  padding: 60px;
}

.certification-fluid .heading-part {
  text-align: center;
}

.certification-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.certification-fluid .card-section {
  width: 70%;
  margin: 30px auto 0px;
}

.certification-fluid .card-section ul {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.certification-fluid .card-section ul li {
  text-align: center;
  width: 23%;
}

.certification-fluid .card-section ul li img {
  width: 100%;
}

.impact-fluid {
  background: rgb(22, 39, 68);
  padding: 60px;
}

.impact-fluid .heading-part {
  text-align: center;
}

.impact-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.impact-fluid .card-section {
  width: 100%;
  margin: 30px auto 0px;
}

.impact-fluid .card-section ul {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.impact-fluid .card-section ul li {
  text-align: center;
  width: auto;
  margin: 1%;
}

.impact-fluid .card-section ul li:nth-child(1) {
  width: 38%;
}

.impact-fluid .card-section ul li:nth-child(2) {
  width: 28%;
}

.impact-fluid .card-section ul li:nth-child(3) {
  width: 28%;
}

.impact-fluid .card-section ul li:nth-child(4) {
  width: 28%;
}

.impact-fluid .card-section ul li:nth-child(5) {
  width: 28%;
}

.impact-fluid .card-section ul li:nth-child(6) {
  width: 38%;
}

.impact-fluid .card-section ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: rgb(22, 39, 68);
}

.credential-fluid {
  background: url("../img/credential/bg.png") center bottom / 30% no-repeat
    rgb(231, 217, 206);
  padding: 80px 60px;
}

.credential-fluid .heading-part {
  text-align: center;
}

.credential-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.credential-fluid .card-section {
  width: 60%;
  margin: 30px auto 0px;
}

.credential-fluid .card-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.credential-fluid .card-section ul li {
  text-align: center;
  width: 33%;
}

.credential-fluid .card-section ul li img {
  width: auto;
  max-height: 120px;
}

.brides-fluid {
  padding: 0px;
  background: rgb(231, 217, 206);
  border-top: 1.5px solid rgb(227, 206, 190);
}

.brides-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brides-fluid .main-section ul li {
  width: 50%;
  position: relative;
}

.brides-fluid .main-section ul li .image-part img {
  width: 100%;
}

.brides-fluid .main-section ul li:nth-last-child(1) {
  width: 100%;
}

.brides-fluid .main-section ul li .first-card-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  background: rgb(231, 217, 206);
  padding: 20px;
  width: 60%;
}

.brides-fluid .main-section ul li .first-card-text h3 {
  font-size: 24px;
  color: rgb(22, 39, 68);
  line-height: 32px;
  margin-bottom: 0px;
}

.brides-fluid .main-section ul li .first-card-text a {
  border: 1px solid rgb(22, 39, 68);
  background: rgb(231, 217, 206);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(22, 39, 68);
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.brides-fluid .main-section ul li .first-card-text a:hover {
  border: 1px solid rgb(231, 217, 206);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
}

.brides-fluid .main-section ul li .first-card-text a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.brides-fluid .main-section ul li .first-card-text a:hover::before {
  transform: scaleX(1);
}

.brides-fluid .main-section ul li .third-card-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}

.brides-fluid .main-section ul li .second-card-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  background: rgb(22, 39, 68);
  padding: 20px;
  width: 60%;
}

.brides-fluid .main-section ul li .second-card-text h3 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 32px;
  margin-bottom: 0px;
}

.brides-fluid .main-section ul li .second-card-text a {
  border: 1px solid rgb(231, 217, 206);
  background: rgb(22, 39, 68);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.brides-fluid .main-section ul li .second-card-text a:hover {
  border: 1px solid rgb(22, 39, 68);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 4px 10px 0px;
}

.brides-fluid .main-section ul li .second-card-text a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(255, 255, 255);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.brides-fluid .main-section ul li .second-card-text a:hover::before {
  transform: scaleX(1);
}

.brides-fluid .main-section .content-part {
  width: 90%;
  margin: 0px auto;
  text-align: center;
}

.brides-fluid .main-section .content-part h3 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.brides-fluid .main-section .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(66, 66, 66);
  font-weight: 400;
  margin-bottom: 10px;
}

.brides-fluid .main-section .content-part ul {
  justify-content: center;
  margin-top: 20px;
}

.brides-fluid .main-section .content-part ul li {
  width: auto;
}

.brides-fluid .main-section .content-part ul li a {
  border: 1px solid rgb(22, 39, 68);
  background: rgb(231, 217, 206);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(22, 39, 68);
  display: inline-block;
  margin-top: 30px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.brides-fluid .main-section .content-part ul li a:hover {
  border: 1px solid rgb(231, 217, 206);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
}

.brides-fluid .main-section .content-part ul li a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.brides-fluid .main-section .content-part ul li a:hover::before {
  transform: scaleX(1);
}

.celibrities-fluid {
  background: rgb(22, 39, 68);
  padding: 60px;
}

.celibrities-fluid .heading-part {
  text-align: center;
}

.celibrities-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.celibrities-fluid .heading-part p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
}

.celibrities-fluid .slider-part {
  margin-top: 30px;
}

.celibrities-fluid .slider-part .card-part {
  text-align: center;
}

.celibrities-fluid .slider-part .card-part .image-part {
  overflow: hidden;
  transition: transform 0.5s;
}

.celibrities-fluid .slider-part .card-part .image-part img {
  width: 100%;
}

.celibrities-fluid .slider-part .card-part .image-part:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.celibrities-fluid .slider-part .card-part h4 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  padding: 0px 10px;
  margin-bottom: 0px;
}

.celibrities-fluid .slider-part .card-part p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  padding: 0px 10px;
}

.celibrities-fluid .slider-part .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
}

.celibrities-fluid .slider-part .owl-nav button {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background: rgb(22, 39, 68);
}

.celibrities-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.celibrities-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0px 5px;
  padding: 0px;
}

.celibrities-fluid .slider-part .owl-dot.active {
  background: rgb(255, 255, 255);
  width: 20px;
}

.celibrities-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.celibrities-fluid .show-button {
  text-align: center;
}

.flyers-fluid {
  background: rgb(231, 217, 206);
  padding: 60px;
}

.flyers-fluid .heading-part {
  text-align: center;
}

.flyers-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 67);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.flyers-fluid .card-section {
  width: 100%;
  margin: 30px auto 0px;
}

.flyers-fluid .card-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flyers-fluid .card-section ul li {
  text-align: center;
  width: 50%;
  margin: 0%;
}

.flyers-fluid .card-section ul li img {
  width: 100%;
  height: auto;
  border: 2.5px solid rgb(231, 217, 206);
}

.flyers-fluid .card-section ul li .image-part {
  position: relative;
}

.flyers-fluid .card-section ul li .image-part .content-part {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

.flyers-fluid .card-section ul li .image-part .content-part.top {
  position: absolute;
  inset: 30px auto auto 30px;
  text-align: left;
}

.flyers-fluid .card-section ul li .image-part .content-part h3 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 32px;
  margin-bottom: 0px;
}

.flyers-fluid .card-section ul li .image-part .content-part h3.text-black {
  color: rgb(22, 39, 68);
}

.flyers-fluid .card-section ul li .image-part .content-part a {
  border: 1px solid rgb(22, 39, 68);
  background: rgb(231, 217, 206);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(22, 39, 68);
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.flyers-fluid .card-section ul li .image-part .content-part a:hover {
  border: 1px solid rgb(231, 217, 206);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
}

.flyers-fluid .card-section ul li .image-part .content-part a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.flyers-fluid .card-section ul li .image-part .content-part a:hover::before {
  transform: scaleX(1);
}

.shopcategories-fluid {
  background: rgb(231, 217, 206);
  padding: 60px;
}

.shopcategories-fluid .heading-part {
  text-align: center;
}

.shopcategories-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 67);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.shopcategories-fluid .heading-part p {
  color: rgb(22, 39, 67);
  font-size: 16px;
  line-height: 24px;
}

.shopcategories-fluid .slider-part {
  margin-top: 30px;
}

.shopcategories-fluid .slider-part .card-part {
  text-align: center;
}

.shopcategories-fluid .slider-part .card-part .image-part {
  overflow: hidden;
  transition: transform 0.5s;
}

.shopcategories-fluid .slider-part .card-part .image-part img {
  width: 100%;
}

.shopcategories-fluid .slider-part .card-part .image-part:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.shopcategories-fluid .slider-part .card-part h4 {
  color: rgb(22, 39, 68);
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  padding: 0px 10px;
  margin-bottom: 0px;
}
.shopcategories-fluid .slider-part .card-part h3 {
  color: rgb(22, 39, 68);
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  padding: 0px 10px;
  margin-bottom: 0px;
}
.shopcategories-fluid .slider-part .owl-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
}

.shopcategories-fluid .slider-part .owl-nav button {
  margin: 0px;
  color: rgb(22, 39, 68);
  font-size: 20px;
  background: rgb(231, 217, 206);
}

.shopcategories-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.shopcategories-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0px 5px;
  padding: 0px;
}

.shopcategories-fluid .slider-part .owl-dot.active {
  background: rgb(22, 39, 68);
  width: 20px;
}

.shopcategories-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.shopcategories-fluid .show-button {
  text-align: center;
}

.program-fluid {
  padding: 0px;
  background: rgb(22, 39, 68);
}

.program-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program-fluid .main-section ul li {
  width: 50%;
}

.program-fluid .content-section {
  width: 100%;
  margin: 0px auto;
}

.program-fluid .heading-part {
  text-align: center;
}

.program-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.program-fluid .slider-part {
  width: 45%;
  margin: 0px auto;
}

.program-fluid .slider-part .card-part {
  text-align: center;
}

.program-fluid .slider-part .card-part img {
  width: 100%;
}

.program-fluid .slider-part .card-part p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  padding: 0px 10px;
}

.program-fluid .slider-part .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  left: 50%;
}

.program-fluid .slider-part .owl-nav button {
  margin: 0px -60px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background: rgb(22, 39, 68);
}

.program-fluid .slider-part .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.program-fluid .slider-part .owl-dot {
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0px 5px;
  padding: 0px;
}

.program-fluid .slider-part .owl-dot.active {
  background: rgb(255, 255, 255);
  width: 20px;
}

.program-fluid .slider-part button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.program-fluid .show-button {
  text-align: center;
}

.program-fluid .show-button a {
  border: 1px solid rgb(231, 217, 206);
  background: rgb(22, 39, 68);
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 30px;
  position: relative;
  transition: transform 0.4s ease-out;
}

.program-fluid .show-button a:hover {
  border: 1px solid rgb(22, 39, 68);
  transition: transform 0.4s ease-out;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 4px 10px 0px;
}

.program-fluid .show-button a::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgb(255, 255, 255);
  bottom: 8px;
  left: 15%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}

.program-fluid .show-button a:hover::before {
  transform: scaleX(1);
}

.jFNRRy {
  min-height: auto !important;
}

.dIlOny {
  min-height: auto !important;
}
.wearsmilink-fluid {
  padding: 0px;
  background: rgb(231, 217, 206);
}

.wearsmilink-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wearsmilink-fluid .main-section ul li {
  width: 50%;
  position: relative;
}

.wearsmilink-fluid .main-section ul li .image-part img {
  width: 100%;
}

.wearsmilink-fluid .main-section .content-part {
  width: 70%;
  margin: 0px auto;
  text-align: center;
}

.wearsmilink-fluid .main-section .content-part h3 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.wearsmilink-fluid .main-section .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(66, 66, 66);
  font-weight: 400;
  margin-bottom: 10px;
}

.wearsmilink-fluid .main-section .content-part ul {
  justify-content: center;
  margin-top: 20px;
}

.wearsmilink-fluid .main-section .content-part ul li {
  width: auto;
}
.wearsmilink-fluid .heading-part {
  text-align: center;
  padding: 50px 0px;
}
.wearsmilink-fluid .heading-part span {
  font-size: 20px;
  color: #162744;
}
.wearsmilink-fluid .heading-part h2 {
  margin-top: 10px;
  color: #162744;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 1px;
}
.meetfounder-fluid {
  padding: 0px 0px;
  position: relative;
}
.meetfounder-fluid .content-part {
  background: #162744;
  width: 30%;
  position: absolute;
  top: 50%;
  padding: 50px 30px;
  left: 5%;
  transform: translate(0%, -50%);
  text-align: center;
}
.meetfounder-fluid .content-part h2 {
  margin-top: 0px;
  color: #ffffff;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 1px;
}
.meetfounder-fluid .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact1-fluid {
  padding: 60px 60px 60px 60px;
}
.contact1-fluid .content-part {
  padding: 0px 60px;
}
.contact1-fluid .content-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}
.contact1-fluid .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(66, 66, 66);
  font-weight: 400;
  margin-bottom: 10px;
}
.contact1-fluid .content-part ul {
  margin-top: 30px;
}
.contact1-fluid .content-part ul li {
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.contact1-fluid .content-part ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-position: center;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.contact1-fluid .content-part ul li.map:after {
  background-image: url(../img/icon/map.svg);
}
.contact1-fluid .content-part ul li.phone:after {
  background-image: url(../img/icon/mob.svg);
}
.contact1-fluid .content-part ul li.mail:after {
  background-image: url(../img/icon/mail.svg);
}
.contact1-fluid .content-part ul li a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.contact2-fluid {
  padding: 0px 60px 60px 60px;
}
.contact2-fluid .content-part {
  padding: 0px 60px;
}
.contact2-fluid .content-part h2 {
  margin-top: 0px;
  color: rgb(22, 39, 68);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}
.contact2-fluid .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(66, 66, 66);
  font-weight: 400;
  margin-bottom: 10px;
}
.contact2-fluid .content-part ul {
  margin-top: 30px;
}
.contact2-fluid .content-part ul li {
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.contact2-fluid .form-part {
  background: #162743;
  padding: 40px 40px;
}
.educationslider-fluid {
  background: rgb(22, 39, 68);
  padding: 60px;
}

.educationslider-fluid .heading-part {
  text-align: center;
}

.educationslider-fluid .heading-part h2 {
  margin-top: 0px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.educationslider-fluid .card-section {
  margin-top: 30px;
}
.educationtable-fluid {
  background: #e7d9ce;
  padding: 60px;
}

.educationtable-fluid .heading-part {
  text-align: center;
}

.educationtable-fluid .heading-part h2 {
  margin-top: 0px;
  color: #162744;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

.educationtable-fluid .table-education {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.educationtable-fluid .table-education img {
  width: 100%;
}
.educationtable-fluid .table-education .table {
  background-color: #ffffff;
  padding: 30px 30px;
}
.educationtable-fluid .table-education .table thead {
  background: #162743;
}
.educationtable-fluid .table-education .table thead tr {
  color: #ffffff;
  font-size: 16px;
}
.educationtable-fluid .table-education .table thead tr th {
  color: #ffffff;
  font-size: 16px;
}
.educationtable-fluid .table-education .table tr td {
  color: #666666;
  font-size: 16px;
}
.educationtable-fluid .table-education .table td,
.educationtable-fluid .table-education .table th {
  padding: 1.5rem 2.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.educationtable-fluid .table-education p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(66, 66, 66);
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
}
