@charset "utf-8";
/* CSS Document */

@import url(2022-general-media.css);

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/*----------------------------------------------

1. Reset

----------------------------------------------*/

/* #region Reset */

html,
body {
  margin: 0;

  padding: 0;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  font-family: "Roboto";

  font-size: 14px;

  line-height: 20px;

  background-color: #fff;
}

/* #endregion Reset */

h1 {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-top: 15px;

  font-family: "Roboto";

  font-weight: bold;
}

h4 {
  font-size: 1.5rem;

  font-family: "Roboto";

  font-weight: 500;
}

.w-90 {
  max-width: 90%;
}

/*----------------------------------------------

2. Header

----------------------------------------------*/

/* #region Header */

section#faculty-wrapper {
  background-color: #fa6002;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
section#Well-Rounded-wrapper {
    padding: 60px 0 30px 0;
}
.col-md-3 .faculty h3 {
  color: #ffd92a;

  font-weight: 600;
}

.image-wrap img {
  width: 100%;

  height: 750px;

  object-fit: cover;
}

.logo-img {
  padding: 8px 3rem;

  width: 250px;

  object-fit: cover;

  height: 90px;
}

.col-md-6.abt-cont h2:after {
  content: "";

  width: 75px;

  height: 4px;

  position: relative;

  background-color: #ffd92a;

  display: block;

  margin-top: 8px;
}

section#about-wrapper {
  padding: 60px 0;
}

.col-md-6.abt-cont p {
  font-size: 16px;

  padding: 2rem 0;

  line-height: 30px;

  text-align: justify;

  font-weight: 500;

  letter-spacing: 0.7px;
  color: #fff;
}
#uniqueness-wrap{
  padding: 60px 0;
}
.program-inner {
  background-color: #f3f3f3;

  padding: 4rem;
}

.program-inner h2 {
  text-align: center;

  padding-bottom: 2rem;

  letter-spacing: 1px;

  font-weight: 600;
}

.inner-program {
  color: #fa6002;

  padding: 2rem;

  margin-bottom: 1rem;

  text-align: left;

  background: white;

  height: 100%;

  display: flex;

  box-shadow: 0px 1px 2px 0px #888;

  align-items: center;

  justify-content: space-evenly;

  border-radius: 6px;

  flex-direction: row-reverse;
}

.col-md-6.abt-img {
  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.phone span {
  font-size: 18px;
}

aside.col-md-12.Well-Round-cont h1 {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #fa5703;
  padding: 20px 0;
}

aside.col-md-12.Well-Round-cont h4 {
  padding-bottom: 1rem;
  letter-spacing: 0.5px;
}

.col-md-4.program {
  margin-bottom: 2rem;
}

.inner-program h3 {
  font-weight: 500;

  letter-spacing: 1px;

  color: #000;

  font-size: 18px;
  margin-bottom: 0;
}

.col-md-4.program {
  margin-bottom: 2rem;
}

.excellent-inner {
  padding-top: 60px;
}

.col-md-7.ex-cont h2 {
  font-weight: 600;

  letter-spacing: 1px;

  margin-bottom: 40px;
}

.ex-img h2 {
  font-weight: 600;

  letter-spacing: 1px;

  margin-bottom: 40px;
}

ul.apply-list li {
  font-size: 16px;

  line-height: 30px;

  letter-spacing: 0.5px;

  padding-bottom: 1rem;

  list-style: auto;
}

.col-md-3.image-placer img {
  height: 100%;

  object-fit: cover;

  padding: 1rem;

  background-color: #f3f3f3;
}

.col-md-12.ex-cont h2 {
  padding-bottom: 2rem;
}

.col-md-12.ex-img img {
  background-color: #f3f3f3;
  padding: 3rem 0 1rem 0;
}

.ex-img-inner {
  padding: 1rem;

  text-align: center;
}

.col-md-3.image-placer {
  margin-bottom: 2rem;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.col-md-7.ex-cont p {
  font-size: 16px;

  line-height: 30px;

  letter-spacing: 1px;
}

.col-md-6.ex-cont-inner {
  margin: 2rem 0;
}

.col-md-6.ex-cont-inner h3 {
  color: #200a03;

  font-weight: 600;

  letter-spacing: 1px;
}

#why-wrapper {
  padding: 60px 0;

  background: #200a03;
}

#why-wrapper h1 {
  color: #fa6002;

  margin: 0 0 30px 0;

  text-transform: uppercase;
}

