@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    /* padding: 0px;
    margin: 0px; */
    font-family: 'Roboto', sans-serif;
}

h1{
    /* font-size: 38px !important; */
    color: #A01E20;
    font-weight: 800;
}

.nav-item img {
    width: 20px;
    height: 20px;
}

.navbar-brand{
    position:relative;
    /* left: 10vw; */
    text-align: left;
    font: normal normal bold 38px/44px Roboto;
    color: #A01E20 ;
}

.nav-item{
    position: relative;
    padding-left: 0.5em;
    font: normal normal normal 20px/24px Roboto;
    padding-right: 0.5em;

}

.navbar-nav {
    flex-wrap: nowrap; 
}

.navbar-nav .nav-link {
    white-space: nowrap;
    display:inline-block;
    color:#333333;
}

.nav-link:active, .nav-link:hover{
    color: #A01E20 !important;
    /* text-decoration: underline; */
}

.nav-link:hover::after{
    width: 100%;
    transition: width 0.3s linear;
    margin-top: 8px;
  }

.nav-link::after, .nav-link.active::after{
    content: "";
    width: 0;
    height: 2px;
    background-color: #A01E20;
    margin: auto;
    display: block;
    margin-top: 8px;
  }


.btn-primary{
    background-color: #A01E20;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    border:0;
}
.btn-primary:hover{
    background-color: #fff;
    color: #A01E20;
    padding-left: 30px;
    padding-right: 30px;
    /* border-radius: 0; */
    border:2px solid #A01E20;
   

}
.profile-image-container {
    /* padding: 8%; */
    padding-left: 35px;
    padding-top:  35px;
    padding-bottom:  35px;
    /* padding-right: 10%; */
    background-image: url("img/Red\ Patch\ Photo\ 1.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.profile-img{
    /* max-height: 570px !important;
    max-width: 465px; */
    /* min-height: 70vh; */
    min-width: 100%;
}

.sub-head{
    font-family: 'Roboto', sans-serif;
    /* font-size: 2rem; */
    font-weight: 900;
}

h2{
    /* font-size:2.5vw ; */
    font-weight: bolder;
    color: #A01E20;
    text-transform: uppercase;
 
}

h3{
    font-weight: 900;
    color: #A01E20;

}

ul.about-list {
    list-style: none; /* Remove default bullet points */
    padding: 0;
}

ul.about-list li {
    background-image: url('img/star.png'); /* Set your image URL here */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 16px 16px; /* Adjust size of the icon */
    padding-left: 30px; /* Space between the image and the text */
    margin-bottom: 10px; /* Optional: Space between list items */
}


ul.about-list li::before {

    left: 10px; /* Position the icon to your preference */
    top: 5px !important; /* Adjust vertical alignment */
}
.about-bg{
    background-image: url("img/Red\ Patch\ 2@2x.png");
    background-size: cover;
}

.about-box{
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* margin: 15px; */
    width: 15vw;
    min-width: 170px;
    height:160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.academy-logo {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}

.bg-light-blue{
  

    /* opacity: 0.1; */
}
.exam-box{
      background: #2793ff1a 0% 0% no-repeat padding-box;
      min-height: 55px;
}
.exams{
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333333;
    text-align: center    ;
    
}
.quote-section{
    background-color: #7D1B16;
    margin: 5% auto;
    /* max-width: 80%;  */
    box-sizing: border-box;
    color:#FFFFFF;
    text-align: left;
    padding: 0px 90px 0px 0px;
}

.timeline-event {
    /* background: transparent url('img/Line.png') 0% 0% no-repeat padding-box; */
    background-position: center;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 100%;
}
.timeline-start::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50em;
    background-color: #959595;
    top: 0;
    bottom: 0;
    left: 50%;
}
.achievement-icon {
    position: relative;
    z-index: 2; 
}

.timeline-badge{
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 19px;
    padding: 10px 15px;
}
.timeline-heading{
    font: normal normal normal 18px/24px Roboto;
    margin: 0px 0px;
    color: #333333;
}
.timeline-content{
    font: normal normal normal 14px/20px Roboto;
    margin: 0px 0px;
    color: #333333;
}
.owl-theme{
    background-color: #fff;
}
.owl-carousel .item {
    /* background: #fff; */
    padding: 5px;
    margin: 2px;
    color: #333333;
    font-size: 16px;
    /* border-radius: 0; */
    text-align: center;
    height: 100%; /* Make the item container take up 100% height */
    display: flex; /* Use flexbox to align content inside */
    align-items: stretch; /* Ensure that cards inside items stretch to fill height */
}
.owl-carousel .card {
    height: 100%; /* Make the card take up 100% height of the item container */
    display: flex; /* Use flexbox for card content alignment */
    flex-direction: column; /* Arrange card content vertically */
}
.owl-carousel .card-body {
    flex-grow: 1; /* Allow card body to stretch and fill remaining space */
    display: flex; /* Use flexbox inside card body */
    align-items: center; /* Center content vertically inside the card body */
    justify-content: center; /* Center content horizontally inside the card body */
    text-align: center; /* Align text in the center */
}

.owl-carousel .card img {
    max-height: 100%; /* Make sure the image doesn't exceed card height */
    object-fit: cover; /* Maintain aspect ratio and cover the card's image area */
    width: 100%; /* Ensure image fills the width of the card */
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel{
    background: url('img/Red\ Patch\ Background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.contact-form{
    background-image: url("img/Red\ Patch\ Contact@2x.png");
    background-size: cover;
    /* height: 525px;
    width: 40vw; */
}

.footer{
    background-image: url(img/Red\ Footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    padding: 20px 0;
    width: 100%;
    position: relative;
    bottom: 0px;
}
.footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}
.footer .social-icons a {
    margin: 0 5px;
}
.footer .social-icons img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background-color: white;
    mix-blend-mode: normal;
    background: transparent url('img/Facebook Icon.png') 0% 0% no-repeat padding-box;
    mix-blend-mode: normal;
    opacity: 1;
}
.highlight {
    color: #A01E20;
    font-weight: bold;
}
 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (max-width: 600px) {
    body {font-size: 16px;}
    h1{
        font-size: 9vw;
    }
    h2{
        font-size:6.5vw ;
    }  


    .sub-head{
      
        font-size:5.5vw;
    }
    /* .profile-image-container {
        padding-right: 2%;
    }     */
  }
 @media only screen and (min-width: 600px) {
    body {font-size: 16px;}
    h1{
        font-size: 8.2vw;
    }
    h2{
        font-size:2.5vw ;
      } 
    .sub-head{
      
        font-size: 5vw;
    }  
    /* .profile-image-container {
        padding-right: 2%;
    }     */
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    body {font-size: 16px;}
    h1{
        font-size: 7.5vw;
        font-weight: 900;
    }
    h2{
        font-size:2.5vw ;
    } 
    h3{
      font-size: 3.5vw;

    }
    h4{
        font-size: 6vw;
      }
    .sub-head{
      
        font-size:4.5vw;
    }  
    /* .profile-image-container {
        padding-right: 2%;
    }     */
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    body {font-size: 18px;}
    h1{
        font-size: 3.8vw;
        font-weight: 900;
    }
    h2{
        font-size:2.5vw ;
    }  
    h3{
      font-size: 2.5vw;
    }
    h4{
        font-size: 2vw;
    }

    .sub-head{
      
        font-size: 2.3vw ;
    }
    .profile-image-container {
        padding-right: 10%;
    }    
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    body {font-size: 18px;}
    h1{
        font-size: 3.3vw;
        font-weight: 900;
    }
    h2{
        font-size:2.9vw ;
    }
    .sub-head{
      
        font-size: 2vw;
    }
    
    .container-fluid{
        max-width: 90%;
    }.profile-image-container {
        padding-right: 10%;
    }    
  }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1440px) {
        body {font-size: 18px;}
        h1{
            font-size: 3.3vw;
            font-weight: 900;
        }
        h2{
            font-size:2.9vw ;
        }
        .sub-head{
          
            font-size: 2vw;
        }
        
    .container-fluid{
        max-width: 90%;
    }
    .profile-image-container {
        padding-right: 10%;
    }
      }