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 Serif", serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 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: #c49d4c;
  border: 2px solid #c49d4c;
}
.signup-mob {
  display: none;
}
.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%;
}
.magin-top50 {
  margin-top: 50px;
}
.pageloader img {
  width: 80px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: #0047d1;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
  letter-spacing: 0.006em;
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  letter-spacing: 0.006em;
  border: 1px solid #0044c8 !important;
  background-color: #0044c8 !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 32px;
  height: 32px;
  margin-top: 2px;
  left: 0px;
  margin-right: 4px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}
.for-mob {
  display: none;
}
.for-mob-promise {
  display: none;
}
h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}
.header-fluid {
  padding: 24px 40px;
}
.top-fluid {
  padding: 16px 80px;
  border-bottom: 1px solid #ffffff33;
}

.top-fluid .top-header {
}
.top-fluid .top-header .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-fluid .top-header .main-section ul li {
  padding-left: 30px;
  position: relative;
}
.top-fluid .top-header .main-section ul li.email:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/mail.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.top-fluid .top-header .main-section ul li.phone:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/phone.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.top-fluid .top-header .main-section ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
}
.top-fluid .top-header .main-section ul li a:hover {
  color: #dddddd;
}
.top-fluid .top-header .main-section ul li.email a {
  text-decoration: underline;
}
.header-fluid .navbar {
  padding: 0px;
}
.header-fluid .navbar .navbar-brand img {
  max-width: 200px;
  height: auto;
}
.header-fluid .navbar-light .navbar-nav .nav-item {
  padding: 0px 20px;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: rgb(0 0 0);
  font-size: 1.4rem;
  position: relative;
  padding: 0px;
}

.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
}
.rolling-text {
  transform: translateY(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.rolling-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.0938rem;
  bottom: 0px;
  left: 0;
  background: #ebb617;
  transition: width 0.4s ease;
}

.rolling-text:hover::after {
  width: 96%;
}

.rolling-text div {
  display: flex;
  overflow: hidden;
  text-shadow: 0 20px 0 #c79500;
}

.rolling-text div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform 0.4s ease;
  transform: translateY(0);
}
.rolling-text div span:nth-child(1) {
  transition-delay: 0.05s;
}
.rolling-text:hover span {
  transform: translateY(-20px);
  color: #c79500;
}
.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid transparent;
}

.header-fluid .navbar-light .navbar-toggler .navbar-toggler-custom {
  font-size: 2rem;
  color: rgb(129, 129, 129);
}

