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: "Jost", sans-serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
  color: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 56, 166);
  border: 2px solid rgb(0, 56, 166);
}

.form-control {
  height: 40px;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 1.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

img {
  max-width: 100%;
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: #0047d1;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
  letter-spacing: 0.006em;
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  letter-spacing: 0.006em;
  border: 1px solid #0044c8 !important;
  background-color: #0044c8 !important;
}

input[type="checkbox"] {
  accent-color: rgb(0, 71, 209);
  width: 32px;
  height: 32px;
  margin-top: 2px;
  left: 0px;
  margin-right: 4px;
  position: relative;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}

h3.heading {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  color: rgb(40, 39, 52);
}

.header-fluid {
  padding: 0px 0px;
  box-shadow: rgb(241, 241, 241) 0px 0px 28px -5px;
  background: #fcf9f3;
}
.header-fluid .login-part ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-fluid .login-part ul li {
  margin-left: 20px;
}
.header-fluid .login-part ul li:nth-child(1) {
  margin-left: 0px;
}
.header-fluid .login-part ul li a {
  background: #143b26;
  border: 1px solid #143b26;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
}
.header-fluid .login-part ul li:nth-last-child(1) a {
  background: #ffffff;
  border: 1px solid #143b26;
  color: #143b26;
}
.header-fluid .login-part ul li a:hover,
.header-fluid .login-part ul li a:focus {
  box-shadow: inset -7.3em 0 0 0 #ffffff, inset 7.3em 0 0 0 #ffffff;
  transition: 1s;
  color: #143b26;
  border: 1px solid #143b26;
}
.header-fluid .login-part ul li:nth-last-child(1) a:hover,
.header-fluid .login-part ul li:nth-last-child(1) a:focus {
  box-shadow: inset -7.3em 0 0 0 #143b26, inset 7.3em 0 0 0 #143b26;
  transition: 1s;
  color: #ffffff;
  border: 1px solid #143b26;
}
.header-fluid .navbar {
  padding: 0px;
}
.header-fluid .navbar .navbar-brand img {
  max-width: 145px;
  height: auto;
}
.header-fluid .navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 30px 20px;
}
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link {
  color: rgb(0, 19, 8);
  font-size: 1.6rem;
  padding: 10px 5px;
  font-weight: 500;
  position: relative;
}
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link::after,
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #143b26;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.8s ease-out;
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link::before {
  transform-origin: left;
}
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover::after,
.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover::before {
  transform: scaleX(1);
}

.header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
}

.header-fluid .navbar-light .navbar-nav .nav-item .nav-link:hover {
  font-weight: 500;
  color: #143b26;
}
.header-fluid .navbar-nav .nav-item .nav-link .fa {
  font-size: 16px;
  margin-left: 5px;
  line-height: 16px;
}
.header-fluid .navbar-nav .nav-item :hover .nav-link .fa {
  transform: rotate(180deg);
}
.header-fluid .navbar-nav .nav-item .submenu {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 15px 20px;
  background: #ffffff;
  width: 200px;
  display: none;
  transition: all 0.3s ease;
  z-index: 999;
  border: 1px solid #f1f1f1b0;
  box-shadow: 0px 5px 17px -10px #00000069;
}
.header-fluid .navbar-nav .nav-item:hover .submenu {
  display: block;
}
.header-fluid .navbar-nav .nav-item .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-fluid .navbar-nav .nav-item .submenu ul li {
  padding: 8px 0px;
}

.header-fluid .navbar-nav .nav-item .submenu ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: block;
}
.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;
}
.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;
}
.hero-fluid {
  padding: 0px;
}

