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: "Roboto", 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: 500;
}

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: 5px;
  padding-right: 5px;
  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);
}
button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.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: 200px;
  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);
}
.gyWkOm {
  margin: initial !important;
}
.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);
}
.for-mob {
  display: none;
}
.header-fluid {
  padding: 0px 0px;
}
.header-fluid.stick {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #ffffff;
}
.header2-fluid .header-top {
  padding: 10px 60px;
  background: #003049;
  text-align: center;
}
.header2-fluid .header-top p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.header2-fluid .header-top p .fa {
  color: rgb(255, 0, 0);
}
.header-fluid .navbar {
  padding: 0px 30px;
  box-shadow: 0px 4px 16px 0px #00000024;
}
.header-fluid .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.header-fluid .navbar .navbar-brand img {
  max-width: 180px;
}
.header-fluid .navbar-nav .nav-item {
  padding: 25px 0px;
}
.header-fluid .navbar-nav {
  margin-left: 10px;
}
.header-fluid .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #000000;
  padding: 0px 6px;
}
.header-fluid .navbar-nav.before_login_menu .nav-item .nav-link {
  padding: 0px 20px;
}
.header-fluid .navbar-nav .nav-item .nav-link .fa {
  font-size: 1.6rem;
  margin-left: 5px;
  line-height: 0px;
}
.header-fluid .navbar-nav .nav-item:hover .nav-link .fa {
  transform: rotate(180deg);
}
.header-fluid .navbar-nav .nav-item .submenu {
  position: absolute;
  top: 200px;
  padding: 20px 20px;
  background: #ffffff;
  width: 280px;
  display: none;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  z-index: 99;
  border-top: 1px solid #8f8f8f;
}
.header-fluid .navbar-nav .nav-item .submenu.width100 {
  width: 100%;
  left: 0;
  padding: 20px 60px;
}
.header-fluid .navbar-nav .nav-item:hover .submenu {
  top: 65px;
  display: block;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.header-fluid .submenu .heading h3 {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.header-fluid .submenu ul li {
  margin-bottom: 10px;
}
.header-fluid .submenu ul li a {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #000000;
}
.header-fluid .submenu ul li a.viewall {
  color: #616366;
}
.header-fluid .login-part {
  display: flex;
}
.header-fluid .login-part .search-part {
  margin-right: 10px;
  position: relative;
}
.header-fluid .login-part .search-part .fa {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 16px;
  color: #000000;
}
.header-fluid .login-part .search-part input {
  width: 150px;
  height: 46px;
  border: 1px solid #444444;
  padding: 10px 10px 10px 30px;
  color: #444444;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.header-fluid .login-part .search-part input::placeholder {
  color: #444444;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.header-fluid .login-part ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-fluid .login-part ul li {
  margin-left: 10px;
  position: relative;
}
.header-fluid .login-part .serach-dropbox ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 20px;
  color: #c1c1c1;
  pointer-events: none;
}
.header-fluid .login-part ul li:nth-child(1) {
  margin-left: 0px;
}
.header-fluid .login-part ul li a {
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  padding: 12px 15px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  background: #003049;
  border: 1px solid #000000;
  font-size: 1.6rem;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 130px;
  display: list-item;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #003049;
  padding: 12px 4px;
  left: 0;
  bottom: -45px;
  color: #ffffff;
  display: none;
  z-index: 999;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.banner-fluid {
  padding: 0px 0px;
}
.banner-fluid .carousel-item .carousel-caption {
  position: absolute;
  right: auto;
  top: 80px;
  bottom: auto;
  left: 60px;
  z-index: 10;
  text-align: left;
}
.banner-fluid .carousel-item .carousel-caption h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 54px;
  color: #ffffff;
  font-family: "Futura Std", sans-serif;
  margin-top: 0px;
}
.banner-fluid .carousel-item .carousel-caption.blacktext h1 {
  color: #000000;
}
.banner-fluid .carousel-item .carousel-caption a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 20px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.banner-fluid .carousel-item .carousel-caption.blacktext a {
  color: #000000;
  border: 1px solid #000000;
}
.banner-fluid .carousel-item .carousel-caption a:hover {
  border: 1px solid #ff61a0;
  background: #ff61a0;
  color: #ffffff;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.banner-fluid .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 0%);
  border-radius: 50%;
  border: 1px solid #868686;
}
.banner-fluid .carousel-indicators .active {
  background-color: #000000;
}
.abouthome-fluid {
  padding: 60px 60px;
  background: #ffffff;
}
.abouthome-fluid .content-part h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-top: 0px;
}
.abouthome-fluid .content-part p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.abouthome-fluid .content-part a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #003049;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 20px;
}
.abouthome-fluid .video-part video {
  width: 100%;
  border: 1px solid #ffffff;
}
.assetspart-fluid {
  padding: 60px 60px;
  background: #eaeaea;
}
.assetspart-fluid .content-part h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-top: 0px;
}
.assetspart-fluid .content-part p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.assetspart-fluid .content-part a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #003049;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 20px;
}
.assetspart-fluid .video-part img {
  width: 100%;
}
.stone-fluid {
  padding: 80px 60px;
}
.stone-fluid .main-section.second {
  margin-top: 60px;
}
.stone-fluid .heading-part {
  text-align: center;
}
.stone-fluid .heading-part h3 {
  color: #000000;
  font-family: "Futura Std", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-top: 0px;
}
.stone-fluid .heading-part p {
  color: #676767;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.stone-fluid .list-part {
  margin-top: 40px;
}
.stone-fluid .list-part .items {
  text-align: center;
}
.stone-fluid .list-part .items img {
  width: 100%;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.stone-fluid .list-part .items:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.stone-fluid .list-part .items h4 {
  font-family: "Futura Std", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}
.stone-fluid .list-part .items:hover h4 {
  color: #ff61a0;
}
.stone-fluid .owl-nav {
  display: none;
}
.stone-fluid .owl-dots {
  margin: 0 auto;
  text-align: center;
}
.stone-fluid .owl-dots .owl-dot {
  background: transparent;
}
.stone-fluid .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000000;
}
.stone-fluid .owl-dots .owl-dot.active span {
  background: #000000;
  width: 24px;
  border-radius: 10px;
}
.footer-fluid {
  padding: 0px 60px;
  background: #f6f5f1;
}
.footer-fluid .top-footer {
  padding: 100px 0px;
}
.footer-fluid .bottom-footer {
  padding: 12px 0px;
  border-top: 1px solid #444444;
}
.footer-fluid .bottom-footer ul {
  display: flex;
  justify-content: space-between;
}
.footer-fluid .bottom-footer ul li p {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.footer-fluid .bottom-footer ul li p a {
  color: #000000;
}
.footer-fluid .top-footer .footer-section {
  display: flex;
  justify-content: space-between;
}
.footer-fluid .top-footer .footer-logo img {
  max-width: 180px;
  margin-bottom: 20px;
}
.footer-fluid .top-footer .section-card:nth-child(1) {
  width: 35%;
}
.footer-fluid .top-footer .section-card:nth-child(2),
.footer-fluid .top-footer .section-card:nth-child(3) {
  width: 25%;
}
.footer-fluid .top-footer .section-card:nth-child(4) {
  width: 15%;
}
.footer-fluid .top-footer .section-card:nth-child(5) {
  width: 19%;
}
.footer-fluid .top-footer .section-card .menu-list ul {
}
.footer-fluid .top-footer .section-card .menu-list ul li {
  margin-bottom: 10px;
}
.footer-fluid .top-footer .section-card .menu-list ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.footer-fluid .top-footer .section-card .menu-list ul li a {
  color: #444444;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.footer-fluid .top-footer .section-card .address-list ul {
}
.footer-fluid .top-footer .section-card .address-list ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.footer-fluid .top-footer .section-card .address-list ul li.address:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 22px;
  background-image: url(../img/icons/address.svg);
  background-size: 16px 22px;
  background-repeat: no-repeat;
}
.footer-fluid .top-footer .section-card .address-list ul li.phone:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/phone.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.footer-fluid .top-footer .section-card .address-list ul li.mail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/mail.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.footer-fluid .top-footer .section-card .address-list ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.footer-fluid .top-footer .section-card .address-list ul li a,
.footer-fluid .top-footer .section-card .address-list ul li p {
  color: #444444;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.footer-fluid .top-footer .section-card .heading h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.footer-fluid .top-footer .section-card .social-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-fluid .top-footer .section-card .social-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-fluid .top-footer .section-card .social-list ul li a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  background: #003049;
}
.footer-fluid .top-footer .section-card .social-list ul li a .fa {
  line-height: 32px;
}
.newsletter-fluid {
  padding: 0px 60px 60px 60px;
  background-image: url(../img/news-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter-fluid .content-part h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
}
.newsletter-fluid .content-part p {
  color: #ededed;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.newsletter-fluid .image-part {
  text-align: right;
}
.newsletter-fluid .image-part img {
  max-width: 400px;
}
.tradeshow-fluid {
  background: #367799;
  padding: 60px 0px;
}
.tradeshow-fluid .top-section {
  padding: 0px 60px;
}
.tradeshow-fluid .top-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tradeshow-fluid.alpha2-fluid .top-section ul {
  justify-content: center;
}
.tradeshow-fluid .top-section ul li h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
}
.tradeshow-fluid.bg-white .top-section ul li h3 {
  color: #000000;
}
.tradeshow-fluid .top-section ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 70px 12px 24px;
  position: relative;
  display: inline-block;
}
.tradeshow-fluid .top-section ul li a:after {
  content: "";
  position: absolute;
  background-size: 40px 16px;
  background-image: url(../img/icons/arrow.svg);
  width: 40px;
  height: 16px;
  right: 15px;
  top: 14px;
}
.tradeshow-fluid .slider-part {
  margin-top: 40px;
}
.tradeshow-fluid .slider-part .items {
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px #00223324;
  padding: 30px 15px 20px 15px;
}
.tradeshow-fluid .slider-part .items .image-part {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
.tradeshow-fluid.alpha2-fluid .slider-part .items .image-part {
  padding: 0px;
  border: 0px;
}
.tradeshow-fluid .slider-part .items .image-part img {
  max-width: 184px;
  width: auto;
  margin: 0 auto;
}
.tradeshow-fluid.alpha2-fluid .slider-part .items {
  padding: 0px 0px;
}
.tradeshow-fluid.alpha2-fluid .slider-part .items .image-part img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.tradeshow-fluid .slider-part .items .content-part {
  padding: 20px 0px 0px 0px;
  text-align: center;
}
.tradeshow-fluid .slider-part .items .content-part h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.tradeshow-fluid .slider-part .items .content-part p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-top: 5px;
  min-height: 50px;
}
.tradeshow-fluid .slider-part .items .content-part a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #003049;
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #ffffff;
  padding: 12px 24px;
}
.shopping-fluid {
  padding: 60px 60px;
  background: #003049;
}
.shopping-fluid .heading-part {
  text-align: center;
}
.shopping-fluid .heading-part h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  margin-top: 0px;
}
.shopping-fluid .card-section {
  margin-top: 50px;
}
.shopping-fluid .card-section .card-part {
  margin-bottom: 30px;
}
.shopping-fluid .card-section .card-part .image-part {
  overflow: hidden;
}
.shopping-fluid .card-section .card-part .image-part img {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.shopping-fluid .card-section .card-part img:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.shopping-fluid .card-section h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.featured-fluid {
  padding: 60px 60px 30px 60px;
  background: #f6f5f1;
}
.featured-fluid .heading-part {
  text-align: center;
}
.featured-fluid .heading-part h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-top: 0px;
}
.featured-fluid .card-section {
  margin-top: 50px;
}
.featured-fluid .card-section .card-part {
  background: #ffffff;
  margin-bottom: 30px;
}
.featured-fluid .card-section .card-part .content-part {
  padding: 40px 40px;
}
.featured-fluid .card-section .card-part .content-part h4 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
}
.featured-fluid .card-section .card-part .content-part p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  min-height: 70px;
}
.featured-fluid .card-section .card-part .content-part p.expanded {
  -webkit-line-clamp: unset;
}
.featured-fluid .card-section .card-part .content-part .toggle-btn {
  display: block;
  cursor: pointer;
  margin-top: 10px;
  color: #003049;
  font-size: 16px;
}

