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: ColaborateLight, 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: #1e1e1e;
}

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;
}
.withtextset {
  width: 70%;
  margin: 0 auto;
}
.withtextset1 {
  width: 90%;
}
.paddint-top-80 {
  padding-top: 120px;
}

.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: 8px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: #1e1e1e;
  border: 2px solid #1e1e1e;
}

.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%;
}

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);
}

.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);
}

.mt-120 {
  margin-top: 100px;
}

.bg-pink {
  background: rgb(243, 237, 232);
}

.top-fluid {
  background: #1e1e1e;
  padding: 12px 0px;
}

.top-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-fluid p {
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 20px;
}

p {
}

.top-fluid a {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 20px;
}

.logo-fluid {
  background: rgb(255, 255, 255);
  padding: 10px 30px;
  height: 100px;
}

.logo-fluid .main-section {
  text-align: right;
  position: relative;
}

.logo-fluid .main-section a.login {
  background: transparent;
  padding: 8px 40px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  border: 1px solid rgb(194, 162, 132);
}

.logo-fluid .main-section a.username {
  background: rgb(177, 128, 85);
  padding: 8px 40px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
  border: 1px solid rgb(194, 162, 132);
}

.logo-fluid .main-section a.login::before {
  background-color: rgb(194, 162, 132);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  content: "";
  display: block;
  inset: 0px;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}

.logo-fluid .main-section a.login:hover {
  color: rgb(194, 162, 132);
  border: 1px solid rgb(194, 162, 132);
}

.logo-fluid .main-section a.login:hover::before {
  transform-origin: right center;
  transform: scaleX(0);
}

.logo-fluid .main-section img {
  max-width: 240px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}

.header-fluid {
  padding: 10px 40px;
  background: rgba(5, 5, 5, 0.2);
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
}

.header-fluid.stick {
  background: #1e1e1e;
}

.header-fluid .navbar {
  padding: 0px;
}

.header-fluid .navbar .navbar-brand img {
  max-width: 150px;
  height: auto;
}

.header-fluid .login-section ul li a {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  padding: 10px 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 4px;
}

.header-fluid .navbar-light .navbar-nav .nav-item:hover .nav-link {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: rgb(66, 66, 66);
  font-weight: 500;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgb(255, 255, 255);
}

.header-fluid .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid transparent;
}

.header-fluid .navbar-light .navbar-toggler .navbar-toggler-custom {
  font-size: 2rem;
  color: rgb(129, 129, 129);
}

.header-fluid .navbar-light button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.header-fluid .navbar-light .navbar-collapse.active {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 80%;
  background: rgb(243, 243, 243);
  padding: 10px;
  margin: 0px;
  height: 100vh;
  display: block;
}

.hero-fluid {
  background-color: rgb(111, 111, 111);
  background-image: url("../img/web-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-fluid .hero-main {
  display: flex;
  align-items: end;
  min-height: calc(-100px + 100vh);
  padding-bottom: 120px;
  justify-content: center;
}

.hero-fluid .hero-main .content-part {
}

.hero-fluid .hero-main .content-part h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: transparent;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 40px;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  border-color: #1e1e1e;
}

.hero-fluid .hero-main .content-part a::before {
  background-color: #1e1e1e;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  content: "";
  display: block;
  inset: 0px;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}

.hero-fluid .hero-main .content-part a:hover {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}

.hero-fluid .hero-main .content-part a:hover::before {
  transform-origin: right center;
  transform: scaleX(0);
}

.hero-fluid .hero-main .content-part p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.hero-fluid .form-part {
  width: 360px;
  padding: 40px;
  border-radius: 16px;
  margin-top: 80px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: rgba(0, 0, 0, 0.16) 8px 16px 40px 0px;
}

.hero-fluid .form-part .heading h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #1e1e1e;
  margin-top: 0px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group {
  margin-bottom: 20px;
}

.hero-fluid .form-part .form-design .form-group label {
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: #1e1e1e;
  margin-bottom: 5px;
  font-weight: 400;
}

