body {
    
    height: 70vh;
    background-size: cover;
    background-attachment: fixed;
  }

header{
    font-family: "Raleway", sans-serif;
    background-color: #03045E;
    color:white;
    text-align: center;
}
.popup-icon {
    position: fixed;
    top: 200px; /* Adjust the top position as needed */
    left: 20px; /* Adjust the left position as needed */
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    cursor: pointer;
  }
h3{
    font-family: "Raleway", sans-serif;
    color:#03045E;
    justify-content: center;
    margin: 5px;
    font-weight: 100;
    padding-left: 60px;
}
p{
    font-family: "Raleway", sans-serif;
    color:#03045E;  
}
input{
    background-color: #231a6f;
    border-radius: 4px;
    padding: 6px 6px;
    color:#ffffff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    text-align: center;

    
}
.pad{
    padding: 10px 18px;
    margin-top: 150px;
}


button{
    background-color: #03045E;
    border-radius: 4px;
    padding: 8px 18px;
    margin: 8px 0;
    color:white;
    border: none;
}
div{
    margin:5px;
    justify-content: center;
}
p{
    color:#03045E;
    font-size: 30px;
}
h2{
    font-family: "Raleway", sans-serif;
    color:#03045E;
    text-align: center;  
}

h1{
    font-family: "Raleway", sans-serif;
    color:white;
    text-align: center;
}
.rr{
    font-size: 15px;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}
a.one:link {
    color:#190d4c;}
    a.one:any-link {color:#190d4c;
    }

    a.one:hover {
        color:#00d9ff;
    }
    h5{
        color:#190d4c;
    }