.hero-fluid .hero-main {
}
.hero-fluid .hero-main .carousel-item img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}
.hero-fluid .hero-main .content-part {
  position: absolute;
  z-index: 99999;
  top: 20%;
  left: 5%;
  border: 1px solid #ffffff;
  background: #00000029;
  padding: 30px 30px;
}
.hero-fluid .hero-main .content-part.first {
  left: auto;
  right: 5%;
}
.hero-fluid .hero-main .content-part.first {
  background: #ffffff29;
}
.hero-fluid .hero-main .content-part h1 {
  font-size: 38px;
  line-height: 48px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}

.hero-fluid .hero-main .content-part a {
  background: #ffffff;
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  font-size: 16px;
  color: #143b26;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
  width: 145px;
}
.hero-fluid .hero-main .content-part a:hover,
.hero-fluid .hero-main .content-part a:focus {
  box-shadow: inset -7em 0 0 0 #f5ecda, inset 7em 0 0 0 #f5ecda;
  transition: 1s;
}

.hero-fluid .hero-main .content-part p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}
.carousel-control-next,
.carousel-control-prev {
  top: auto;
  bottom: 20px;
  width: auto;
}
.carousel-control-prev {
  left: 45%;
}
.carousel-control-next {
  right: 45%;
}
.carousel-indicators {
  bottom: 28px;
}
.carousel-indicators li {
  height: 2px;
}
.hero-fluid .form-part {
  width: 360px;
  padding: 40px;
  border-radius: 16px;
  margin-top: 80px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: rgba(0, 0, 0, 0.16) 8px 16px 40px 0px;
}

.hero-fluid .form-part .heading h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  font-weight: 400;
}

.aboutus-fluid {
  padding: 60px 0px 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.aboutus-fluid .image-part img {
  width: 85%;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}

.aboutus-fluid .content-part h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 20px;
}

.aboutus-fluid .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 10px;
}
.aboutus-fluid .content-part a {
  font-size: 16px;
  line-height: 24px;
  color: #006aff;
  font-weight: 400;
}
.aboutus-fluid .content-part ul {
  list-style-type: disc;
  padding-left: 40px;
}
.aboutus-fluid .content-part ul li {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-fluid {
  padding: 40px 0px 0px 0px;
  background: #143b26;
  position: relative;
  background-image: url(../img/paloma-footer.png);
  background-repeat: no-repeat;
  background-size: 250px 220px;
  background-position: bottom right;
}
.footer-fluid .top-footer {
  text-align: center;
}
.footer-fluid .top-footer img {
  max-width: 180px;
}
.footer-fluid .top-footer p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-fluid .footer-main {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid hsl(0deg 0% 100% / 20%);
  border-bottom: 1px solid hsl(0deg 0% 100% / 20%);
  padding-bottom: 30px;
}
.footer-fluid .card-part .heading {
  margin-bottom: 10px;
}

.footer-fluid .card-part .heading h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(255 255 255);
  margin: 0px;
  line-height: 2.8rem;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}
.footer-fluid .list-part.doubleline ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-fluid .list-part.doubleline ul li {
  width: 50%;
}
.footer-fluid .list-part ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: rgb(255 255 255);
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.footer-fluid .list-part ul li a:hover {
  color: rgb(255 255 255 / 80%);
}

.footer-fluid .address-part p {
  color: rgb(255 255 255);
  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: 20px;
}

.footer-fluid .social-media ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgb(255 255 255);
  font-size: 2rem;
  line-height: 2.4rem;
}

.footer-fluid .social-media ul li a:hover {
  color: rgb(233 233 233 / 80%);
}

.copyright-fluid {
  background: rgb(20 59 38);
  padding: 15px 0px;
}

.copyright-fluid .main-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgb(255 255 255);
  font-size: 16px;
}

.copyright-fluid .main-section p a {
  color: rgb(255 255 255);
}

.copyright-fluid .main-section p a:hover {
  color: rgb(226 226 226 / 80%);
}

.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: 12px;
  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: 8px;
}
.hero-fluid .monile-login a.login-section1 {
  background: #0000004d;

  display: inline-block;
  margin-top: 12px;
  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: 8px;
}
.hero-fluid .monile-login p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}