.hero-fluid .form-part .form-design .form-group label.forgot-pass {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label.form-check-label {
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .form-group label a {
  color: rgb(0, 56, 166);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.hero-fluid .form-part .form-design .form-group label a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.hero-fluid .form-part .form-design .signup-link {
  margin-top: 20px;
}

.hero-fluid .form-part .form-design .signup-link p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #1e1e1e;
}

.hero-fluid .form-part .form-design .signup-link p a {
  color: rgb(0, 56, 166);
  float: right;
  font-weight: 500;
  font-size: 1.5rem;
}

.hero-fluid .form-part .form-design .signup-link p a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.aboutus-fluid {
  padding: 50px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.aboutus-fluid .image-part img {
  width: 85%;
}

.aboutpage-fluid .image-part iframe {
  width: 100%;
  height: 500px;
  border-radius: 4px;
}

.aboutpage-fluid.aboutfirst {
  padding-top: 40px;
}

.aboutus-fluid .content-part.without-image {
  width: 70%;
  margin: 0px auto;
}

.aboutus-fluid .content-part {
  padding-top: 30px;
  border-top: 2px solid rgb(241, 241, 241);
  width: 80%;
  margin: 50px auto 0px;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 0px;
}

.aboutus-fluid .content-part h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgb(62, 62, 62);
  font-weight: 500;
}

.aboutus-fluid .content-part p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgb(62, 62, 62);
  font-weight: 400;
  width: 80%;
  margin: 0px auto;
}

.footer-fluid {
  padding: 40px 0px;
  background: rgb(250, 250, 250);
  position: relative;
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0px;
  line-height: 2.4rem;
  letter-spacing: 0.006em;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}

.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: #1e1e1e;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.footer-fluid .list-part ul li a:hover {
  color: rgba(42, 42, 42, 0.8);
}

.footer-fluid .address-part p {
  color: #1e1e1e;
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
}

.footer-fluid .download ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-fluid .download ul {
  display: flex;
  align-items: center;
}

.footer-fluid .download ul li:nth-child(1) {
  margin-right: 15px;
}

.footer-fluid .download ul li a img {
  max-width: 140px;
}

.footer-fluid .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.footer-fluid .social-media ul li {
  margin-right: 3rem;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgb(0, 56, 166);
  font-size: 2rem;
  line-height: 2.4rem;
}

.footer-fluid .social-media ul li a:hover {
  color: rgba(0, 56, 166, 0.8);
}

.copyright-fluid {
  background: #1e1e1e;
  padding: 12px 0px;
  border-top: 1px solid rgb(183, 183, 183);
}

.copyright-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
}

.copyright-fluid .main-section p a {
  color: rgb(255, 255, 255);
}

.copyright-fluid .main-section p a:hover {
  color: rgba(219, 219, 219, 0.8);
}

.hero-fluid .monile-login {
  width: 100%;
  display: none;
}

.hero-fluid .monile-login a.login-section {
  background: rgb(0, 56, 166);
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

.hero-fluid .monile-login p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #1e1e1e;
  margin-top: 20px;
}

.hero-fluid .monile-login p a {
  color: rgb(0, 56, 167);
  font-weight: 600;
  text-decoration: underline;
}

.logo-part {
  display: none;
}

.toparrow {
  position: absolute;
  right: 40px;
  top: 20px;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}

.toparrow:hover {
  background: rgb(250, 250, 250);
}

.form-check-input {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  background-image: url("../img/Checkbox.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
}

.checkmark::after {
  content: "";
  background-image: url("../img/Checkbox1.svg");
  background-size: 32px 32px;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  z-index: 9;
  display: none;
}

.form-check-input:checked ~ .checkmark::after {
  display: block;
}

.logo-list {
  margin-top: 0px;
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 100%;
  padding: 0px 40px;
}

.logo-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-list ul li {
  margin: 0px 5px;
  border: 0px solid rgb(243, 243, 243);
}
.logo-list ul li img {
  max-width: 200px;
}
.header-fluid
  .navbar-light
  .navbar-nav
  .nav-item.dropdown:hover
  .dropdown-menu {
  display: block;
}

.header-fluid .navbar-light .navbar-nav .nav-item {
  padding: 10px 25px;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header-fluid .navbar-light .navbar-nav .dropdown-menu {
  background: rgb(255, 255, 255);
  padding: 10px 10px 10px 5px;
  display: none;
  top: 37px;
  border-radius: 0px;
  min-width: 200px;
}

.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 1.6rem;
  color: #1e1e1e;
  line-height: 20px;
  padding: 0.65rem 1.5rem;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-fluid .navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: rgba(248, 249, 250, 0);
  border: 0px solid transparent;
}

.breadcum-fluid {
  padding: 10px 0px;
  background: rgb(241, 241, 241);
}

.breadcum-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcum-fluid .main-section .left-part ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.breadcum-fluid .main-section .left-part ul li {
  margin-right: 10px;
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: rgb(46, 76, 77);
}

.breadcum-fluid .main-section .left-part ul li a {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: rgb(46, 76, 77);
}

.breadcum-fluid .main-section .right-part h1 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: rgb(46, 76, 77);
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.aboutpage-fluid {
  padding: 120px 80px;
}
.aboutpage-fluid.aboutmain-pad {
  padding: 120px 80px 60px 80px;
}

.aboutpage-fluid .content-part h2 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin-top: 0px;
}

