* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
  background: #fff;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Arial-Light";
  src: url(../fonts/Arial-Light.TTF);
}
@font-face {
  font-family: "Arial-Regular";
  src: url(../fonts/Arial-Regular.TTF);
}
@font-face {
  font-family: "Arial-Medium";
  src: url(../fonts/Arial-Medium.ttf);
}
@font-face {
  font-family: "Arial-Bold";
  src: url(../fonts/Arial-Bold.TTF);
}
@font-face {
  font-family: "Arial-Black";
  src: url(../fonts/Arial-Black.TTF);
}
@font-face {
  font-family: "Arial-Italic";
  src: url(../fonts/Arial-Italic.TTF);
}

.mt-50{
  margin-top: 50px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-100{
  margin-top: 100px;
}
.mtb-50{
  margin: 50px 0px;
}
.primary-color{
  color: #fac110;
}
.header-area {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.navbar {
  background-color: transparent;
  padding: 20px 0px;
}
.navbar.scrolled {
  background: #190a46;
}
.navbar .navbar-brand img {
  width: 120px;
}
.call-btn{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #190a46;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 13px 30px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}
.call-btn:hover{
  background: transparent;
  color: #fff;
}
.hero-bg{
  position: relative;
  width: 100%;
  background: url(../images/hero-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(25, 10, 70, .8);
  top: 0;
  left: 0;
}
.banner-content-box {
  position: relative;
  padding: 150px 0px;
}
.primary-text{
  font-family: "Arial-Regular";
}
.banner-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 48px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.banner-subtitle{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 32px;
  line-height: normal;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
.banner-p{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
}


.lead-form{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #e0e0e0;
}
.form-p{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 20px;
  line-height: normal;
  color: #333;
  text-align: center;
}
.form-call{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 22px;
  line-height: normal;
  color: #190a46;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0px;
  text-decoration: underline;
}
.form-group{
  margin-bottom: 1.5rem;
}
.form-label{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #190a46;
}
.form-control{
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 16px;
  line-height: normal;
  color: #190a46;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 13px 20px;
  background: #fff;
}
.form-select{
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 16px;
  line-height: normal;
  color: #190a46;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 13px 20px;
  background-color: #fff;
}
.textarea-box{
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 16px;
  line-height: normal;
  color: #190a46;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 13px 20px;
  background: #fff;
}
.subnit_btn{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border: 1px solid #190a46;
  border-radius: 5px;
  padding: 13px 40px;
  background: #190a46;
  text-transform: uppercase;
}
.subnit_btn:hover{
  background: #fff;
  color: #190a46;
}
.home-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 26px;
  line-height: normal;
  color: #000;
}
.home-subtitle{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 24px;
  line-height: normal;
  color: #190a46;
}
p{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #333;
}
.light-bg{
  position: relative;
  background: #EBEFFA;
  padding: 100px 0px;
}
.help-text-box{
  position: relative;
  padding-left: 30px;
}
.help-content-box{
  position: relative;
  border-bottom: 1px solid #959595;
  margin-bottom: 15px;
}
.help-text-box .help-content-box:last-child{
  border-bottom: 0;
}
.help-title{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 22px;
  line-height: normal;
  color: #190a46;
}
.causes-box{
  position: relative;
}
.cause-content-box{
  position: relative;
  padding: 20px;
  background: #EBEFFA;
  margin-bottom: 20px;
  border-radius: 10px;
}
.cause-content-box p{
  margin-bottom: 0;
}
.help-text-box1{
  position: relative;
  padding-right: 30px;
}
.help-text-box1 .help-content-box:last-child{
  border-bottom: 0;
}
.about-img{
  position: relative;
  width: 100%;
}
.top-btn{
  position: relative;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}