#why-wrapper .item {
  float: left;

  width: 100%;

  text-align: center;
}

#why-wrapper .item .icon {
  float: left;

  width: 100%;

  min-height: 90px;

  text-align: center;

  position: relative;
}

#why-wrapper .item .name {
  float: left;

  width: 100%;

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  text-align: center;
}

section#apply-wrapper {
  padding: 60px 0 60px 0;
  background: #ebf1f8;
}
.ex-img-inner h4:last-child {
  font-size: 14px;
}

.apply-head h5 {
  text-align: center;

  padding-bottom: 2rem;

  font-weight: 400;

  letter-spacing: 1px;

  font-size: 16px;
}

.apply-head h2 {
  text-align: center;

  font-weight: 700;

  color: #fa5703;

  padding-bottom: 1rem;
}



ul.abt-fact-list li {
  margin-bottom: 2rem;
  padding: 0 0 0 25px;
  background: url(https://www.firebird.ac.in/wp-content/themes/firebird/images/bird-list.png) 0 0 no-repeat;
  list-style: none;
  background-size: 16px;
}

ul.abt-fact-list {
  padding: 2rem 1rem;
}


.col-md-6.abt-cont h2 {
  text-transform: uppercase;
  color: #fa6002;
}

#foot-top {
  padding-bottom: 30px;

  height: 300px;
}

