  body {
    background-color: #fff;
    color: #333;
     font-family: "Gilroy", Sans-serif;
    font-size: 1rem;
  
    line-height: 1.2;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;    overflow-x: hidden !important;
}
/* -------------------------
   GILROY FONT FAMILY IMPORT
-------------------------- */

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Italic Versions */
@font-face {
  font-family: 'Gilroy';
  src: url('../text-font/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Use globally */
body {
  font-family: 'Gilroy', sans-serif;
}

.why-sec p { color:#000 }
.about-sec p {color: #000;}
p{color: #7A7A7A;
        font-size: 15px;
    font-weight: 400;   text-align: justify;
    line-height: 1.4em;}

@media (min-width: 1400px) {
   .course-content h4 a{ font-size: 20px;}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 1390px !important; 
}
}
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; /* Optional: removes small gap */
    }

/*@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}
*/
.container {
          max-width: 1140px; 
}

    .site-button { 
      display: inline-block;
      padding: 10px 20px !important;
      background-color: #0c518c;
      color: white; height:40px; min-width: 140px;
      text-decoration: none;
      border-radius: 35px;

      position: relative;
      overflow: hidden;

      text-align: center;
      transition: background-color 0.3s ease;    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s 
cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s 
cubic-bezier(0.5, 0.12, 0.46, 0.88)
    }
    .site-button:hover {
      background-color: #fab522;
    }
    .site-button .still-text,
    .site-button .hover-text {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.3s ease;
    }
    .site-button .still-text {
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .site-button .hover-text {
      top: 50%;
      transform: translate(-50%, 100%);
      opacity: 0;
    }
    .site-button:hover .still-text {
      transform: translate(-50%, -100%);
      opacity: 0;
    }
    .site-button:hover .hover-text {
      transform: translate(-50%, -50%);
      opacity: 1;
    }
  .navbar {     background-color: #F7F7F7;    border-radius: 10px 10px 0px 0px;
      border-style: solid; padding: 0px;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px 0px rgba(0.017349243164081683, 0.017349243164081683, 0.017349243164081683, 0.23);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.navbar .nav-link{
  position: relative;ransition: color 0.3s ease;
    color: #0c518c;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;  
    font-size: 16px;
    font-weight: 600;
}
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #fab522;
    }
 .navbar-nav .dropdown-menu { background-color:#0c518c; padding: 0px;border-bottom:3px solid #FAB522; overflow: hidden;}
  .navbar-nav .dropdown-menu .dropdown-item{ color:#fff; padding:14px 8px; border-bottom:1px solid #2068a7;  }
    .navbar-nav .dropdown-menu .dropdown-item:hover { background: #FAB522 !important; color:#fff; p }
    .navbar-nav .nav-link::before {
      content: '';
      position: absolute;
      height: 2px; color: ;
      background-color: #fab522;
      width: 0;
      transition: width 0.3s ease;
    }
   
    .navbar-nav .nav-link::before {
      bottom: 0;
      right: 0;
    }
    .navbar-nav .nav-link:hover::before,
    .navbar-nav .nav-link.active::before {
      width: 100%;
    }
.top-border {    background-color: #EEEEEE;
    padding: 5px 10px 5px 10px;
    border-radius: 5px 5px 5px 5px;}
    .shape-bottom {
    bottom: -1px;
}
.text-justify { text-align:justify; }
.banner-sec .sec-heading { z-index:9; position:relative; }
.shape-bottom svg {margin-top: -49px;
    height: 49px;
width: 100%;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
 .btn.theme-btn-2,
    .btn.theme-btn-1 {   border-style: solid;
    border-width: 2px 2px 2px 2px; padding: 7px 30px;
    border-radius: 20px 20px 20px 20px; color:#fff}
    .theme-btn-1 {
    background-color: #0c518c;
 
}.theme-btn-2 {
    background-color:#fab522;
}.theme-btn-3  { border-color: #fff;
    background-color:#E42624; color: #fff;
}.theme-btn-1:hover, .theme-btn-1:focus {
    background-color: #E4262400;
    color: #0c518c;
    border-color: #0c518c;
}.theme-btn-2:hover, .theme-btn-2:focus {
    background-color: #E4262400;
    color: #fab522;
    border-color: #fab522;
}.theme-btn-3:hover, .theme-btn-3:focus {
    background-color: #E4262400;
    color: ##E42624;
    border-color: ##E42624;
}


.banner-content h3 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3.5px;
    color: #000000; 
}
.banner-content h2{
    font-size: 40px;
    font-weight: 900;
    color: #000000;
}
.banner-content p{ margin-bottom: 30px;
    color: #7a7a7a; text-align: justify;
}
  .shape-top {
    transform: rotate(180deg);
}

  .shape-top {
    top: -1px;
}
.shape-top:not([data-negative=false]) svg {
    z-index: -1;
}.shape-top svg {
    width: calc(138% + 1.3px);
    height: 92px}
  .shape-top {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolutes;
    width: 100%;
} 
 .eng-course-sec {  background-color: #FFF2D7;}
.why-sec {  background-color: #d4ecff;}
  .about-sec {  background-color: #FFF2D7;}
  .req-course-sec {  background-color: #d4ecff;}
 .req-course-sec .shape-fill {
    fill: #FFF2D7;}
    .hover-image {
            transition: transform 0.3s ease-in-out; 
        }

        .hover-image:hover {
            animation: moveUpDown 0.5s infinite alternate ease-in-out; 
        }   

        @keyframes moveUpDown {
            0% {
                transform: translateY(0); /* Start position */
            }
            100% {
                transform: translateY(-10px); /* Move up by 10px */
            }
        }
.shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}

.image-container {
            display: inline-block;
        }

 .spacer {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 60px 0px;
}@media (max-width: 1023px) {
  .spacer {
        padding: 30px 5px 30px 5px;
    }
    .pro-heading {  font-size:25px; margin-top:50px; }
}

@media (min-width: 1400px) {
   .headline-plain-text { font-size: 43px;}
}
.headline-plain-text {
    color: #000000;}
    .headline-text-active {
    color: #E42624;}
    .sec-heading{     font-weight: 900;   display: block;
    font-size: 43px;
    line-height: 1.2;margin-bottom :20px;
}
 .about-sec p { margin-bottom:25px; }
 .headline-text-active2 {     color: #FAB522; }
 .icon-list-icon i {
    color:#0C518C;
    transition: color 0.3s;
}
.icon-list-items { list-style:none; }
.icon-list-items li { font-size:18px;margin:10px; }
.icon-list-icon i {
    font-size: 25px;
    width: 1.25em;
}
.icon-list-item > a {    color: #000000;
    transition: color 0.3s;
    font-size: 18px;
    font-weight: normal;}


 .course-content p{ color: #54595F;
    font-family: "Gilroy", Sans-serif;
    font-weight: 400;
    text-align: left;}



 .course-content h4 a{ text-decoration: none;
    align-self: flex-start;
    font-family: "Gilroy", Sans-serif;
    font-size: 17px;
    font-weight: 510;
    color: #000000;
    flex-direction: row;
}
  .course-content { padding:10px 10px; }
 
  .course-list2 {   margin:8px 0px;  background-color: #f4c2c0; }
  .course-list {  margin:8px 0px;   background-color: #EEEEEE; }
  .course-sec .headline {    text-align: left;
    font-family: Gilroy, sans-serif;
    font-weight: 900; margin: ;
    display: block;
    font-size: 43px;
    line-height: 1.2;
}
  .course-sec .headline-text-active
{ color:#7E549C }
.contact-sec .form-select {
    background-color: #ffffff;
    border-color: #7e549c;
    border-width: 0px 0px 2px 0px;
    border-radius: 5px 5px 5px 5px;
}
.contact-sec .form-control::placeholder{color: #7e549c;    font-size: 18px;
    font-weight: 400;}
.contact-sec .form-control {background-color: #ffffff;    font-size: 18px;
    font-weight: 400;
    border-color: #FAB522;color:#7e549c;

    border-width: 0px 0px 2px 0px;
    border-radius: 5px 5px 5px 5px;}
    .submit-btn.btn {background-color: #FAB522;
    color: #ffffff;
    border-color: #FFFFFF;}
   .submit-btn.btn{    font-family: "Gilroy", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 5px 5px 5px 5px;}

     .submit-btn.btn:hover {
    background-color: #7e549c;
    color: #ffffff;
}



    /* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FAB522; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0CACDA; 
}

.footer-section a:hover {
  color: #fcb900 !important;
}
input::placeholder {
  color: #999;
  opacity: 1;
}.footer-area {background-image: url(../images/Blue-Element-BG-1.webp);
    background-size: cover;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}



  .footer-heading {margin-bottom: 25px;}
.footer-logo {display: inline-block;margin-bottom: 25px;}
.footer-heading h3 {color: #FAB522;    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;margin: 0 0 0 0;}
.single-footer-widget .footer-heading {margin-bottom: 25px;}
.single-footer-widget p {color: #ececec;font-size: 16px;font-weight: 400;}
.single-footer-widget .footer-social {padding-left: 0;margin-top: 20px;margin-bottom: 0;}
.single-footer-widget .footer-social li {display: inline-block;margin-right: 10px;}
.single-footer-widget .footer-social li:last-child {margin-right: 0;}
.single-footer-widget .footer-social i {display: inline-block;color:#0c518c;font-size: 20px;height: 38px;
    width: 38px;line-height: 38px;text-align: center;border-radius: 38px;background-color: #ffffff;transition: 0.4s;}
.single-footer-widget .footer-social i:hover {color: #ffffff;background-color:#0059e8;}
.single-footer-widget .footer-quick-links {padding-left: 0;margin-bottom: 0;}
.single-footer-widget .footer-quick-links li {padding-bottom: 18px;list-style-type: none;}
.single-footer-widget .footer-quick-links li:last-child {padding-bottom: 0;}
.single-footer-widget .footer-quick-links li a {display: inline-block;color: #ececec;font-size: 15px;font-weight: 400;}
.single-footer-widget .footer-quick-links li a:hover {color:#fff;text-decoration: none !important;transition: 0.4s;}
.single-footer-widget .footer-info-contact {position: relative;padding-left: 35px;margin-bottom: 16px;}
.single-footer-widget .footer-info-contact:last-child {margin-bottom: 0;}
.single-footer-widget .footer-info-contact i {color: #FAB522;position: absolute;top: 0;left: 0;}
.single-footer-widget .footer-info-contact i::before {font-size: 20px;}
.single-footer-widget .footer-info-contact h3 {font-size: 16px;color: #fff;font-weight: 600;margin: 0 0 10px 0;}
.single-footer-widget .footer-info-contact span {color: #ececec;font-size: 15px;font-weight: 400;}
.single-footer-widget .footer-info-contact span a {font-size: 15px;color: #ececec;font-weight: 400;-webkit-transition: 0.4s;transition: 0.4s;}
.single-footer-widget .footer-info-contact span a:hover {color:#0059e8;}
.navbar-toggler { background-color:#FAB522 !important; color:#fff !important }
@media (min-width: 667px) { .img-div { width:90px; }
  .img-div2 { width:150px; }

}
@media (max-width: 767px) {
    .headline {
        font-size: 25px !important;
    }

    .sec-heading {
        font-size: 25px !important;
    }
}
@media (max-width: 1024px) {
    .sec-heading {
        font-size: 35px;
    }
}

.banner-sec {        background-attachment: fixed;     
background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---contact banner---*/
.about-banner{  background-image: url(../images/le-chateau-frontenac-quebec.webp);}
.program-banner{  background-image: url(../images/Our-Programs-College-Avalon-Banner.webp);}

/*---contact banner---*/
.contact-banner{  background-image: url(../images/Contact-Us-College-Avalon-Banner.webp);}
.banner-sec .overlay {    min-height: 450px;    align-items: center;display: flex
;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color:rgb(12, 81, 140, 0.5);;
     transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
 .contact-sec h3 {font-family: "Gilroy", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #0C518C;}
.contact-sec .info-contact {position: relative;padding-left: 35px;margin-bottom: 16px;}
.contact-sec .info-contact:last-child {margin-bottom: 0;}
.contact-sec .info-contact i {color: #FAB522;position: absolute;top: 0;left: 0;}
.contact-sec .info-contact i::before {font-size: 20px;}
.contact-sec .info-contact h3 {font-size: 16px;color: #54595F;font-weight: 600;margin: 0 0 10px 0;}
.contact-sec .info-contact span {color: #54595F;font-size: 14px;font-weight: 400;}
.contact-sec .info-contact span a { color: #54595F;   font-size: 14px; text-decoration: none;
    font-weight: 400;font-weight: 400;-webkit-transition: 0.4s;transition: 0.4s;}
.contact-sec .info-contact span a:hover {color:#0059e8;}
.contact-heading-title {color: #FAB522;font-family: "Gilroy", Sans-serif;
    font-weight: 600;
    line-height: 1.3em;}
 .contact-sec .form-control::placeholder{color: #999; font-size: 14px;}
 .contact-sec .form-control{
    background-color: #FAB52236;
    border-color: #FAB522;
    border-width: 0px 0px 2px 0px;
    border-radius: 5px 5px 5px 5px;
}
.contact-sec .submit-btn { -webkit-transition: 0.4s;transition: 0.4s; }

.shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover, .shrink-on-hover:focus, .shrink-on-hover:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.about-section .heading-title {
    font-family: "Gilroy", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #E42624;
}

p.lead {
    font-family: "Gilroy", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
}
.about-section p{    text-align: justify;
    font-family: "Gilroy", Sans-serif;
    font-size: 16px;
    line-height: 1.4em;}

     .info-section {
      background-color: #f9b41b; /* yellow background */
      
      position: relative;
    }

    .info-card {
      background: #fff;
      border-radius: 12px;
      text-align: center;
      padding: 40px 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .info-card:hover {
      transform: translateY(-8px);
    }
 .info-card:hover i { background-color:#FAB522; color:#fff}
    .info-card i {   margin: auto;
    height: 90px;
    position: relative; text-align: center;
    width: 90px; line-height: 90px;
      font-size: 40px;    border-radius: 50%;
      color: #f9b41b;
      margin-bottom: 15px;
    }

    .info-card h5 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .info-card p {line-height: 18px; text-align: center;}

    .download-btn {
      position: fixed;
      left: -60px; z-index: 99;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      background-color: #d8261c;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
          background-color: #E42624;
    font-family: "Gilroy", Sans-serif;
    font-size: 15px;  line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;

    border-radius: 15px 15px 15px 15px;
    }

    .download-btn:hover {
      background-color: #b51c13;
      transform: translateY(-50%) rotate(-90deg) scale(0.95);
    }
    .member__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;}
    .team-member .team-member__name {
    font-size: 20px;
    color: black;
    margin: 10px 0;-ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
    max-width: 100%;}
    .team-member__position {
    color: #7D7D7D;
    font-family: "Gilroy", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    align-self: center;
    text-align: center;
    order: 2;
}
.team-member {padding: 10px; border :solid 1px #fff; transition: all .3s;}
.team-member:hover {border-radius: 4px; border :solid 1px #ccc;  box-shadow: 0px 0px 24px 0px #ccc;  transition: all .3s;  padding: 10px;
}
.team-member img {    background-color: #0C518C00;
    border-radius: 50px 50px 50px 5px;}
.team-member__content{
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #E42624;

    border-radius: 10px 10px 10px 10px;}
.program-div p {color:#333333; font-size: 15px;}
       p.program-type {
    color: #0C518C;
    font-family: "Gilroy", Sans-serif;
    font-size: 16px; margin-top: 10px;
    font-weight: 500;}
p.program-type span {
    color: #aebcb9;}

    .entry-title a {color: #000000; text-decoration: none;
    font-family: "Gilroy", Sans-serif;
    font-weight: 600;    font-size: 1.5rem;}
.read-more {
    background-color: #FAB522;
;    font-size: 18px;
    font-weight: 400; color:#fff;
    text-decoration: none;
    padding: 5px 25px 5px 25px;
    border-radius: 20px 20px 20px 20px;
    align-self: flex-start;}
    .read-more:hover {color:#fff;
    background-color: #0C518C;
    text-decoration: none;
}
 
    .request-form {
      background-color: #d4ecff;
      padding: 30px 30px;
      border-radius: 8px 8px 120px 8px;
      max-width: 350px;
      margin: 0px auto;
    }
    .request-form h2 {
      font-weight: 700;
      color: #0C518C;
          font-size: 55px;
      margin-bottom: 25px;
      line-height: 1.2;
    }
   .request-form .form-control, .request-form .form-select {
          background-color: #ffffff;
    border-color: #E9E9E9;color: #6d97ba;
    border-radius: 10px 10px 10px 10px;
}

    }
    .form-control::placeholder {
      color: #6d97ba;
    }
    .btn-submit {
      background-color: #0cacda;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 6px 32px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .btn-submit:hover {
      background-color: #0C518C; color:#fff;
    }
    .programs-sec-detail .left-img-div img{    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6; width:100%;
    border-radius: 50px 50px 50px 5px;
}
.pro-heading { font-family: "Gilroy", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #FAB522 }
    .camp-detail {     background-color: #F1F1F1;    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;  margin-bottom: 10px;  border-radius: 5px 5px 5px 5px; }
   .camp-detail p a {
    background-color: transparent;
    color: #c36;
    text-decoration: none;
}
.programs-sec-detail ul.list-disc li {list-style: disc; margin: 5px 0px}
.programs-sec-detail ol li{margin: 8px 0px}

  .camp-detail p 
{font-family: "Gilroy", Sans-serif;
    text-align: left; color:#333; font-size: 16px; font-weight: 500}
    .programs-sec-detail ul.list-disc li ul li {list-style: circle;}
  .programs-sec-detail ul li, 
  .programs-sec-detail p 
{font-family: "Gilroy", Sans-serif;
    text-align: left; color:#7A7A7A; font-size: 16px; font-weight: 500}

   .programs-sec-detail .form-control{
        border-color: #69727d;
    color:#0C518C;
    border-width: 1px 1px 2px;    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;    padding: .5rem 1rem;
    transition: all .3s;    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    width: 100%;}
    .programs-sec-detail h5 {  color:#E42624; font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 1rem;
    margin-block-start: .5rem;}

     /* Tab button colors */ .programs-sec-detail .nav-tabs {border-bottom:3px solid #fab522;background-color: #0c518c;border-radius: 5px 5px 5px 5px;}
.tabs_with_accordion_wrapper { margin-top:30px; }
    .programs-sec-detail .nav-tabs .nav-item {   background-color: #0c518c; }
   .programs-sec-detail .accordion-header .accordion-button.collapsed,   .programs-sec-detail .nav-tabs .nav-link {
      background-color: #0c518c;    padding: 10px 20px;
      color: #fff;     font-size: 20px;
      border: none;   
    
   font-family: "Gilroy", Sans-serif;
   }
      .programs-sec-detail .accordion-header .accordion-button,
     .programs-sec-detail .nav-tabs .nav-link.active {
      background-color: #fab522;  padding: 10px 20px;
      color: #fff; border-radius: 5px 5px 5px 5px;
    }

    /* Accordion hidden on desktop */
     .programs-sec-detail .accordion {
      display: none;
    }

    /* Switch to accordion on small screens */
    @media (max-width: 768px) {


        .banner-content h3 {
    font-size: 26px;}
    .banner-content h2 {
    font-size: 36px;}
      .programs-sec-detail  .nav-tabs {
        display: none;
      }
      .programs-sec-detail  .accordion {
        display: block;
      }
         .programs-sec-detail .accordion-header .accordion-button.collapsed{ border-radius:5px; }
    }

    @media (min-width:768px) { .nav-tabs .nav-item:first-child,
  .programs-sec-detail .nav-tabs .nav-item:last-child ,
  .programs-sec-detail .nav-tabs .nav-item:first-child .nav-link, 
  .programs-sec-detail .nav-tabs .nav-item:last-child .nav-link  { border-radius: 0px 5px 5px 0px; }
  .programs-sec-detail .nav-tabs .nav-link {border-radius: 0px;}
   .programs-sec-detail .tab-content .accordion-item {
    border: 0;
    border-radius: 0; 
  }  .programs-sec-detail .tab-content {      font-family: "Gilroy", Sans-serif;
    padding: 25px 25px 25px 25px; background:#f8f8f8 }
}
@media (max-width:767px) { .programs-sec-detail .accordion-header .accordion-button.collapsed {border-radius: 5px;}
   .programs-sec-detail .tab-content > .tab-pane {
        display: block;
        opacity: 1;border-radius: 5px; margin: 2px 0px;
    } 
    .programs-sec-detail  .accordion-collapse { padding: 20px ;  font-family: "Gilroy", Sans-serif;
  background:#f8f8f8 }
}
@media (max-width:500px) {

        .headline {
        font-size: 22px !important;
    }
}