@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Zilla+Slab:wght@500;600&display=swap");
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #ff6500;
  --color-blue: #003676;
  --color-grey: #a9a9a9;
}

button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  color: 383838;
}

b {
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-blue);
}

h1,
h2,
h3,
h4 {
  font-family: "Zilla Slab", serif;
}

body,
html {
  font-size: 16px;
  min-width: 320px;
  overflow-x: visible;
  min-height: 100%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  color: 383838;
  background-color: var(--color-white);
}

a {
  text-decoration: none;
}

.navbar-brand img {
  max-width: 200px;
}

.navbar {
  border-bottom: 1px solid #ccc;
}
.navbar .logo-text {
  max-width: 190px !important;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  display: block;
}

.btn {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px 32px;
  min-width: 200px;
  justify-content: center;
  text-align: center !important;
  border-radius: 0;
}
.btn:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.btn--blue {
  background-color: var(--color-blue);
}
.btn--blue:hover {
  background-color: #577dbf;
}

.modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.banner-form-bg {
  background-color: var(--color-blue);
  padding: 50px;
}

.banner-text-box {
  background-color: #f3f3f3;
}
.banner-text-box__left {
  background-color: var(--color-primary);
  padding: 40px;
  font-size: 40px;
  font-weight: 500;
  color: var(--color-white);
}
.banner-text-box__right {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text-box__right img {
  max-width: 300px;
}

.form {
  padding: 50px;
  background-color: var(--color-blue);
  max-width: 500px;
}
.form h2 {
  font-size: 35px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
}
.form .btn {
  height: 60px;
}

.form-input {
  background-color: var(--color-white);
  height: 60px;
  font-size: 15px;
  color: var(--color-black);
  padding: 0 16px;
  border: 0;
  margin-bottom: 16px;
  width: 100%;
}

.banner {
  background-color: #f3f3f3;
}
.banner .col-lg-7 {
  display: inline-flex;
  align-items: flex-end;
}
.banner h1 {
  font-size: 50px;
  color: var(--color-white);
  position: relative;
  margin-left: 22%;
  padding-bottom: 40px;
  max-width: 500px;
}
.banner .form {
  max-width: 100%;
  padding-right: 16px;
}
.banner .banner-form-bg {
  background-color: var(--color-blue);
  position: relative;
}
.banner .banner-form-bg * {
  position: relative;
  z-index: 1;
}
.banner .banner-form-bg::after {
  content: "";
  background-color: var(--color-blue);
  height: 100%;
  left: 0;
  width: 1200px;
  top: 0;
  position: absolute;
}

.about {
  background-color: #f3f3f3;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
}
.about * {
  position: relative;
  z-index: 1;
}
.about .col-left h4 {
  color: #003676;
  font-weight: 400;
  line-height: 35px;
}
.about .col-right {
  background-color: var(--color-blue);
  position: relative;
  top: -60px;
  width: calc(100% - 40px);
  height: calc(100% + 60px);
}
.about .about-image-2 {
  position: relative;
  top: -30px;
}

.our-school__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.our-school__box {
  border: 1px solid #cfcfcf;
  padding: 20px;
  position: relative;
  min-height: 200px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  flex: 0 1 calc(20% - 13px);
}
.our-school__box.text-white {
  flex: 0 1 calc(40% - 13px);
  background-color: var(--color-blue);
}
.our-school__box p {
  margin-bottom: 0;
  color: var(--color-blue);
}
.our-school__box span {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
}

.products {
  background-color: #ffffff;
}

.tile {
  background-color: var(--color-white);
  filter: drop-shadow(5.785px 6.894px 8px rgba(24, 24, 25, 0.03));
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.tile__img {
  position: relative;
  height: 200px;
}
.tile .btn {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.tile__content {
  padding: 20px;
  background-color: #f3f3f3;
}
.tile__content h3 {
  font-size: 22px;
  color: var(--color-blue);
  font-weight: 500;
  position: relative;
  min-height: 40px;
}

.container {
  max-width: 1300px !important;
  padding: 0 32px;
}

.contact-btns {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contact-btns a {
  display: inline-flex;
}
.contact-btns svg {
  width: 50px;
  height: 50px;
}

.academics__img-1 {
  margin-top: -100px;
}
.academics__left {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-items: center;
  max-width: 70%;
  margin-top: -60px;
}

.contact-us {
  overflow: hidden;
  position: relative;
}
.contact-us::after {
  content: "";
  position: absolute;
  left: -1000px;
  width: 5000px;
  bottom: 0;
  height: 60%;
  background-color: #001d3f;
}
.contact-us .container {
  background-color: var(--color-blue);
  position: relative;
  z-index: 1;
}
.contact-us__inputs {
  padding: 30px 0;
}
.contact-us h2 {
  color: var(--color-white);
  font-weight: 600;
}
.contact-us__inputs {
  flex-wrap: wrap;
  gap: 25px;
}
.contact-us__inputs input:not(.btn),
.contact-us__inputs select {
  background-color: var(--color-white);
  height: 60px;
  font-size: 15px;
  color: var(--color-black);
  padding: 0 16px;
  border: 0;
  margin-bottom: 16px;
  width: calc(50% - 25px);
}
.contact-us__inputs .btn,
.contact-us__inputs h2 {
  width: calc(50% - 25px);
  height: 60px;
}

.gallery .splide__arrows {
  position: absolute;
  display: flex;
  justify-content: start;
  top: -60px;
  gap: 20px;
}
.gallery .splide__arrow {
  transform: none;
  position: static;
}

.testimonial {
  background-color: #f3f3f3;
}
.testimonial .testi-img {
  padding-left: 50px;
  max-width: 100%;
  margin-top: -70px;
}
.testimonial .splide {
  display: flex;
  flex-direction: column-reverse;
}
.testimonial .splide__arrows {
  position: static;
  display: flex;
  justify-content: end;
  margin-top: 20px;
  gap: 20px;
}
.testimonial .splide__arrow {
  transform: none;
  position: static;
}

.testi-box {
  background-color: var(--color-white);
  padding: 40px 24px;
  height: 100%;
  border-radius: 20px;
}
.testi-box__left {
  flex-shrink: 0;
  text-align: center;
  width: 150px;
  padding-right: 10px;
}
.testi-box__left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}
.testi-box__right {
  text-align: center;
}
.testi-box__right p {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 4px;
}
.testi-box__right span {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 400;
}
.testi-box__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  background-color: #001d3f;
  padding: 25px 0 40px;
}
footer img {
  max-width: 150px;
}
footer h5 {
  color: #a7aaad;
}
footer hr {
  border-color: #a7aaad;
}
footer p {
  font-size: 16px;
  color: #a7aaad;
  font-weight: 400;
}
footer p a {
  color: #a7aaad;
  text-decoration: underline;
}

.privacy h2 {
  font-size: 22px;
}

.faq {
  padding: 60px 0;
}

.accordion-button {
  font-weight: 600;
  padding: 24px;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-body {
  padding: 24px;
}

@media (max-width: 1024px) {
  .products {
    padding: 50px 0;
  }
  .products .container {
    flex-direction: column;
    gap: 20px;
  }
  .products .tile {
    width: 100%;
  }
  .contact-us .container {
    padding-left: 32px;
  }
  .credit-banner .container {
    justify-content: center;
  }
  .form {
    max-width: 100%;
  }
  .banner img {
    min-height: 250px;
    filter: brightness(70%);
  }
  .banner .banner-form-bg::after {
    content: none;
  }
  .banner h1 {
    padding: 60px 32px;
    margin-left: 0;
    max-width: 100%;
  }
  .banner .col-lg-7 {
    min-height: 300px;
  }
  .banner .form {
    padding: 20px;
  }
  .our-school__box {
    flex: 0 1 calc(33.33% - 13px);
  }
  .gallery .splide {
    display: flex;
    flex-direction: column-reverse;
  }
  .gallery .splide__arrow,
  .gallery .splide__arrows {
    position: static;
    transform: none;
  }
  .gallery .splide__arrows {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  h2 {
    font-size: 25px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  .our-school__box {
    flex: 0 1 calc(50% - 8px);
    min-height: 150px;
  }
  .our-school__box.text-white {
    flex: 0 1 100%;
  }
  .navbar .btn {
    min-width: auto;
  }
  .banner-text-box__left {
    display: none;
    padding: 20px;
    font-size: 28px;
  }
  .about .col-right {
    top: 0;
    height: 100%;
    width: 100%;
  }
  .about .about-image-2 {
    top: 0;
  }
  .tile__content {
    padding: 20px;
  }
  .form {
    padding: 30px 30px;
  }
  .testimonial {
    padding: 30px 0;
  }
  .testimonial h2 {
    font-size: 25px;
  }
  .testi-box {
    padding: 20px;
    text-align: center;
  }
  .testi-box__right {
    padding: 0;
    font-size: 16px;
  }
  .testi-box__left {
    width: 100%;
    margin-top: 20px;
  }
  .contact-us .container {
    padding: 30px 20px;
  }
  .contact-us h2 {
    font-size: 25px;
  }
  .contact-us__inputs {
    flex-direction: column;
    gap: 0;
  }
  .contact-us input,
  .contact-us select,
  .contact-us h2 {
    width: 100% !important;
  }
  .banner h1 {
    font-size: 40px;
  }
  .contact-btns svg {
    width: 40px;
    height: 40px;
  }
  .academics__img-1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .academics__left {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */


.videotestimonial {
  padding: 50px 0;
  background-color: #003676;
  color:#ffffff;
  text-align: center;
  
}
.videotestimonial .videotesti-box {
  border-radius: 20px !important;
  height: 100%;
}
.videotestimonial .quote {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: auto;
}
.videotestimonial .testi-img {
  padding-left: 50px;
  max-width: 100%;
  margin-top: -70px;
  border-radius: 20px !important;
}
.videotestimonial .splide__slide {
  background-color: transparent;
}
.videotestimonial .splide__arrows {
  position: absolute;
  right: -12px;
  top: -32px;
}
.videotestimonial .splide__arrow--prev {
  right: 90px;
  left: auto;
}

.videotesti-box {
  background-color: #ffffff;
  padding: 20px 20px 20px;
  text-align: center;
}
.videotesti-box__left {
  flex-shrink: 0;
  text-align: center;
}
.videotesti-box__left img {
  width: 560px;
  height: auto;
  overflow: hidden;
}
.videotesti-box__left p {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 4px;
}
.videotesti-box__left span {
  font-size: 14px;
  color: #4675b8;
  font-weight: 400;
}
.videotesti-box__right {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.videotesti-box__wrapper {
  display: flex;
}

.infl-font-color{
  color: #ffffff;
  padding-bottom: 10px;
}

.videotesti-box__left .youtube-link::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: url("https://viralmafia.com/demo/edabroad-final/public/assets/images/youtube.png");
  animation: pulse-border 1500ms ease-out infinite;
  background-repeat: no-repeat;
}

.video-btn-space{
  padding-top: 30px;
}


.parantestimonial {
  padding: 50px 0;
  background-color: #f3f3f3;
  color:#ffffff;
  text-align: center;
  
}
.parantestimonial .videotesti-box {
  border-radius: 20px !important;
  height: 100%;
}
.parantestimonial .quote {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: auto;
}
.parantestimonial .testi-img {
  padding-left: 50px;
  max-width: 100%;
  margin-top: -70px;
  border-radius: 20px !important;
}
.parantestimonial .splide__slide {
  background-color: transparent;
}
.parantestimonial .splide__arrows {
  position: absolute;
  right: -12px;
  top: -32px;
}
.parantestimonial .splide__arrow--prev {
  right: 90px;
  left: auto;
}

.infl-font-color1{
  color: #003676;
  padding-bottom: 10px;
}

.mobile-txt-banner{
  position: none;
}

.footer-address{
  color: #ffffff;
}

.footer-display{
  display: flex;
}

.footer-address h3{
  padding-left: 30px;
  padding-top: 100px;
  font-size: 30px;
}

.footer-address p{
  padding-left: 30px;
  font-size: 20px;
}

.text-white a{
  color: #ffffff;
}

.mb-resid-btn-active{
  display: none;
}



@media (max-width: 767px) {

  .videotesti-box {
    padding: 20px;
    text-align: center;
  }
  .videotesti-box__wrapper {
    flex-direction: column-reverse;
  }
  .videotesti-box__right {
    padding: 0;
    font-size: 16px;
  }
  .videotesti-box__left {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .videotestimonial .quote {
    display: none;
  }
  .videotestimonial {
    padding: 30px 0;
  }
  .videotestimonial h2 {
    font-size: 25px;
  }
  .parantestimonial .quote {
    display: none;
  }
  .parantestimonial {
    padding: 30px 0;
  }
  .parantestimonial h2 {
    font-size: 25px;
  }
  .videotesti-box__left img {
    width: 300px;
    height: auto;
    overflow: hidden;
  }

  .mobile-text-end{
    text-align: center !important;
  }
  .mobile-txt-banner{
    position: relative;
    padding-bottom: 50px;
    padding-left: 50px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
  }

  .footer-display{
    display: block;
  }
  
  .footer-address h3{
    padding-left: 0px;
    padding-top: 10px;
    font-size: 30px;
    text-align: center;
  }
  
  .footer-address p{
    text-align: center;
    padding-left: 0px;
    font-size: 20px;
  }

  .mb-resid-btn-active{
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mb-resid-btn-inactive{
    display: none;
  }

  .btn-header-mobile{
    font-size: 14px !important;
  }

}