* {
  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-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: #292929;
  padding: 20px 0px;
}
.navbar.scrolled {
  background: #292929;
}
.navbar .navbar-brand img {
  width: 120px;
}
.main-part{
  padding-top: 100px;
}
.hero-bg{
  position: relative;
  width: 100%;
  background: url(../images/hero-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0px;
}
.hero-bg::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
}
.lead-form{
  position: relative;
  width: 60%;
  padding: 0px 75px;
}
.hero-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 38px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.form-group{
  margin-bottom: 1.5rem;
}
.form-label{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.form-control{
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 13px 20px;
  background: #fff;
}
.form-select{
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 13px 20px;
  background-color: #fff;
}
.textarea-box{
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 13px 20px;
  background: #fff;
}
.subnit_btn{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: 1px solid #fac110;
  border-radius: 50px;
  padding: 13px 40px;
  background: #fac110;
  text-transform: uppercase;
}
.subnit_btn:hover{
  background: #fff;
}
.home-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 36px;
  line-height: normal;
  color: #000;
  margin-bottom: 30px;
}
.option-content li{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #333;
  margin-bottom: 1rem;
  gap: 15px;
  display: flex;
  align-items: center;
}
.option-content li i{
  color: #fac110;
  font-size: 22px;
}
.about-img{
  position: relative;
  width: 100%;
}
.dark-bg{
  position: relative;
  background: #292929;
  padding: 100px 0px;
}
.text-box{
  position: relative;
  margin-bottom: 40px;
}
.dark-bg .text-box:last-child{
  margin-bottom: 0;
}
.text-box h3{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 26px;
  line-height: normal;
  color: #fac110;
  text-align: center;
  margin-bottom: 15px;
}
.text-box p{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.call-btn{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: 1px solid #fac110;
  border-radius: 0;
  padding: 13px 30px;
  background: #fac110;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.call-btn:hover{
  background: #fff;
}
.call-btn-m{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: 1px solid #fac110;
  border-radius: 0;
  padding: 13px 30px;
  background: #fac110;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.call-btn-m:hover{
  background: #fff;
}
.top-btn{
  position: relative;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}