@import url('https://fonts.googleapis.com/css2?family=Heebo&amp;display=swap');
body{
  font-family: 'Heebo', sans-serif !important;
}
p{
  font-size: 1.5rem;
}
.navbar-brand {
   
  padding: 0px;
  background-color: blue;
}
.navbar-brand>img {
  height: 100%;
  padding: 0px;
  width: auto;
  background-color: blue;
}

/*************************
EXAMPLES 2-7 BELOW 
**************************/

/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.example2 .navbar-brand>img {
  padding: 7px 15px;
}


/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}


/* EXAMPLE 4 - Small Narrow Logo*/
.example4 .navbar-brand>img {
  padding: 7px 14px;
}


/* EXAMPLE 5 - Logo with Text*/
.example5 .navbar-brand {
  display: flex;
  align-items: center;
}
.example5 .navbar-brand>img {
  padding: 7px 14px;
}


/* EXAMPLE 6 - Background Logo*/
.example6 .navbar-brand{ 
  background: url(l.png) center / contain no-repeat;
  width: 300px;
 
}





/* EXAMPLE 8 - Center on mobile*/
	@media only screen and (max-width : 768px){
  .example-8 .navbar-brand {
  padding: 0px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.example-8 .navbar-brand>img {
  height: 100%;
  width: auto;
  padding: 7px 14px; 
}
}


/* EXAMPLE 8 - Center Background */
.example-8 .navbar-brand {
  background: url(../www.myhfc.on/m/img/l.html) center / contain no-repeat;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}





/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-toggle {
    z-index: 1;
}




/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 0px;
  
}
.navbar-alignit .navbar-brand {
	top: 80%;
	display: block;
	position: relative;
	height: auto;
	width:100%;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}





.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

/* body {
  font-family: Arial;
 
} */

/* 29-10 */
section.top-Area {
  padding-top: 14rem;
}
section.aboutUs {
  padding-top: 15rem;
}
span.taxtBlue{
  color: #ff3e03;
}
.navbar {
  margin-bottom: 0px !important;
}
.box {
  box-shadow: 2px -1px 6px 5px #d0cccc;
  padding: 2rem;
  margin-bottom: 2rem;
}
.box:hover {
  box-shadow: -1px -1px 13px 8px #939393;
  padding: 2rem;
  margin-bottom: 2rem;
}

.social-box .box .box-text{
  margin:20px 0px;
  font-size: 15px;
  line-height: 30px;
}

.social-box .box .box-btn a{
  text-decoration: none;
  color: #4183D7;
  font-size: 16px;
}

.fa{
   color:#4183D7;
}
.box img{
  width: 100px;
}
.modal-dialog {
  top: 20%;
}
.modal img.img-responsive {
  width: 59%;
  background: #337ab7;
  border-radius: 50%;
  margin: auto;
}
.modal .card:hover img{
  transform: rotate(360deg);
  transition-duration: 1s;
}
.modal#loginModal {
  background-image: url("img/banner2-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.navbar-inverse {
  /* background-color: #14406d !important; */
  background-image: linear-gradient(170deg, #151516 38%, #00278d);
  border-color: #14406d !important;
  padding: 7px 0;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff !important;
}
.navbar-inverse .navbar-nav>.active>a{
  background-color: unset !important;
}
section.contactUs i {
  font-size: 2rem;
  margin-left: 5px;
  padding-right: 5px;
}

.contactUs address {
  margin: 2rem 2.6rem;
  font-style: revert;
}
.contactUs h2 {
  margin-bottom: 3rem;
}
input.btn.submit-btn {
  background-color: #14406d;
  color: #fff;
  border-radius: unset;
  padding: 0.7rem 2rem;
  outline: unset;
}
input.btn.submit-btn:focus{
  outline: unset;

}
input.btn.submit-btn:hover {
  background-color:#4183d7;
  color: #fff;
  border-radius: unset;
  padding: 0.7rem 2rem;
}
iframe {
  margin-top: 3rem;
}
.contactUs.top-Area{
  padding-top: 9rem;
}
.contactUs h3:after {
  content: " ";
  position: relative;
  display: block;
  width: 46%;
  height: 1px;
  border-bottom: 3px solid #14406d;
  margin-top: 3px;
}

footer.footer.clearfix {
  /* background: #14406d; */
  background-image: linear-gradient(170deg, #151516 38%, #00278d);
  color: #fff;
}
.box:hover h1 {
  transform: rotateZ(360deg);
  transition-duration: 1s;
}
.about{
  margin: 3rem 0;
}
.about h2{
  font-size: 4rem;
}