footer {
  color: #cacaca;

  padding-top: 60px;

  background: url(https://www.firebird.ac.in/wp-content/themes/firebird/images/bg-3.jpg) left bottom no-repeat #1f1f1f;
}

footer h1 {
  color: #fff;

  padding-bottom: 2rem;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.location {
  float: left;

  width: 100%;

  background: url(https://www.firebird.ac.in/wp-content/themes/firebird/images/location-icon.png) 0 0px no-repeat;

  padding-left: 36px;

  margin-bottom: 20px;
}

.email {
  float: left;

  width: 100%;

  margin-bottom: 20px;

  padding-left: 36px;

  background: url(https://www.firebird.ac.in/wp-content/themes/firebird/images/icon-mail.png) 0 -5px no-repeat;
}

.phone {
  float: left;

  width: 100%;

  font-size: 15px;

  /* font-weight: 500;*/

  padding-left: 30px;

  background: url(https://www.firebird.ac.in/wp-content/themes/firebird/images/phone.png) 0 5px no-repeat;

  margin-bottom: 20px;
}

footer p {
  float: left;

  width: 100%;

  color: #cacaca;

  font-size: 16px;
}

footer a {
  color: #cacaca;

  font-size: 16px;
}

#foot-bottom {
  padding: 20px 0;

  border-top: 1px solid #65656a;

  text-align: center;

  font-size: 16px;
}

.admission-apply-inner {
  padding: 4rem 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    background: -webkit-radial-gradient(0% 2%, circle, rgb(50 129 20 / 0%) 9px, #fa6002 10px, rgba(96, 16, 48, 0) 11px), -webkit-radial-gradient(100% 100%, rgba(96, 16, 48, 0) 9px, #f96002 10px, rgba(96, 16, 48, 0) 11px), none !important;
    background-size: 20px 20px !important;
    background-color: #ff6100c7 !important;
}
.admission-btn a {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom-right-radius: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 200ms all;
  border-top-left-radius: 12px;
}
.admission-apply-inner .row{
  display: flex;
    align-items: center;
}
.admission-cont h2{
  text-align: start;
}
.admission-btn{
  text-align: end;
}
.col-6.admission-cont {
  display: flex;

  justify-content: center;

  align-items: center;
}

.col-6.admission-cont h2 {
  font-weight: 600;

  letter-spacing: 1px;
}

.col-6.admission-btn {
  display: flex;

  justify-content: center;

  align-items: center;
}

.admission-btn a {
  color: #fff;

  border: 2px solid #fff;

  padding: 12px 20px;

  font-size: 1.5rem;

  text-transform: uppercase;

  border-bottom-right-radius: 12px;

  font-weight: 600;

  letter-spacing: 1px;

  transition: 200ms all;

  border-top-left-radius: 12px;
}

.admission-btn a:hover {
  color: #fa6002;

  background-color: #fff;

  text-decoration: none;
}

.col-md-3.campus-img {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;
}

.campus-head h2 {
  text-align: center;

  padding: 3rem 0 4rem;

  color: #fa6002;

  font-weight: 600;

  letter-spacing: 1px;
}
.inner-program:hover {
    box-shadow: 5px 3px 3px 1px #8888887d;
}
.col-md-3.campus-img h4 {
  padding: 2rem 0;

  color: #fa6002;

  letter-spacing: 1px;
}

section#expo-wrapper {
  padding-bottom: 70px;
}

.col-md-3.expo-img {
  display: flex;
  justify-content: center;
}

.campus-inner {
  padding-bottom: 60px;
}

.expo-head h2 {
  text-align: center;
  padding: 0rem 0 3rem;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

.intern-rec {
  background-color: #f3f3f3;
  padding: 0 2rem 6rem;
}

.intern-rec h2 {
  text-align: center;
  padding-bottom: 2rem;
}

.intern-rec h2:after {
  content: "";
  width: 10%;
  height: 6px;
  border-radius: 9px;
  position: relative;
  margin: 0 auto;
  background-color: #ffd929;
  display: block;
  margin-top: 8px;
}

.col-md-3.inter-img {
  display: flex;
  justify-content: center;
}

.intern-rec {
  background-color: #f3f3f3;
  padding: 0 2rem 6rem;
}

.col-12.apply-btn a:hover {
  color: #000;
}

.col-12.apply-btn a {
  background: #fa6002;

  padding: 1rem 2rem;

  font-size: 1.5rem;

  color: #fff;

  text-decoration: none;

  border-radius: 2rem;

  transition: 300ms all;
}

.col-12.apply-btn {
  margin-top: 1rem;

  display: flex;

  align-items: center;

  justify-content: center;
}

.apply-cont-iner p {
  font-size: 16px;

  letter-spacing: 0.75px;

  line-height: 30px;
}

.apply-cont-iner h4 {
  color: #fa6002;
  padding-bottom: 10px;
}

.apply-cont-iner {
  margin: 0 auto;

  padding: 2rem 0;
}

ul.apply-list {
  padding: 0 20px;
}

section#testimonials-wrapper .carousel-indicators {
  bottom: -45px;
}

ul.well-list {
  margin: 1rem 0;
}

ul.well-list li {
  margin-bottom: 2rem;
  font-size: 16px;
  padding: 0 0 0 25px;
  background: url(https://www.firebird.ac.in/wp-content/themes/firebird/images/bird-list.png) 0 0 no-repeat;
  list-style: none;
  background-size: 16px;
}

.campus-head h2:before,
.apply-head h2:before {
  content: "";

  width: 4%;

  height: 6px;

  border-radius: 9px;

  margin: 0 auto;

  position: relative;

  background-color: #ffd929;

  display: block;

  margin-bottom: 1rem;
}

.col-md-6.ex-cont {
  border-right: 1px solid #80808021;
}

.ex-img h2:after,
.ex-cont h2:after {
  content: "";

  width: 10%;

  height: 6px;

  border-radius: 9px;

  position: relative;

  background-color: #ffd929;

  display: block;

  margin-top: 8px;
}

ul.abt-fact-list li {
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

ul.abt-fact-list {
  margin: 2rem 0;
}

.ex-img-inner h4 {
  text-align: left;

  font-size: 16px;
}

.ex-img-inner h4:first-child {
  color: #fa6002;
}

.col-2.apply-flow p {
  font-size: 16px;

  font-weight: 500;

  letter-spacing: 0.5px;

  padding: 1rem 0;
}

.col-2.apply-flow {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

.col-md-2.col-4.apply-flow {
  text-align: center;

  padding: 1rem;
}

.col-md-2.col-4.apply-flow p {
  font-size: 15px;

  color: gray;

  letter-spacing: 1px;

  font-weight: 600;

  padding: 2rem 0 1rem 0;
}

#form-wrapper {
  display: flex;
}

.home-banner {
  position: relative;
}

.home-banner .content-wrap {
  padding: 50px 0;

  width: 100%;

  left: 0%;

  top: 0%;

  position: absolute;
}
#about-wrapper {
  padding: 60px 0 !important;
  background: url(https://www.firebird.ac.in/wp-content/uploads/2023/01/wave-7.png) no-repeat bottom !important;
  color: #000;
  background-size: 100% !important;
  background-color: #200a03 !important;
}
.col-md-6.form-inner,
.col-md-6.home-txt {
  display: flex;

  align-items: center;

  justify-content: end;
}

h4.sem {
  border-left: 4px solid #fff;

  padding-left: 12px;

  margin-top: 1rem;
}

.iner-content h4 {
  color: #fff;
  text-transform: unset;
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 18px;
  border-left: 3px solid;
  padding-left: 12px;
}

.iner-content h3 {
  text-transform: unset;
  letter-spacing: 1px;
  line-height: 30px;
  color: #fa6002;
  text-align: left;
  font-size: 20px;
  padding: 1rem 0;
}
.inner-program h5 {
  font-size: 24px;
}
.col-md-3 .faculty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#why-wrapper .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

section#testimonials-wrapper .col-md-6 {
  margin-bottom: 2rem;
}

section#foot-bottom a {
  padding-left: 6px;
}

#foot-bottom .rights {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#foot-bottom .power {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.item:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.campus-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #fa6002, #eceaea);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.campus-img .text {
  color: #34271f;
  font-size: 20px;
  position: absolute;
  font-weight: 600;
  top: 50%;
  left: 50%;
  line-height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.email a:hover,
.phone a:hover {
  color: #e95d02;
  text-decoration: none;
}

.col-12.apply-btn a:hover {
  color: #fa6002;
  background: #fff;
  border: 1px solid;
}

#brands-wrapper {
  background: #f57821;
  padding: 20px 0;
}

#brands-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-md-12.ex-img p {
  font-size: 18px;
  padding-bottom: 1rem;
}

aside.col-md-12.Well-Round-cont p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

#brands-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 3px 0px #888;
  margin: 2rem;
  background-color: #f57722;
}

.brands-wrap {
  background-color: #f3f3f3;
  padding: 30px 0;
}

#brands-wrapper {
  background: #f3f3f3;
  padding: 20px 0;
}