.featured-fluid .card-section .card-part .content-part a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #003049;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 20px;
}
.program-fluid {
  padding: 60px 60px;
  background: #ffffff;
}
.program-fluid .heading-part {
  text-align: center;
}
.program-fluid .heading-part h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-top: 0px;
}
.program-fluid .card-section {
  margin-top: 50px;
}
.program-fluid .card-section .card-part img {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}
.program-fluid .card-section .card-part img:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}
.program-fluid .card-section .card-part h4 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.tradeshow-fluid .owl-nav,
.tradeshow-fluid .owl-dots {
  display: none;
}
.breadcum-fluid {
  background-image: url(../img/breadcum.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  text-align: center;
}
.breadcum-fluid h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 52px;
  line-height: 72px;
}
.breadcum-fluid ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.breadcum-fluid ul li,
.breadcum-fluid ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.tt-menu {
  background-color: white;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.tt-suggestion {
  width: 100%;
  padding: 5px;
  border: 1px solid;
}
.aboutus-fluid {
  padding: 60px 60px;
}
.aboutus-fluid .content-part h2 {
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
}
.aboutus-fluid .content-part p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.aboutus-fluid .image-part iframe {
  width: 100%;
  height: 350px;
  border: 5px solid #d6d6d6;
  border-radius: 8px;
}
.aboutus-fluid .content-part ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.aboutus-fluid .content-part ul li {
  width: 48%;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 15px 20px;
}
.aboutus-fluid .content-part ul li img {
  max-width: 50px;
}
.privacy-fluid {
  padding: 60px 60px;
}
.privacy-fluid .content-part p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.privacy-fluid .content-part h2 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
}
.privacy-fluid .content-part ul {
  list-style-type: disc;
  padding-left: 30px;
}
.privacy-fluid .content-part ul li {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}
.mothersday-fluid {
  padding: 60px 60px;
}
.backbutton {
  display: none;
  padding: 10px 15px;
}
.mothersday-fluid .backbutton {
  padding: 0px 15px 10px 15px;
}
.backbutton p a {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.mothersday-fluid .heading-part h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  margin-top: 0px;
}
.mothersday-fluid .heading-part a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin-top: 0px;
  display: block;
}
.mothersday-fluid .heading-part a:hover {
  text-decoration: underline;
  color: #000000;
}
.mothersday-fluid .card-section {
  margin-top: 50px;
}
.mothersday-fluid .card-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mothersday-fluid .card-section ul li {
  width: 23%;
  margin: 1%;
}
.mothersday-fluid .card-section.new-layout ul li {
  width: 35%;
  margin: 1%;
}
.mothersday-fluid .card-section.new-layout-single ul li {
  text-align: center;
  width: 100%;
  margin: 2%;
}
.mothersday-fluid .card-section.new-layout3 ul li {
  width: 28%;
  margin: 1%;
}
.mothersday-fluid .card-section.new-layout4 ul li {
  width: 23%;
  margin: 1%;
}
.mothersday-fluid .card-section ul li img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.mothersday-fluid .card-section ul li h5 {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  height: 50px;
}
.mothersday-fluid .card-section ul li p {
  width: 100%;
  display: block;
  padding: 12px 15px;
  background: #f6f5f1;
  border: 1px solid #444444;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.mothersday-fluid .card-section.multilinks ul li a {
  min-width: 150px;
  display: inline-block;
  padding: 12px 15px;
  background: #f6f5f1;
  border: 1px solid #444444;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.mothersday-fluid .card-section.new-layout-single ul li p {
  max-width: 180px;
  display: inline-block;
  margin-top: 20px;
}
.contactus-fluid {
  padding: 60px 60px;
}
.contactus-fluid .card-part {
  padding: 20px 20px;
  background: #f6f5f1;
  height: 220px;
}
.contactus-fluid .card-part img {
  max-width: 64px;
}
.contactus-fluid .card-part h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-top: 20px;
}
.contactus-fluid .card-part a,
.contactus-fluid .card-part p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.contactform-fluid {
  padding: 60px 60px;
  background: #f6f5f1;
}
.contactform-fluid .left-part {
  text-align: center;
}