.hero-fluid .monile-login p a {
  color: rgb(0, 56, 167);
  font-weight: 600;
  text-decoration: underline;
}

.logo-part {
  display: none;
}
.ourstory-fluid {
  padding: 60px 0px;
}
.ourstory-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ourstory-fluid .main-section ul li {
  width: 50%;
}
.ourstory-fluid .main-section ul li .image-part video {
  width: 100%;
}
.ourstory-fluid .main-section ul li .content-part {
  background: #fcf9f3;
  padding: 80px 60px;
}

.ourstory-fluid .main-section ul li .content-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 0px;
}

.ourstory-fluid .main-section ul li .content-part a {
  background: #143b26;
  border: 1px solid #143b26;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
  width: 160px;
}
.ourstory-fluid .main-section ul li .content-part a:hover,
.ourstory-fluid .main-section ul li .content-part a:focus {
  box-shadow: inset -7.3em 0 0 0 #ffffff, inset 7.3em 0 0 0 #ffffff;
  transition: 1s;
  color: #143b26;
  border: 1px solid #143b26;
}

.ourstory-fluid .main-section ul li .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
}
.download-fluid {
  padding: 60px 0px 0px 0px;
}
.download-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-fluid .main-section li:nth-child(1) {
  width: 35%;
}
.download-fluid .main-section li:nth-child(2) {
  width: 65%;
}
.download-fluid .main-section li .image-part img {
  width: 100%;
}
.download-fluid .main-section li .content-part {
  padding: 0px 0px 0px 40px;
}

.download-fluid .main-section li .content-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 0px;
}
.download-fluid .main-section li .content-part h3 {
  font-size: 20px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 0px;
}
.download-fluid .main-section li .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 10px;
}
.download-fluid .main-section li .content-part ul {
  margin-top: 20px;
  display: flex;
}
.download-fluid .main-section li .content-part ul li {
  width: auto;
  margin-right: 20px;
}
.download-fluid .main-section li .content-part ul li img {
  max-width: 140px;
}
.category-fluid {
  padding: 60px 0px;
  background: #143b26;
}
.category-fluid.withoutcolor {
  background: #ffffff;
}
.category-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-fluid .main-section li:nth-child(1) {
  width: 70%;
}
.category-fluid .main-section li:nth-child(2) {
  width: 25%;
}
.category-fluid.withoutcolor .main-section li:nth-child(1) {
  width: 25%;
}
.category-fluid.withoutcolor .main-section li:nth-child(2) {
  width: 70%;
}
.category-fluid .main-section .slider-part {
  width: 100%;
}
.category-fluid .main-section .content-part {
  background: #fcf9f3;
  border: 1px solid #f0eadd;
  box-shadow: 10px 0px 45px 0px #66666612;
  padding: 30px;
  background-image: url(../img/paloma.png);
  background-position: bottom;
  background-size: 200px 190px;
  background-repeat: no-repeat;
}