.aboutpage-fluid .content-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1e1e1e;
  margin-bottom: 30px;
}
.aboutpage-fluid .content-part p:nth-last-child(1) {
  margin-bottom: 0px;
}

.aboutpage-fluid .image-part img {
  width: 100%;
}

.aboutpage-fluid .content-part ul {
  list-style-type: disc;
  padding-left: 40px;
}

.aboutpage-fluid .content-part ul li {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.contactus-fluid {
  padding: 120px 80px;
}

.contactus-fluid .main-section {
  background: rgb(255, 255, 255);
  padding: 0px 40px;
  border-radius: 8px;
}

.contactus-fluid .main-section .lets-talk {
  text-align: center;
}

.contactus-fluid .main-section .lets-talk h2 {
  text-align: center;
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin-top: 0px;
}

.contactus-fluid .main-section .lets-talk p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
}

.contactus-fluid .main-section .contact-detail {
  text-align: center;
  margin-top: 50px;
}

.contactus-fluid .main-section .contact-detail h2 {
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  padding: 0px;
}

.contactus-fluid .main-section .contact-detail p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
}

.contactus-fluid .main-section .contact-detail p span {
  margin: 0px 20px;
}

.contactus-fluid .main-section .contact-detail p a {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
}

.privacy-fluid {
  padding: 120px 80px;
}

.privacy-fluid .content-part h1 {
  color: rgb(48, 76, 90);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin-top: 0px;
}

.privacy-fluid .content-part h2 {
  color: rgb(48, 76, 90);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
}

.privacy-fluid .content-part h3 {
  color: rgb(48, 76, 90);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
}

.privacy-fluid .content-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgb(5, 5, 5);
}

.privacy-fluid .content-part ul {
  padding-left: 40px;
  list-style-type: disc;
}

.privacy-fluid .content-part ol {
  padding-left: 40px;
  list-style-type: decimal;
}

.privacy-fluid .content-part ul li,
.privacy-fluid .content-part ol li {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgb(5, 5, 5);
  margin-bottom: 10px;
}

.for-mob {
  display: none;
}

.logout-part {
  position: relative;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #1e1e1e;
  border: 1px solid rgb(255, 255, 255);
  padding: 8px 10px;
  right: 0px;
  bottom: -42px;
  color: rgb(255, 255, 255);
  display: none;
  text-transform: uppercase;
}

.logout-part:hover .logout {
  display: block;
}

.logout p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  cursor: pointer;
}

.hero-video {
  padding: 0px;
  position: relative;
}

.hero-video video {
  width: 100%;
  height: calc(60px + 100vh);
  object-fit: cover;
  display: flex;
  position: relative;
}

.hero-video .hero-main {
  position: relative;
}

.hero-video .hero-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.4);
  top: 0px;
  left: 0px;
}

.hero-video-inner {
  padding: 0px 80px 120px 80px;
  position: relative;
}

.hero-video-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.hero-video .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-video .banner-text h1 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  font-family: Colaborate-Thin, sans-serif;
}
.hero-video .banner-text h1 br {
  display: none;
}

.hero-video .banner-text a {
  border: 1px solid rgb(255, 255, 255);
  padding: 8px 40px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  display: inline-block;
  font-family: ColaborateLight, sans-serif;
}

.banner-fluid {
  padding: 0px;
  position: relative;
}

.banner-fluid.map-fluid {
  height: calc(-187px + 100vh);
}

.banner-fluid .carousel-caption {
  position: absolute;
  right: auto;
  top: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(255, 255, 255);
  text-align: left;
}