.header-fluid .navbar-light button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.header-fluid .navbar-light .navbar-collapse.active {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 80%;
  background: rgb(243, 243, 243);
  padding: 10px;
  margin: 0px;
  height: 100vh;
  display: block;
}
.login-section ul {
  display: flex;
  align-items: center;
}
.login-section ul li {
  margin-left: 20px;
}
.login-section ul li.login {
  border-radius: 6px;
  line-height: normal;
  position: relative;
  border: 1px solid #c49d4c;
  background: #c49d4c;
}
.login-section ul li.login a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding: 16px 40px;
  display: inline-block;
}
.login-section ul li.login:hover {
  background: #c79500;
}
.login-section ul li.signup a {
  color: rgb(0 0 0);
  font-size: 1.4rem;
  position: relative;
  padding: 0px;
}
.banner-section {
  position: relative;
}
.banner-section .video-section {
  width: 100%;
  height: 600px;
  position: relative;
}
.banner-section .video-section video {
  width: 100%;
  max-height: 600px;
  object-fit: fill;
  position: relative;
  height: 100%;
}
.banner-section .video-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  background: #00000066;
  top: 0;
  left: 0;
}
.banner-section .content-part {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  width: 50%;
}
.banner-section .content-part h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  text-transform: capitalize;
}
.banner-section .content-part h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.banner-section .content-part p {
  font-family: Roboto Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
}
.banner-section .content-part a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  padding: 16px 40px 16px 40px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #000000;
  margin-top: 30px;
  border-radius: 6px;
  text-transform: uppercase;
}
.banner-section .content-part a:hover {
  background: #c79500;
}
.hero-fluid {
  background-color: rgb(0, 0, 0);
  background-image: url("../img/home-web-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 80px;
}
.hero-fluid .content-part {
  padding-top: 100px;
}
.hero-fluid .content-part h1 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 50.4px;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-fluid .content-part p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 40%;
}
.hero-fluid .content-part a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #000000;
  text-transform: uppercase;
  background: #ebb617;
  padding: 15px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 30px;
}
.hero-fluid .content-part a:hover {
  background: #c79500;
}
.crafted-fluid {
  padding: 80px 80px;
}
.crafted-fluid .main-section {
  display: flex;
  justify-content: space-between;
}
.crafted-fluid .main-section .left-part {
  width: 28%;
}
.crafted-fluid .main-section .left-part img {
  width: 100%;
}
.crafted-fluid .main-section .right-part {
  width: 70%;
}
.crafted-fluid .main-section .right-part .heading-part h2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0px;
}
.crafted-fluid .main-section .right-part .heading-part p {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.crafted-fluid .main-section .right-part .crafted-list {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 0px;
}
.crafted-fluid .crafted-list::-webkit-scrollbar-track {
  background-color: rgb(245, 245, 245);
}
.crafted-fluid .crafted-list::-webkit-scrollbar {
  width: 0px;
  height: 7px;
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
}
.crafted-fluid .crafted-list::-webkit-scrollbar-thumb {
  background: #ebb617;
  border: 3px solid #ebb617;
}
.crafted-fluid .main-section .right-part .crafted-list ul {
  display: flex;
}
.crafted-fluid .main-section .right-part .crafted-list ul li {
  width: 180px;
  margin-right: 20px;
}
.search-fluid {
  padding: 80px 80px;
  background: #f0f4f9;
  background-image: url(../img/serach-bg.webp);
  background-position: center;
  background-size: cover;
}
.search-fluid .main-section .heading-part {
  text-align: center;
}
.search-fluid .main-section .heading-part h2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0px;
}
.search-fluid .main-section .heading-part p {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.search-fluid .main-section .heading-part a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #000000;
  text-transform: uppercase;
  background: #ebb617;
  padding: 15px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 30px;
}
.search-fluid .main-section .heading-part a:hover {
  background: #c79500;
}
.search-fluid .main-section .srarch-list {
  margin: 30px 0px 0px 0px;
}
.search-fluid .main-section .srarch-list ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.search-fluid .main-section .srarch-list ul li {
  width: 14.5%;
  margin: 1% 1%;
}
.search-fluid .main-section .srarch-list ul li:hover .withouthover {
  display: none;
}
.search-fluid .main-section .srarch-list ul li .withhover {
  display: none;
}
.search-fluid .main-section .srarch-list ul li:hover .withhover {
  display: block;
}
.perfect-fluid {
  padding: 80px 80px;
}
.perfect-fluid .main-section .video-part {
}
.perfect-fluid .main-section .video-part video {
  width: 100%;
  height: 500px;
  border-radius: 25px;
  border: 5px solid #cccccc;
  object-fit: cover;
}
.perfect-fluid .main-section .content-part {
  text-align: center;
  width: 100%;
  height: 500px;
  background: #c79500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 60px;
  border-radius: 25px;
  border: 5px solid #cccccc;
}
.perfect-fluid .main-section .content-part h3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px;
}
.perfect-fluid .main-section .content-part h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px;
}
.perfect-fluid .main-section .content-part p {
  color: #cccccc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.perfect-fluid .main-section .content-part a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #000000;
  text-transform: uppercase;
  background: #ebb617;
  padding: 15px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 30px;
}
.perfect-fluid .main-section .content-part a:hover {
  background: #c79500;
}
.download-fluid {
  padding: 80px 80px 0px 80px;
  background-image: url(../img/download-bg.webp);
  background-position: left;
  background-size: cover;
}
.download-fluid .main-section .content-part h3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0px;
}
.download-fluid .main-section .content-part p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
}
.download-fluid .main-section .content-part ul {
  display: flex;
  margin-top: 30px;
}
.download-fluid .main-section .content-part ul li {
  margin-right: 20px;
}
.download-fluid .main-section .content-part ul li:nth-last-child(1) {
  margin-right: 0px;
}
.download-fluid .main-section .image-part {
  text-align: center;
}
.subscribe-fluid {
  background: #000000;
  padding: 0px 80px;
}
.subscribe-fluid .main-section {
  border-bottom: 1px solid #444444;
  padding: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe-fluid .main-section .left-part h3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px;
}
.subscribe-fluid .main-section .left-part p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.subscribe-fluid .main-section .fcmvIQ {
  width: 450px;
}
.subscribe-fluid .main-section .euBiGU {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #000000 !important;
  text-transform: uppercase;
  background: #ebb617 !important;
  padding: 12px 25px;
  border-radius: 6px;
  display: inline-block;
}
.subscribe-fluid .main-section .euBiGU:hover {
  background: #c79500 !important;
}
.subscribe-fluid .main-section .jhGZeV {
  background: transparent !important;
}
.subscribe-fluid .main-section .frajrr {
  color: #ffffff !important;
}
.subscribe-fluid .main-section .frajrr a {
  color: #ffffff !important;
}
.fottertop-fluid {
  background: #000000;
  padding: 40px 80px;
}
.fottertop-fluid .main-section {
  display: flex;
  justify-content: space-between;
}
.fottertop-fluid .main-section .card-part:nth-child(1) {
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #444444;
}
.fottertop-fluid .main-section .card-part:nth-child(2) {
  width: 20%;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 1px solid #444444;
}
.fottertop-fluid .main-section .card-part:nth-child(3) {
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 1px solid #444444;
}
.fottertop-fluid .main-section .card-part:nth-child(4) {
  width: 20%;
  padding-left: 40px;
  padding-right: 40px;
}
.fottertop-fluid .main-section .card-part .footer-logo img {
  max-width: 130px;
}
.fottertop-fluid .main-section .card-part .footer-logo p {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
}
.fottertop-fluid .main-section .card-part .heading {
  margin-bottom: 30px;
}
.fottertop-fluid .main-section .card-part .heading h3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.4px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px;
  position: relative;
}
.fottertop-fluid .main-section .card-part .heading h3:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background: #ebb617;
  bottom: -5px;
  left: 0;
}
.fottertop-fluid .main-section .card-part .social-media ul {
  display: flex;
}
.fottertop-fluid .main-section .card-part .list-part ul li {
  margin-bottom: 10px;
}
.fottertop-fluid .main-section .card-part .list-part ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.fottertop-fluid .main-section .card-part .address-part ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.fottertop-fluid .main-section .card-part .address-part ul li.phone:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/phone.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.fottertop-fluid .main-section .card-part .address-part ul li.email a {
  text-decoration: underline;
}
.fottertop-fluid .main-section .card-part .address-part ul li.email:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/mail.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.fottertop-fluid .main-section .card-part .address-part ul li.address:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/address.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.fottertop-fluid .main-section .card-part .address-part ul li a,
.fottertop-fluid .main-section .card-part .address-part ul li p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.fottertop-fluid .main-section .card-part .social-media ul li {
  margin-right: 20px;
}
.fotterbottom-fluid {
  background: #292929;
  padding: 10px 80px;
}
.fotterbottom-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fotterbottom-fluid .main-section .list-part ul {
  display: flex;
  align-items: center;
}
.fotterbottom-fluid .main-section .list-part ul li {
  padding: 0px 20px;
  border-right: 1px solid #9a9a9a;
}
.fotterbottom-fluid .main-section .list-part ul li:nth-last-child(1) {
  border-right: 0px solid #9a9a9a;
}
.fotterbottom-fluid .main-section .list-part ul li a,
.fotterbottom-fluid .main-section .list-part ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #9a9a9a;
}
.fotterbottom-fluid .main-section .list-part ul li a b {
  color: #ffffff;
}
.breadcum-fluid {
  background-image: url(../img/breadcum.svg);
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.breadcum-fluid.aboutus {
  background-image: url(../img/breadcum-about.svg);
}
.breadcum-fluid.contactus {
  background-image: url(../img/breadcum-contact.svg);
}
.breadcum-fluid.promise {
  background-image: url(../img/breadcum-promise.svg);
}
.breadcum-fluid .main-section h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-top: 0px;
}
.breadcum-fluid .main-section h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: -5px;
  left: 0;
}
.privacy-fluid {
  padding: 40px 80px;
}
.about1-fluid {
  padding: 48px 0px;
}
.about1-fluid .main-section p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.about1-fluid .main-section h3 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0px;
}
.about1-fluid .main-section h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c79500;
  bottom: -5px;
  left: 0;
}
.racing-fluid {
  padding: 48px 0px;
  background: #c49d4c;
  min-height: 250px;
}
.racing-fluid .main-section {
  text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.racing-fluid .main-section .contnet-part {
  width: 40%;
}
.racing-fluid .main-section .image-part {
  width: 28%;
}
.racing-fluid .main-section .image-part img {
  width: 100%;
  border-radius: 8px;
}
.racing-fluid .main-section h3 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0px;
}
.racing-fluid .main-section h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -5px;
  left: 0;
}
.racing-fluid .main-section p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}
.racing-fluid .main-section ul {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.racing-fluid .main-section ul li {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 10px;
}
.about1-fluid .main-section p:nth-last-child(1) {
  margin-bottom: 0px;
}
.privacy-fluid .content-part h2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #000000;
}
.privacy-fluid .content-part h3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32.4px;
  color: #000000;
}
.privacy-fluid .content-part h4 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.4px;
  color: #000000;
}
.privacy-fluid .content-part ul {
  list-style: disc;
  padding-left: 40px;
}
.privacy-fluid .content-part p,
.privacy-fluid .content-part ul li {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.privacy-fluid .content-part a,
.privacy-fluid .content-part p a,
.privacy-fluid .content-part ul li a {
  color: #0094ed;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #ebb617;
  padding: 10px 10px;
  left: 0;
  bottom: -45px;
  color: #000000;
  display: none;
  border-radius: 8px;
  z-index: 999;
}
.logout-part:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  font-family: "Gilroy-Bold", sans-serif;
  text-transform: uppercase;
}
.fotter-fluid {
  padding: 0px 40px;
}
.fotter-fluid .top-section {
  padding: 40px 0px;
}
.fotter-fluid .card-part .logo-part img {
  max-width: 100px;
}