.category-fluid.withoutcolor .main-section .content-part {
  background: #143b26;
}
.category-fluid.withoutcolor .main-section .content-part {
  background-image: url(../img/paloma-bg.png);
  background-position: bottom;
  background-size: 200px 190px;
  background-repeat: no-repeat;
}
.category-fluid .main-section .content-part h3 {
  font-size: 32px;
  line-height: 42px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 0px;
}
.category-fluid.withoutcolor .main-section .content-part h3 {
  color: #ffffff;
}
.category-fluid .main-section .content-part a {
  background: #143b26;
  border: 1px solid #143b26;
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
  width: 140px;
  text-align: center;
}
.category-fluid .main-section .content-part a:hover,
.category-fluid .main-section .content-part a:focus {
  box-shadow: inset -7.3em 0 0 0 #ffffff, inset 7.3em 0 0 0 #ffffff;
  transition: 1s;
  color: #143b26;
  border: 1px solid #143b26;
}
.category-fluid.withoutcolor .main-section .content-part a {
  background: #ffffff;
  color: #143b26;
}
.category-fluid .main-section .content-part a:hover,
.category-fluid .main-section .content-part a:focus {
  box-shadow: inset -7.3em 0 0 0 #ffffff, inset 7.3em 0 0 0 #ffffff;
  transition: 1s;
  color: #143b26;
  border: 1px solid #143b26;
}
.category-fluid.withoutcolor .main-section .content-part a:hover,
.category-fluid.withoutcolor .main-section .content-part a:focus {
  box-shadow: inset -7em 0 0 0 #f5ecda, inset 7em 0 0 0 #f5ecda;
  transition: 1s;
}
.category-fluid .main-section .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
}
.category-fluid.withoutcolor .main-section .content-part p {
  color: #ffffff;
}
.category-fluid .main-section .slider-part .card-part {
  text-align: center;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
}
.category-fluid .main-section .slider-part .card-part:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(8px);
}
.category-fluid .main-section .slider-part .card-part .image-part {
  background: #fcf9f3;
  border-radius: 50%;
  padding: 20px 20px;
}
.category-fluid.withoutcolor .main-section .slider-part .card-part .image-part {
  background: #ffffff;
  transition: transform 1s;
}
.category-fluid.withoutcolor
  .main-section
  .slider-part
  .card-part
  .image-part:hover {
  border: 1px solid #143b26;
  transition: transform 1s;
}
.category-fluid .main-section .slider-part .card-part img {
  transition: transform 0.5s;
}
.category-fluid .main-section .slider-part .card-part img:hover {
  transform: scale(1.2);
  transition: transform 0.5s;
}

