@font-face {
    font-family: Raleway;
    src: url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
  }

html,
body{
    overflow-x: hidden; /* prevent scroll on narrow devices*/
}
body {
    margin: 0px;
    font-family: Raleway;
}

h1, h2, h3, h4, h5, h6, p, a{
    color: #505050 !important;
}
a:hover{
    /* transform: scale(1.01); */
    font-weight: bold;
}

/*-------------------------------------------------------------
Navbar --------------------------------------------------------
---------------------------------------------------------------*/
/* .navbar{
    height: 75px;
} */
.navbar-brand > img{
    width:40px;
    height:40px;
    border-radius: 5px;
    margin: 0px !important;
    padding: 0px !important;
    box-shadow: 0px 1px 3px;
}
.navbar-brand{
    line-height: 42px;
    color: #505050 !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0px !important;
    padding: 5px !important;
}
li.active > a{
    font-weight: bold;
    background-color: #ebebeb;
}
.myNavbar-class{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); 
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.brand-logo{
    border: 1px solid rgba(0, 0, 0, 0.2); 
    border-radius: 5px; padding: 0px; 
    margin: 0px 8px;
}
/*----------------------------------------------------------------------
Navbar-Profile-Dropdown  -----------------------------------------------
----------------------------------------------------------------------*/
#dropdown-profile{
    margin-right: 0 !important;
}
.dropdown-profile-img{
    height: 36px;
    width: 36px;
    border-radius: 50%; 
    border: 1px solid #505050;
    object-fit: cover;
}
.dropdown-menu a{
    text-transform: capitalize;
}
/*----------------------------------------------------------------------
Buttons ---------------------------------------------------------------
----------------------------------------------------------------------*/
.btn-primary{
    background-color: #5252d4;
    border: 1px solid #5252d4;
}
.btn-primary:hover{
    background-color: #7575dd;
    border: 1px solid #7575dd;
}
.search-icon{
    color: #fff !important;
    width: 21px;
    height: 21px;
}
/*----------------------------------------------------------------------
Hero ------------------------------------------------------------------
-----------------------------------------------------------------------*/
#home-header-margin{
    margin-top: 180px;
}
.welcome-jumbotron{
    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.55)),
         url('/assets/images/hero-home3.jpg'); 
         padding: 150px 0px;
}
.home-jumbotron{
    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.55)),
         url('../images/hero-home2.jpg'); 
         padding: 150px 0px;
}
.home-jumbotron > h1{
    padding: 0px 40px;
    color: #fff !important;
    font-weight: bold;
}
.jumbotron{
	margin: 0px;
	border-radius: 0px;
}
.hero-container{
    margin-top:30px;
}
.hero-text{
    padding-top: 1rem;
    color: #fff;
}
.hero-head{
    font-weight: 600;
    color: #fff !important;
}
.here-para{
    font-size: 20px;
    color: #fff !important;
}
/* Sign-Up Panel  */
.sign-in-bg{
    text-align: center;
}
.sign-color{
    background-color: #2ebc4f;
    padding: 18px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px; 
}
.sign-color:hover{
    transform: scale(1.02);
}
.panel-wrapper{
    padding: 0px;
}
.panel{
    border: 1px solid #505050; 
    border-radius: 10px; 
    padding: 40px;
    margin: 0px 50px;
    background-color: #fff;
}
.info{
    font-size: small !important;
    text-align: justify;
}
/*---------------------------------------------------------------------
Moving Navigator ------------------------------------------------------
----------------------------------------------------------------------*/
.page-nav-bg{
    background-color: #fff;
    padding: 5px 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    z-index: 2;
}
.page-nav-bg .nav{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    justify-content: center;
}
.page-nav-btn{
    text-decoration: none;
    color: #505050;
    font-weight: 400;
}
.page-nav-btn > a.active{
	background-color: #5252d4 !important;
	color: #fff !important;
}
.home-nav{
    position: fixed;
    top:70px;
}

.custom-home-nav{
    /*position: fixed;*/
    /*top:450px;*/
}
/*-------------------------------------------------------------------------
Heading Above Carousel ----------------------------------------------------
---------------------------------------------------------------------------*/
.home-welcome-container{
    margin-top: 80px;
}
.carousel-heading{
    padding-bottom: 15px;
}
.see-all{
    padding-top: 13px; 
    font-size: small;
}
.see-all > a{
    text-decoration: none;
    color: #505050;
}
.see-all > a:hover{
    text-decoration: none;
    color: #505050;
    font-weight: 600;
    cursor: pointer;
}
.see-all > a:focus{
    text-decoration: none;
    color: #505050;
}
#home-page-popular-projects{
    margin-top: 120px;
}

