
.bg {
  background-color: #fafafa;
  font-family: 'Poppins', sans-serif;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a, a:hover {
  text-decoration: none !important;
}

a:hover {
color: #b7202e;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  font-weight: 400;
}

p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-align: justify;
}

h1 {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  color: #b7202e;
}

h2 {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  color: #b7202e;
}
h3
{
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
 /*  Custom Scroll Bar */

 ::-webkit-scrollbar {
   width: 0.625rem;
 }

 ::-webkit-scrollbar-track {
   background-color: #fff;
 }

 ::-webkit-scrollbar-thumb {
   background-color: #b7202e;
 }


 /*====Main Button====*/

 .main-btn {
   border: 2px solid #b7202e;
   color: #b7202e;
   padding: 10px 18px;
   transition: all 0.3s;
   background-color: #fff;
 }


 .main-btn:hover {
  box-shadow: inset 7.4em 0 0 0 #b7202e;
  color: #fff;
 }

  .main-btn a {
    color: #b7202e;
  }

  .main-btn:hover a,
  .main-btn a:hover {
    color:#fff;
  }


  /* whats app button  */
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:30px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    margin-bottom: 80px;
  }
  
  .my-float{
    margin-top:16px;
  }

 /*===Header====*/

 .head {
   margin: 10px 0;
 }

 .head .imp-links {
   background-color: ;
 }

.head .imp-links a {
  background-color: #b7202e;
  color: #fff;
  border: ;
  font-weight: 500;
  padding: 6px 10px;
  margin: auto 5px;
}

.head .imp-links a abbr {
  text-decoration: none;
}

 .head img {
   width: auto;
   height: 80px;
 }

/*====Navbar====*/


nav.navbar-mob {
  display: none;
}

nav .collapse ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  padding: 0 30px !important;
  border-right: 2px solid rgba(0,0,0, 0.5);
  margin: 10px 0;
}

nav .collapse ul li a .active {
  color: #b7202e;
}


/*====Hero Slider===*/

.hero-slider .carousel .carousel-inner {
  width: 100%;
  height: 80vh;
  position: relative;
}

.hero-slider .carousel .carousel-inner img {
  width: auto;
  height: 90vh;
}


/*=====About section====*/

.about-home {
  margin: 5% 0;
}

/*====Counters Section===*/

.counter-section {
  margin-top: 5%;
  background-color: ;
  padding: 2.5rem 0;
}

.counter-section .card {
  border: 0;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.counter-section h2 {
  color: #b7202e;
}

.counter-section p {
  text-align: center;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}


/*=====Study section====*/
.study {
  padding: 5% 0;
  background-color: #8c0713;
}

.study .card {
  border-radius: 0;
}

.study .card h5 {
  color: #8c0713;
}

.study .card img {
  border-bottom: 2px solid #b7202e;
  height: 200px;
}

.study .card p {
 padding: 10px 20px;
}

/*======Placements====*/

.placements {
  margin: 5% 0;
}

.placements .card {
  margin: 0 30px;
}

.placements .card {
  --b:3px;   /* thickness of the border */
 --c:#b7202e;   /* color of the border */
 --w:40px;  /* width of border */

 border:var(--b) solid transparent; /* space for the border */
 --g:#0000 90deg,var(--c) 0;
 background:
   conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--g)) 0    0,
   conic-gradient(from 180deg at top    var(--b) right var(--b),var(--g)) 100% 0,
   conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--g)) 0    100%,
   conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--g)) 100% 100%;
 background-size:var(--w) var(--w);
 background-origin:border-box;
 background-repeat:no-repeat;
}

/*=====Toppers Section*/

.toppers {
  margin: 10% 0;
}

.toppers .card {
  border: 0;
  border-top: 0;
  text-align: center;
  background-color:  #fff;
  padding: 0 20px 10px;
  margin: auto 30px;
}

.toppers .card .toppers-img {
  width: 150px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toppers .card .toppers-img img {
  height: 200px;
  width: 150px;
  margin: auto;
}

/*=====Client Section====*/

/*=====Addon Banner Section====*/
.addon-banner {
  margin: 5% 0;
  padding-top: 7%;
  padding-bottom: 7%;
  background: url(../img/banner-bg.webp) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.addon-banner .brochure-btn {
  background-color: #fff;
  color: #8c0713;
  padding: 8px 12px;
  border: 2px solid #fff;
  transition: all 0.3s;
}

.addon-banner .brochure-btn a {
  color: #8c0713;
  font-size: 18px;
  font-weight: 500;
}

.addon-banner .brochure-btn:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.addon-banner .brochure-btn:hover a,
.addon-banner .brochure-btn a:hover {
  color: #fff;
}

/*FAQ Collapse*/

.faq .accordion-item {
  border: 0;
}

.faq .accordion-button {
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.faq .accordion-button:hover,
.faq .accordion-button:focus {
  border: 0;
  box-shadow: none;
  background-color:  #8c0713;
  color: white;
}

.faq .accordion-button::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  background-image: none;

}

.faq .accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  background-image: none;
}

.faq .accordion-body {
  font-size: 15px;
  font-weight: 500;
  color: black;
  padding-bottom: 25px;
  line-height: 1.5;
}

/* footer section*/

.footer {
  margin-top: 5%;
  background-color:  #8c0713;
  padding-top: 7%;
  padding-bottom: 50px;
  position: relative;
}

.footer h4 {
  color: #fff;
}
.footer p {
  text-align: justify;
}

.footer p,
.footer ul li {
  color: #d6d6d6;
}

.footer p i {
  color: #fff;
}


.footer .links {
  margin: ;
}

@media (max-width:600px) {

  .footer .links {
    margin-left: 0px;
  }

}

.footer .links i {
  color: #fff;
  margin-right: 5px;
}


.footer .links a {
  text-decoration: none;
  color: #d6d6d6;
}

.footer .links a:hover {
  color:#fff !important;
}

.footer .links p:hover i {
  color: #fff!important;
}


.footer .location i {
  color: #fff;
}

.footer address {
  color: #d6d6d6;
}

.footer .foot-btn {
  padding: 8px 25px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 10px;
  width: 160px;
}

.footer .foot-btn:hover {
  background-color: #fff;
  color: #b7202e;
}

.footer .foot-btn a {
  font-size: 20px;
  color: #fff;
}

.footer .foot-btn a:hover {
  color: #b7202e !important;
}

.footer .foot-btn:hover a {
  color: #b7202e;
}

.footer .social-media a {
  text-decoration: none;
  color: #fff !important;
  padding: 5px 8px;
  border: 1px solid #fff;
  background-color: #fff;
  margin: 0 6px;

}
.footer .social-media a:hover {
  background: transparent;
}

.footer .social-media a:hover i {
  color: #fff;
  transition: all .3s;
}

.footer .social-media a i {
  color: #000;
}
/*Copyright*/

#copyright {
  background-color: #7a000a;
  padding: 10px 0;
}

#copyright a:hover {
  color: #ddd !important;
}

/* end footer section*/