.category-fluid .main-section .slider-part .card-part p {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
}
.category-fluid.withoutcolor .main-section .slider-part .card-part p {
  color: #143b26;
}
.category-fluid .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  position: absolute;
  bottom: -26px;
  width: 100%;
  transform: translate(0%, -50%);
}
.category-fluid .owl-nav button {
  margin: 0px 60px;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
}
.category-fluid.withoutcolor .owl-nav button {
  color: #143b26;
}
.category-fluid .button-part {
  text-align: center;
  margin-top: 30px;
}
.category-fluid .button-part a {
  width: 150px;
  height: 48px;
  background: #000000;
  font-size: 15px;
  line-height: 48px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #000000;
  margin-right: 10px;
  text-align: center;
}
.category-fluid .button-part a:hover {
  color: #000000;
}
.category-fluid .button-part a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.category-fluid .button-part a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.category-fluid .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.category-fluid .owl-dot {
  width: 30px;
  height: 2px;
  background: #ffffff6f;
}
.category-fluid.withoutcolor .owl-dot {
  background: #b5b5b5;
}
.category-fluid .owl-dot.active {
  background: #ffffff;
}
.category-fluid.withoutcolor .owl-dot.active {
  background: #143b26;
}
.category-fluid button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.formobilelink {
  text-align: center;
  display: none;
}
.formobilelink a {
  background: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 16px;
  color: #143b26;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
}
.formobilelink a:hover,
.formobilelink a:focus {
  box-shadow: inset -7em 0 0 0 #f5ecda, inset 7em 0 0 0 #f5ecda;
  transition: 1s;
}
.formobilelink.withbg a {
  background: #143b26;
  border: 1px solid #143b26;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0px;
  gap: 8px;
  text-transform: uppercase;
  z-index: 1;
  transition: 1s;
}
.formobilelink.withbg a:hover,
.formobilelink.withbg a:focus {
  box-shadow: inset -7.3em 0 0 0 #ffffff, inset 7.3em 0 0 0 #ffffff;
  transition: 1s;
  color: #143b26;
  border: 1px solid #143b26;
}
.subpage-banner {
  width: 100%;
  padding: 0px;
  position: relative;
}
.subpage-banner .banner-image img {
  width: 100%;
}
.subpage-banner .main-section {
}
.subpage-banner .main-section .breadcim-part {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}
.subpage-banner .main-section .breadcim-part ul {
  display: flex;
  align-items: center;
}
.subpage-banner .main-section .breadcim-part ul li {
  margin-right: 10px;
}
.subpage-banner .main-section .breadcim-part ul li p {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.subpage-banner .main-section .breadcim-part ul li a {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.subpage-banner .main-section .banner-content {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
}
.subpage-banner .main-section .banner-content span {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(255, 255, 255);
}
.subpage-banner .main-section .banner-content h1 {
  font-size: 4.8rem;
  line-height: 62px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 0px;
}
.subpage-banner .main-section .banner-content p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: rgb(255, 255, 255);
  width: 40%;
}
.ourstory-fluid1 {
  padding: 60px 0px 0px 0px;
}
.ourstory-fluid1 .main-section ul {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.ourstory-fluid1 .main-section ul li:nth-child(1) {
  width: 35%;
}
.ourstory-fluid1 .main-section ul li:nth-child(2) {
  width: 55%;
}
.ourstory-fluid1 .main-section ul li .image-part {
  position: relative;
}
.ourstory-fluid1 .main-section ul li .image-part img {
  width: 100%;
}
.ourstory-fluid1 .main-section ul li .image-part .second-image {
  position: absolute;
  top: 20px;
  max-width: 110px;
  right: -60px;
}
.ourstory-fluid1 .main-section ul li .content-part {
  padding: 0px 0px;
}

.ourstory-fluid1 .main-section ul li .content-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 0px;
}
.ourstory-fluid1 .main-section ul li .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 20px;
}
.ourstory-fluid2 {
  padding: 0px 0px;
}
.ourstory-fluid2 .main-section {
  position: relative;
}
.ourstory-fluid2 .main-section .content-part {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
}
.ourstory-fluid2 .main-section .content-part .main-part {
  width: 55%;
}
.ourstory-fluid2 .main-section .content-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: #fcf9f3;
  font-weight: 500;
  margin-top: 0px;
}
.ourstory-fluid2 .main-section .content-part p {
  font-size: 16px;
  line-height: 24px;
  color: #fcf9f3;
  font-weight: 400;
  margin-bottom: 10px;
}
.ourstory-fluid3 {
  padding: 60px 0px;
  background: #fcf9f3;
}

.ourstory-fluid3 .heading-part {
  text-align: center;
}
.ourstory-fluid3 .heading-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  font-weight: 500;
  margin-top: 0px;
}
.ourstory-fluid3 .heading-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 10px;
}
.ourstory-fluid3 .slider-part {
  margin-top: 50px;
}
.ourstory-fluid3 .slider-part .card-part {
  text-align: center;
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: perspective(1px) translateZ(0px);
  padding: 22px 20px 40px 20px;
  background: #ffffff;
  border-radius: 160px;
  min-height: 420px;
}
.ourstory-fluid3 .slider-part .card-part:hover {
  transition-duration: 1s;
  transition-delay: 0.1s;
  transform: translateY(8px);
}
.ourstory-fluid3 .slider-part .card-part .image-part {
  background: #fcf9f3;
  border-radius: 50%;
  padding: 20px 20px;
}

.ourstory-fluid3 .slider-part .card-part img {
  transition: transform 0.5s;
}
.ourstory-fluid3 .slider-part .card-part img:hover {
  transform: scale(1.2);
  transition: transform 0.5s;
}
.ourstory-fluid3 .slider-part .card-part h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
}
.ourstory-fluid3 .slider-part .card-part p {
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  font-weight: 500;
}

.ourstory-fluid3 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  position: absolute;
  bottom: -26px;
  width: 100%;
  transform: translate(0%, -50%);
}
.ourstory-fluid3 .owl-nav button {
  margin: 0px 60px;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
}
.ourstory-fluid3 .owl-nav button {
  color: #143b26;
}
.ourstory-fluid3 .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.ourstory-fluid3 .owl-dot {
  width: 30px;
  height: 2px;
  background: #143b260d;
}