#custom-home-page-popular-projects{
    margin-top: 20px;
}
/*------------------------------------------------------------------------------- 
Footer --------------------------------------------------------------------------
---------------------------------------------------------------------------------*/
.footer-line{
    margin-top: 100px; 
    border: .5px solid rgba(0,0,0,0.1);
}
.footer-container{
    margin-top: 75px;
    display: flex;
    justify-content: space-around;
}
.footer-btn{
    text-decoration: none;
    color: #505050;
    font-weight: 500;
}
.footer-btn:hover{
    text-decoration: none;
    color: #505050;
    font-weight: 600;
}
.footer-btn:focus{
    text-decoration: none;
    color: #505050;
}
ul.footer-list li{
    margin-top: 1em;
}
.copyright{
    margin-top: 100px;
    padding: 25px;
    background-color: #5252d4;
    color: #fff;  
    text-align: center;
}
.copyright > a{
    color: #fff !important;
    font-weight: 500;
}
.copyright > a:hover{
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
}
.copyright > a:focus{
    text-decoration: none;
    color: #fff;
}
/*------------------------------------------------------------------------------- 
Compaign Page -------------------------------------------------------------------
---------------------------------------------------------------------------------*/
.compaign-title{
    margin: 150px 15px 55px
}
.compaign-side-nav{
    margin: 10px 0px;
}
.compaign-page-nav-btn{
    text-decoration: none;
    color: #505050;
    font-weight: 400;
}
.compaign-page-nav-btn > a.active, 
.compaign-side-nav-btn > a.active{
	background-color: #5252d4 !important;
	color: #fff !important;
}
.compaign-side-nav-btn > a {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 8px;
    margin: 1px 0px;
    text-align: center;
}
/* dash-board */
.dash-video > iframe{
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.dash-card, #profile-card{
    margin: 10px 0px; 
    box-shadow: 0px 8px 15px rgba(0,0,0, 0.4);
}
.progress-bar-cover{
    border: 1px solid rgba(0,0,0,0.15);
}
.progress-bar-color{
    background-color: #eb1736 !important;
}
.dash-summary{
    margin: 20px;
    /* border: solid; */
}
.dash-icons{
    /* border: solid; */
    height: 55px;
    width: 55px;
    background-color: #fff;
    color: #eb1736;
    /* padding: 14px; */
}
.dash-icons > i{
    border-radius: 50%;
    padding: 14px 0px;
    margin-bottom: 8px;
    height: 55px;
    width: 55px;
    font-size: 25px;
    text-align: center;
    box-shadow: 0px 13px 26px rgba(0,0,0,.2), 
                0px 2px 6px rgba(0,0,0,.2);
}
.dash-icons > h5{
    color: #000 !important;
    font-weight: bolder;
    margin-bottom: 0px;
    /* font-size: 14px; */
}
.dash-icons > p{
    /* font-size: 12px; */
    font-weight: 500;
}
.support-btn-wrapper{
    position: relative;
    top: 50px;
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 12px;
    margin-bottom: 20px;
}
.share-wrap{
    margin: 10px 0px;
}
.share-wrap > a{
    margin: 5px;
}
/* static-board */
.slides{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.25);
    box-shadow: 0px 8px 15px rgba(0,0,0, 0.4);
    margin: 10px 0px;
}
.slides-heading{
    border: 1px solid #5252d4;
    background-color: #5252d4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sheet-icon{
    margin: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    display: flex;
    flex-direction: row;
    width: min-content;
    height: 50px;
    align-items: center;
    border-radius: 10px;
    color: #fff;
}
.sheet-icon > i{
    position: relative;
    padding: 5px 13px;
    font-size: 25px;
    border-right:  1px solid rgba(0,0,0,0.5);
}
.sheet-icon > h2{
    padding: 0px 10px;
    margin: 0px;
    color: #fff !important;
}
.slides > p{
    margin: 0px;
    padding: 0px 30px 20px;
}
.slides > p:nth-child(2){
    margin: 0px;
    padding: 20px 30px;
}
.team-photo, 
.background-photo, 
.progress-photo { 
    padding: 10px;
    width: 100%;
    border-radius: 13px;
    height: 400px;
    object-fit: cover;
}
.slides-milestone{
    border: 1px solid #fa8128;
    background-color: #fa8128;
    border-radius: 5px;
    margin: 15px;
    padding: 5px 15px;
}
.start-close-title{
    color: #fff !important;
}
.milestone-name{
    margin: 4px 0px;
    text-transform: capitalize;
}
.milestone-date{
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    width: max-content;
    padding: 10px;
    line-height: 5px;
    margin: 4px auto;
    font-size: 13px;
    text-transform: capitalize;
}
.slides > .slides-milestone:nth-child(2){
    background-color: #67b826;
    border: 1px solid #67b826;
    color: #fff !important;
}
.slides > .slides-milestone:last-child{
    border: 1px solid #eb1736;
    background-color: #eb1736;
}
/*---------------------------------------------------------- 
progress reporting - execution stage -----------------------
-----------------------------------------------------------*/
.carousel-caption{
    z-index:2;
}
.dash-summary-execution{
    margin: 20px;
}
.dash-icons-execution{
    height: 55px;
    width: 55px;
    background-color: #fff;
    color: #505050;
}
#timer-execution{ color: #007bff;} /*28a745*/
.dash-icons-execution > i{
    border-radius: 50%;
    padding: 14px 0px;
    margin-bottom: 8px;
    height: 55px;
    width: 55px;
    font-size: 25px;
    text-align: center;
    box-shadow: 0px 13px 26px rgba(0,0,0,.2), 
                0px 2px 6px rgba(0,0,0,.2);
}
.dash-icons-execution > h5{
    color: #505050 !important;
    font-weight: bolder;
    margin-bottom: 0px;
}
.progress-carousel{
    background-color: rgba(0,0,0,0.75);
}
.progress-carousel > p {
    color: #fff !important;
}
.progress-carousel-control{
    background-color: rgba(0,0,0,1);
    width: 30px;
    height: 30px;
}
.performance-parameter{
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 5px;
    margin: 15px;
    padding: 5px 15px;
}
.performance-name{
    margin: 4px;
    text-transform: capitalize;
}
.performance-list > li{
    margin: 4px 0px;
}
.performance-name-wrapper,
.performance-name-clarifier{
        margin: 15px 15px 0px;
        display: flex;
        align-items: center;
}
.performance-name-wrapper > i{
    position: relative;
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0, 0.4);
    border-radius: 5px;
    color: #000;
}
.performance-name-clarifier{
    color: #7575dd !important;
    font-size: small;
    margin: 2px 0px 12px;
}
#accomplishments > i{
    background-color: orange;
}
#challenges > i{
    background-color: red;
}
#actions > i{
    background-color: green;
}
.budget-summary{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 5px;
}
.budget-icons{
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
#spent{
    background-color: rgba(220,53,69,1);
    border: 1px solid rgba(220,53,69,1);
    box-shadow: 0px 2px 10px rgba(0,0,0, 0.4);
}
#spent > p{
    border-top: 1px solid #fff;
    padding: 15px 0px 0px;
    margin: 0px; 
    color: #fff !important;
    text-transform: uppercase !important;
}
#remaining{
    background-color:  rgba(40,167,69,1);
    border: 1px solid rgba(40,167,69,1);
    box-shadow: 0px 2px 10px rgba(0,0,0, 0.4);
}
#remaining > p{
    border-top: 1px solid #fff;
    padding: 15px 0px 0px;
    margin: 0px; 
    color: #fff !important;
    text-transform: uppercase !important;
}
.budget-icons > i{
    border-radius: 50%;
    padding: 14px 0px;
    margin-bottom: 8px;
    height: 55px;
    width: 55px;
    background-color: #fff;
    font-size: 25px;
    text-align: center;
    box-shadow: 0px 13px 26px rgba(0,0,0,.2), 
                0px 2px 6px rgba(0,0,0,.2);
}
.budget-icons > h5{
    color: #000 !important;
    font-weight: bolder;
    margin-bottom: 5px;
    /* font-size: 14px; */
}
.budget-icons > p{
    /* font-size: 12px; */
    font-weight: 500;
}
.schedule-wrapper{
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 5px;
    margin: 15px;
    padding: 20px;
}
/*---------------------------------------------------------- 
Closed stage ---------------------------------------------- 
-----------------------------------------------------------*/
.progress-bar-color-closed{
    background-color: #505050 !important;
}
.rate-color{
    background-color: #ebebeb;
    padding: 18px;
    color: #505050 !important;
    border: 1px solid rgba(0,0,0,.3);
    font-weight: bold;
    border-radius: 5px; 
}
.rate-color:hover{
    transform: scale(1.02);
}
/*---------------------------------------------------------- 
Profile ---------------------------------------------- 
-----------------------------------------------------------*/
.profile-head-section{
    background-color: #ebebeb; 
    padding-top: 80px; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-page-margin{
    margin-top: 130px;
}
.profile-carousel-wrapper{
    margin: 10px 0px;
}
#profile-card > img{
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.school-title{
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    margin: 50px;
}
/* profile-card: school graphic details */
.profile-cards-wrapper{
    margin-top: 10px;
}
.profile-card{
    margin: 10px 10px 0px 0px;
    border: 1px solid;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.3);
    background-color: #fff;
    color: #5252d4 !important;
    text-align: center;
}
.profile-card:hover{
    transform: scale(1.02);
}