.map-fluid {
  padding: 100px 0px 0px 0px;
}
.map-fluid.inner-map {
  padding: 0px 0px 120px 0px;
}
.map-fluid .heading-part h2 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  text-align: center;
  margin-top: 0px;
}

.map-fluid .fa-map-marker {
  font-size: 24px;
  color: #1e1e1e;
  cursor: pointer;
}

.map-fluid .dogras-world-map {
  position: relative;
  margin-top: 40px;
}

.map-fluid .dogras-world-map img {
  max-width: 100%;
  width: 100%;
}

.map-fluid .map-location {
  position: absolute;
  margin-left: -12px;
  color: rgb(50, 50, 50);
}

.map-fluid .map-location .dogras-location-bubble {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 10px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
  height: 140px;
  display: none;
}

.map-fluid .map-location:hover .dogras-location-bubble {
  display: block;
}

.map-fluid .map-location .dogras-location-bubble h2 {
  font-size: 24px;
  line-height: 3.2rem;
  color: #1e1e1e;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

.map-fluid .map-location .dogras-location-bubble p {
  font-size: 18px;
  line-height: 2.4rem;
  color: #1e1e1e;
  font-weight: 400;
}

.map-fluid .map-location .dogras-location-bubble a {
  font-weight: 500;
  text-decoration: underline;
  color: rgb(62, 62, 62);
}

@keyframes a {
  0%,
  5% {
    transform: translate3d(0px, 2px, 0px) scale(1);
  }

  100% {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 5px 6px;
    transform: translate3d(0px, -3px, 0px) scale(1);
  }
}

.map-fluid .map-location .dogras-location-bubble::before {
  content: "";
  position: absolute;
  inset: 100% auto auto 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  margin-left: -8px;
  border-width: 8px 8px 0px;
  border-color: rgb(255, 255, 255) transparent;
}

.map-fluid .map-location .dogras-location-bubble::after {
  margin-left: -6px;
  border-width: 6px 6px 0px;
  border-color: rgb(255, 255, 255) transparent;
}

.map-fluid .map-location .dogras-location-bubble.active {
  background: rgb(255, 255, 255);
}

.map-fluid .map-location .dogras-location-bubble.active svg path {
  fill: rgb(25, 138, 234);
  stroke: rgb(21, 105, 165);
}

.map-fluid .map-location .dogras-location-name {
  font-size: 14px;
  font-weight: 600;
}

.map-fluid .map-location .dogras-location-desc {
  font-size: 10px;
  font-weight: 300;
}

.map-fluid .pin-india-chandigarh {
  top: 35%;
  left: 40%;
}

.map-fluid .pin-usa {
  top: 32%;
  left: 35%;
}

.map-fluid .pin-australia {
  top: 30%;
  left: 54%;
}

.map-fluid .pin-japan {
  top: 44%;
  right: 32%;
}

.map-fluid .pin-brazil {
  top: 331px;
  left: 469px;
}

.map-fluid .pin-germany {
  top: 115px;
  left: 657px;
}

.map-fluid .pin-russia {
  top: 99px;
  left: 993px;
}

.map-fluid .pin-canada {
  top: 114px;
  left: 347px;
}

.tradeshow-fluid {
  padding: 0px 80px 120px 80px;
}

.tradeshow-fluid .tradeshow-card {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid rgb(213, 213, 213);
  padding: 30px 0px;
}
.tradeshow-fluid .tradeshow-card:nth-child(1) {
  border-top: 1px solid rgb(213, 213, 213);
}
.tradeshow-fluid .tradeshow-card .tradeshow-logo {
  width: 25%;
}

.tradeshow-fluid .tradeshow-card .tradeshow-content {
  width: 40%;
}

.tradeshow-fluid .tradeshow-card .tradeshow-content h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #1e1e1e;
}

.tradeshow-fluid .tradeshow-card .tradeshow-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #1e1e1e;
  margin-top: 10px;
}

.tradeshow-fluid .tradeshow-card .tradeshow-button {
  text-align: right;
  width: 35%;
}

.tradeshow-fluid .tradeshow-card .tradeshow-button a {
  background: #1e1e1e;
  border-radius: 8px;
  padding: 16px 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid transparent;
  text-align: center;
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease-in-out;
}

