:root {
  --Helvetica-fonts: "Helvetica Neue LT Std", sans-serif;

  --font-size-40px: 40px;
  --font-size-14px: 14px;
  --font-size-15px: 15px;
  --font-size-12px: 12px;
  --font-size-20px: 20px;
  --font-size-24px: 24px;
  --font-weight-400: 400;
  --font-weight-300: 300;
  --line-height-1-56: 1.56;
  --line-height-1-25: 1.25;
  --line-height-1-13: 1.13;
  --line-height-0-75: 0.75;
  --line-height-1: 1;
}

ul {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}




/* fonts */
.Helvetica {
  font-family: "Helvetica Neue LT Std", sans-serif;
}

p {
  font-family: var(--Helvetica-fonts);
  font-size: var(--font-size-15px);
  /* font-weight: var(--font-weight-300); */
  /* color: #000; */
}

h1 {
  font-family: var(--Helvetica-fonts);
  font-size: var(--font-size-40px);
  /* font-weight: var(--font-weight-300); */
  /* color: #000; */
}

button {
  font-family: var(--Helvetica-fonts) !important;
  font-size: var(--font-size-15px) !important;
}

h2 {
  font-family: var(--Helvetica-fonts);
  font-size: var(--font-size-40px);
}

span {
  font-family: var(--Helvetica-fonts);
  font-size: var(--font-size-12px);
}

h3 {
  font-family: var(--Helvetica-fonts);
  font-size: var(--font-size-24px);
}

body {
}

.form-container {
  border-radius: 10px;
  padding: 30px;
  max-width: 1168px;
  margin: 25px auto;
  background-color: #c43f47;
}

.form-control {
  border-radius: 1px;
}

.btn-custom {
    background-color: white;
    color: #c30000;
    border: none;
    border-radius: 20px;
    padding: 5px 75px;
    max-width: 245px;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}

.btn-custom:hover {
    background-color: white;
    color: #c30000;
    border: none;
    border-radius: 20px;
    padding: 5px 75px;
    max-width: 245px;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}

.btn-custom:focus {
    outline: none; /* Removes the default focus outline */
    background-color: white; /* Ensures background stays consistent */
    color: #c30000;
    border: none;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}

.btn-main-class p {
    margin-bottom:0px !important;
}

.wpcf7-submit {
    background-color: white;
    color: #c30000;
    border: none;
    border-radius: 20px;
    padding: 5px 75px;
    max-width: 245px;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}

.wpcf7-submit:hover {
    background-color: white;
    color: #c30000;
    border: none;
    border-radius: 20px;
    padding: 5px 75px;
    max-width: 245px;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}


.btn-custom-2 {
    background-color: #c30000;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 75px;
    max-width: 245px;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}

.btn-custom-2:hover {
    background-color:  #c30000;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 75px;
    max-width: 245px;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}

.btn-custom-2:focus {
    outline: none; /* Removes the default focus outline */
    background-color:  #c30000;/* Ensures background stays consistent */
    color: white;
    border: none;
    border-radius: 52px !important;
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-size: 15px;
}






.contact-form {
  background-color: #ec4c56;
  color: white;
}

.footer {
  background-color: #c30000;
}
.footer-menu ul li a {
  color: #ffff !important;
  font-size: 15px;
  text-decoration: none;
}
.btn-footer {
  border-radius: 29px;
  color: red;
  background-color: white;
  font-weight: 500;
  font-size: 15px;
}

.btn-footer:hover {
  border-radius: 29px;
  color: red;
  background-color: white;
  font-weight: 500;
  font-size: 15px;
}

.header {
  background-color: #c30000;
  /* position: fixed;       
  left: 0;
  width: 100%;
  z-index: 9999;      
  transition: top 0.3s ease-in-out; */
}

.offcanvas {
  background-color: #c30000;
}
.offcanvas-body ul li a {
  color: #ffff !important;
  font-size: 15px;
  text-decoration: none;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: white;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 1;
}

.btn-contact-header {
  border-radius: 29px;
  color: red;
  background-color: white;
  font-weight: 500;
  font-size: 15px;
}

.sec-4 {
  background-color: #f8f9fa;
}

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #c30000;
  height: 100vh;
  position: relative;
  text-align: center;
}

.hero-banner img {
  max-width: 100%;
  height: auto;
}

.hero-content p {
  /* margin: 2rem 0; */
}

.hero-content {
  padding-left: 130px;
}


.swiper-pagination-bullet {
  background: white;
}

.philosophy-section {
  padding: 20px 15px;
}

.philosophy-title {
  margin-left: 142px;
  padding-top: 0px;
  padding-bottom: 88px;
  margin-bottom: 30px;
}

.left-img img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* 2nd banner */
.hero-banner-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5213c;
  background-color: #ffff;
  height: 100vh;
  position: relative;
  text-align: center;
}

.hero-banner-2 img {
  max-width: 100%;
  height: auto;
}

.hero-content-2 h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero-content-2 p {
  font-size: 1rem;
}

.hero-content-2 {
  padding-left: 130px;
}

.swiper-pagination-bullet {
  background: white;
}

.philosophy-section {
  padding: 20px 15px;
}

.swiper-pagination-bullet {
    background: white;
    width: 10px;
    height: 10px;
}

.left-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sec-4-para {
  margin-top: 0px !important;
  font-size: 15px;
}

.training-section {
  background-color: #e71c29;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.timeline-item {
  position: relative;
  padding-top: 60px;
}

.timeline-item .circle {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-item .vertical-line {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 33px;
  background: #fff;
  z-index: 1;
}

.timeline-item h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.timeline-item p {
  margin: 0;
}

.position-relative {
  position: relative;
}

.philosophy-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style-type: disc;
  color: black;

  font-size: 1.5rem;
}

.philosophy-list li {
  margin-bottom: 8px;
  font-size: 1.5rem;
}


.swiper-pagination {
  bottom: 40px !important;
}


/* 480 */

@media (max-width: 480px) {
  .philosophy-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .left-img img {
    max-width: 90%;
  }
  .philosophy-list li {
    margin-bottom: 8px;
    font-size: 16px !important ;
  }
  
}


/* 576 */

@media (max-width: 576px) {
  .hero-content p {
    font-size: 0.8rem;
  }
  .hero-content-2 p {
    font-size: 0.8rem;
  }
}

/* 768 */

@media (max-width: 768px) {
  .philosophy-title {
    font-size: 34px;
    padding-top: 15px;
    margin-left: 0px !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .col-md-6 {
    margin-bottom: 20px;
  }
  .sec-4-text {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .sec-4-icon {
    justify-content: center !important;
  }
  .sec-4-icon img {
    margin-right: 0rem !important;
  }
  .sec-4-para {
    margin-top: 0px !important;
    font-size: 12px;
  }
  .sec-4-para p {
    margin-top: 0px !important;
    font-size: 12px;
  }
  .philosophy-title {
    padding-top: 15px;
  }

  .col-md-6 {
    margin-bottom: 20px;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content {
    padding-left: 0px !important;
    text-align: center !important;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .hero-banner {
    height: auto;
    padding: 2rem 0;
  }
  .hero-content-2 h1 {
    font-size: 1.8rem;
  }
  .hero-content-2 {
    padding-left: 0px !important;
    text-align: center !important;
  }

  .hero-content-2 p {
    font-size: 0.9rem;
  }

  .hero-banner-2 {
    height: auto;
    padding: 2rem 0;
  }
  
}