.profile-card:hover .profile-card-child{
    transform: scale(1.02);

}
.profile-card > i{
    margin: 10px 0px 0px;
    border-radius: 50%;
    padding: 14px 0px;
    height: 55px;
    width: 55px;
    font-size: 25px;
    background-color: #fff;
    border: 1px solid;
    box-shadow: 0px 13px 26px rgba(0,0,0,.2), 
                0px 2px 6px rgba(0,0,0,.2);
}
.profile-card > h5{
    font-weight: bolder;
    padding: 5px 5px 0px;
    margin: 10px 0px 0px;
    line-height: 16px;
} 
.profile-card > p{
    font-weight: 500;
    padding: 0px;
    margin: 5px 0px 10px;
}
#school-address-card{
    overflow: auto;
}
#school-address{
    font-size: small; 
    line-height: 13px; 
    padding-bottom: 0px;
}
.profile-details-group{
    border: 1px solid rgba(0, 0, 0, 0.2); 
    background-color: #fff; 
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 15px; 
    padding-bottom: 10px;
    padding-left: 25px;
    margin: 0px 2px;
}
.profile-photos { 
    margin-bottom: 15px;
    width: 100%;
    height: 478px;
    object-fit: cover;
}
/* endowment button & rating */
.endow-sign-color{
    background-color: #eb1736;
    padding: 18px 50px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px; 
    text-transform: capitalize;
    box-shadow: 0px 8px 15px rgba(0,0,0, 0.4);
}
.endow-sign-color:hover{
    transform: scale(1.02);
    text-decoration: none;
}
.endow-sign-color:focus{
    text-decoration: none;
}
.endow-btn-wrapper{
    display: flex; 
    justify-content: flex-end; 
    align-items: center;
}
.profile-rating{
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.profile-rating > i {
    position: absolute;
    right: 70px;
    margin: 0px 10px;
    color: #eb1736;
    padding: 14px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0px 13px 26px rgba(0,0,0,.2), 
                0px 2px 6px rgba(0,0,0,.2);
}
.profile-rating > h5 {
    position: absolute;
    top: 7.5px;
    right: 20px;
    font-weight: bold;
    margin: 0px 1px;
}
.profile-rating > p {
    position: absolute;
    right: 20px;
    bottom: 7.5px;
    margin: 0px;
    font-size: 13px;
}
.school-section-margins{
    margin-bottom: 20px;
}

/* school background */
.school-bg{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.25);
    box-shadow: 0px 8px 15px rgba(0,0,0, 0.4);
    margin: 10px 0px;
}
.school-bg-heading{
    border: 1px solid #5252d4;
    background-color: #5252d4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.school-bg-icon{
    margin: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    display: flex;
    flex-direction: row;
    width: min-content;
    height: 50px;
    align-items: center;
    border-radius: 10px;
    color: #fff;
}
.school-bg-icon > i{
    position: relative;
    padding: 5px 13px;
    font-size: 25px;
    border-right:  1px solid rgba(0,0,0,0.5);
}
.school-bg-icon > h3{
    padding: 0px 10px;
    margin: 0px;
    color: #fff !important;
}
.school-bg > p{
    margin: 0px;
    padding: 0px 30px 20px;
}
.school-bg > p:nth-child(2){
    margin: 0px;
    padding: 20px 30px;
}
/*---------------------------------------------------------- 
--------- FAQs --------------------------------------------- 
-----------------------------------------------------------*/
.questions{
    margin: 0px;
    padding: 15px 15px 0px;
}
.questions-item{
    font-weight: bold;
}
.question-group{
    margin-bottom: 15px;
}
.answers{
    background-color: #ebebeb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 0px 15px 15px;
    border-radius: 8px;
}
/*----------------------------------------------------------------------
------------- Comments  -----------------------------------------------
----------------------------------------------------------------------*/
.comments-group{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 12px;
    background-color: #ebebeb;
    margin: 20px 10px;
    overflow: hidden;
}
.username-group{
    display: flex;
    align-content: center;
    margin: 5px 5px;
}
.username-group > h5{
    margin: 7px 0px;
}
.comments-profile-img{
    width: 36px;
    height: 36px;
    border-radius: 50%; 
    border: 1px solid #505050;
    object-fit: cover;
    margin-right: 5px;
}
.comments-item{
    margin-bottom: 10px;
}
.comment-form-label{
    font-weight: bold;
}
/*----------------------------------------------------------------------
------------- Comments  -----------------------------------------------
----------------------------------------------------------------------*/
.reviews-group{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 12px;
    background-color: #ebebeb;
    margin: 20px 10px;
    overflow: hidden;
}
.reviews-rating-group{
    display: flex;
    align-content: center;
    margin: 5px 12px 10px;
    padding: 0px;
}
.review-caption-listed{
    font-weight: bold;
    margin: 5px 0px 0px;
    text-transform: capitalize;
}
.reviews-rating-group > i{
    margin-right: 5px;
/*    color: #eb1736;*/
    color:#f5bd23;
}
.reviews-rating-group > h5{
    font-weight: bold;
    margin: 0px 0px;
    line-height: 14px;
}
/* input form material */
.input-review-form{
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 60px 10px 20px;
    padding: 10px;
}
.input-review-legend{
    font-weight: bold;
    font-size: 18px;
}
.input-rating-group{
    display: flex;
    align-content: center;
    margin: 5px 12px 10px;
    padding: 0px;
}
.input-rating-group > i{
    margin: 5px 10px 0px 0px;
    color: #eb1736;
}
/*----------------------------------------------------------------------
------------- Carousel Cards  ------------------------------------------
----------------------------------------------------------------------*/
.carousel-card{
    width: 255px;
    /* height: 480px; */
    /*height: min-content;*/
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
    margin: 10px auto;
}
.carousel-card:hover{
    transform: scale(1.02);
}
.carousel-card-img-top{
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.carousel-card-second-img{
    position: absolute;
    top: 230px;
    right: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: solid #fff;
    border-radius: 8px;
}
.link-spanner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-card-project-summary{
    line-height: 20px;
    margin-bottom: 10px;
}
.carousel-card-title{
    font-weight: bold;
}
.carousel-card-goal-target,
.carousel-card-day-left{
    margin: 5px 0px;
}
.carousel-card-goal-target > p,
.carousel-card-day-left > p{
    line-height: 20px;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}
/*----------------------------------------------------------------------
------------- Schoool Cards  ------------------------------------------
----------------------------------------------------------------------*/
.school-jumbotron-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 40%;
    z-index: -1;
}
.school-jumbotron > h1{
    position: absolute;
    top: 25%;
    padding: 0px 40px;
    color: #fff !important;
    font-weight: bold;
    font-size: 48px;
    z-index: 1;
}
.school-jumbotron {
    margin: 135px 0px 50px;
    width: 100%;
    height: 265px;
    background-color: #000;
}
.school-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.school-card{
    width: 255px;
    height: min-content;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
    margin: 50px 10px;
}
.school-card:hover{
    transform: scale(1.02);
}
.school-card-img-top{
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.school-card-location{
    display: flex;
    align-items: center;
}
.school-card-location > i{
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    padding: 4.5px 7.0px;
    margin-right: 5px;
    font-size: 16px;
}
.school-card-location > p{
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}
/*----------------------------------------------------------------------
------------- Categories Cards  ------------------------------------------
----------------------------------------------------------------------*/
.category-card{
    width: 255px;
    height: min-content;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
    margin: 50px 10px;
}
/*----------------------------------------------------------------------
------------- Categories Cards  ------------------------------------------
----------------------------------------------------------------------*/
.profiles-card{
    width: 255px;
    height: min-content;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
    margin: 10px;
}
.profiles-card:hover{
    transform: scale(1.02);
}
.profiles-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}




#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #5e5dea;
  color: white;
  cursor: pointer;
  padding: 10px 14px 10px 14px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #3635a8;
}



/* testing ground*/

/* #dash-card.xxxx{
    position: relative;
    top: 0px;
} */
/* .dash-card{
    height: 680px;
} */

/* .static-board{
    border: solid;

} */

.custom-bg-color
{
    margin-left: 10px;
    text-align: center;
}

.custom-icon
{
    font-size: 1.43em;
}