.tradeshow-fluid .tradeshow-card .tradeshow-button a:hover {
  color: rgb(35, 31, 32);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #1e1e1e;
  transition: 0.5s ease-in-out;
}

.contactus-fluid .heading-part h2 {
  text-transform: uppercase;
  color: rgb(48, 76, 90);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  padding: 0px;
}

.section-setup-appoinments-wrapper {
  padding: 40px 0px 100px;
}

.section-setup-appoinments-wrapper .setup-appoinments-content {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  padding: 40px 20px;
  border-radius: 4px;
}

.section-setup-appoinments-wrapper .setup-appoinments-content .fa {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgb(194, 162, 132);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: rgb(194, 162, 132);
}

.section-setup-appoinments-wrapper .setup-appoinments-content .dec {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  display: inline-block;
  color: rgb(48, 76, 90);
  max-width: 291px;
}

.brandscale-fluid {
  padding: 100px 64px 150px 64px;
}

.brandscale-fluid .main-section .top-heading {
  padding: 0px 40px;
  text-align: center;
}

.brandscale-fluid .main-section .top-heading h2 {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 52px;
  line-height: 52px;
  padding: 0px;
  font-family: Colaborate-Thin, sans-serif;
  margin: auto;
}

.brandscale-fluid .main-section .top-heading h2 span {
  font-family: ColaborateLight, sans-serif;
}

.brandscale-fluid .main-section .top-heading p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 15px auto 0px;
  color: #1e1e1e;
}

.brandscale-fluid .card-section {
  padding: 40px 24px;
  margin-top: 40px;
  border-radius: 20px;
  position: relative;
}
.brandscale-fluid .card-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  background: rgb(250, 250, 250);
  border-radius: 20px;
  bottom: 0;
  left: 0;
}
.brandscale-fluid .card-section .card-part {
  text-align: center;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
  padding: 0px 20px;
}

.brandscale-fluid .card-section .card-part:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}
.brandscale-fluid .card-section .card-part img {
  width: auto;
  margin: 0 auto;
  max-width: 80px;
}

.brandscale-fluid .card-section .card-part h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #1e1e1e;
  margin-top: 30px;
}

.brandscale-fluid .card-section .card-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1e1e1e;
}
.brandscale-fluid .owl-carousel .owl-stage-outer {
  padding-top: 40px;
}
.madeinusa-fluid {
  margin: 40px 0px;
  padding: 0px 80px;
  background-image: url("../img/usa-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.madeinusa-fluid .main-section .image-part {
  text-align: right;
}

.madeinusa-fluid .main-section .content-part {
  text-align: center;
}

.madeinusa-fluid .main-section .content-part h2 {
  color: rgb(48, 76, 90);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: uppercase;
  padding: 0px;
}

.madeinusa-fluid .main-section .content-part h2 span {
  font-family: ColaborateLight, sans-serif;
}

.madeinusa-fluid .main-section .content-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: rgb(5, 5, 5);
}

.madeinusa-fluid .main-section .content-part a {
  color: rgb(48, 76, 90);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-align: right;
  display: inherit;
  margin-top: 20px;
  margin-right: 40px;
}

.madeinusa-fluid .main-section .content-part a::after {
  content: "";
  position: absolute;
  width: 13.4px;
  height: 14px;
  background-image: url("../img/arrow.svg");
  background-size: 13.4px 14px;
  background-position: center center;
  right: -20px;
  top: 4px;
}

.timeless-fluid {
  padding: 0px;
}

.timeless-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.timeless-fluid .main-section ul li {
  width: 50%;
  margin: 0px;
}

.timeless-fluid .main-section ul li:nth-last-child(1) {
  margin-top: 120px;
}

.timeless-fluid .main-section ul li .image-part img {
  width: 100%;
}
.timeless-fluid .main-section ul li .image-part img.image2 {
  display: none;
}

.timeless-fluid .main-section ul li .content-part {
  text-align: center;
  padding: 0px 74px;
}

.timeless-fluid .main-section ul li .content-part h3 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
}

.timeless-fluid .main-section ul li .content-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
}

.timeless-fluid .main-section ul li .content-part a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
  text-transform: capitalize;
}

.timeless-fluid .main-section ul li .content-part a::after {
  content: "";
  position: absolute;
  width: 13.4px;
  height: 14px;
  background-image: url("../img/arrow.svg");
  background-size: 13.4px 14px;
  background-position: center center;
  right: -20px;
  top: 4px;
}