.ourstory-fluid3 .owl-dot.active {
  background: #bababa;
}
.ourstory-fluid3 .owl-dot.active {
  background: #143b26;
}
.ourstory-fluid3 button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.ourstory-fluid4 {
  padding: 60px 0px;
  background: #fcf9f3;
  background-image: url(../img/news-letter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourstory-fluid4 .heading-part {
  text-align: center;
}
.ourstory-fluid4 .heading-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 0px;
}
.ourstory-fluid4 .heading-part p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.ourstory-fluid4 .bottom-part {
  text-align: center;
  margin-top: 20px;
}
.ourstory-fluid4 .bottom-part p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.ourstory-fluid4 .form-part {
  max-width: 40%;
  margin: 0 auto;
  margin-top: 20px;
}
.faqs-fluid {
  padding: 60px 0px;
  background: #fcf9f3;
}

.faqs-fluid .heading-part {
  text-align: center;
}
.faqs-fluid .heading-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  font-weight: 500;
  margin-top: 0px;
}
.faqs-fluid .heading-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 10px;
}
.faqs-fluid .faqs-section .sub-heading {
  text-align: center;
  margin-bottom: 30px;
}
.faqs-fluid .faqs-section .sub-heading h3 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
  margin-top: 0px;
}
.faqs-fluid .faqs-section {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}
.faqs-fluid .faqs-section .card {
  border-radius: 0;
  margin-bottom: 10px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: transparent;
}
.faqs-fluid .faqs-section .card-header {
  background: none;
  padding: 0;
  border: none;
}
.faqs-fluid .faqs-section .card-header .card-link:not(.collapsed):after {
  background-image: url(../img/lose.svg);
}
.faqs-fluid .faqs-section .card-header .card-link:after {
  background-image: url(../img/plus.svg);
  transform: scale(0.7) !important;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s ease-in-out;
  float: right;
}
.faqs-fluid .faqs-section .card-header a {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.1px;
  font-size: 1.8rem;
  color: #2e4c4d;
}
.faqs-fluid .faqs-section .card-body p,
.faqs-fluid .faqs-section .card-body ul li {
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.1px;
  color: #000000;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.faqs-fluid .faqs-section .card-body .heighight {
  color: #8267fa;
  font-size: 1.6rem;
  text-decoration: underline;
}
.faqs-fluid .faqs-section .show {
  display: block !important;
}
.faqs-fluid .faqs-section .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.contact-fluid {
  padding: 60px 0px;
  background: #ffffff;
}

.contact-fluid .heading-part {
  text-align: center;
}
.contact-fluid .heading-part h2 {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  font-weight: 500;
  margin-top: 0px;
}
.contact-fluid .heading-part p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-fluid .form-part {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}
.contact-fluid1 {
  padding: 60px 0px;
  background: #fcf9f3;
}
.contact-fluid1 .main-section ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.contact-fluid1 .main-section ul li {
  text-align: center;
  width: 25%;
}
.contact-fluid1 .main-section ul li img {
  max-width: 120px;
}
.contact-fluid1 .main-section ul li h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.contact-fluid1 .main-section ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
}
.contact-fluid1 .main-section ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
.contact-fluid4 {
  padding: 60px 0px;
  background: #ffffff;
}
.contact-fluid4 .main-section ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.contact-fluid4 .main-section ul li {
  text-align: left;
  width: 32%;
  border: 1px solid #e3e3e3;
  padding: 30px 30px;
  border-radius: 8px;
  background: #f8f8f8;
}
.contact-fluid4 .main-section ul li img {
  max-width: 120px;
}
.contact-fluid4 .main-section ul li h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0px;
}
.contact-fluid4 .main-section ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-weight: 400;
}
.contact-fluid4 .main-section ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
