@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
:root {
  --color-black: #1e1e1e;
  --color-green: #1aa59c;
  --color-yellow: #f9aa01;
  --color-white: white;
  --font-oxanium: "Oxanium", cursive;
}
body {
  background-color: black;
  color: white;
}
a,
li {
  list-style: none;
  text-decoration: none;
  color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
figure {
  margin: 0px;
}
p {
  margin: 0px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  margin: 0px;
  padding: 0px;
}
.container,
.container-fluid {
  /* margin: 0px; */
  padding: 0px;
}
img {
  width: 100%;
  /* height: 100%; */
}
figure {
  margin: 0px;
}
.row,
ul {
  margin: 0px;
  padding: 0px;
}
.flex_prop {
  display: flex;
  align-items: center;
}
.relative {
  position: relative;
}
.bg_img_common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.white {
  color: var(--color-white);
}
.margin_top {
  margin-top: 80px;
}
figure {
  margin: 0px;
}
/*Nav*/
.cust_nav {
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
.nav_logo img {
  height: 45px;
  width: auto;
}
.nav_links ul {
  gap: 35px;
}
.nav_links ul li a {
  color: var(--color-white);
}
.color_yellow {
  color: var(--color-yellow);
  font-family: var(--font-oxanium);
}
.btns_container {
  gap: 10px;
}
.btns_container ul {
  gap: 10px;
}
.btns_container ul li a {
  background: linear-gradient(to bottom, #f9aa01, #bb8206, #966908);
  color: var(--color-white);
  height: 40px;
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
  gap: 5px;
}
.font_14 {
  font-size: 14px;
}
/*Footer*/
.logo_footer img {
  height: 50px;
  width: auto;
}
.footer_ul {
  gap: 10px 25px;
  flex-wrap: wrap;
}
.footer_ul li a {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-oxanium);
  color: var(--color-white);
}
.social_icons {
  gap: 15px;
}
.social_icons a {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #f9aa01, #bb8206, #966908);
  color: var(--color-white);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.arrow_up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(to bottom, #f9aa01, #bb8206, #966908);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.arrow_up_active {
  visibility: visible;
  opacity: 1;
}
.arrow_up span {
  font-size: 26px;
}
.call_footer {
  right: initial;
  left: 20px;
  width: initial;
  position: absolute;
  bottom: 10px;

  padding: 0px 10px;
  gap: 3px;
}
.call_footer span {
  font-size: 22px;
}
.black {
  color: var(--color-black);
}
.semi_title {
  font-family: var(--font-oxanium);
  font-weight: 700;
}
.common_btn {
  background: linear-gradient(to bottom, #f9aa01, #bb8206, #966908);
  border: none;
  color: var(--color-white);
  padding: 8px 35px;
  border-radius: 5px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #966908;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_icon {
  display: none !important;
}
.nav_header {
  display: none;
}
.common_btn1 {
  background: linear-gradient(to bottom, #092d99, #0a267b, #061e66);
  border: none;
  color: var(--color-white);
  padding: 8px 35px;
  border-radius: 5px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #130896;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}   
.text_just{
	text-align: justify !important;
}
td a{
color: var(--color-black);
}
td a:nth-child(even){
color: var(--color-white);
}