.ethical-fluid {
  padding: 100px 0px;
  background: rgb(48, 76, 90);
  text-align: center;
}

.ethical-fluid .main-section h3 {
  color: rgb(255, 255, 255);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
}

.ethical-fluid .main-section p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  width: 60%;
  margin: 40px auto 20px;
}

.ethical-fluid .main-section a {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
}

.ethical-fluid .main-section a::after {
  content: "";
  position: absolute;
  width: 13.4px;
  height: 14px;
  background-image: url("../img/arrow-white.svg");
  background-size: 13.4px 14px;
  background-position: center center;
  right: -20px;
  top: 4px;
}

.category-fluid {
  padding: 130px 64px 150px 64px;
  background: rgb(255, 255, 255);
}

.category-fluid .main-section {
  background: rgb(250, 250, 250);
  padding: 60px 80px;
  border-radius: 8px;
}

.category-fluid .main-section .heading-part h3 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  text-align: center;
}

.category-fluid .main-section .card-section {
  margin-top: 40px;
}

.category-fluid .main-section .card-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-fluid .main-section .card-section ul li {
  text-align: center;
  width: 31%;
  margin: 1.2% 1%;
  border-radius: 4px;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
  background: rgb(250, 250, 250);
}

.category-fluid .main-section .card-section ul li:hover {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.17) 0px 4px 24px -10px;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}

.category-fluid .main-section .card-section ul li img {
  width: 100%;
}

.category-fluid .main-section .card-section ul li h4 {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0px;
  margin: auto;
  text-transform: capitalize;
  border: 1px solid rgb(245, 245, 245);
}

.factory-fluid {
  padding: 0px;
  position: relative;
}

.factory-fluid .main-section .content-part {
  position: absolute;
  top: 50%;
  right: 64px;
  width: 32%;
  transform: translate(0%, -50%);
}

.factory-fluid .main-section h3 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
}

.factory-fluid .main-section p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
  margin-top: 10px;
}

.factory-fluid .main-section a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
  text-transform: capitalize;
}

.factory-fluid .main-section a::after {
  content: "";
  position: absolute;
  width: 13.4px;
  height: 14px;
  background-image: url("../img/arrow.svg");
  background-size: 13.4px 14px;
  background-position: center center;
  right: -20px;
  top: 4px;
}

.subscribe-fluid {
  padding: 80px 200px;
  background-image: url("../img/subscribe-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe-fluid .main-section {
}
.subscribe-fluid .main-section .left-part .heading-part h3 {
  color: rgb(255, 255, 255);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
}
.subscribe-fluid .main-section .left-part .contact-detail {
  margin-top: 30px;
}
.subscribe-fluid .main-section .left-part .contact-detail p {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.subscribe-fluid .main-section .left-part .contact-detail p.phone:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../img/phone.svg);
  background-size: 32px 32px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.subscribe-fluid .main-section .left-part .contact-detail p.mail:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../img/mail.svg);
  background-size: 32px 32px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.subscribe-fluid .main-section .left-part .contact-detail p a {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  margin: 20px auto 0px;
}
.subscribe-fluid .main-section .right-part .heading-part h3 {
  color: rgb(255, 255, 255);
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.subscribe-fluid .main-section .right-part .heading-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  margin: 20px auto 0px;
}

.subscribe-fluid .main-section .form-part {
  margin-top: 40px;
}

.footer-fluid {
  padding: 60px 40px 0px;
  background: #1e1e1e;
}

.footer-fluid .main-section .top-section {
  padding: 0px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-fluid .main-section .top-section .left-part {
}

.footer-fluid .main-section .top-section .left-part img {
  max-width: 200px;
}

.footer-fluid .main-section .top-section .right-part {
  display: flex;
  justify-content: space-between;
}
.footer-fluid .main-section .top-section .right-part .section-part {
  margin-left: 40px;
}
.footer-fluid .main-section .top-section .right-part .section-part.legal {
  width: 40%;
}
.footer-fluid .top-section .right-part .section-part .heading h4 {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.12px;
}

.footer-fluid .top-section .right-part .section-part .link-part ul {
  display: flex;
}
.footer-fluid .top-section .right-part .section-part.legal .link-part ul {
  flex-wrap: wrap;
}
.footer-fluid .top-section .right-part .section-part .link-part ul li {
  margin-right: 20px;
}
.footer-fluid .top-section .right-part .section-part.legal .link-part ul li {
  margin-bottom: 10px;
}
.footer-fluid
  .top-section
  .right-part
  .section-part
  .link-part
  ul
  li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .top-section .right-part .section-part .link-part ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  opacity: 0.8;
}