.fotter-fluid .top-section .card-part .heading-part h3 {
  color: #747377;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin: 0px;
}
.fotter-fluid .top-section .card-part .list-part {
  margin-top: 30px;
}
.fotter-fluid .top-section .card-part .subscribe-part {
  margin-top: 30px;
}
.fotter-fluid .top-section .card-part .list-part ul li {
  margin-bottom: 20px;
}
.fotter-fluid .top-section .card-part .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.fotter-fluid .top-section .card-part .list-part ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.fotter-fluid .top-section .card-part .list-part ul li a:hover {
  color: #767171;
}
.fotter-fluid .top-section .card-part .subscribe-part {
  margin-top: 30px;
}
.fotter-fluid .top-section .card-part .social-part {
  margin-top: 10px;
}
.fotter-fluid .top-section .card-part .social-part ul {
  display: flex;
}
.fotter-fluid .top-section .card-part .social-part ul li {
  margin-right: 20px;
}
.fotter-fluid .top-section .card-part .social-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.fotter-fluid .top-section .card-part .social-part ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background: #3b72cc;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  padding: 5px 0px;
}
.fotter-fluid .top-section .card-part .social-part ul li a.instagram {
  background-color: #ff5a89;
}
.fotter-fluid .top-section .card-part .social-part ul li a:hover {
  background-color: #767171;
}
.fotter-fluid .top-section .card-part .address-part {
  margin-top: 30px;
}
.fotter-fluid .top-section .card-part .address-part ul li {
  margin-bottom: 20px;
}
.fotter-fluid .top-section .card-part .address-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.fotter-fluid .top-section .card-part .address-part ul li .fa {
  color: #c49d4c;
  font-size: 24px;
  margin-right: 20px;
  width: 20px;
  text-align: center;
}
.fotter-fluid .top-section .card-part .address-part ul li a,
.fotter-fluid .top-section .card-part .address-part ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.fotter-fluid .bottom-section {
  padding: 30px 0px;
  border-top: 2px solid #000000;
}
.fotter-fluid .bottom-section p,
.fotter-fluid .bottom-section a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  display: inline-block;
}
.fotter-fluid .bottom-section a:hover {
  color: #767171;
}
.logo-fluid {
  background: #c49d4c;
  padding: 48px 0px;
}
.logo-fluid .main-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-fluid .main-section ul li {
  width: 19%;
}
.logo-fluid .main-section ul li img {
  max-width: 250px;
  width: 100%;
}
.shop-fluid {
  padding: 48px 0px;
  background: #ffffff;
}
.shop-fluid .main-section .heading-part h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  margin-top: 0px;
}
.shop-fluid .main-section .heading-part h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c49d4c;
  bottom: -5px;
  left: 0;
}
.shop-fluid .main-section .item-slider {
  margin-top: 30px;
}
.shop-fluid .main-section .item-slider .content-part {
  text-align: center;
}
.shop-fluid .main-section .item-slider .content-part h3 {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
}
.shop-fluid .main-section .item-slider .content-part h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c49d4c;
  bottom: -10px;
  left: 0;
}
.shop-fluid .owl-prev span,
.shop-fluid .owl-next span {
  color: #000000;
  font-size: 28px;
  line-height: 35px;
  background: #fbfbfb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.shop-fluid .owl-prev span:hover,
.shop-fluid .owl-next span:hover {
  color: #8199a3;
}

.shop-fluid .owl-prev,
.shop-fluid .owl-next {
  position: relative;
  top: 0;
  width: 38px;
  height: 36px;
  line-height: 40px;
  background: #fff0;
  border-radius: 50%;
  border: 0px solid #13284c;
  display: inline-block !important;
}

.shop-fluid button:focus,
.shop-fluid button:active {
  outline: none;
}

.shop-fluid .item-slider .owl-nav button {
  position: absolute;
  top: 40%;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  padding: 0;
}

.shop-fluid .item-slider .owl-nav button.owl-prev {
  left: -60px;
}

.shop-fluid .item-slider .owl-nav button.owl-next {
  right: -60px;
}
.about-fluid {
  padding: 48px 0px 48px 48px;
  background: #f2f2f2;
}
.about-fluid .row.align-items-center {
  margin-right: 0px;
}
.about-fluid .row.align-items-center .col-lg-6 {
  padding-right: 0px;
}
.about-fluid .left-part {
  padding: 60px 0px 0px 60px;
  position: relative;
}
.about-fluid .left-part:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 272px;
  background: #c49d4c;
  left: 0;
  top: 0;
}
.about-fluid .left-part:after {
  content: "";
  position: absolute;
  width: 242px;
  height: 2px;
  background: #c49d4c;
  left: 0;
  top: 0;
}
.about-fluid .left-part h5 {
  color: #c49d4c;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-fluid .left-part span {
  color: #c49d4c;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-fluid .left-part h3 {
  color: #000000;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
.about-fluid .left-part ul {
  list-style-type: disc;
  padding-left: 40px;
}
.about-fluid .left-part ul li {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.about-fluid .left-part p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.about-fluid .left-part a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  padding: 16px 40px 16px 40px;
  display: inline-block;
  background: #c79500;
  border: 1px solid #000000;
  margin-top: 30px;
  border-radius: 6px;
  text-transform: uppercase;
}
.about-fluid .left-part a:hover {
  background: #ffffff;
}
.promise-fluid {
  padding: 48px 0px;
  background: #ffffff;
}
.promise-fluid .main-section .heading-part h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  margin-top: 0px;
}
.promise-fluid .main-section .heading-part h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c49d4c;
  bottom: -5px;
  left: 0;
}
.promise-fluid .main-section .card-section {
  margin-top: 30px;
}
.promise-fluid .main-section .card-section .card-part img {
  max-width: 54px;
}
.promise-fluid .main-section .card-section .card-part h3 {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
}
.promise-fluid .main-section .card-section .card-part p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.promise-fluid .button-section a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  padding: 16px 40px 16px 40px;
  display: inline-block;
  background: #c79500;
  border: 1px solid #000000;
  margin-top: 30px;
  border-radius: 6px;
  text-transform: uppercase;
}
.promise-fluid .button-section {
  text-align: center;
  margin-top: 20px;
}
.promise-fluid .button-section a:hover {
  background: #ffffff;
}
.customers-fluid {
  padding: 48px 0px;
  background: #fcfcfc;
  border-top: 1px solid #e9e9e9;
}
.customers-fluid .main-section .heading-part h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  margin-top: 0px;
}
.customers-fluid .main-section .heading-part h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c49d4c;
  bottom: -5px;
  left: 0;
}
.customers-fluid .slider-part {
  margin: 100px 50px 50px 50px;
  position: relative;
}
.customers-fluid .slider-part:after {
  content: "";
  position: absolute;
  background-image: url(../img/icon/comma-bottom.svg);
  width: 58px;
  height: 58px;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -30px;
  right: -70px;
}
.customers-fluid .slider-part:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/comma-top.svg);
  width: 58px;
  height: 58px;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position: center;
  top: -30px;
  left: -70px;
}
.customers-fluid .slider-part .card-part {
  text-align: center;
  border: 2px solid #c49d4c;
  padding: 24px 24px;
}
.customers-fluid .slider-part .card-part .first {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.customers-fluid .slider-part .card-part .first.expanded {
  -webkit-line-clamp: unset;
}
.customers-fluid .slider-part .card-part .toggle-btn {
  color: #c49d4c;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.customers-fluid .slider-part .card-part .second {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
.customers-fluid .slider-part .card-part .third {
  bacolorckground: #747377;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}
.customers-fluid .slider-part .carousel-indicators li {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgb(0 0 0 / 30%);
  border-radius: 50%;
}
.customers-fluid .slider-part .carousel-indicators {
  bottom: -50px;
}
.customers-fluid .slider-part .carousel-indicators .active {
  background-color: #000000;
}
.ourpromise-fluid {
  padding: 48px 0px;
}
.ourpromise-fluid .main-section p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.ourpromise-fluid .main-section p:nth-last-child(1) {
  margin-bottom: 0px;
}
.ourpromise-fluid .main-section ul {
  list-style-type: disc;
  padding-left: 40px;
}
.ourpromise-fluid .main-section ol {
  list-style-type: auto;
  padding-left: 40px;
}
.ourpromise-fluid .main-section ul li,
.ourpromise-fluid .main-section ol li {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.ourpromise-fluid .main-section a {
  color: #0094ed;
}
.logo-fluid .slider {
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}

/*  IMPORTANT CODE BELOW */

.logo-fluid .slide-track {
  width: calc(200px * 35);
  display: flex;
  animation: scroll 60s linear infinite;
  justify-content: space-between;
}

.logo-fluid .slide {
  width: 150px;
  height: 60px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.logo-fluid .slide-track li {
  margin: 0px 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 20));
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .slide-track {
    width: calc(150 * 40);
    animation: scroll 30s linear infinite;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 20));
    }
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .logo-fluid .slide-track {
    width: calc(150 * 40);
    animation: scroll 30s linear infinite;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 20));
    }
  }
}
.kKIOLj {
  height: auto !important;
}
.iBiJkF {
  min-height: auto !important;
}
