@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/coolvetica.otf);
}

body
{
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
/*font-family: 'Poppins', sans-serif;*/
h1
{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
}
h2
{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 27px;
  margin-top: 20px;
  font-weight: bold;
}
h3
{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 20px;
  font-weight: bold;
}
.top_info
{
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
}
.top_info a
{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.top_info i
{
  margin-right: 5px;
  font-size: 14px;
}
.top_info ul{
  float: right;
  margin-bottom: 0px;
}
.top_info ul li
{
  border-right: 1px solid #fff;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.top_info ul li:last-child
{
  padding-right: 0px;
  border-right: 0px;
}
.top_info ul li:hover a
{
  color: #fecb02;
}
.top_info ul li:hover i
{
  color: #fecb02;
}
.navigation
{
  float: left;
  width: 100%;
  background: #b51212;
}
.navigation ul
{
  margin-left: auto;

}
.navigation ul li
{
  position: relative;
}
.navigation ul li a
{
  color: #fff;
  font-weight: 500;
  font-size: 14   px;
  text-transform: uppercase;
}
.navigation .container
{
  position: relative;
}
.navigation .navbar-brand
{
  position: absolute;
  top: -53px;
  left: 0px;
}
.navigation ul li
{
  margin-right: 18px;
}
.navigation ul li:last-child
{
  margin-right: 0px;
}
.navigation ul.dropdown-menu li
{
  margin-right: 0px;
}
.navigation ul li a.dropdown-item
{
  color: #000;
  font-size: 14px;
}
.navbar-brand img
{
  width: 145px;
}
.banner
{
  float: left;
  width: 100%;
  background: url(../img/banner.jpg) no-repeat top center;
}
.banner_text
{
  float: left;
  width: 100%;
  margin: 140px 0 175px 0;
}
.banner_text h1 span
{
  width: 100%;
  font-size: 25px;
  display: block;
}
.banner_text h1 strong
{
  display: inline-block;
  background: #b51212;
  color: #fff;
  font-size: 26px;
  padding: 4px 10px;
  letter-spacing: 1px;
}
.key_points
{
  float: left;
  width: 100%;
  margin-top: -60px;
}
.key_box
{
  float: left;
  width: 100%;
  background: #fecb02;
  color: #000;
  padding: 25px 30px;
  font-size: 14px;
}
.key_box img
{
  width: 85px;
    filter: invert(100%);
  -webkit-filter: invert(100%);
}
.purple
{
  background: #b51212;
  color: #fff;

}
.purple img
{
        filter: invert(0%);
  -webkit-filter: invert(0%);
}
.orange
{
  background: #000;
  color: #fff;
}
.orange img
{
          filter: invert(0%);
  -webkit-filter: invert(0%);
}
.about_us_text
{
  float: left;
  width: 100%;
  margin-top: 70px;
  text-align: justify;
}
.about_us_text h2
{
  margin-top: 0px;
}
.about_us_text h2:after
{
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background: #b51212;
  margin-top: 5px;
  margin-bottom: 20px;
}
.about_us_text a.read_more_about_us
{
  background: #b51212;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 25px;
  display: inline-block;
  margin-top: 10px;
}
.about_us_text a.read_more_about_us:hover
{
  background: #000;
  color: #fff;
}
.important_message
{
  float: left;
  margin-top: 50px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  position: relative;
}
.important_message a
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  background: #b51212;
  color: #fff;
  width: 32px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  font-size: 20px; 
}
.important_message a:hover
{
  background: #000;
}
.important_message a img
{
  width: auto !important;
}
.important_message img
{
  float: left;
  width: 180px;
  margin-left: 10px;
  margin-top: -30px;
}
.important_message p
{
  float: left;
  font-size: 12px;
  width: 400px;
    margin-left: 20px;
}
.important_message p strong
{
  display: block;
  width: 100%;
  font-size: 25px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}
.vesion_text
{
  float: left;
  width: 100%;
  background: url(../img/gray_background.jpg) no-repeat top center;
  margin-top: 90px;
  padding: 40px 0;
}
.vesion_section_box
{
  float: left;
  width: 100%;
  margin-top: 50px;
  border-bottom: 1px solid #6f706f;
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  padding-bottom: 50px;

}
.version_box_img
{
  float: left;
  width: 100%;
  text-align: center;
}
.right_text_row
{
  text-align: right;
}
.right_text_row table tr td
{
  color: #fff;
}
.bottom_section_row
{
  border-bottom: 0px;
}
.team_member_img
{
  float: left;
  position: relative;
  width: 100%;
}
.team_member_img h5
{
  float: left;
  width: 100%;
  color: #fff;
  background: #b51212;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
}
.team_member_img div:first-child h5
{
  background: red;
  color: #fff;
}
.team_member_img h5 span
{
  width: 100%;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.team_member_qualification
{
  float: left;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.team_member_qualification h6
{
  line-height: 20px;
  margin-top: 20px;
  font-weight: 600;
  float: left;
  width: 100%;
  font-size: 15px;
}

.owl-prev
{
  float: left;
}
.owl-nav
{
  position: absolute;
  width: 101.5%;
  top: 29%;
  left: -8px;
}
.owl-nav span
{
  background: #b51212;
  color: #fff;
  padding: 0px 12px;
  font-size: 30px;
}
.owl-next
{
  float: right;
}
.our_team
{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.our_team h2
{
  margin-top: 0px;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.photo_gallery
{
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
}
.photo_gallery h2
{
  margin-bottom: 50px;
  float: left;
  width: 100%;
  text-align: center;
}
.photo_gallery h2:after
{
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background: #b51212;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.photo_gallery img
{
  margin-bottom: 15px;
}
.photo_gallery a
{
  background: #b51212;
  display: block;
  margin: 20px auto;
  width: 170px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
}
.video_section
{
  float: left;
  width: 100%;
  text-align: center; 
}
.video_section
{
  float: left;
  width: 100%;
  background: url(../img/video_bg.jpg) no-repeat top center;
}
.video_icon_section
{
  float: left;
  width: 100%;
  text-align: center;
  margin: 200px 0;
}
.college_student_section
{
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
}
.college_student_section img
{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.admission_open
{
  float: left;
  width: 100%;
  margin-top: 30px;
}
.admission_open h4
{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: bold;
}
.admission_open ul
{
  float: left;
  width: 400px;
  padding-left: 0px;
}
.admission_open ul li
{
  background: #b51212;
  color: #fff;
  font-weight: bold;
  float: left;
  width: auto;
  padding: 4px 15px;
  margin-bottom: 5px;
  font-size: 25px;
}
.apply_section
{
  float: left;
  width: 300px;
  text-align: cetner;
}
.apply_section h5
{
  font-size: 40px;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.apply_section a
{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  background: #5b820f;
  width: 100%;
  float: left;
  margin-bottom: 3px;
  text-align: center
}
footer
{
  float: left;
  width: 100%;
  background: url(../img/gray_background.jpg) no-repeat top center;
  padding: 50px 0;
}
.location_section
{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.location_section i
{
  float: left;
  width: 20px;
  font-size: 50px;
  color: #b51212;
}
.location_section p
{
  float: left;
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}
.footer_contact_info
{
  display: inline-block;
  float: left;
  color: #fff;
  background: #b51212;
  border-radius: 60px;
  padding: 5px 20px;
}
.footer_contact_info p
{
  margin: 0px;
  font-size: 16px;
}
.footer_contact_info a
{
  color: #fff;
  text-decoration: none;
}
footer h5
{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
}
footer ul
{
  margin-top: 20px;
  float: left;
}
footer ul.social_media li
{
  line-height: 26px;
  margin-bottom: 8px;
}
footer ul.quick_links li
{
  float: left;
  width: 50%;
  line-height: 40px;
}
footer ul.quick_links li i
{
  color: #b51212;
  font-size: 20px;
  margin-right: 5px;
}
footer ul li a
{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
footer ul li a:hover
{
  color: #b51212;
}
footer ul.social_media li i
{
  background: #b51212;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  line-height: 28px;
  margin-right: 10px;
}
.inner_page_heading
{
  float: left;
  width: 100%;
  padding: 70px 0 55px 0;
  background: url(../img/gray_background.jpg) no-repeat top center;
  color: #fff;
}
.inner_page_heading h1
{
  color: #fff;
}
.contact_us_inner_page
{
  padding: 50px 0 0 0;
  box-shadow: 2px 5px 5px #ccc;
}
.contact_us_inner_page h2
{
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0px;
}
.contact_us_message
{
  text-align: center;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.contact_info_box
{
 float: left;
 width: 100%;
 text-align: center;
 margin-top: 20px;
 margin-bottom: 20px;
}
.contact_info_box i
{
  background: #fff;
  color: #000;
  width: 67px;
  padding: 19px 0;
  border-radius: 400px;
  font-size: 30px;
  margin-bottom: 10px;
}
.contact_info_box p
{
  font-weight: bold;
}
.contact_info_box a
{
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.contact_info_box .address_text
{
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}
.contact_info_box .address_text strong
{
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.contact_us_form
{
  float: left;
  width: 100%;
  padding: 50px 0;
  background: url(../img/contact_form_bg.jpg) no-repeat top center;
}
.contact_us_form h2
{
  text-transform: uppercase;
  font-weight: bold;
  color: #6d6d6d;
  margin-bottom: 30px;
}
.contact_us_form h2 span
{
  color: #b51212;
}
.contact_us_form form
{
  float: left;
  width: 100%;
}
.contact_us_form form input
{
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact_us_form form textarea
{
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 10px;
}
.form_btn
{
  float: left;
  width: 100%;
  text-align: center;
}
.form_btn button
{
  display: inline-block;
  width: 100%;
  background: #b51212;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  border: 0px;
}
.form_btn button:hover
{
  background: #000;
  color: #fff;
}
.modal-dialog
{
  min-width: 800px;
}
.modal-body
{
  padding-right: 30px;
}
.modal-header
{
  background: #b51212;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.campus_box
{
  float: left;
  width: 100%;
  box-shadow: 2px 5px 5px #ccc;
  text-align: center;
  padding: 25px 15px;
  margin-top: 30px;
  background: #f9f9f9;
}
.campus_box h4
{
  font-size: 20px;
  font-weight: 600;
}
.campus_box a
{
  color: #000;
  text-decoration: none;
}
.campus_box ul
{
  margin-bottom: 0px;
}
.campus_box ul li i
{
  margin-right: 10px;
  color: #b51212;
}
.bulding_icon
{
  font-size: 40px;
  background:#b51212;
  color: #fff;
  border-radius: 200px;
  margin-bottom: 15px;
  padding: 20px 23px;
}
.contact_info_row
{
  float: left;
  width: 100%;
  background: #b51212;
  padding-top: 30px;
  margin-top: 70px;
  color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link
{
  color: #fecb02;
}
.faculty_page
{
  margin-top: 50px;
}
.faculty_detial_box
{
  margin-bottom: 60px;
}
.whatsapp-num {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 3;
}
.whatsapp-num img {
    width: 70%;
}
/*=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================*/
@media (max-width: 1024px) {
    

  
}
@media (max-width: 1200px) {
    
    .navbar-toggler
    {
      margin-left: auto;
      border-color: #fff;
    }
    .navbar-toggler span
    {
      color: #fff;
    }
    .vesion_text
    {
      background-size: 250%;
    }
    .admission_open h4
    {
      font-size: 45px;
    }
    .admission_open ul
    {
      width: 300px;
    }
}

@media (max-width: 991px) {
    
    .top_info
    {
      display: none;
    }
    .navigation .navbar-brand
    {
      top: -13px;
    }
    .key_box
    {
      margin-bottom: 15px;
    }
    .banner_text
    {
      text-align: center;
    }
    .banner_text h1 strong
    {
      width: 100%;
    }
    .key_box
    {
      text-align: center;
    }
    .about_us_text
    {
      text-align: center;
    }
    .about_us_text h2:after
    {
      margin-left: auto;
      margin-right: auto;
    }
    .vesion_section_box
    {
      text-align: center;
    }
    .vesion_text
    {
      background-size: 450%;
    }
    .admission_open h4
    {
      font-size: 35px;
    }
    .admission_open ul
    {
      width: 300px;
    }
    .admission_open ul li
    {
      font-size: 18px;
    }
    .apply_section h5
    {
      font-size: 25px;
    }
    .admission_open ul
    {
      width: 260px;
    }
    .apply_section
    {
      width: 190px;
    }
    .apply_section a
    {
      font-size: 20px;
    }
    .college_student_section
    {
      height: auto;
    }
    .college_student_section img
    {
      position: static;
    }
}

@media (max-width: 767px) {

    .important_message
    {
      text-align: center;
      width: 100%:
    }
    .important_message img
    {
      float: none;
    }
    .important_message p
    {
      width: 100%;
    }
    .important_message a
    {
      position: static;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
    }
    .modal-dialog
    {
      min-width: 80%;
    }
}
@media (max-width: 668px) {

     .vesion_text
    {
      background-size: 650%;
    }
}
@media (max-width: 580px) {

  .vesion_text
    {
      background-size: 850%;
    }
    .admission_open h4
    {
      text-align: center;
      width: 100%;
      float: left;
    }
    .admission_open ul
    {
      text-align: cetner;
      width: 100%;
      list-style: none;
    }
    .admission_open ul li
    {
      float: left;
      width: 100%;
      text-align: center;
    }
    .apply_section
    {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
    }
}
@media (max-width: 430px) {

     footer
     {
      text-align: center;
     }
    footer ul li
    {
      width: 100% !important;
      text-align: center;
      float: left;
    }
    .location_section 
    {
      float: left;
      width: 100%;
      text-align: center;
    }
    .location_section i
    {
      display: none;
    }
}
@media (max-width: 360px) {
  
   .vesion_text
    {
      background-size: 1050%;
    }
  
}