.footer-fluid .main-section .bottem-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-top: 1px solid #ffffff;
}

.footer-fluid .main-section .bottem-section .left-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.51px;
  color: rgb(255, 255, 255);
}

.footer-fluid .main-section .bottem-section .center-part a {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.51px;
  color: rgb(255, 255, 255);
}

.footer-fluid .main-section .bottem-section .right-part ul {
  display: flex;
  align-items: center;
}

.footer-fluid .main-section .bottem-section .right-part ul li {
  margin-left: 30px;
}

.footer-fluid .main-section .bottem-section .right-part ul li a {
  color: rgb(239, 237, 232);
  font-size: 24px;
}

.newyork-fluid {
  margin-top: 60px;
  padding: 0px;
  position: relative;
}

.newyork-fluid .image-section img {
  width: 100%;
  height: auto;
}

.newyork-fluid .content-part {
  position: absolute;
  bottom: 0px;
  right: 10%;
  top: 52%;
  transform: translate(0%, -50%);
}

.newyork-fluid .content-part h2 {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
  font-family: Colaborate-Thin, sans-serif;
}

.newyork-fluid .content-part h2 span {
  font-family: ColaborateLight, sans-serif;
}

.newyork-fluid .bottom-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
  text-align: center;
  width: 80%;
  margin: 0px auto;
  padding: 40px 0px 0px 0px;
}

.rssc-fluid {
  padding: 0px;
  position: relative;
}

.rssc-fluid .image-section img {
  width: 100%;
  height: auto;
}

.ethical-practice-fluid {
  padding: 150px 0px;
}

.ethical-practice-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ethical-practice-fluid .main-section ul li {
  width: 50%;
}

.ethical-practice-fluid .main-section ul li .image-part img {
  width: 100%;
}

.ethical-practice-fluid .main-section ul li .content-part {
  text-align: center;
  padding: 0px 74px;
}

.ethical-practice-fluid .main-section ul li .content-part img {
  max-width: 82px;
  margin-bottom: 10px;
}

.ethical-practice-fluid .main-section ul li .content-part h3 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
}

.ethical-practice-fluid .main-section ul li .content-part p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: rgb(5, 5, 5);
}

.ethical-practice-fluid .main-section ul li .content-part a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
  text-transform: capitalize;
}

.ethical-practice-fluid .main-section ul li .content-part a::after {
  content: "";
  position: absolute;
  width: 13.4px;
  height: 14px;
  background-image: url("../img/arrow.svg");
  background-size: 13.4px 14px;
  background-position: center center;
  right: -20px;
  top: 4px;
}

.download-fluid {
  padding: 80px 64px;
  background: url("../img/download-section.jpg") left center / cover no-repeat
    rgb(26, 26, 26);
}

.download-fluid .main-section {
  width: 50%;
  margin-left: auto;
  text-align: center;
}

.download-fluid .main-section h3 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
}

.download-fluid .main-section h3 span {
  font-weight: 600;
}

.download-fluid .main-section p {
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
  margin-top: 10px;
  margin-bottom: 20px;
}

.download-fluid .main-section a {
  margin: 0px 5px;
}
.download-fluid .main-section a img {
  max-width: 140px;
}
.instagram-fluid {
  padding: 100px 64px;
}

.instagram-fluid .main-section .top-heading {
  padding: 0px 40px;
  text-align: center;
}

.instagram-fluid .main-section .top-heading h2 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  margin-top: 0px;
}

.eapps-instagram-feed-header-inner {
  display: none !important;
}

.logo-footer {
  margin-top: 0px;
  width: 100%;
  padding: 21px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.logo-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-footer ul li {
  margin: 0px 5px;
  border: 0px solid rgb(243, 243, 243);
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}

.logo-footer ul li:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(-8px);
}

.slider-part {
  padding: 0px;
}

.swiper {
  position: relative;
  width: 90vw;
  height: 300px;
}

