/*----------------------------------------------
* [Font Import]
----------------------------------------------*/
@import url(general-media.css);

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*----------------------------------------------

[ALL CONTENTS]

1. Reset
2. Header 
3. Slider 
4. About
5. Events
6. Testimonials
7. Footer
8. Responsiveness Large screen  Mobile Devices - Phones/Tablets 

----------------------------------------------*/

/*----------------------------------------------
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: 1rem 0;
}

.col-md-3 .faculty h3 {
  color: #ffd92a;
  font-weight: 600;
}
.image-wrap img {
    width: 100%;
    height: 700px;
    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;
}

.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;
}




.col-md-4.program {
    margin-bottom: 2rem;
}
/*.inner-program h5:before {*/
/*  content: '';*/
/*  width: 75px;*/
/*  height: 4px;*/
/*  position: relative;*/
/*  background-color: #fa6002;*/
/*  display: block;*/
/*  margin-bottom: 1rem;*/

/*}*/
/*.inner-program h5 {*/
/*    padding: 1rem 2rem;*/
/*}*/
.inner-program h3 {
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  font-size:18px;
}
.col-md-4.program {
    margin-bottom: 2rem;
}

.excellent-inner {
  padding: 60px 0;
}

.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: .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;
}


.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;
}
.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;
}

#testimonials-wrapper {
  /* background: url(../images/pattern-1.jpg) 0 0 repeat; */
  background: #222;
  padding: 60px 0;
}

#testimonials-wrapper h3 {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}

#testimonials-wrapper .item {
  float: left;
  width: 100%;
  border: 1px solid #585858;
  padding: 25px;
  position: relative;
    min-height: 100%;
 
}

#testimonials-wrapper .item .content p {
   font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
  
    color: #FFF;
    font-weight:300;
    margin-bottom: 15px;
}

#testimonials-wrapper .item .details .department {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 15px;
}

#testimonials-wrapper .item .details .name {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  /*padding: 1rem 0;*/
  color: #fa6002;
  margin-bottom: 5px;
}

#testimonials-wrapper .item .details .photo img {
  width: 100%;
}

#testimonials-wrapper .item .content {
  float: left;
  width: 70%;
  padding-left: 30px;
}

#testimonials-wrapper .item .details {
  float: left;
  width: 30%;
}

#testimonials-wrapper .item .details .photo {
  float: left;
  display: block;
  overflow: hidden;
  width: 75%;
  border-radius: 6px;
  margin-bottom: 15px;
}

#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: 21px;
  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: 2rem 0;
  background: #fa6002;
  text-align: center;
  color: #fff;
  text-transform: uppercase;

}

.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;
}

.col-md-3.campus-img h4 {
  padding: 2rem 0;
  color: #fa6002;
  letter-spacing: 1px;
}

.campus-inner {
  padding: 60px 0;
}

 

.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;
}

.apply-cont-iner {
    margin: 0 auto;
    padding: 2rem 0;
}
ul.apply-list {
    padding: 0 20px;
}

section#testimonials-wrapper .carousel-indicators {

    bottom: -45px;
    
}

.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;

}
.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;
}

.col-md-6.form-inner,
.col-md-6.home-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    
}


h4.sem {
    border-left: 4px solid #fff;
    padding-left: 12px;
    margin-top: 1rem;
}

.iner-content h4 {
    color: #fa6002;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 28px;
}

.iner-content h3 {
color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    font-size:28px;
}
 
.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);
    /* border-radius: 50%; */
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .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;
}



/*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;
}
.choose-innner {
    padding: 60px 0;
    background: #200a03;
}




/*responsiveness*/

@media(max-width:768px) {
    
    .col-md-3.image-placer {
    display: flex;
    align-items: center;
    align-content: center;
}
.col-md-3.col-sm-6.col-6.faculty {
  margin: 2rem 0;
}
#foot-bottom .rights,
#foot-bottom .power {
    
    display:flex;
    justify-content:center;
    align-items:center;
        margin-bottom: 1rem;
}
    
    .ex-img-inner h4 {
  text-align: left;
  font-size: 14px !important;
}
    #testimonials-wrapper .item .details {
    float: left;
    width: 100%;
}
#testimonials-wrapper .item .details {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    #testimonials-wrapper .item .content {
    float: left;
    width: 100%;
    padding-left: 0;
}

.ex-img img {

    padding: 1rem 0 !important;
}
.col-md-3.campus-img {
  
    margin-bottom: 2rem;
}

.col-md-3.col-sm-6.col-6.faculty.engage,
.col-md-3.col-sm-6.col-6.faculty.ave {
    border-right: 1px solid;
}
}