.contactform-fluid .left-part img {
  max-width: 70%;
}
.contactform-fluid .left-part h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #000000;
  margin-top: 30px;
}
.contactform-fluid .left-part a {
  background: #003049;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-top: 0px;
}
.contactform-fluid .form-part {
  background-color: #ffffff;
  padding: 30px 30px;
}
.contactform-fluid .form-part .heading-part {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.contactform-fluid .form-part .heading-part h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.contactform-fluid .form-part .heading-part p {
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.contactform-fluid .form-part .form-card {
  margin-top: 20px;
}
.valentine-fluid {
  padding: 60px 60px;
}
.valentine-fluid .heading-part h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-top: 0px;
}
.valentine-fluid .heading-part h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-top: 0px;
}
.valentine-fluid .card-section {
  margin-top: 30px;
  padding: 30px 20px;
  border: 1px solid rgb(228, 228, 228);
}
.valentine-fluid .card-section ul {
  display: flex;
  justify-content: start;
}
.valentine-fluid .card-section ul li {
  width: 23%;
  text-align: center;
  margin: 0px 1%;
}
.valentine-fluid .card-section ul li img {
  width: 100%;
}
.valentine-fluid .card-section ul li .image-part {
  position: relative;
  border: 1px solid #e2e2e2;
}
.valentine-fluid .card-section ul li .image-part .flipbook {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
  height: 60px;
  background-color: #0000008f;
  border-radius: 50%;
  padding: 5px;
  border: 0px;
  margin-top: 0px;
}
.valentine-fluid .card-section ul li h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0px;
  color: #000000;
}
.valentine-fluid .card-section ul li p {
  width: 100%;
  display: block;
  padding: 12px 15px;
  background: #f6f5f1;
  border: 1px solid #c9c9c9;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  border-radius: 20px;
}
.valentine-fluid .card-section.newlink-design ul li a {
  border: 0px;
  margin-top: 10px;
  background: #f6f5f1;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 20px;
  background: no-repeat;
  text-align: center;
  padding: 0;
  border-radius: 0px;
  text-transform: capitalize;
  color: #000000;
}
.valentine-fluid .card-section ul li p .fa {
  margin-left: 10px;
}
.flipbook-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.flipbook-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 80%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.flipbook-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.flipbook-modal .close {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
}
.testimonial-fluid {
  padding: 60px 60px;
  background: #f6f5f1;
}
.testimonial-fluid .testmonial-section {
  margin-bottom: 50px;
}
.testimonial-fluid .testmonial-section .card-part {
  text-align: center;
}
.testimonial-fluid .testmonial-section .card-part img {
  max-width: 150px;
}
.testimonial-fluid .testmonial-section .card-part h3 {
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}
.testimonial-fluid .testmonial-section .card-part h3 span {
  color: #c0a200;
}
.testimonial-fluid .testmonial-section .card-part p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.testimonial-fluid .footer-button {
  text-align: center;
}
.testimonial-fluid .footer-button a {
  background: #003049;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-top: 0px;
}
.tradeshow-page {
  padding: 60px 60px;
  background: #ffffff;
}
.tradeshow-page .tradeshow-section .card-part {
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 30px;
}
.tradeshow-page .tradeshow-section .card-part .image-part {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
.tradeshow-page .tradeshow-section .card-part .image-part img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}
.tradeshow-page .tradeshow-section .card-part .content-part {
  padding: 20px 0px 0px 0px;
  text-align: center;
}
.tradeshow-page .tradeshow-section .card-part .content-part h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.tradeshow-page .tradeshow-section .card-part .content-part p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.tradeshow-page .tradeshow-section .card-part .content-part a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #003049;
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #ffffff;
  padding: 12px 24px;
}
@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;
  }
}
.elcmKQ {
  margin: initial !important;
}