.swiper-slide {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease-in-out;
  transform: scale(0.6);
}

.swiper-slide-prev,
.swiper-slide-next {
  margin-top: 70px;
  transform: scale(0.8);
}

.swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  margin-top: 100px;
}

.swiper-container {
  height: 400px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/left.png");
  left: 47%;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/right.png");
  right: 47%;
  left: auto;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 0px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 20px;
  height: 20px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 20px;
}
.slidelogo-fluid {
  padding: 0px 0px 100px 0px;
}
.slidelogo-fluid .slider {
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}

/*  IMPORTANT CODE BELOW */

.slidelogo-fluid .slide-track {
  width: calc(200px * 35);
  display: flex;
  animation: scroll 60s linear infinite;
  justify-content: space-between;
}

.slidelogo-fluid .slide {
  width: 150px;
  height: 60px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.slidelogo-fluid .slide-track li {
  margin: 0px 10px;
}
.brandscale-fluid .owl-nav {
  display: none;
}
.brandscale-fluid .owl-dots {
  margin: 0 auto;
  text-align: center;
}
.brandscale-fluid .owl-dots .owl-dot {
  background: transparent;
}
.brandscale-fluid .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000000;
}
.brandscale-fluid .owl-dots .owl-dot.active span {
  background: #000000;
}
@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) {
  .slidelogo-fluid .slide-track {
    width: calc(150 * 40);
    animation: scroll 30s linear infinite;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 20));
    }
  }
}
.internal-fluid {
  padding: 30px 64px 30px 64px;
}
.internal-fluid .main-section .heading-part h3 {
  color: #1e1e1e;
  font-family: Colaborate-Thin, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 53.66px;
  text-transform: capitalize;
  padding: 0px;
  text-align: center;
}

.internal-fluid .main-section .card-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.internal-fluid .main-section .card-section ul li {
  text-align: center;
  width: 31%;
  margin: 1.2% 1%;
  border-radius: 4px;
  background: rgb(250, 250, 250);
  position: relative;
}

.internal-fluid .main-section .card-section ul li:hover {
  background: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 39%) 0px 4px 24px -10px;
}

.internal-fluid .main-section .card-section ul li img {
  width: 100%;
}

.internal-fluid .main-section .card-section ul li h4 {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 0px;
  margin: auto;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.internal-fluid .main-section .card-section ul li h4 span {
  font-size: 20px;
}
.configurator-fluid {
  padding: 20px 0px;
}
.configurator-fluid .back-button a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  padding-left: 30px;
}
.configurator-fluid .back-button a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow-double.svg);
  left: 0;
  top: -4px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.configurator-fluid .main-section {
}
.configurator-fluid .main-section .content-part {
}
.configurator-fluid .main-section .content-part h1 {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d0c0c;
  margin: 0px !important;
  padding-bottom: 40px;
}

.configurator-fluid .main-section .content-part p {
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: rgba(13, 12, 12, 0.6);
}
.configurator-fluid .main-section .content-part a {
  border: 1.5px solid #0d0c0c;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.24px;
  color: #0d0c0c;
  max-width: 220px;
  display: block;
  margin: 0 auto 22px;
}
.configurator-fluid .main-section .image-part {
}
.configurator-fluid .main-section .image-part img {
}
.appoinment-form {
  position: fixed;
  width: 35%;
  background: #fff;
  min-height: 100vh;
  overflow-y: auto;
  height: 100%;
  top: 0;
  z-index: 99999999;
  box-shadow: #bcbcbc -1px 0 20px -16px;
  right: -100%;
  transition: all 1s ease 0s;
}
.toggleonoff {
  cursor: pointer;
}

.appoinment-form.active {
  right: 0%;
  transition: all 1s ease 0s;
  z-index: 99999999;
}

.appoinment-form .close-button {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  width: 100%;
}

.appoinment-form .close-button .fa {
  float: left;
  background: #13284c;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  cursor: pointer;
}

.appoinment-form .form-design {
  padding: 10px 30px;
}

.appoinment-form .form-design .heading-part h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 0;
  color: #13284c;
  font-weight: 700;
}

.appoinment-form .form-design .heading-part h3 {
  font-size: 1.9rem;
  line-height: 3.2rem;
  margin-top: 0;
  color: #13284c;
}
.customform-fluid {
  padding: 30px 64px 30px 64px;
}
