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: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeue-Book.woff2") format("woff2"), url("../fonts/MaisonNeue-Book.woff") format("woff");
}
@font-face {
  font-family: "Maison Neue Bold";
  src: url("../fonts/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/MaisonNeue-Bold.woff") format("woff");
}
@font-face {
  font-family: "Replica-Bold";
  src: url("../fonts/Replica-Bold.woff2") format("woff2"), url("../fonts/Replica-Bold.woff") format("woff");
}
@font-face {
  font-family: "Replica-pro";
  src: url("../fonts/ReplicaPro.woff2") format("woff2"), url("../fonts/ReplicaPro.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Maison Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4 {
  font-family: "Replica-Bold", sans-serif;
  font-weight: 400;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0); /* smaller upward shift */
}

[data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0);
}

.content-wrapper {
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.arb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: #ED1C24;
  color: #ffffff;
  font-family: "Maison Neue Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
.arb-button span {
  position: relative;
  z-index: 2;
}
.arb-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(198.2775510204, 15.7224489796, 22.7102040816);
  transition: all 0.3s ease;
  z-index: 1;
}
.arb-button:hover::before {
  width: 100%;
}

.arb-heading h2 {
  text-align: center;
  color: #111217;
  font-size: 36px;
  line-height: 42px;
  position: relative;
}
.arb-heading h2::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 4px;
  background-color: #ED1C24;
}

@media (max-width: 767px) {
  .arb-heading h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.card {
  background-color: #ffffff;
  padding: 32px;
}
.card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 28, 36, 0.1019607843);
  border-radius: 50%;
  margin-bottom: 22px;
}
.card__icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #666666;
}

