/*Template Name: Crossway - Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Crossway - Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, startup, business, company, corporate, creative
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - About        			   */
/*   05 - Features                 */
/*   06 - FAQs		               */
/*   07 - Clients                  */
/*   08 - Call to Action           */
/*   09 - Footer         		   */
/*   10 - Scroll to Top	   		   */
/*   11 - Contact Form Response    */

/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
}

#status {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url(../images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px 75px;
}

#content-wrapper {
  /*margin-top: 65px; */
}

/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.intro-parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
}

#intro {
  /*background-image: url(../images/intro_bkg.jpg); */
  /*background-image: url(../images/lp_banner.jpg);*/
  background-position: 40% 30%;
}

.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/Contact-Us.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

a:hover {
  color: #444;
  text-decoration: none;
}

a:focus {
  color: #2196f3;
  outline: none;
  border: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  /*list-style: none;*/
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
  margin-bottom: 40px;
}

.titlebar h1 {
  color: #000;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.54);
  display: inline;
  padding: 6px 70px;
}

.titlebar p {
  color: #333;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
  padding: 15px 15px 10px;
}

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

.navbar-nav > li > a {
  color: #333;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 65px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
  background: none;
  color: #c4161c;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px;
  margin: 12px 30px 12px 0;
  background-color: none;
  border: 2px solid #444;
}

.navbar-toggle .icon-bar {
  background-color: #444;
  height: 2px;
}

/* ==========================================================================
   03. INTRO
   ========================================================================== */

#intro {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

/*------------------------------------------*/
/*	  Intro Section Description
/*------------------------------------------*/

#intro_description h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.intro_feature {
  margin-bottom: 20px;
}

.intro_feature h4 {
  font-weight: 600;
}

.intro_feature i {
  margin-right: 5px;
}

.intro_feature p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-left: 25px;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
  margin-top: 60px;
}

/*------------------------------------------*/
/*	  Register Form
/*------------------------------------------*/

#intro_form {
  padding-left: 170px;
}
#intro {
  position: relative;
}
.form_register {
  position: absolute;
  width: 400px;
  background: rgb(45, 45, 45);
  padding: 20px 20px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right: 5%;
}

.form_register h2 {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .form_register {
    width: 350px;
    top: 100px;
    right: 5%;
  }
}
@media screen and (max-width: 1280px) {
  .form_register {
    width: 300px;
    right: 3%;
  }
}
@media screen and (max-width: 1080px) {
  .form_register {
    width: 300px;
    top: 80px;
    right: 0%;
  }
  .form_register h2 {
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 990px) {
  .banner-sec {
    /* position: initial; */
  }
  .form_register {
    width: 280px;
    /* position: relative; */
  }
}
@media screen and (max-width: 768px) {
  .banner-sec {
    position: initial;
  }
  .form_register {
    margin: 3rem 0;
    width: 300px;
    position: relative;
  }
}
/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
  height: 30px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
  color: #444;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form_register textarea {
  min-height: 110px;
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
  color: #fc0000;
  font-size: 13px;
  margin-bottom: 20px;
}

/* ==========================================================================
   04. ABOUT
   ========================================================================== */

#about-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#about-2 {
  padding-top: 70px;
  padding-bottom: 80px;
}

#about-1 .titlebar {
  margin-bottom: 30px;
}

#about-1 h4,
#about-2 h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*	  About-1 Text
/*------------------------------------------*/

#about-1-text {
  padding-right: 35px;
}

/*------------------------------------------*/
/*	  Accordion
/*------------------------------------------*/

#accordion_holder {
  margin-top: 40px;
}

.accordion {
  margin-bottom: 40px;
}

#text_1,
#text_2,
#text_3,
#text_4 {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin: 3px 0;
  cursor: pointer;
}

.accordion .accordion_header {
  color: #c4161c;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 40px 10px 15px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  background: rgba(170, 170, 170, 0) url(../images/open.png) no-repeat center
    right;
  border: 1px solid #c4161c;
}

.accordion li.active > a {
  background: rgba(196, 22, 28, 1) url(../images/close.png) no-repeat center
    right;
  color: #ffffff;
  box-shadow: none;
}

/*------------------------------------------*/
/*	  Accordion Answer
/*------------------------------------------*/

.accordion li div {
  background: #fff;
  line-height: 22px;
  padding: 20px 10px 10px;
  margin-bottom: 5px;
  display: block;
  clear: both;
  float: left;
  border: 1px solid #ea4107;
  width: 100%;
}

/*------------------------------------------*/
/*	 Video Holder
/*------------------------------------------*/

#video_holder p {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/

