/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/



#top-navbar-banner {

    color:  #063562;

    text-align: center;

    display: block;

    padding: 18px 18px;

    background-color: #FFD400;

    position: absolute; 

    right: 0px;

    margin-left: -1rem;

	height: 100px;

}





.button.button-dark-new {

    background-color: #FFD400 !important;

    color: #063562 !important;

 }





.button.button-dark-new:hover {

   background-color: #2770e6 !important;

   color: #FFF !important;

}



/* .feature-box.fbox-border .fbox-icon {

    border-color: #cfcfcf;

} */



.spacing-new {

padding-left: 30px;


}




.fbox-effect .fbox-icon i:after {
    box-shadow: 0 0 0 2px #2770e6;

}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #2770e6 !important;

}


/* google maps styling */

#map{
    height: 500px;
  }

#map2{
        height: 500px;
}

.mapLabel{
    /* top: 30px; */
    /* color: blue; */
    transform: translate(0px, -22px);
}