html {
    background-color: #f7f9fb;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/res/bg3.svg");
<!-- SVG by SVGBackgrounds.com -->
}




body {  
    margin:0;
    height:100%;
    background-color: #0000;
}



.accordion-header .accordion-button {
    color: #F7F9FB;
    background-color: #5085a5;
    border-color: #31708E;
    border-bottom:  1px solid;
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}

.accordion-header:has(:not(.collapsed)) {border: 1px solid #5085a5;}

.accordion-button:not(.collapsed) {
    color: #5085a5;
    background-color: #F7F9FB;
    border-color: #31708E;
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}

.accordion-button:hover, .accordion-button:active {
    color: #5085a5;
    background-color: #F7F9FB;
    border-color: #31708E;
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F7F9FB' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button:hover::after, .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235085a5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: none;
}

.mainlogo {
    height: auto;
    max-width: 237px;
    margin-top: -20%;
    box-shadow: 0 4px 10px 0 rgba( 0, 0, 0, 0.3 );
    background-color: #f7f9fb;
}

.profileimg {
    max-height: 160px;
}

.m-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.card {
    border-radius: 0.5rem !important;
    background-color: #f7f9fb;
	border-color: #31708E;
	color: #5085a5 !important;
}

.header {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

#main-head-img {
    object-fit: cover !important;
    height: 220px !important;
}

h2,h3,h4,h5,h6 {
    font-family: 'Questrial', sans-serif;
}

h1 {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    letter-spacing: 3px;
    font-size:2.5rem;
}

@media (max-width: 640px) {
  h1 {
    font-size: 1.8rem;
  }
}

.hrfade {
    height: 2px !important;
    font-size: 1.5rem;
    color: #31708E;
    margin: 1rem -1rem 1rem -1rem;
    opacity: 1;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #31708E));
}

.btn-primary {
    color: #F7F9FB;
    background-color: #5085a5;
    border-color: #31708E;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}


.btn-primary {
    --bs-btn-color: #5085a5;
    --bs-btn-bg: #F7F9FB;
    --bs-btn-border-color: #31708E;
    --bs-btn-hover-color: #5085a5;
    --bs-btn-hover-bg: #F7F9FB;
    --bs-btn-hover-border-color: #31708E;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #5085a5;
    --bs-btn-active-bg: #F7F9FB;
    --bs-btn-active-border-color: #31708E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5085a5;
    --bs-btn-disabled-bg: #F7F9FB;
    --bs-btn-disabled-border-color: #31708E;


.btn-secondary {
    border-color: #FF00FF;
}

.text-muted {
	color: #c9c9c9 !important;
}

.contact-list .card{
border:none;
}

.contact-list .contact-card{
  padding: 20px 0;
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  margin-bottom: 20px;
}

img.profile-photo-lg{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.contact-card{
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #f1f2f2;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-card {
  height: 300px;
  width: 100%;
  border: none;
}