.video-block {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 20px;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*------------------------------------------*/
/*	 About-2 Text
/*------------------------------------------*/

#about-2-text {
  padding-left: 60px;
}

/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/

#quote_holder {
  margin-top: 40px;
}

.quote-text {
  background: rgba(170, 170, 170, 0.15);
  border-left: none;
  color: rgba(85, 94, 106, 0.8);
  line-height: 25px;
  margin: 0 0 30px 0;
  padding: 26px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
  -moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
  box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
  border: 14px solid transparent;
  z-index: 3;
  border-top-color: #f2f2f2;
  top: auto;
  right: auto;
  bottom: -28px;
  left: 30px;
}

.quote-text:after {
  border: solid 14px transparent;
  z-index: 2;
  border-width: 18px;
  border-top-color: rgba(182, 196, 209, 0.3);
  top: auto;
  right: auto;
  bottom: -36px;
  left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

.quote-text {
  color: rgb(72, 72, 72);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.quote-text a:hover {
  text-decoration: none;
}

.flexslider .slides img {
  float: left;
  margin-right: 15px;
  margin-left: 6px;
  width: 75px;
  box-shadow: 0 0 5px rgba(140, 140, 140, 0.8);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

.quote-author {
  display: inline-block;
  font-size: 13px !important;
  line-height: 65px !important;
}

/* ==========================================================================
   05. FEATURES
   ========================================================================== */

#features {
  padding-top: 60px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
  margin-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 30px;
  color: #c4161c;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
  padding-left: 70px;
}

.feature-box-content h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* ==========================================================================
   06. FAQs
   ========================================================================== */

#faq {
  padding-top: 0px;
  padding-bottom: 50px;
  background: #f7f7f7;
}

/*------------------------------------------*/
/*	  FAQs Titlebar
/*------------------------------------------*/

#faq .titlebar {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
  margin-bottom: 20px;
}

.question h4 {
  font-weight: 600;
}

.question p {
  color: #666;
  font-family: "Lato", sans-serif;
}

/* ==========================================================================
   07. CLIENTS
   ========================================================================== */

#clients {
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 1px solid #ddd;
}

#clients-titlebar {
  position: relative;
}

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  z-index: 99;
  width: 97.5%;
}
.customNavigation .next {
  float: right;
}
.customNavigation .btn {
  padding: 4px 10px;
}

.customNavigation i {
  font-size: 20px;
  color: #fff;
}

/* ==========================================================================
   08. CALL TO ACTION
   ========================================================================== */

#call-to-action {
  padding-top: 60px;
  padding-bottom: 60px;
}
#call-to-action p {
  color: #000;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}

/* ==========================================================================
   09. FOOTER
   ========================================================================== */

#footer {
  background-color: #1a1e23;
  padding: 10px 0 0px;
}

/*------------------------------------------*/
/*	 Footer Navigation Menu
/*------------------------------------------*/

.footer-nav li {
  float: left;
  padding: 5px 10px 10px;
}

.footer-nav li a {
  color: #999;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.footer-nav li a:hover {
  color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/

#footer_copy p {
  color: #666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  margin-left: 10px;
}

#footer_copy p span {
  color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
  margin: 3px 0;
}

.footer-socials {
  display: inline-block;
}

.footer-socials li {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  line-height: 70px;
}

.foo_social {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #1a1e23;
  font-size: 20px;
  line-height: 40px;
  margin: 0 5px;
  background-color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {
  background-color: #3b5998;
  color: #f8f8f8;
}
.ico-twitter:hover {
  background-color: #00a9ed;
  color: #f8f8f8;
}
.ico-google-plus:hover {
  background-color: #cd1111;
  color: #f8f8f8;
}
.ico-linkedin:hover {
  background-color: #015886;
  color: #f8f8f8;
}
.ico-dribbble:hover {
  background-color: #d92d84;
  color: #f8f8f8;
}
.ico-instagram:hover {
  background-color: #beb3a8;
  color: #f8f8f8;
}
.ico-pinterest:hover {
  background-color: #ac281a;
  color: #f8f8f8;
}
.ico-dropbox:hover {
  background-color: #008ad2;
  color: #f8f8f8;
}
.ico-skype:hover {
  background-color: #00a9ed;
  color: #f8f8f8;
}
.ico-youtube:hover {
  background-color: #cd1b20;
  color: #f8f8f8;
}
.ico-tumblr:hover {
  background-color: #3a5976;
  color: #f8f8f8;
}
.ico-vimeo:hover {
  background-color: #00adee;
  color: #f8f8f8;
}
.ico-flickr:hover {
  background-color: #d2d2d2;
  color: #f8f8f8;
}
.ico-github:hover {
  background-color: #222;
  color: #f8f8f8;
}
.ico-renren:hover {
  background-color: #364a83;
  color: #f8f8f8;
}
.ico-vk:hover {
  background-color: #3b5998;
  color: #f8f8f8;
}
.ico-xing:hover {
  background-color: #015f5e;
  color: #f8f8f8;
}
.ico-weibo:hover {
  background-color: #be4443;
  color: #f8f8f8;
}
.ico-rss:hover {
  background-color: #ff6600;
  color: #f8f8f8;
}

/*------------------------------------------*/
/*	 Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
  margin: 5px auto 0;
  position: relative;
  z-index: 10;
  width: 90%;
}

#newsletter_form p {
  color: #666;
  font-size: 13px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-top: 10px;
}

#newsletter_form p span {
  color: #428bca;
}

.subscribe-input {
  width: 68%;
  height: 30px;
  background-color: #aaa;
  color: #ddd;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  border: none;
}

.subscribe-submit {
  width: 32%;
  height: 30px;
  background: #383e46;
  color: #fff;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  cursor: pointer;
  outline: 0;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset,
    0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
  outline: 0;
}

.subscribe-submit:hover {
  background: #428bca;
}

/* ==========================================================================
   10. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(123, 123, 123, 0.65);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

#scrollUp:hover {
  background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {
  display: none;
}

/* ==========================================================================
   11. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */

#form_response {
  margin: 50px auto;
}