.serach-dropbox {
  position: absolute;
  top: 50px;
  right: 0;
  width: 400px;
  border-radius: 8px;
  padding: 16px;
  z-index: 9;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px; /* dropdown height limit */
  overflow-y: auto; /* enable scroll if more than 5 items */
  min-height: 200px;
  background-color: rgb(244, 246, 246);
}

/* 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: 5px 0;
  position: relative;
  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;
  white-space: normal !important;
  padding: 10px 5px !important;
}

.serach-dropbox ul li p.search-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 136%;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0px 15px;
}

.serach-dropbox ul li {
  width: 380px !important;
}

.serach-dropbox ul li a {
  max-width: 400px !important;
  border: none !important;
  background-color: rgb(244, 246, 246) !important;
}

.serach-dropbox ul li:nth-child(4n + 1) p.search-heading {
  color: #0a0a0a !important;
  background-color: rgb(228, 234, 238);
}
.serach-dropbox ul li:nth-child(4n + 2) p.search-heading {
  color: #36457c !important;
  background: #d3cfcb !important;
}
.serach-dropbox ul li:nth-child(4n + 3) p.search-heading {
  color: #36457c !important;
  background: #d3cfcb !important;
}
.serach-dropbox ul li:nth-child(4n + 4) p.search-heading {
  color: #36457c !important;
  background: #d3cfcb !important;
}

.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;
  color: #616467;
}

.serach-dropbox ul li {
  margin-left: 0 !important;
}

.serach-dropbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.serach-dropbox .no-result {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.search-no-result {
  padding: 0 50px;
}

.search-no-result-msg {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.serach-dropbox .no-result a {
  background: #003049 !important;
  padding: 12px 24px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  display: inline-block !important;
  margin-top: 20px !important;
  width: 100% !important;
  text-align: center !important;
  border-radius: 8px !important;
}

.search-suggestion {
  color: rgb(97, 100, 103);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration-line: none;
}

/* Remove border line */
.serach-dropbox .no-result {
  border-bottom: none !important;
}

