.card2{
    padding: 50px 10px;
    border: 1px solid grey;
    border-radius: 20px;
    box-shadow: 1px 2px 4px black;
    text-align: center;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    color: black;
}
.card2 h4 a{
    text-decoration:none;
}
.img-responsive{
    width:100%;
}
.btn {
    border: 1px solid;
}
.cards-1 .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: #133448;
    background-size: 6rem 6rem;
    border-radius: 50%;
}
.section-title {
    color: #133448;
    font: 500 0.8125rem/1.125rem "Montserrat", sans-serif;
}
.form-2 .list-unstyled .fas, .form-2 .list-unstyled .fab {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    color: #133448;
}
.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    border: 0.125rem solid #133448;
    border-radius: 0.25rem;
    background-color: #133448;
    color: #fff;
    font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}
.navbar-custom .fa-stack .hexagon {
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    background: white;
    background-size: 1.625rem 1.625rem;
    transition: all 0.2s ease;
    border-radius: 50%;
}
.navbar-custom .fa-stack-1x {
    font-size: 0.6875rem;
    line-height: 1.625rem;
    color: #133448;
    transition: all 0.2s ease;
}

.navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    box-shadow: none;
    background: transparent;
    top: -20px;
}
.navbar-custom.top-nav-collapse {
   
    top: 0px;
}

.g2 img{
    height:100px;
    object-fit:cover;
}
.navbar-custom .navbar-brand.logo-image img {
        width: 11rem;
    height: auto;
    -webkit-backface-visibility: hidden;
}
@media screen and (min-device-width:300px) and (max-device-width:800px){
    .navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    box-shadow: none;
    background: #113448;
    top: 0px;
}
.header {
  
    padding-top: 20px;
}
.breadcrumb {
    margin-top: 50px;
}
.navbar-custom .navbar-brand span{
  display:none;
}
.navbar-custom .navbar-toggler {
    border: none;
    color: #fff;
    font-size: 2rem;
    margin-right: 20px;
}
.navbar-custom .navbar-brand.logo-image img {
    width: 7rem;
    height: auto;
    -webkit-backface-visibility: hidden;
}
}