.sticky
{
background-color: #fff;
color: #000000;
position:fixed;
animation: fadeInDown 0.5s;
}
.img-fluid
{
  max-width: 25%;
}
.header-main
{
 width: 100%;
  padding: 0px 0;
  position: sticky;
  z-index: 1000;
  top: 0;
}
.address_align
{
  display: flex;
  justify-self: unset;
  font-size: 18px;
}
.address_align i
{
    color: #000;
    font-size: 20px;
    display: inline;
    padding: 0px 10px;
}
/* Hamburger */
.hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin: 10px;
}
.ham
  {
    background-color: #0061ff;
    border: none;
  }
  .mobile-logo
  {
    width: 250px;
    margin: 0 0;
  }
.line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.navbar-nav li a
{
    padding: 0px 20px !important;
    color: #000000;
    text-decoration: none;
    font-size: 18px !important;
    margin: 15px 5px;
}
.navbar-brand
{
    width: 20%;
    padding: 5px 30px 0px 0px;
}
.nav-link:hover {
    color: rgb(255, 255, 255);
    padding: 0px 20px !important;
    background-color: #000000;
    border-radius: 10px;
}
.nav-link.active {
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
    background-color: #0000009c;

}
.logo_style
{
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 2.8px;
    font-family: inherit
}
.logo_style span
{
    font-weight: 1000;
    text-decoration: overline;
    color: #9d9c9ccb;
    letter-spacing: 3.8px;
    line-height: 25px;
    margin-top: 30px;
    position: absolute;
}
/* Side menu default position (off-screen) */
.menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100vh;
  background-color: #fff;
  transition: left 0.3s ease;
  z-index: 1000;
  padding-top: 60px;
}

/* Slide in when open */
.menu-open {
  left: 0;
}

/* Close button in side menu */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.menu li
{
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px solid #02361438;
    left: -32px;
    position: relative;
    padding: 10px 16px;
}

.news-bg
{
  background-color: #000;
  color: #fff;
}
.footer-bg
{
  background-color: #ffffff;
  color: #000000;
}
.footer-line
{
  position: absolute;
  right: 0px;
}
footer
{
  background-color: #000000;
}
footer a
{
  color: #fefcfc;
  text-decoration: none;
}
footer a:hover
{
  color:#6f7070;
}
.border_footer
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.input_footer
{
    width: 90%;
    background: transparent;
    border: none;
    padding: 0px;
    border-radius: 0;
    color: #fff;
}
input:focus {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}
:focus {
    outline: none;
}
.footer_news_btn
{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.padding-quotebtn
{
  padding: 10px 20px;
}
a:hover
{
  color:#fff;
}
::placeholder {
  color: rgb(255, 255, 255);
}

/*-----------------------------
  Sidebar styling 
 ----------------------------*/
 /* Custom animated backdrop */
.offcanvas-backdrop {
  background-color: #0000009c;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(100%);
  opacity: 0;
}

/* When offcanvas is shown */
.offcanvas-backdrop.show {
  transform: translateX(0);
  opacity: 1;
}

/* Optional: smoother offcanvas movement */
.offcanvas {
  transition: transform 0.5s ease;
}
.animate-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
}

/* When offcanvas is shown */
.offcanvas.show .animate-up {
  opacity: 1;
  transform: translateY(0);
}
 .toggle_btn
   {
    background-color: #0000009c;
    color: #fff;
    font-size: 20px;
    border: none;
    box-shadow: 0 0 3px;
    padding: 5px 8px;
    top: 15px;
    position: relative;
   }     
.social_icons
{
    width: 30px;
    margin: 5px;
}