/*Why Choose*/

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-fymr {
  border-color: inherit;
  font-weight: bold;
  color: #fa6002;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
}

.tg .tg-7btt {
  border-color: inherit;
  font-weight: bold;
  color: #fa6002;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
}

.tg .tg-0pky {
  border-color: inherit;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
}

.col-md-12.choose-cont h2 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
  color: #fa6002;
}

.col-md-12.choose-cont h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin: 5px auto;
}
#Agree {
    margin-top: 0 !important;
}
.choose-innner {
  padding: 60px 0;
  background: #200a03;
}
.banner-form .form-box{
	background: #fff;
    padding: 20px;
    border-radius: 10px;
	width: 80%;
}
.gform_required_legend{
	display:none;
}
.banner-form .form-box h3{
	font-size: 26px;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
}
/* .banner-form .gform_wrapper.gravity-theme .gfield input.large,.banner-form .gform_wrapper.gravity-theme .gfield select.large{
	margin: 10px 0;
} */
.banner-form #gform_submit_button_7{
    color: #fff;
    font-size: 14px;
    background-color: #81181d;
    border: 1px solid #81181d;
    border-radius: 5px;
	padding:5px 30px;
    text-transform: uppercase;
	cursor: pointer;
}
.banner-form .gform_validation_errors{
	display:none;
}
.banner-form .validation_message{
	display:none;
}
.banner-form .gfield_consent_label{
	margin-left: 10px;
	font-size:12px;
}
.banner-form #input_7_10_1{
	margin-top: 3px;
}
.banner-form .gform_wrapper.gravity-theme .gform_footer,.banner-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 16px 0 0 0;
}
.banner-form .gform_wrapper.gravity-theme .gform_footer input{
	margin:0;
}
.banner-form .ginput_container{
	display:flex;
	align-items:start;
}
img#gform_ajax_spinner_7{
	display:none;
}
.w-800 {
  max-width: 89%;
}
header .admission-btn {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background: #fa6002;
  line-height: 36px;
  margin-top: 12px;
}
header {
  padding: 15px 0;
  background: #edeeee;
}
#international-mba-admission .program-inner h2 {
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
}
#international-mba-admission .program-inner h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#program-wrapper .program-inner {
  background-color: transparent !important;
  padding: 60px 0 !important;
}
#program-wrapper {
  background-color: #ebf1f8;
  border-bottom: 1px solid #fa6002;
}
#why-wrapper h2{
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
  text-transform: uppercase;
}
#why-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#Well-Rounded-wrapper h2{
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
  text-transform: uppercase;
}
#Well-Rounded-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#apply-wrapper h2{
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
  text-transform: uppercase;
}
#apply-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#excellent-wrapper h2{
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
  text-transform: uppercase;
}
#excellent-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#excellent-wrapper .ex-img2 {
  text-align: center;
}
#excellent-wrapper p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 1rem;
  list-style: auto;
  text-align: center;
}
#campus-wrapper h2{
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
  text-transform: uppercase;
}
#campus-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#expo-wrapper h2{
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fa6002;
  text-transform: uppercase;
}
#expo-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#testimonials-wrapper {
  padding: 60px 0;
  background: url(https://cdn.npfs.co/uploads/template/581/2135/publish/images/bg-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#testimonials-wrapper h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
#testimonials-wrapper h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
#testimonials-wrapper .item .content {
  float: left;
  width: 100%;
  padding: 80px 30px 30px 30px;
  background: #fa6002;
  position: relative;
  border-top-left-radius: 40px;
  height: 240px;
}
#testimonials-wrapper .item .details {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 0 30px 22px 30px;
  position: relative;
  background: #fa6002;
  border-bottom-right-radius: 40px;
  height: 120px;
}
#testimonials-wrapper .item .content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 50%;
  width: 100px;
  height: 55px;
  transform: rotate(180deg);
  background-position: 30px 10px;
  opacity: 0.2;
  z-index: 99;
}
#testimonials-wrapper .item .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
}
#testimonials-wrapper .item .content::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 50%;
  width: 100px;
  height: 50px;
  background-position: 10px 0px;
  opacity: 0.2;
  z-index: 99;
}
#testimonials-wrapper .item .details .name {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
#testimonials-wrapper .item .details .department {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.testimonial-item-image {
  width: 100%;
  height: 360px;
}
.testimonial-item-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* object-fit: cover; */
}
#testimonials-wrapper .swiper-pagination-bullet {
  background: #fff;
}
#testimonials-wrapper .swiper-pagination-bullet-active {
  background: #fa6002 !important;
}
#testimonials-wrapper .swiper-container-horizontal > .swiper-pagination-bullets,
#testimonials-wrapper .swiper-pagination-custom,#testimonials-wrapper .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  margin-top: 30px;
  width: 100%;
}
.rich-galaxy-wrap-content{
  position: relative;
}
.rich-galaxy-wrap-content .bird-1 {
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  z-index: 1;
}
.rich-galaxy-wrap-content .bird-1 img{
  opacity: 0.5;
}
.rich-galaxy-wrap-content p{
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.NLFDP-wrap .rich-galaxy-wrap-content h2 {
  padding: 1rem 0 1rem 0;
  text-transform: uppercase;
  text-align: start;
  color: #fa6002;
}
.NLFDP-wrap .rich-galaxy-wrap-content h2 span{
  color:#000;
}
.NLFDP-wrap .rich-galaxy-wrap-content h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
.NLFDP-wrap #Objective-wrapper .Objective-cont-1 {
  background: url(https://www.firebird.ac.in/wp-content/uploads/2023/01/0001_ADD_0495.jpg) no-repeat;
  padding: 60px 0px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.NLFDP-wrap .admission-btn1 a,
.NLFDP-wrap .admission-btn2 a,
.NLFDP-wrap .admission-btn3 a {
  background: #fff;
  padding: 10px 20px;
  color: #fa6002;
  font-size: 14px;
  font-weight: 600;
}

.NLFDP-wrap .admission-btn1 a:hover,
.NLFDP-wrap .admission-btn2 a:hover,
.NLFDP-wrap .admission-btn3 a:hover {
  text-decoration: none;
}
.NLFDP-wrap .admission-btn2{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.NLFDP-wrap .Objective-inner h2 {
  padding-bottom: 2rem;
  color: #fff;
  text-transform: uppercase;
}
.NLFDP-wrap .col-md-6.abt-cont h2 span{
  color:#fff;
}
.NLFDP-wrap .Objective-inner h2 span{
  color: #ffd92a;
}
#rich-process-content h2{
  padding-bottom: 2rem;
  color: #fa6002;
}
#rich-process-content h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin: 8px auto 0 auto;
}
.NLFDP-wrap .Objective-inner h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin: 8px auto 0 auto;
}
.NLFDP-wrap .image-wrap img {
  height: auto !important;
}
.NLFDP-wrap .rich-galaxy-wrap h2{
  padding-bottom: 2rem;
  color: #fa6002;
  text-transform: uppercase;
}
.NLFDP-wrap .rich-galaxy-wrap h2 span{
  color:#000;
}
.NLFDP-wrap .rich-galaxy-wrap h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin: 8px auto 0 auto;
}
#rich-process-content {
  padding: 60px 0;
}
#rich-process-content ul.abt-fact-list {
  margin: 0;
  padding: 0;
}
.rich-galaxy-wrap-content ul.abt-fact-list {
  margin: 0;
  padding: 0;
}

