.circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
    background: rgb(66, 0, 0);
}

.gridOfTwo{
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.gridOfThree{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.vl {
    border-left: 2px solid black;
    height: 500px;
    margin-left: 20px;
  }

.brandImage{
	max-height:90px;
}

.homeButton{
    width: 9em;
    height: 6em;
}

.quoteText{
    text-transform: capitalize;
}

.hide-on-mobile{
    display: none;
}

@media only screen and (max-width: 900px) {
    .hide-on-mobile {
      display: block;
    }
    .homeButton{
        width: 7em;
        height: 6em;
    }
    .homeButtonText{
        font-size: 0.7em;

    }
  }

  .small_card_icon:hover img {
    filter:brightness(0.5);
}


.active h4{
    color: white;
}


.circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
    background: rgb(66, 0, 0);
}

.gridOfTwo{
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.gridOfThree{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.vl {
    border-left: 2px solid black;
    height: 500px;
    margin-left: 20px;
  }

.brandImage{
	max-height:90px;
}

.homeButton{
    width: 9em;
    height: 6em;
}

.quoteText{
    text-transform: capitalize;
}

.hide-on-mobile{
    display: none;
}
h1, h2, h3, h4{
    font-family: 'Gotham Black', sans-serif;
    color: #0F599B;
    margin-bottom: 0px;
}

.featureCardText{
    font-family: 'Gotham', sans-serif;
    margin-top: 1.5em;
    padding-top: 1.5em;
}
h3{
    font-family: 'Gotham', sans-serif;
}

h3.mainHeading {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

/* h4.title{
    font-family: 'Gotham', sans-serif;
} */

.iconBanner h3{
    font-family: 'Gotham Black', sans-serif;
    color: #ffffff;
}

.speakersSection h5{
    font-family: 'Gotham', sans-serif;
    color: #0F599B;
    margin-top: 1em;
    margin-bottom: 0em;
}

.speakersSection .row .col-lg-2{
    margin-bottom: 1em;
}

.sectionHeading{
    text-align: left;
    margin-bottom: 1em;
}
.sectionHeading h4{
    font-family: 'Gotham', sans-serif;
}

.navbar{
    z-index: 1;
    box-shadow: 0px 0px 10px 5px grey;
  }
.nav-item{
    padding-right:0.5em;
    padding-left:0.5em;
    font-family: 'Gotham', sans-serif;
}
.navbar-nav{
    margin-left: 9em;
}
.navButton{
    text-decoration: none;
    padding-right: 1em;
    color: #223d78;
}
.form-inline{
    margin-right: 2em;
}
  #student{
    background-color: #13629B;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
  }
  div #student{
    width: 100%;

  }
  #Organization{
    background-color: #9C9D9F;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
  }
  #Business{
    background-color: #13629B;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
  }
  #people{
    background-color:  #9C9D9F;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
  }

  .homeIcon{
    margin:auto;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   text-align: center;
   padding-top: 0.5em;
   background-color: white;
  }
  .homeIcon.modalIcon{
    border: #27C4F4 2px solid;
  }

  .homeIcon:hover{
    background-color: #69daff;
  }

  .homeIcon:hover img{
      filter: brightness(0.5);
  }

  .row.pb-5 {
    margin-left: 0px;
    margin-right: 0px;
  }

.subTitle {
    font-family: 'Gotham', sans-serif;
    color:rgb(119, 117, 117);
}

.cardSection{
    margin: auto;
    width: 60%;
    margin-top: 2em;
}

.newsCard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    text-align: left;
    padding-bottom: 1em;
}

.newsCard h5 {
    font-family: 'Gotham', sans-serif;
    color: #000;
    margin-top: 0.7em;
    font-weight: bold;
}

.newsCard img {
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    height: 15em;
}
.newsCard p {
   margin-bottom: 0.4em;
   font-family: 'Gotham', sans-serif;
}

.newsCard a {
    text-decoration: none;
    font-family: 'Gotham', sans-serif;
    color: #0F599B;

}

button.btn.btn-primary {
    background-color: #0F599B;
    /* margin-top:1.5em; */
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0.5em;
}

button.btn.btn-primary:hover {
    background-color: #1a82dd;
    border-color: #1a82dd;
}

.speakersSection img{
    border-radius: 50%;
    width: 14em;
    height: 14em;
    object-fit: cover;
}

.bg-footer {
    background-color: #202942 !important;
}

footer {
    padding: 60px 0 24px;
    position: relative;
    color: #adb5bd;
}
footer .text-foot {
    color: #adb5bd;
}
footer .footer-head {
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 500;
}
footer .footer-list {
    margin-bottom: 0;
}
footer .footer-list li {
    margin-bottom: 10px;
}
footer .footer-list li a {
    transition: all 0.5s ease;
    text-decoration: none;
}
footer .footer-list li a:hover {
    color: #e6e8ea;
}
footer .footer-list li:last-child {
    margin-bottom: 0;
}
footer .footer-bar,
footer.footer-bar {
    border-top: 1px solid #2a3656;
}

.d-flex .flex-1 {
    flex: 1;
}
.social-icon li a {
    color: #343a40;
    border: 1px solid #343a40;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}
.social-icon li a .fea-social {
    stroke-width: 2;
}
.social-icon li a:hover {
    background-color: #396cf0 !important;
    border-color: #396cf0 !important;
    color: #fff !important;
}
.social-icon li a:hover .fea-social {
    fill: #396cf0;
}
.social-icon.footer-social li a {
    border: none;
    color: #adb5bd;
    background-color: #2c385a;
}
.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}
.navbar-brand img{
    margin-left: 5em;
}
#mobileUserAuthButtons{
    display: none;
}
#desktopUserAuthButtons{
    display: block;
}

#homeSlider1{
    margin-top: 3em;
}

@media only screen and (max-width: 900px) {
    
    .cardSection{
        width: 90%;
    }
    .newsCard{
        margin-top: 1em;
    }
    .navbar-brand img{
        margin-left: 0em;
        padding-left: 0em;
    }
    .featureCardText{
        font-size: 0.9em;
        text-align: center;
        line-height: 0.1px;
    }

    #desktopUserAuthButtons{
        display: none;
    }
    #mobileUserAuthButtons{
        display: block;
    }

}

@media only screen and (max-width: 900px) {
    .hide-on-mobile {
      display: block;
    }
    .homeButton{
        width: 7em;
        height: 6em;
    }
    .homeButtonText{
        font-size: 0.7em;

    }
  }

  .small_card_icon:hover img {
    filter:brightness(0.5);
}