body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 100vh;
	font-size: 13px !important;
	/*background: #d57e2f url(https://sitarambank.com/images/3.jpg);*/
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
	
 border: 2px solid #ff5722a1;
	
}
.header {
    background-color: #ff5722;
    padding: 10px 0;
    border-bottom: 2px solid #e0e0e0;
}

.container {
    width: 90%;
    margin: auto;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gly_ {
    font-size: 16px;
    color: #333;
}

.gly_ b {
    color: #000;
}

.gly_ a {
    text-decoration: none;
}

.gly_ img {
    width: 20px;
    vertical-align: middle;
}

.glyphicon {
    font-size: 16px;
    color: #555;
}

marquee {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }

    .gly_ {
        padding-bottom: 10px;
    }

    marquee {
        font-size: 14px;
    }
}
.topnav {
  overflow: hidden;
  background-color: #ff5722;
}

.topnav a {
  float: left;
  color: #000000;
  font-weight: 700;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #FF9800;
  color: white;
}
.footer {
  
 
  width: 100%;
  background: #ff5722;
  border-radius: 6px;
}
.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}
.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-col .links {
  margin-top: 20px;
}
.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col .links li a:hover {
  color: #fff;
}
.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}
.footer-col form {
  display: flex;
  gap: 5px;
}
.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}
.footer-col input::placeholder {
  color: #ccc;
}
 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}
.footer-col form button:hover {
  background: #cecccc;
}
.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}
.footer-col .icons i {
  color: #afb6c7;
}
.footer-col .icons i:hover  {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }
  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }
  .footer-col form {
    display: block;
  }
  .footer-col form :where(input, button) {
    width: 100%;
  }
  .footer-col form button {
    margin: 10px 0 0 0;
  }
}