#form_response .img-responsive {
  display: inline-block;
}

#form_response h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}

#form_response p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

/*new css*/
.banner-sec {
  position: absolute;
  top: 0px;
  width: 40%;
  right: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.intro-parallax {
  position: relative;
}
.mt-2 {
  margin-top: 20px;
}
#program {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}
#intro {
  padding-bottom: 0px;
}
.text-light {
  color: white !important;
}
.unstyled {
  margin: 0px;
  padding: 0px;
}
.unstyled li {
  list-style-type: none;
  margin-left: 0px !important;
}
.w-25 {
  width: 25%;
  float: left;
}
.w-50 {
  width: 50%;
  float: left;
}
.ranked-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0px 27px;
}
.ranked-sec p {
  /*font-weight: bold;*/
}
.ranked-sec p span {
  /* color: #c31c1b;*/
  /*font-weight: bold;*/
}

#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel:hover .carousel-control {
  line-height: 2;
}
.common-clr {
  color: #c31c1b;
}
#program,
#contact {
  position: relative;
}
#program:before,
#contact:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6901960784313725);
}
.carousel-control.left,
.carousel-control.right {
  background: rgba(235, 36, 24, 0.5803921568627451) !important;
}
.text-uppercase {
  text-transform: uppercase;
}
/*.playfair{
    font-family: 'Playfair Display', serif;
}*/
.mbanner {
  display: none;
}
@media only screen and (max-width: 767px) {
  .banner-sec {
    position: initial;
  }
  #intro_form {
    margin-top: 0px !important;
  }
  .banner-sec .container {
    width: 100%;
  }
  #apply {
    display: none;
  }
  .carousel-control {
    top: calc(50% - 30px);
  }
  .mbanner {
    display: block;
  }
  .dbanner {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .form_register h2 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .form_register textarea {
    min-height: 50px !important;
  }
  #intro {
    padding-top: 80px !important;
  }
  .form_register {
    margin-top: 20px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  #apply {
    margin-left: 2% !important;
  }
}
.admission .nav-tabs {
  display: flex;
  /* column-gap: 1rem; */
}
.admission .nav-tabs li {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .ranked-sec .w-50 {
    width: 70%;
  }
  .cust-coll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .form_register {
    top: 0;
  }
  .banner-sec {
    position: relative;
  }
  #intro {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .admission .nav-tabs > li > a {
    min-height: 7rem !important;
  }
  .cust-coll > * {
    width: 100%;
  }
  .btnstyle {
    margin-left: 6%;
    margin-top: 22px !important;
  }
  #footer p {
    text-align: center;
  }
  .container {
    width: 100%;
  }
  .ranked-sec .w-25 {
    width: 6%;
  }
  .ranked-sec .w-50 {
    width: 90%;
  }
  .navbar-nav > li > a {
    font-size: 9px !important;
  }
  .navbar-brand {
    padding: 26px 0px 10px;
  }
}
@media screen and (max-width: 800px) {
  .navbar-brand img {
    width: 72px !important;
  }
  .accordion_header ul li a {
    text-wrap: wrap;
  }
}
.accordion ul {
  display: block !important;
  padding-left: 2rem;
  list-style-type: disc;
}
p.p-2 {
  padding: 2rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .banner-sec {
    width: 100%;
  }
}