@import url("fonts.css");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #373435;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    overflow-x: hidden;
}

a {
    color: #373435;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    color: #373435;
}
p {
    color: #373435;
}

.headerTop.HomeMenu {
  
    background: #fff;
    width: 100%;
    transition: all 0.5s ease;
}


.headerTop.HomeMenu .navbar {
    padding: 10px 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand {
    padding: 0px 0px;
    align-content: center;
}
.headerTop.HomeMenu .navbar .nav-link {
    font-size: 15px;
    line-height: 22px;
    color: #111;
    padding: 10px 0px;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
    margin: 0 10px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item:last-child {
    margin-right: 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
    width: 105px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .navbar-brand {
    margin-right: 0;
}
.headerTop.HomeMenu.vjClass .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #ddd;
}

.headerTop.HomeMenu .navbar .nav-link:hover,
.headerTop.HomeMenu .navbar .nav-link.current {
    color: #da0007;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item:hover .dropdown-menu {
    display: block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu {
    border: none;
    padding: 12px;
    margin: 0;
    min-width: 270px;
    box-shadow: 0 0 10px -4px #a69d9d;
    background: #fff;
    border-radius: 12px;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-link {
    padding: 6px 0px;
    text-transform: capitalize;
    font-size: 14px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-item {
    margin: 0;
}
.headerTop.HomeMenu .navbar .nav-link {
    position: relative;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
}
/* .navbar > .container{align-items: end;position:relative;} */
.top-header {
  padding: 12px 0;
 background: #0b2c4d;
}
.top-header-links {
  text-align: right;
}
.top-header-links a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin: 0 6px;font-size: 14px;
}
a.logo-text {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
}
.mid-header .row {
    align-items: center;
}
.mid-header {
  padding-top: 10px;
}
.top-header-links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

.headerTop.HomeMenu .navbar .container {
    position: relative;
}
.navbar-nav.real-menu {
    align-items: center;
    margin: 0 0 0 auto;
}
.header-bg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 3.35544e7px;
    padding: 12px 20px;
}
.headerTop.HomeMenu.vjClass .header-bg {
    background: #fff;
}
.section-space-top {
    padding-top: 80px;
}

.section-space-bottom {
    padding-bottom: 80px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-weight: 600;
    color: #373435;
    font-size: 38px ;
    margin: 0px 0 15px;
    position: relative;
}
.section-title.small h1,
.section-title.small h2,
.section-title.small h3,
.section-title.small h4,
.section-title.small h5,
.section-title.small h6 {
font-size: 26px;}

.section-bg {
  background: linear-gradient(rgb(236 230 230 / 46%), rgb(255 255 255 / 55%));
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.red-color-bg {
  background-color: #da0007;color: #fff;
}
.red-color-bg .section-title h1, .red-color-bg .section-title h2, .red-color-bg .section-title h3, .red-color-bg .section-title h4, .red-color-bg .section-title h5, .red-color-bg .section-title h6,
.red-color-bg .section-title-area p {
color: #fff;}

.section-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-mt-80 {
    margin-top: 80px;
}
.section-mb-80 {
    margin-bottom: 80px;
}
.section-title-area {
    margin-bottom: 40px;
}
.theme-btn {
    background: #da0007;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 7px;
    font-weight: normal;
    border: 2px solid #da0007;
    transition: all 0.5s;
}
.two-btns .theme-btn:last-child {
    background: transparent;
    color: #da0007 !important;
}
.theme-btn span,
.theme-btn i {
    position: relative;
}
.theme-btn::before {
    content: "";
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transform-style: preserve-3d;
    transition: all 0.5s;
}
.theme-btn:hover::before {
    width: 100%;
}
.theme-btn:hover {
    color: #da0007 !important;
}
.theme-btn-two {
   color: #da0007 !important;
    text-decoration: none;
   display: inline-flex;
    position: relative;
    align-items: center;
    gap: 7px;
    font-weight: normal;
    transition: all 0.5s;
}
.theme-btn-two i {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  align-content: center;transition: all 0.3s;
  justify-content: center;
}
.theme-btn-two:hover i{transform: rotate(-45deg);}
.explore-btn,
a.explore-btn {
    color: #da0007;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-flex;
    position: relative;
    font-weight: normal;
    align-items: center;
    padding-bottom: 0px;
    gap: 7px;
}
.explore-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: calc(100% - 14px);
    height: 1px;
    z-index: 1;
    background-color: #da0007;
    transform: scaleX(0);
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    transform-origin: 0 50%;
}
.explore-btn:hover::before {
    transform: scaleX(1);
}
.explore-btn i{transition: all 0.3s;}
.explore-btn:hover i{transform: rotate(-45deg);}
.section-sub-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;font-weight: 500;
}
.section-sub-title sup {
  text-transform: none;
}
.hero-slider-section {
    position: relative;
    height: 100vh;
}
.hero-slider-section .hero-img img {
    height: 100vh;
    object-fit: cover;
}
.hero-slider-section .hero-slider-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: grid;
    padding-bottom: 60px;
    align-content: end;
    background: linear-gradient(180deg, rgba(235, 242, 255, 0) 0%, rgba(17, 19, 23, 0) 50%, rgba(17, 19, 23, 0.8) 100%);
}
.hero-slider-section .hero-slider-content h1 {
    color: #fff;

}

.hero-slider-section .hero-slider-content p {
    color: #fff;
    font-size: 18px;
}
.hero-slider-section .hero-slider-content .two-btns {
    margin-top: 25px;
}
.hero-slider-section .hero-slider-content .two-btns .theme-btn:last-child {
  background: transparent;
  color: #fff !important;border-color:#fff;
}
.hero-slider-section .hero-slider-content .two-btns .theme-btn:last-child::before {
  background: #da0007;}
.about-area .about-list {
  padding: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.about-area .about-list li {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 5px;transition: all 0.5s;
}
.about-area .about-list li:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.about-img {
  height: 100%;position: relative;
}
.about-area .about-img img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.about-area .list {
  list-style: disclosure-closed;
  padding-left: 15px;
}
.about-area .list li{margin-bottom: 10px;}
.benefits-item {
  position: relative;
  height: 100%;
 overflow:hidden;
  border-radius: 10px;
 transition: all 0.5s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.benefits-item:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  
}
.benefits-item img {
    margin-bottom: 0;
    width: 100%;
    height: auto; transition: transform 0.3s;
}
.benefits-item .benefits-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.benefits-item .benefits-text a {
    display: grid;
    height: 100%;
    align-content: end;
    color: #fff;
    text-decoration: none;
    padding: 25px 20px;
}
.benefits-item .benefits-text p,
.benefits-item .benefits-text .benefit-title{color: #fff;}
.benefits-item:hover img{transform: scale(1.1);}
.benefits-item .benefit-title {
  font-weight: 600;
  font-size: 30px;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}
.programme-item{
  background: #fff;
  padding: 10px;height: 100%;
  border-radius: 10px;
}
.programme-item:last-child {
  margin-bottom: 0px;
}
.programme-item .programme-img {
  overflow: hidden;
  border-radius: 10px;  margin-bottom: 10px;
}
.programme-item .programme-img img{
transition: all 0.5s;width: 100%;
}
.programme-item:hover .programme-img img{transform: scale(1.1);}
.programme-item .programme-content {
  padding: 10px 0px 10px;
}.programme-item .programme-content .programme-title {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.programme-item .programme-content .theme-btn {
  margin-top: 25px;
}

.highlights-item {
    position: relative;
    display: grid;
    height: 100%;
    align-content: space-between;
    padding: 15px;
    gap: 30px;
    border: 2px solid #da0007;
    border-radius: 10px;
}
.highlights-item .highlights-title {
  text-transform: uppercase;
  font-size: 20px;display:block;
  margin-bottom: 20px;
  font-weight: 600;
}


.logo-grid {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  
}
.logo-grid-item {
  border: 1px solid #dcdcdc;
  display: grid;
  height: 90px;
  align-content: center;
  justify-content: center;
  width: 150px;
}
.logo-grid-item img {
  max-width: 135px;
  max-height: 80px;
}
.why-attend-area {
  background: url('../img/why-attend-bg.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: right bottom; 

}
.why-attend-area p{color:#fff;}

.testimonial-item-box {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 80px 20px 20px;
  min-height: 300px;
  display: grid;
  transition: all .3s;
  align-content: space-between;
  gap: 30px;
}
.testimonial-item-box::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/quote.svg);
  height: 30px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: 35px;
  left: 20px;
  top: 20px;
}

.testimonial-item-box strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.numbers-area {
  background: #da0007;
  padding: 50px 0;
}
.numbers-area .numbers-grid {
  display: flex;align-items: end;
}
.numbers-area .numbers-grid .numbers-grid-item strong {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 80px;
  line-height: 1;
}
.numbers-area .numbers-grid .numbers-grid-item p {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.numbers-area .numbers-grid .numbers-grid-item {
  border-right: 1px solid #fff;
 width:25%;display: flex;
  justify-content: center;
}
.numbers-area .numbers-grid .numbers-grid-item:last-child {
  border-right: none;justify-content: end;
}
.numbers-area .numbers-grid .numbers-grid-item:first-child {
 justify-content: start;
}

.numbers-area .numbers-grid .numbers-grid-item .theme-btn {
  border-color: #fff;
}
.gallery-slider .gallery-next,
.gallery-slider .gallery-prev {
  background: #da0007;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 6px;
}
.gallery-slider .gallery-next::after,
.gallery-slider .gallery-prev::after {
  font-size: 22px;
  
}
.gallery-item {
  position: relative;
}
.gallery-item img{width:100%;}


.blog-next,
.blog-prev {
  background: #da0007;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 6px;
}
.red-color-bg .blog-next,
.red-color-bg .blog-prev{border: 1px solid #fff;}
.blog-slide-btn {
  width: 120px;
  margin-left: auto;
  margin-right: 20px;
}
.blog-next::after,
.blog-prev::after {
  font-size: 22px;
  
}
.blog-item {
  position: relative;
  padding: 20px;background: #fff;
  border-radius: 10px;
 transition: all 0.5s;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #da0007;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.blog-item p{text-overflow: ellipsis;
  overflow: hidden;display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;}
.blog-item ul li {
  display: block;
}
.blog-item .blog-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  color: #373435;text-overflow: ellipsis;
  overflow: hidden;display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.blog-item .explore-btn {
  margin-top: 0px;
}
.post-testimonial-item .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.post-testimonial-item {
 
  padding: 0px 10px;
  height: 100%;
}
.post-testimonial-border{
border-right: 1px solid #fff;
}
.post-testimonial-border:last-child{
border-right: none;
}
.footer {
    background: #121212;
    color: #fff;
    padding-top: 90px;
    position: relative;
    padding-bottom: 40px;
}
.newsletter-area {
  background: #da0007;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 80px;
}
.newsletter-area form .form-control {
  height: 60px;
  background: #fff;
  border: 2px solid #fff;
  color: #da0007;
  border-radius: 10px;
  padding: 7px 25px;
}
.newsletter-area form .theme-btn {
  border-color: #fff;
  margin-top: 20px;
}
.newsletter-form-two .form-control
{
    background: #fff;
    color: #111;
    border: 2px solid #fff;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px 10px;
    transition: all .5s;
}
.newsletter-form-two {
    border-radius: 15px;
    padding: 30px;
}
.assessment-box {
    border-radius: 15px;
    padding: 30px;
}
.assessment-box .theme-btn {
    border-color: #fff;
    width: 100%;
    justify-content: center;
}
.newsletter-form-two .form-control::placeholder{color: #111;}
.newsletter-form-two form .theme-btn {
    margin-top: 0px;
    border-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.newsletter-form-two .form-control:hover, .newsletter-form-two .form-control:focus, .newsletter-form-two .form-control:visited {
  border-color: #fff;
}
.newsletter-form-two .checkbox-area {
  margin-top: 15px;
}
.footer-logo-widget {
    margin-bottom: 60px;
    position: relative;
}
.footer-logo-widget img {
    width: 130px;
    margin-bottom: 10px;
}
.footer-widget {
    margin-bottom: 60px;
    position: relative;
}
.footer-widget .footer-links {
    margin: 0;
    padding: 0;
}
.footer-logo-widget p {
    color: #fff;
}
.footer-widget .footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}
.footer-widget .footer-links li a:hover {
    color: #da0007;
}
.footer-widget .footer-links li {
    display: block;
    margin-bottom: 12px;
    position: relative;
}
.footer-widget .footer-links li:last-child {
    margin-bottom: 0px;
}

.footer .copyright {
    border-top: 1px solid #fff;
    padding-top: 40px;
    position: relative;
}
.footer .copyright p {
    color: #fff;
    margin-bottom: 0;
}
.footer .copyright p a {
    color: #fff;
}
.footer-social {
    text-align: center;
    margin-top: 0px;
    display: flex;
    gap: 7px;
    justify-content: center;
}
.footer-widget .footer-links li i.fa {
    margin-right: 5px;
}
.footer-widget .widget-title {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.footer-widget .widget-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #da0007;
    display: inline-block;
    margin-left: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}
.footer-social a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: grid;
    align-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.4s;
}
.footer-social a:hover {
    color: #da0007;
    background: #fff;
}
.footer .copyright ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer .copyright ul li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
    line-height: 1;
    border-right: 1px solid #fff;
}
.footer .copyright ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.footer .copyright ul li a {
    color: #fff;
    text-decoration: none;
}

.page-banner-section {
    position: relative;background: #da0007;
   
}
.page-banner-section .section-title h1, .page-banner-section .section-title h2 {
color: #fff;}
.page-breadcrumbs {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0px;
}
.page-breadcrumbs li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0 3px;
}
.page-breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}

.privacy-page h1,
.privacy-page h2,
.privacy-page h3,
.privacy-page h4,
.privacy-page h5,
.privacy-page h6 {
  font-size: 30px;
  margin-top: 30px;
}
.privacy-page ul,
.privacy-page ol  {
  padding-left: 15px;
}
.privacy-page ul li,
.privacy-page ol li{
 margin-bottom:7px;
}
.experience-liysf-area {
 position:relative;
}
.experience-liysf-area .experience-liysf-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  padding: 80px 10px;
}

.experience-liysf-list li {
  display: inline-block;
 font-weight: 500;
  border-right: 2px solid;
  padding-right: 10px;
  margin-right: 10px;
}
.experience-liysf-list li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.experience-liysf-list {
  padding: 0;
  margin: 0 0 40px;
}
.experience-liysf-area .experience-liysf-box .theme-btn-two {
  margin-top: 40px;
}
.experience-liysf-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}
.quick-facts-list {
 list-style: disclosure-closed;
  padding-left: 15px;margin:0;
}
.quick-facts-list li {
 margin-bottom: 10px;
}
.quick-facts-area .quick-facts-img img {
  border-radius: 25px;
  width: 100%;
}
.why-choose-box {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s;
 height: 100%;
}

.why-choose-box .why-choose-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
 color: #373435;border-bottom: 2px solid #da0007;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.why-choose-box ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.why-choose-box li{
  color: #373435;margin-top: 5px;
}

.who-should-item {
  background: #da0007;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.who-should-item .who-should-title {
  font-size: 24px;
  display: block;color:#fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.who-should-item p{margin-bottom:0px;color:#fff;}

.steps-item {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;height: 100%;
}
.steps-item strong {display: block;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.70);margin-bottom: 8px;}
.steps-item p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.steps-area .theme-btn {
  border-color: #fff;
}
.steps-area .two-btns .theme-btn:last-child {
background: #fff;}


.speakers-item {
	position: relative;
  background: #fff;text-align: center;
}
.speakers-item a {
  display: block;
  text-decoration: none;
  color: #373435;
}
.speakers-item img {
  width: 200px;
  height: 250px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  margin-bottom: 15px;
}
.speakers-item strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.speakers-item span {
  display: block;
  margin-top:5px;
}

.faq-area .accordion-item {
  margin-bottom: 15px;
  border: 2px solid #fff;
  background: transparent;
  padding: 0 15px;
  border-radius: 10px;
}
.faq-area .accordion-item .accordion-body{padding-top:0px;padding-left: 0;
  padding-right: 0;}
.faq-area .accordion-item .accordion-button {
  color: #fff;padding-left: 0;
  padding-right: 0;
  font-size: 20px;font-weight:600;
box-shadow: none;background:transparent;}

.faq-area .accordion-item .accordion-button:not(.collapsed) {
color: #fff;}
.faq-area .accordion-item .accordion-body p{color: #fff;}
.faq-area .accordion-item .accordion-body p:last-child{margin-bottom:0px;}
.faq-area .accordion-item .accordion-button::after{background-image:url(../img/down-arrow.svg);background-position: center;}

.final-call-area .two-btns .theme-btn {
  border-color: #fff;
  color: #fff !important;
}
.final-call-area .two-btns .theme-btn:hover {color: #da0007 !important;}

.schedule-table .table {
  background: #fff;
  border-radius: 15px;overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);margin-bottom: 0;
}
.schedule-table .table td {
  border: 1px solid #dcdcdc;border-top: none;border-right: none;
 
}
.schedule-table .table thead td {
  font-weight: 500;
}
.schedule-table .table tr td:first-child {
  border-left: none;white-space: nowrap;
  
}
.schedule-table .table tbody tr:last-child td {
  border-bottom: none;
  
}
.schedule-table .table tr:nth-of-type(2n+1) {
  background: #f6f6f6;
}
.schedule-table .table thead tr {
  background: #da0007 !important;
  color: #fff;
}
.post-testimonial-item strong {
  font-weight: 700;
  display: block;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.post-testimonial-item p{color:#fff;}
.post-testimonial-item p:last-child{margin-bottom:0px;}

.faq-area.red-color-bg .theme-btn {
  border-color: #fff;
}
.apply-form {
  padding: 30px 15px;
  border-radius: 15px;background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.apply-form .step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.apply-form .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #da0007;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer; /* Added cursor pointer */
}
.progress-bar {
background-color: #da0007;}

.apply-form .step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #da0007;
  z-index: -1;
}

.apply-form #multi-step-form{
  overflow-x: hidden;
}
.apply-form .form-group {
  margin-bottom: 25px;
}
.apply-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.apply-form .form-control {
  background: transparent;
  color: #373435;
  border: none;
   border-bottom: 2px solid #dcdcdc;
  height: 46px;font-weight: 300;
  border-radius: 0;box-shadow: none;
  padding: 8px 0;transition: all .5s;
}
.apply-form .form-control::placeholder{color: #37343575;}
.apply-form select.form-control {
  appearance: auto;
}
.apply-form .checkbox-area {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.apply-form .form-control:hover, .apply-form .form-control:focus, .apply-form .form-control:visited {
  border-color: #da0007;
}
.apply-form .theme-btn {
  padding: 6px 12px;
}
.apply-form .step {
    opacity: 0;
    transition: opacity 2s ease;
}

.apply-form .step.active-step {
    opacity: 1;
}
.application-information-area .nav.nav-tabs {
  margin: 0;
  border: none;
  margin-bottom: 18px !important;
}
.application-information-area .nav.nav-tabs .nav-link {
  margin: 0;
  border: 1px solid #da0007;
  color: #da0007;
  box-shadow: none;
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: normal;
}
.application-information-area .nav.nav-tabs .nav-link.active,
.application-information-area .nav.nav-tabs .nav-link:hover {
  color: #fff;
  background:#da0007;
}
.application-information-area .nav.nav-tabs .nav-item {
  margin-right: 5px;
}
.application-information-area .nav.nav-tabs .nav-item:last-child {
  margin-right: 0px;
}
.application-information-area .tab-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.tab-content ul {
  padding-left: 15px;
}
.tab-content ul li{
  margin-bottom: 7px;
}

.science-fellow-area {
  
  background-size: cover;
  background-position: center;
 background-repeat: no-repeat;
}
.science-fellow-area .section-title-area {
  background: #ffffffd1;
  padding: 40px 30px;
  border-radius: 25px;
}
.benefits-item ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.benefits-item li{
  color: #373435;margin-top: 5px;
}
.final-call-area .two-btns.gap-2 {
  display: flex;
  flex-wrap: wrap;
}
.parent-toolkit-choose-img {
  height: 100%;
  position: relative;
}
.parent-toolkit-choose-img img {
  border-radius: 25px;
  width: 100%;
 /* height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;*/
}
.faq-area.parent-toolkit-choose .accordion-item {
  border: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.faq-area.parent-toolkit-choose .accordion-item .accordion-button {
color: #373435;}
.faq-area.parent-toolkit-choose .accordion-item .accordion-button:not(.collapsed) {
  color: #da0007;
}
.faq-area.parent-toolkit-choose .accordion-item .accordion-body p,
.faq-area.parent-toolkit-choose .accordion-item .accordion-body li{color: #373435;}
.faq-area.parent-toolkit-choose .accordion-item .accordion-button::after {
background-image: url(../img/down-arrow-red.svg);}
.faq-area .accordion-item .accordion-body ul {
  padding-left: 15px;
}
.application-information-area .tab-content {
  max-width: 720px;
}
.faq-area.parent-toolkit-choose .accordion-item .accordion-body p b {
  font-weight: 600;
}
input.theme-btn:hover {
  background: #fff;
}
.form-part .form-control {
  background: transparent;
  color: #373435;
  border: none;
   border: 1px solid #dcdcdc;
  height: 50px;font-weight: 300;
  border-radius: 10px;box-shadow: none;
  padding: 10px;transition: all .5s;
}
.form-part .form-control::placeholder{color: #37343575;}
.form-part select.form-control {
  appearance: auto;
}
.form-part .checkbox-area {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.form-part .form-control:hover, .form-part .form-control:focus, .form-part .form-control:visited {
  border-color: #da0007;
}
.form-part .theme-btn {
  padding: 6px 12px;
}
.form-part .form-group {
  margin-bottom: 25px;
}
.form-part{
  padding: 30px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form-part .form-group textarea.form-control {
  min-height: 140px;
  height: auto;
}
.contact-detail .contact-detail-box {
  border-bottom: 1px solid #da0007;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contact-detail .contact-detail-box:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.contact-detail .contact-detail-box strong {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-detail .contact-detail-box p a {
  text-decoration: none;
}
.contact-social {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.contact-detail .contact-detail-box p:last-child{margin-bottom: 0px;}
.contact-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #da0007;
  display: grid;
  align-content: center;
  text-decoration: none;
  color: #da0007;
  font-size: 16px;
  border-radius: 50%;transition: all .4s;
}
.contact-social a:hover { color: #fff;background:#da0007;}
.blog-detail-page .section-title-area ul {
  padding: 0;
}
.blog-detail-page .section-title-area ul li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-right: 8px;
  background: #da0007;
  padding: 5px 10px;
  border-radius: 5px;
}
.blog-detail-page .post-img {
  margin-bottom: 30px;
}
.blog-detail-page .post-img img {
  border-radius: 15px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 20px;
  margin-top: 30px;
}
.post-content ul,
.post-content ol {
  padding-left: 15px;
}
.post-content ul li,
.post-content ol li{
 margin-bottom:7px;
}
.featured-blogs {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.featured-blogs h4 {
  border-bottom: 2px solid #da0007;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 24px;
}
.featured-blog-box {
  margin-bottom: 15px;min-height: 50px;
}
.featured-blog-box a{display: block;
  text-decoration: none;
  color: #111;position: relative;}
.featured-blog-box a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
 border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-blog-box a {
  display: block;
  text-decoration: none;
  color: #111;
  position: relative;
  padding-left: 60px;
}
.featured-blog-box a p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 7px;
  line-height: 1.3;font-weight: 600;
}
.featured-blog-box a span{text-transform: capitalize;
  font-size: 12px;display:block;}
.page-banner-section.section-space {
    padding: 40px 0;
}
.recent-links-box a {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-weight: 600;
}
.recent-links-box a:hover{ color: #da0007;}
.recent-links-box a:last-child { border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;}
/* Responsive Css*/
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
	.logo-grid-item {
 width: 170px;
}
.logo-grid-item img {
  max-width: 150px;
  max-height: 80px;
}
}
@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-space-top {
        padding-top: 60px;
    }
    .section-space-bottom {
        padding-bottom: 60px;
    }
  
  .top-header-links a {
    margin: 4px 4px;
    font-size: 12px;
}
  .top-header-links a.logo-text {
    font-size: 16px;
    white-space: nowrap;
}
  .hero-slider-section .hero-img img {
    height: auto;}
  .hero-slider-section {
    height: auto;
}
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 32px;}
  .hero-slider-section .hero-slider-content p {
    font-size: 16px;
}
  .benefits-item .benefit-title {
    font-size: 24px;}
}

@media (max-width: 991.98px) {
    #navbarNav.collapse:not(.show) {
        transform: translate(100%);
    }

    #navbarNav.collapse.show {
        transform: translate(0%);
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-light .navbar-toggler-icon {
        background: unset;
    }
    .navbar-light .navbar-toggler {
        border-color: #ffffff82;
        padding: 8px;
        border: none;
    }

    .navbar-light .navbar-toggler-icon {
        height: 2px;
        width: 30px;
        border-radius: 2px;
        background: #da0007;
        position: relative;
    }

    .navbar-light .navbar-toggler-icon::after {
        content: "";
        height: 2px;
        width: 30px;
        position: absolute;
        right: 0;
        bottom: -8px;
        border-radius: 2px;
        background: #da0007;
    }

    .navbar-light .navbar-toggler-icon::before {
        content: "";
        height: 2px;
        width: 30px;
        position: absolute;
        right: 0;
        top: -9px;
        border-radius: 2px;
        background: #da0007;
    }

    .vijayMenu {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        height: 100vh;
        overflow-y: scroll;
        width: 300px;
        transition: all 0.5s ease;
        padding: 65px 15px 30px;
        z-index: 9;
        border-left: 1px solid #da0007;
    }
    .headerTop.HomeMenu .navbar .navbar-nav.real-menu {
        width: 100%;
    }
    .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
        margin: 3px 0;
        width: 100%;
    }

    #navbarNav.collapse:not(.show) {
        display: block !important;
    }
    


    .navbar-toggler.mitem {
        padding: 0;
        color: #fff;
        border: none;
        position: absolute;
        right: 40px;
        top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space-top {
        padding-top: 50px;
    }
    .section-space-bottom {
        padding-bottom: 50px;
    }
    .section-space {
        padding-bottom: 50px;
        padding-top: 50px ;
    }
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
   font-size: 28px;
    margin: 0px 0 10px;}
  .hero-slider-section .hero-slider-content p {
    font-size: 16px;
}
  .theme-btn {
    padding: 7px 15px;}
  .section-sub-title {
    margin-bottom: 5px;
    font-size: 16px;}
a.logo-text {
 font-size: 14px;}
.top-header {
  padding: 8px 0;}
  .headerTop.HomeMenu .navbar .top-header-links {
    display: block;
}
  .headerTop.HomeMenu .navbar .top-header-links a {
    display: block;
    color: #111;
    font-size: 15px;
    text-align: left;
    margin: 15px 0;
}
  .hero-slider-section {
    height: 80vh;
}
  .hero-slider-section .hero-img img {
    height: 80vh;}
.section-title-area {
    margin-bottom: 20px;
}
  .benefits-item .benefit-title {
    font-size: 24px;}
  .blog-slide-btn {
    margin-right: 0px;
    margin-top: -25px;
}
  .highlights-item .highlights-title {
    font-size: 18px;
    margin-bottom: 10px;
   
}
  .highlights-item {
   gap: 15px;
   
}
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
}
  .footer-widget .widget-title {
    margin-bottom: 20px;}
  .footer-widget {
    margin-bottom: 40px;}
  .footer .copyright p {
   text-align: center;
}
  .footer .copyright {
    padding-top: 30px;}
  .footer .copyright .footer-social {
    margin: 12px 0;
}
  .page-banner-section.section-space {
    padding: 25px 0;
}
  .blog-item {
    padding: 15px;}
  .contact-detail .contact-detail-box strong {
    font-size: 20px;
    margin-bottom: 10px;
}
  .form-part {
    padding: 15px 15px;
    border-radius: 10px;}
  .form-part .form-group {
    margin-bottom: 15px;
}
}



