* {
  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: #0EB798;
}
.navbar .navbar-brand img {
  width: 120px;
}
.logo-text{
  position: relative;
  font-family: "Arial-Black";
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
.logo-text:hover{
  color: #fff;
}
.top-text{
  position: relative;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.top-text a{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #fff;
  display: flex;
}
.top-text a i{
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.hero-bg{
  position: relative;
  width: 100%;
  background: url(../images/hero-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}
.hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
}
.banner-content-box {
  position: absolute;
  padding: 30px;
  background: rgba(0, 0, 0, .7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 40px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.banner-subtitle{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 24px;
  line-height: normal;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
.dark-bg{
  position: relative;
  background-color: #0EB798;
  padding: 50px 0px;
}
.home-title-top{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 32px;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px;
}
.home-p{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}
p{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.home-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 32px;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
.help-content-box{
  position: relative;
  padding: 20px;
  border: 1px solid #cecece;
  display: flex;
  gap: 20px;
  height: 100%;
}
.help-title{
  position: relative;
  font-family: "Arial-Medium";
  font-size: 22px;
  line-height: normal;
  color: #000;
}
.icon-box {
  position: relative;
  width: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  background: #0EB798;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 5px;
}
.light-bg{
  position: relative;
  background: #D4EDE9;
  padding: 100px 0px;
}
.services-box{
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #cecece;
  height: 100%;
}
.Service-icon {
  position: relative;
  margin-bottom: 20px;
  max-width: 60px;
}
.services-title{
  position: relative;
  font-family: "Arial-Bold";
  font-size: 20px;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
.about-img{
  position: relative;
  width: 100%;
}
.call-btn {
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #000;
  border: 1px solid #fff;
  padding: 13px 20px;
  background: #fff;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  border-radius: 7px;
}
.call-btn i{
  margin-right: 10px;
}
.call-btn:hover {
  background: transparent;
  color: #fff;
}
.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: 16px;
  line-height: normal;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 13px 20px;
  background: #fff;
}
.form-select {
  position: relative;
  font-family: "Arial-Regular";
  width: 100%;
  font-size: 16px;
  line-height: normal;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 13px 20px;
  background-color: #fff;
}
.subnit_btn {
  position: relative;
  font-family: "Arial-Medium";
  font-size: 18px;
  line-height: normal;
  color: #333;
  border: 1px solid #fff;
  padding: 13px 40px;
  background: #fff;
  margin-top: 25px;
  display: inline-block;
  border-radius: 7px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.gallery-img{
  position: relative;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.view-allbtn{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 13px 20px;
  background: #333;
  border: 1px solid #333;
  margin-top: 40px;
  display: inline-block;
  border-radius: 7px;
}
.view-allbtn:hover{
  color: #333;
  border: 1px solid #333;
  background: transparent;
}
.inner-bg{
  position: relative;
  background: #0EB798;
  padding: 92px 0px 0px 0px;
}
.pagination-container {
  text-align: center;
  margin: 30px 0px;
}
.pagination-container span{
  position: relative;
  font-family: "Arial-Regular";
  font-size: 18px;
  line-height: normal;
  color: #333;
  padding: 0px 5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal-content {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
  display: block;
  margin: auto;
  border-radius: 8px;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.prev { left: 20px; }
.next { right: 20px; }