@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
  }
@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../fontawesome/webfonts/fa-brands-400.ttf) format("truetype")
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900; /* solid */
  font-display: block;
  src: url(../fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),
       url(../fontawesome/webfonts/fa-solid-900.ttf) format("truetype");
}
.new-home-banner {
    position: relative;
    width: 100%;
    min-height: 200px;
    max-height:800px;
    overflow: hidden;
  aspect-ratio: 650 / 307;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}


.new-home-banner .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.new-home-banner .swiper-container {
  width: 100%;
  position: absolute;
  aspect-ratio: 650 / 307;
  left: 0;
  top: 0;
}

.new-home-banner .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.new-home-banner .slide-inner img.slide-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.new-home-banner .swiper-button-prev,
.new-home-banner .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  opacity:1;
  transition:all .3s ease;
}
.new-home-banner:hover .swiper-button-prev,
.new-home-banner:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .new-home-banner .swiper-button-prev,
  .new-home-banner .swiper-button-next {
    display: none;
  }
}

.new-home-banner .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.new-home-banner .swiper-button-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.new-home-banner .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.new-home-banner .swiper-button-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.new-home-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.new-home-banner .swiper-pagination-bullet-active {
  opacity:1;
}

.new-home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.new-home-banner .swiper-pagination-custom,
.new-home-banner .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .new-home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .new-home-banner .swiper-pagination-custom,
  .new-home-banner .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.new-home-banner .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .new-home-banner .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}

.new-home-banner{
  transition:all .4s ease;
}


.new-home-about {
    min-height: 300px;
}


.start-new-home-about p {
    text-align: justify;
}

.start-new-home-about strong {
    width: 48%;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #419170;
    color: #419170;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 5px;
}

/* Fix icon color inside strong: you had .start-new-home-about b i but your icons are inside <i> directly in strong */
.start-new-home-about strong i {
    color: #419170;
    padding-right: 10px;
}

.start-new-home-about strong a {
    color: #419170;
    text-decoration: none;
    /* optional, to remove underline on links */
}

.start-new-home-about strong a:hover {
    text-decoration: underline;
    /* optional hover effect */
}

.home-course-box {
    box-shadow: 0 0 5px 0 #ddd;
    margin: 30px 0px 0 0px;
        height: 96%;
}

.home-course-text {
    padding: 20px;
    background: #fff;
}

.home-course-text p {
    text-align: justify;
    margin: 15px 0;
}

.home-course-text h3 {
    text-align: center;
    padding: 10px;
    color: #000;
    border: 1px solid #ddd;
    border-left: 5px solid #419170;
    border-right: 5px solid #419170;
    font-size: 18px;
    display: block;
    border-radius: 10px;
}

.home-course-img img {
    max-width:800px;
    max-height:524px;
}

.rishikesh {
    width: 60%;
    margin: 0 auto;
}

.rishikesh .video {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.home-topics .ttc-topic-box {
    border: 2px solid #419170;
    background-color: #fff;
    padding: 10px 10px;
    -webkit-box-shadow: 0 0 5px 0 #a2a2a2dd;
    box-shadow: 0 0 5px 0 #a2a2a2dd;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.home-topics .ttc-topic-box:hover {
    transform: translateY(-5px);
}

.home-topics .ttc-topic-box img {
    width: 25%;
    margin: 0 auto;
}

.home-topics .ttc-topic-box .title {
    font-size: 17px;
    margin: 5px 10px;
    color: #419170;
}

.home-topics .ttc-topic-box span {
    display: block;
    width: 55%;
    margin: 0 auto;
}

.home-topics .ttc-topic-box p {
    text-align: center;
    margin: 0px;
}

.few-days-left ul {
    padding: 0;
    margin: 0;
}

.few-days-left ul li {
    padding: 5px 0;
    list-style: none;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.few-days-left ul li .icon-f {
    flex-shrink: 0;
}

.mid-quote {
    padding: 10em 0;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.mid-quote h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

.home-faq {
    background: #fff;
}

.ttc-learn .card {
    margin-bottom: 12px;
    border: none;
    border-radius: 0;
}

.ttc-learn .accordion .card .card-header button.accordion-button {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: left;
    border: 1px solid #419170;
    border-bottom: 5px solid #419170;
    font-size: 16px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
.ttc-learn .accordion .card .card-body {
    border: 1px solid #419170;
}


.ttc-learn .accordion .card .card-header button.accordion-button:hover,
.ttc-learn .accordion .card .card-header button.accordion-button:focus {
    background: #eee;
    text-decoration: none;
}

.ttc-learn .accordion .card .card-header {
    padding: 0px;
    border: none;
}

.ttc-learn .accordion .card .card-header button.accordion-button i {
    float: right;
    font-size: 24px;
    color: #419170;
}

.title-box {
    margin-bottom: 30px;
}

.title-box h4.title {
    font-weight: bold;
}

.card-body {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}

.footer-form-left ul {
    padding: 0px;
    margin: 0px;
}

.footer-form-left ul li {
    list-style: none;
    padding: 8px 0;
    text-align: justify;
}
.footer-form-left ul li span{
    margin-right: 10px;
}
.ttc-right-form {
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
}

.ttc-right-form strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
    background: #419170;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.ttc-right-form form input {
    margin-bottom: 10px;
    font-size: 15px;
}

.ttc-right-form form input.btn {
    display: block;
    width: 100%;
}

.ttc-right-form form textarea {
    margin-bottom: 10px;
}


@media(max-width:768px) {
    .start-new-home-about02 .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .rishikesh {
        width: 100%;
    }

    .mid-quote {
        padding: 6em 0;
        background-attachment: scroll;
    }

    .mid-quote h5 {
        font-size: 20px;
    }


}



@media (max-width: 576px) {
    .start-new-home-about strong {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .mid-quote {
        padding: 4em 0;
    }

    .mid-quote h5 {
        font-size: 17px;
    }

}

@media(max-width:480px) {
    .rishikesh iframe {
        height: 100%;
    }

    .ttc-learn #accordion .card .card-header button.btn {
        font-size: 14px;

    }

}