@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body {
    background-color: #000;
    color: #fff;
	font-family: "Manrope", sans-serif;
}
.nav_bg {
    border-bottom: 1px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: #030507;
}
.navbar-brand img {
    width: 100px;
}

.btn_primary {
    background-color: #F14D5D;
    padding: 6px 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.btn_primary:hover {
    background-color: #2878EB;
}
.banner-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#f4f4fc), to(rgba(249, 249, 253, 0.2)));
    background-image: -o-linear-gradient(left, #f4f4fc, rgba(249, 249, 253, 0.2));
    background-image: linear-gradient(to right, #161616, rgba(249, 249, 253, 0.2));
}
.banner-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.banner-form {
    background-color: #000;
    border-radius: 20px;
    padding: 36px;
    color: #fff;
    width: auto;
}
.banner-form .form-control,.banner-form .form-select {
    background-color: transparent;
    margin: 8px 0 0;
    color: #fff;
}
.banner-form .form-select , .enquiry-form .form-select {
	background-image: url(../images/download.svg);
}
.banner-form .form-select option {
    color: #000;
}
.disclaimer-bar {
  background-color: #0b0f1b;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  overflow: hidden;
  color: red;
  font-weight: 500;
  font-size: 14px;
}

.disclaimer-btn {
  background-color: #e9415d;
  color: #fff;
  padding: 6px 18px;
  border: none;
  margin-right: 20px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
}

.disclaimer-scroll-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}

.disclaimer-scroll-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
::placeholder {
    color: #fff !important;
}
.iti {
    width: 100%;
}
.iti__country {
    color: #000;
}
.section {
    padding: 50px 0;
}
.sec_head h3 {
    font-size: 39px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
}
.banner-content h3 {
	font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-content p {
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.band_card {
    background-color: #1A212C;
    text-align: center;
    height: 100%;
}
.band_card img {
    background: #1DC29226;
    padding: 20px;
    border-radius: 30%;
}
.band_card h3 {
    line-height: 30px;
    font-weight: 700;
    font-size: 1.5rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff;
    text-align: left;
    color: #000;
}
.nav-pills .nav-link {
    text-align: left;
    background-color: #f14c5d;
    color: #fff;
    margin-bottom: 12px;
    padding: 18px 50px;
}
.nav-pills .nav-item {
    padding: 10px;
}
.course_content {
    background-color: #1A212C;
    padding: 30px;
    border-radius: 12px;
}
.need_sec h3 {
    font-weight: 800;
}
.need_txt h6 {
	font-size: 18px;
    font-weight: 600;
    line-height: 23px;
	color: #FFFFFF;
}
.need_txt h3 {
    font-size: 38px;
    font-weight: 800;
    line-height: 46px;
	color: #FFFFFF;
}
.need_sect {
	background: linear-gradient(135deg, #7351ff 0%, #60bbff 100%);
}
.industry_card {
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.industry_row>div {
    padding: 20px 0;
}
.industry_card h3 {
    font-weight: 700;
}
.icon_ind {
    background-color: #1DC29226;
    padding: 10px 12px;
    border-radius: 22px;
}
.icon_ind i {
    width: 20px;
    height: 20px;
    text-align: center;
}
.industry_card {
    padding: 20px;
}
.icon_text h4 {
    font-weight: 700;
}
.owl-dots {
    text-align: center;
    padding-top: 10px;
}
.owl-carousel button.owl-dot.active {
    background-color: #F14D5D;
    border: 1px solid #F14D5D;
}
.owl-carousel button.owl-dot {
    border-radius: 50%;
    width: 16px;
    border: 1px solid #fff;
    background-color: #fff;
    height: 16px;
    margin: 0px 4px;
    text-align: center;
}
.alumni_card {
    padding: 16px;
}
.alumni_sp {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
}
.alumni_sp2 {
    border: 1px solid #ee2c3c;
 }
.testi_card {
    border-radius: 12px;
    height: 410px;
}
.testi_card .card-body p {
    font-size: 16px;
}
 .testi_img img {
    border-radius: 50px;
    width: 80px !important;
 }
 .testi_card li {
    margin-right: 6px;
 }
 .testi_card li i {
  color: #fec42d;
 }
.schedule_block>div {
    border-right:  1px solid #fff;
}
.schedule_block>div:last-child {
    border-right:  1px solid transparent;
}
.designation {
    font-size: 14px;
}
 footer {
    padding: 60px 0;
    color: #fff; 
}
footer .container {
    border-top: 1px solid #fff;
    padding: 30px 0 0;
}
.footer_logo img {
    width: 160px;
}
.f_head a {
    text-decoration: none;
    color: #fff;
}
.social {
    display: flex;
    grid-gap: 10px;
}
.social a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: underline;
}
.accordion-item {
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 20px;
    margin: 16px 0;
}
.accordion-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 20px 20px 20px 20px;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: 20px;
}
@media (max-width:991px) {
    .navbar-toggler-icon {
       color: #fff;
       padding: 10px;
    }
    .navbar-toggler {
        background-color: #fff;
    }
    .navbar-nav {
        text-align: center;
    }
    .band_card {
        padding: 12px !important;
    }
    .band_card h3 {
        font-size: 1.25rem;
    }
    .sec_head h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .section {
        padding: 30px 0;
    }
    .need_sec>div>div {
        padding: 20px !important;
        display: block !important;
    }
    .need_txt {
        margin-bottom: 20px;
    }
	.footer_logo {
		text-align: center;
	}
	.f-social {
		text-align: center;
	}
	.social {
		align-items: center;
		justify-content: center;
	}
	.need_txt h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner-content h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
}
@media (max-width:767px) {
    .banner-caption {
        position: relative;
		top: -100px;
    }
	.banner-content p{
		padding-bottom: 22px;
	}
    .banner-form {
        border: 1px solid #fff;
    }
    .schedule_block>div:nth-child(2) {
        border-right: 1px solid transparent;
    }
    footer .container {
        padding: 20px;
    }
    footer {
        padding: 60px 0 30px;
    }
	.footer_logo {
		text-align: center;
	}
	.f-social {
		text-align: center;
	}
    .footer_logo img {
        margin-bottom: 12px;
    }
    .sticky-mb {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        justify-content: space-between;
        box-shadow: 0 0 30px rgba(30, 0, 0, 0.35);
    }
    .sticky-mb a {
        text-decoration: none;
        color: #fff;
    }
	.social {
		align-items: center;
		justify-content: center;
	}
	.need_txt h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner-content h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
}
.enquiry-form .modal-content {
    background-color: #000;
    border: 1px solid #fff;
    padding: 30px 30px 20px
}
.enquiry-form .form-control ,
.enquiry-form .form-select {
    background-color: transparent;
    color: #fff;
}
.enquiry-form .form-select option {
    color: #000;
}
.enquiry-form .form-group {
    margin-bottom: 16px ;
}
.enquiry-form button.btn-close {
    opacity: 1;
    position: absolute;
    top: -40px;
    right: -20px;
}
#enquiry-form .btn-close {
    background-image: url(../images/close_btn.svg);
}