/* Remove arrow */
.serach-dropbox .no-result a::after,
.serach-dropbox .no-result::after {
  content: none !important;
}

/* Remove pointer style if applied */
.serach-dropbox .no-result a {
  cursor: default;
  pointer-events: none;
}

.search-heading {
  pointer-events: none;
  margin: 0px 6px !important;
}
.alphalabs1-fluid {
  padding: 60px 0px;
}
.alphalabs1-fluid .content-part {
  text-align: center;
}
.alphalabs1-fluid .content-part h2 {
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
}
.alphalabs1-fluid .content-part img {
  margin: 20px 0px;
}
.alphalabs1-fluid .content-part p,
.alphalabs1-fluid .content-part a {
  color: #444444;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}
.fyEOvc,
.hBVmhA {
  max-width: 100% !important;
}
.faqs-fluid {
  padding: 20px 0px 60px 0px;
  background: #ffffff;
}

.faqs-fluid .heading-part {
  text-align: center;
}
.faqs-fluid .heading-part h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
  color: #000000;
}

.faqs-fluid .faqs-section {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.faqs-fluid .faqs-section .card {
  border-radius: 0;
  margin-bottom: 10px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: transparent;
}
.faqs-fluid .faqs-section .card-header {
  background: none;
  padding: 0;
  border: none;
}
.faqs-fluid .faqs-section .card-header .card-link:not(.collapsed):after {
  background-image: url(../img/alpha/icon/lose.svg);
}
.faqs-fluid .faqs-section .card-header .card-link:after {
  background-image: url(../img/alpha/icon/plus.svg);
  transform: scale(0.7) !important;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s ease-in-out;
  float: right;
}
.faqs-fluid .faqs-section .card-header a {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.1px;
  font-size: 1.8rem;
  color: #2e4c4d;
}
.faqs-fluid .faqs-section .card-body p,
.faqs-fluid .faqs-section .card-body ul li {
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.1px;
  color: #000000;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.faqs-fluid .faqs-section .card-body .heighight {
  color: #8267fa;
  font-size: 1.6rem;
  text-decoration: underline;
}
.faqs-fluid .faqs-section .show {
  display: block !important;
}
.faqs-fluid .faqs-section .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
