  .navbar {
    background-color: #fff;
  }

  .navbar-brand img {
    height: 40px; /* Adjust the height as needed */
  }

  .navbar-nav a {
    color: #032e68 !important;
    padding: 14px 14px !important;
    text-decoration: none;
    font-size: 18px;
  }

  .navbar-dark .navbar-toggler {
    background: #032e68;
  }
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: 800;
}
  .navbar-nav a:hover,
  .navbar-nav a:active {
    background-color: #fff;
    color: #032e68 !important;
        font-weight: 800 !important;
  }

a.nav-link.inquiry-nav:hover {
    color: #fff;
}
  .inquiry-nav {
    background: #032e68;
    color: #fff;
    border-radius: 17px;
    padding: 5px 29px !important;
  }

  .hispanichub-home-cont {
    padding: 10px 0px;
  }

  .hispanichub-home-img {
    padding: 0px 15px;
  }

  h1.hispanichub-h1-home {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: justify;
  }

  .hispanichub-home-enq-button {
    font-size: 24px;
    background: #032e68;
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    text-decoration: none;
  }
    .hispanichub-home-enq-button:hover {
    font-size: 24px;
    background: #032e68;
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    text-decoration: none;
  }

  .hispanichub-h1-home-learning {
    font-size: 34px;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    width: -webkit-fill-available;
  }

.col-md-6.hispanichub-home-img img {
    max-width: 100%;
}
  .hispanichub-learning-img {
    float: left;
  }

  .hispanichub-learning-cont {
    float: left;
    padding: 20px;
  }

  .benefit {
    margin-bottom: 20px;
  }
  .hispanichub-learning-img img {
    width: 100%;
    margin: 15px 0px;
}
h2.hispanichub-h1-home-learning {
    font-size: 21px;
    text-align: left;
    font-weight: 800;
    padding: 1px;
    margin: 0;
}
p.hispanichub-h1-home-learning {
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    padding: 2px 10px;
}



 .footer {
    background-color: #333;
    color: white;
    padding: 25px 0;
    text-align: center;
    margin-top: 10px;
  }

  .footer p {
    margin-bottom: 5px;
  }

  .footer a {
    color: #fff;
    text-decoration: none;
  }

  .footer a:hover {
    color: #ddd;
  }

  .social-icons {
    margin-bottom: 10px;
  }

  .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #555;
    color: #fff;
    margin: 0 5px;
    transition: background-color 0.3s;
  }

  .social-icons a:hover {
    background-color: #777;
  }
   form {
    margin-bottom: 30px;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  textarea {
    height: 150px;
  }
  
  input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #0056b3;
  }

/*  About Us*/

h1.about-title {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.col-md-6.col-sm-12.hispanichub-about-cont {
    width: 100%;
    display: inline-block;
    float: left;
}
.col-md-6.col-sm-12.hispanichub-about-img {
    width: 100%;
    display: inline-block;
    padding-bottom: 35px;
}
.col-md-6.col-sm-12.hispanichub-about-img img {
    width: 100%;
    display: inline-block;
}

/*Courses*/

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}
h2.mbr-fonts-style.mbr-bold.mbr-section-title3.display-5 {
    background: #032e68;
    color: #fff;
    text-align: center;
    font-size: 36px;
    border-radius: 20px;
    padding: 5px;
}
 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 21px; }
    .row.mbr-justify-content-center{
    padding-top: 40px;
    padding-bottom: 40px;
}


/*Contact Us*/

.col-md-6.col-sm-12.enquiry-form {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
    float: right;
}
.col-md-6.col-sm-12.enquiry-add {
    padding-top: 40px;
    padding-bottom: 40px;
}
.col-md-6.col-sm-12.enquiry-add p a {
    color: #032e68;
    font-weight: 600;
    text-decoration: none;
}
input[type="submit"] {
    background: #032e68;
    margin-top: 10px;
}
/*Exams*/

img.exams-time {
    margin: 55px auto;
    text-align: center;
    display: block;
        width: 100%;
}

.exam-heading-points {
    margin-top: 53px;
}

img.banner-img {
    width: 100%;
}
.exam-levels {
    display: block;
    width: 100%;
}

/********* Video Slider *****/
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Roboto', sans-serif; letter-spacing: 0px; font-size: 16px; color: #7d7f82; font-weight: 400; line-height: 32px; }
h1, h2, h3, h4, h5, h6 { color: #26282c; margin: 0px 0px 12px 0px; font-family: 'Glegoo', serif; font-weight: 700; line-height: 1; }
h1 { font-size: 36px; }
h2 { font-size: 26px; line-height: 38px; }
h3 { font-size: 22px; line-height: 32px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; line-height: 27px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }
ul, ol { font-family: 'Roboto', sans-serif; }
a { text-decoration: none; color: #7d7f82; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #fe5b10; }



.video-testimonial-block { position: relative; width: auto; height: 206px; overflow: hidden; margin-bottom: 30px; }
.video-testimonial-block .video-thumbnail { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; top: 0; left: 0; }
.video-testimonial-block .video { }
.video-testimonial-block .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.video-testimonial-block .video-play { position: absolute; z-index: 2; top: 50%; left: 50%; margin-left: -40px; margin-top: -18px; text-decoration: none; }
.video-testimonial-block .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }
.video-testimonial-block .video-play:hover::before { color: #172651; }
.mb10{margin-bottom:10px;}
.section-title { margin-bottom: 40px; }