.arb-reviewcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.arb-reviewcard__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 28, 36, 0.1019607843);
  border-radius: 50%;
  margin-bottom: 22px;
  margin-bottom: 10px;
}
.arb-reviewcard__icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.inner-wrap .arb-reviewcard__head {
  color: #111217;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.arb-reviewcard__cnt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}

.arb-contact-form {
  padding: 32px;
  background: #ffffff;
}
.arb-contact-form .form-head {
  color: #000000;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
}
.arb-contact-form .form-txt {
  padding-bottom: 24px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.arb-contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.arb-contact-form .form-group {
  display: flex;
  flex-direction: column;
}
.arb-contact-form .form-group label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000000;
  font-family: "Replica-Bold", sans-serif;
}
.arb-contact-form .form-group input,
.arb-contact-form .form-group select,
.arb-contact-form .form-group textarea {
  background: #f5f6f7;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.arb-contact-form .form-group textarea {
  resize: none;
}
.arb-contact-form .full {
  grid-column: 1/-1;
}
.arb-contact-form .submit-btn {
  width: 100%;
  margin-top: 20px;
  background: #ED1C24;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}
.arb-contact-form .submit-btn:hover {
  background: #ED1C24;
}

/* Responsive */
@media (max-width: 767px) {
  .arb-contact-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .arb-contact-form {
    padding: 24px;
  }
}
.arb-header {
  background-color: #ffffff;
}
.arb-header__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  padding: 20px 0 12px;
}
.arb-header__logo {
  width: 80px;
  height: auto;
}
.arb-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arb-header__icon {
  width: 120px;
  height: auto;
}
.arb-header__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-home {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(11, 11, 11, 0.9) 0%, rgba(11, 11, 11, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-home__outer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 700px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  width: 70%;
}
.hero-home__outer h1 {
  color: #ffffff;
  font-size: 64px;
  line-height: 74px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero-home__outer p {
  color: rgba(255, 255, 255, 0.8980392157);
  margin-bottom: 32px;
}
.hero-home .arb-button {
  margin-bottom: 60px;
}
.hero-home__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.hero-home__inner .inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-home__inner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.hero-home__logo {
  width: 20px;
  height: 20px;
}
.hero-home__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-home__outer h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .hero-home,
  .hero-home__outer {
    height: 100%;
    width: 100%;
  }
  .hero-home__outer h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .hero-home__outer {
    padding-top: 200px;
  }
  .hero-home__inner {
    flex-wrap: wrap;
  }
}
.tagsecHme {
  padding: 60px 20px;
  background-color: #000000;
}
.tagsecHme h2 {
  font-family: "Maison Neue", sans-serif;
  font-size: 34px;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
}
.tagsecHme h2 span {
  color: #ED1C24;
}

@media (max-width: 767px) {
  .tagsecHme h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
.arb-whybuysecHme {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.arb-whybuysecHme__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 80px 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .arb-whybuysecHme__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .arb-whybuysecHme__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.arb-flexible-payment {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 680px;
  padding: 120px 0;
  position: relative;
}
.arb-flexible-payment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.arb-flexible-payment_cnt {
  position: relative;
  z-index: 1;
}
.arb-flexible-payment_cnt p.cnt {
  color: #ffffff;
}
.arb-flexible-payment .arb-heading h2 {
  color: #ffffff;
}
.arb-flexible-payment__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding-top: 80px;
}
.arb-flexible-payment__wrap .sec1 {
  width: 45%;
}
.arb-flexible-payment__wrap .sec2 {
  width: 50%;
}
.arb-flexible-payment__inner {
  padding-top: 40px;
}
.arb-flexible-payment__inner .colums {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  gap: 16px;
}
.arb-flexible-payment__inner .colums:last-child {
  margin-bottom: 0;
}
.arb-flexible-payment__inner .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(237, 28, 36, 0.2);
}
.arb-flexible-payment__inner .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.arb-flexible-payment__inner h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
}
.arb-flexible-payment__box {
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 24px 24px 34px;
  border-radius: 10px;
}
.arb-flexible-payment__head {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
}
.arb-flexible-payment__list {
  padding-top: 30px;
}
.arb-flexible-payment__list .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-bottom: 28px;
}
.arb-flexible-payment__list .wrap:last-child {
  padding-bottom: 0;
}
.arb-flexible-payment__list .numbrs {
  width: 32px;
  height: 32px;
  color: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ed1c24;
}
.arb-flexible-payment__list .numbrs p {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.arb-flexible-payment__list p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .arb-flexible-payment__wrap {
    flex-direction: column;
  }
  .arb-flexible-payment__wrap .sec1 {
    width: 100%;
  }
  .arb-flexible-payment__wrap .sec2 {
    width: 100%;
  }
  .arb-flexible-payment {
    height: 100%;
    padding: 60px 0;
  }
}
.arb-reviewSec {
  padding: 80px 0;
}
.arb-reviewSec__star {
  width: 96px;
  height: auto;
}
.arb-reviewSec__star img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arb-reviewSec__slider {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.arb-reviewSec__slider .slick-list {
  margin: 0 -12px;
}
.arb-reviewSec__slider .slick-slide {
  margin: 0 12px;
}
.arb-reviewSec__card {
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 10px;
}
.arb-reviewSec__text {
  color: #000000;
  padding: 16px 0;
  border-bottom: 0.8px solid #d1d5dc;
  font-size: 15px;
  line-height: 22px;
}
.arb-reviewSec_a-head {
  color: #000000;
  margin: 16px 0 4px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Replica-Bold", sans-serif;
}
.arb-reviewSec__a-text {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
.arb-reviewSec .slick-dots li button::before {
  background-color: #666666;
}
.arb-reviewSec__card-outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .arb-reviewSec__slider {
    position: relative;
    padding: 90px 0 20px;
  }
  .slick-dots li button:before {
    border-radius: 50%;
    font-size: 3px;
    line-height: 11px;
    width: 15px;
    height: 15px;
  }
  .arb-reviewSec__card-outer {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding-top: 50px;
  }
}
.arb-getinfoSec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 80px 0;
}
.arb-getinfoSec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(6px);
  z-index: 1;
}
.arb-getinfoSec .inner-wrap {
  width: calc(100% - 64px);
}
.arb-getinfoSec__cnt {
  position: relative;
  z-index: 2;
}
.arb-getinfoSec .arb-heading h2 {
  color: #ffffff;
}
.arb-getinfoSec__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 75px;
}
.arb-getinfoSec__wrap .sec1 {
  width: 40%;
}
.arb-getinfoSec__wrap .sec2 {
  width: 50%;
}
.arb-getinfoSec p.txt {
  color: rgba(255, 255, 255, 0.8980392157);
  padding-bottom: 40px;
}
.arb-getinfoSec__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.arb-getinfoSec__inner:last-child {
  margin-bottom: 0;
}
.arb-getinfoSec__inner h3.head {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
}
.arb-getinfoSec__inner p.cnt {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.arb-getinfoSec__inner p.cnt span, .arb-getinfoSec__inner p.cnt a {
  color: #ffffff;
  font-weight: 700;
}
.arb-getinfoSec__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 28, 36, 0.2);
  border-radius: 50%;
  margin-bottom: 22px;
}
.arb-getinfoSec__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.arb-getinfoSec .arb-contact-form {
  border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .arb-getinfoSec__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .arb-getinfoSec__wrap .sec1, .arb-getinfoSec__wrap .sec2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .arb-getinfoSec__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .arb-getinfoSec__wrap .sec1, .arb-getinfoSec__wrap .sec2 {
    width: 100%;
  }
}
.arb-visitus {
  background-color: #ffffff;
  padding: 80px 0;
}
.arb-visitus__outer {
  width: 90%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 60px 65px;
  position: relative;
  height: 100%;
}
.arb-visitus__outer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  border-radius: 16px;
}
.arb-visitus__inner {
  position: relative;
  z-index: 10;
}
.arb-visitus__inner .wrap {
 display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    padding-bottom: 40px;
    position: relative;
}
.arb-visitus__icon {
width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(237, 28, 36, 0.2);
    border-radius: 50%;
    margin-bottom: 22px;
    position: absolute;
    left: 14px;
}
.arb-visitus__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.arb-visitus__head {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.arb-visitus__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .arb-visitus__outer {
    width: 100%;
    padding: 40px 20px;
  }
  .arb-visitus__head {
    font-size: 24px;
    line-height: 30px;
  }

	.arb-visitus__icon {
		position: static;
	}
	
}
.arb-footerbnnr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
  position: relative;
  padding: 120px 0;
}
.arb-footerbnnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.arb-footerbnnr__outer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.arb-footerbnnr__outer h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 16px;
}
.arb-footerbnnr__outer p {
  color: rgba(255, 255, 255, 0.8980392157);
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .arb-footerbnnr {
    height: 600px;
  }
}
.arp-footer {
  background-color: #000000;
  padding: 80px 0 32px;
}
.arp-footer__head-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.arp-footer__head-outer p.head {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Replica-Bold", sans-serif;
}
.arp-footer__navs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 75px;
}
.arp-footer__list {
  list-style: none;
  min-width: 230px;
}
.arp-footer__list li a {
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Replica-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.arp-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
.arp-footer__inner .sec1 {
  width: 40%;
}
.arp-footer__inner p.txt {
  color: #99a1af;
  font-size: 14px;
  line-height: 20px;
}
.arp-footer__inner .logo {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}
.arp-footer__inner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arp-footer__inner .socl {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.arp-footer__inner .socl img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.arp-footer__bottom .inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.arp-footer__bottom .inner .txt {
  text-decoration: underline;
  color: #99a1af;
  font-size: 14px;
  line-height: 20px;
}
.arp-footer__bottom p.txt {
  color: #99a1af;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .arp-footer__navs {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .arp-footer__navs {
    flex-direction: column;
  }
  .arp-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .arp-footer__inner .sec1 {
    width: 100%;
  }
  .arp-footer__bottom {
    flex-direction: column;
    gap: 15px;
  }
}
body.page-application {
	margin: 0 !important;
	padding: 0 !important;
}