.NLFDP-wrap ul li {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding-bottom: 0;
}
.NLFDP-wrap .Objective-cont-1 p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding-bottom: 1rem;
}
.NLFDP-wrap .business-analyst-wrapper .Objective-inner {
  padding: 0;
}
.NLFDP-wrap .col-md-6.abt-cont p {
  font-weight: 400;
  padding: 1rem 0 0 0;
  margin: 0;
}
.business-analyst-wrapper p b {
  font-weight: 600;
  color: #f78946 !important;
}
.NLFDP-wrap .rich-galaxy-wrap {
  padding: 60px 0;
}
.NLFDP-wrap .rich-galaxy-wrap-content {
  background-color: #ebf1f8;
  padding: 60px 0;
}
.NLFDP-wrap .rich-galaxy-wrap-content2{
  background-color: #fff !important;
}
.rich-item-img img{
  border-radius: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.rich-item-content h3 {
  color: #fa6002;
  font-size: 20px;
}
.rich-item-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.rich-item-content p {
  font-size: 16px;
  margin: 0;
}
.rich-item {
  padding: 10px;
}
.NLFDP-wrap .col-md-6.abt-cont h2 {
  text-transform: uppercase;
  color: #fa6002;
  text-align: start;
}
.NLFDP-wrap p b {
  font-weight: 600;
  color: #f78946 !important;
}
.NLFDP-wrap .rich-galaxy-wrap-content .h2-sub-title{
  font-size: 20px !important;
}
.NLFDP-wrap .rich-galaxy-wrap-content .h2-sub-title:after {
  width: 50px !important;
}
.NLFDP-wrap .home-banner .content-wrap{
  height: 100%;
  text-align: center;
  color: #fff;
}
.NLFDP-wrap .iner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}
.NLFDP-wrap .iner-content h1{
  padding: 1rem 0;
}
.NLFDP-wrap .iner-content h2 {
  margin: 0;
  padding-bottom: 0rem;
}
.NLFDP-wrap .iner-content h4 {
  border-left: none; 
 padding-left: 0px;
}
.rich-galaxy-wrap2{
  padding: 60px 0;
  background: #ebf1f8;
}
.NLFDP-wrap .rich-galaxy-wrap2 h2 {
  padding-bottom: 2rem;
  color: #fa6002;
  text-transform: uppercase;
}
.NLFDP-wrap .rich-galaxy-wrap2 h2 span{
  color: #000;
}
.NLFDP-wrap .rich-galaxy-wrap2 h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin: 8px auto 0 auto;
}
.faculty-admission-btn {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  background: #fa6002;
  line-height: 36px;
  margin-top: 12px;
}
.faculty-admission-btn:hover {
  text-decoration: none;
  color: #fff;
}
.faculty-admission-btn img {
  margin-right: 5px;
  margin-bottom: 2px;
}
.NLFDP-wrap .admission-btn-p {
  margin-bottom: 25px !important;
}
.NLFDP-wrap .admission-apply-inner p {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.NLFDP-wrap .admission-apply-inner{
  padding: 60px 0 50px 0 !important;
}




@media (max-width:769px) {
 
.form-control {
 
    font-size: 12px;

}

}
@media (max-width: 1400px) {
.banner-form .form-box{
 
	width: 100%;
}
}

@media (max-width: 1024px) {
  header .admission-btn {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  #testimonials-wrapper .item .content {
    height: auto;
  }
  #testimonials-wrapper .item .details {
    height: auto;
  }
  .testimonial-item-image img {
    margin-top: 20px;
  }
}





#btn_np {
  position: fixed;
  right: -45px;
  transform: rotate(90deg);
  top: 50% !important;
  background-color: #FA6002;
  border: none;
  padding: 6px 15px;
  color: #FFF;
  border-radius: 4px;
  z-index: 11;
  cursor: pointer;
}