.notifications* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

ul li {
  list-style: none;
}

a,
span {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}

.modal-body a {
  color: white;
}
 .modal-body a:hover {
  color: white;
} 

a:hover {
  text-decoration: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0px;
  line-height: normal;
}

dl,
ol,
ul {
  margin-bottom: 0px;
}

.row {
  margin: 0px;
}

img {
  width: 100%;
}

button:focus {
  outline: none;
}

a:hover {
  color: inherit;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Book.woff') format('woff'),
    url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Regular";
  src: url(../fonts/Cairo/Cairo-Regular.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "good-times.regular";
  src: url(../fonts/good-times.regular.ttf);
}
body {
  font-family: "Lato-Regular";
}

/*body {
  font-family: 'Proxima Nova Rg';
}*/

.logo {
  position: absolute;
  left: 10px;
  top: 42px;
  z-index: 1111;
  width: 9%;
}

.logomob {
  position: absolute;
  left: -15px;
  top: -5px;
  z-index: 1111;
  width: 21%;
}
.name {
  width: auto;
  position: absolute;
  top: 10px;
  left: 5%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
.name p {
  line-height: 30px;
  font-family: "good-times.regular";
}
.namemob {
  width: auto;
  position: absolute;
  top: 19px;
  left: 9%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
}
 @media (max-width: 575px) {
 .logo {
    /*display: none;*/
    left: 5px;
    top: 140px;
  } 
  .name {
    /*display: none;*/
    margin-bottom: 0px !important;
    width: 63% !important;
  }
  
} 
@media (max-width: 1024px) {
  .name {
    width: 100%;
    position: relative;
    left: 16%;
    /*margin-bottom: 3%;*/
  }
}
.getin__header {
  min-height: 48px;
  align-items: center;
  background-color: #ffffff;
  justify-content: flex-end;
  padding: 0px 50px;
}

.getin__header .getin--contact {
  padding: 0px 10px;
  margin-left: 50px;
}
.getin__header .logo {
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 1111;
  width: 21%;
}

.getin--contact a {
  padding: 0px 12px;
}
.getin--contact p {
  text-transform: uppercase;
  font-weight: bold;
  color: #ac0909;
  font-size: 16px;
  padding-top: 10px;

}
.getin--contact a span {
  vertical-align: middle;
  font-size: 16px;
  color: #3b3b3b;
}

.tab__header {
  /* background: -webkit-linear-gradient(
    top,
    rgba(80, 80, 80, 1) 0%,
    rgba(16, 16, 16, 1) 100%
  ); 
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 1) 0%,
    rgba(16, 16, 16, 1) 100%
  ); */
  /* background: -webkit-linear-gradient(
    top,
    rgba(16, 16, 16, 1) 0%,
    rgba(57, 10, 1, 1) 100%
  );
  background: linear-gradient(
    top,
    rgba(16, 16, 16, 1) 0%,
    rgba(57, 10, 1, 1) 100%
  ); */
  /*background: -webkit-linear-gradient(
    top,
    rgba(16, 16, 16, 1) 0%,
    rgba(57, 10, 1, 1) 100%
  );*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(
    to bottom,
    rgba(16, 16, 16, 1) 0%,
    rgba(57, 10, 1, 1) 100%
  );*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* background: #2f0b04 !important; */
  background: #8c220e !important;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}

.tab__header a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  /*padding: 3px 15px;
  margin: 5px;
  border: 1px solid transparent;*/
  width: 100%;
  padding: 7px 0;
  margin: 0;
  height: 100%;
  font-family: 'Cairo-Regular';
  
}

.tab__header a:hover {
  color: #000;
  /*border: 1px solid #fff;
  border-radius: 5px;*/
  background: #fff;
}

.tab__header .col-4 {
  border-right: 2px solid #9e9e9e;
  padding: 0px !important;
}

.tab__header .col-4:last-child {
  border-right: inherit;
}

.sub-main-menu a.active {
  background: #e2a932;
  color: #fff;
}

.main__header {
  background: #900707 !important;
  /*background: -webkit-linear-gradient(
    top,
    rgba(222, 10, 10, 1) 0%,
    rgba(65, 5, 5, 1) 100%
  );*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(
    to bottom,
    rgba(222, 10, 10, 1) 0%,
    rgba(65, 5, 5, 1) 100%
  );*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 86px;
}

.main__header .header--info {
  position: relative;
}

.main__header .logo {
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;*/
  position: absolute;
  z-index: 9999;
  top: 47px;
  /*width: 7%;*/
  height: 86px;
}
.main__header .logo img {
  height: 90px;
  margin: auto;
  display: block;
}

.cust--container {
  width: 92%;
  margin: 0 auto;
}

.main__header .menu {
  width: 80%;
  margin: 0 auto;
}

.main__header .navbar-nav {
  justify-content: space-around;
  width: 95%;
  margin-left: 4%;
}
.main__header .navbar-nav li {
  padding: 8px 6px;
}

.main__header .nav-link {
  padding: 8px 6px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  border-radius: 6px;
  margin: 7px auto;
  border: 1px solid transparent;
}
/* li.current-menu-item a,
li.current_page_item a{
    color: #f5a932 !important;  */
    /*border: 1px solid #fff !important;*/
}
/*.main__header .nav-link.active {
    color: #fff;
    border: 1px solid #fff;
}*/
/* .main__header .nav-link:hover {
  color: #f5a932;
} */
.main__header .nav-link:hover {
  color: #f5a932 !important;
}
a.nav-link:hover {
  color: #f5a932;
}

.main__header .nav-link sup,
.inerbner--title sup {
  top: 0px;
  padding: 0px 2px;
  vertical-align: top;
}

@media screen and (max-width: 575px) {
  .main__header .menu {
    width: auto !important;
    top: 5px;
    position: absolute !important;
    right: 0;
  }
  .name {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main__header .nav-link {
    padding: 15px 2px;
    font-size: 13px !important;
  }
  .main__header .navbar-nav {
    width: 100%;
  }
  .logo {
    top: 59px;
  }
}
@media screen and (width: 1024px) {
  .main__header .navbar-nav {
    width: 100%;
  }
  .main__header .nav-link {
    padding: 8px 9px;
  }
}

/*-----------slider nav styles---------------------------*/

#bner__slider .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

#happytesti__slider .owl-dots {
  text-align: center;
  padding: 40px 0px 0px;
}

#bner__slider .owl-dot span,
#bner__slider .owl-dot {
  display: block !important;
}

#bner__slider .owl-dot {
  margin: 5px;
}

#happytesti__slider .owl-dot span,
#bner__slider .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #413e3e;
  margin: 0px 10px;
}

#happytesti__slider .owl-dot.active span,
#bner__slider .owl-dot.active span {
  background-color: #ac0909;
  border: 1px solid transparent;
}

#bner__slider .owl-dot span {
  width: 12px;
  height: 12px;
}

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

.banner--item {
  height: 60vh;
  border-radius: 50px;
}
.bner--img img {
  height: 60vh;
  border-radius: 50px;
}
.bannersectn {
  position: relative;
  margin-left: -1%;
  height: 60vh;
}

.bannerarea {
  /*padding: 40px 0px;*/
  background: url(../images/banner_bg.png) no-repeat;
  background-size: cover;
}
.bannerarea img {
  height: auto !important;
  margin: 15% auto;
}

.bnercontainer {
  width: 87%;
  margin: 0 auto;
}

.bnercontainer [class*='col'] {
  padding: 0px;
}

.bner--info {
  align-items: center;
}

.bner--info .bner--img span {
  width: 100%;
}

.bannerarea .bner--info .bner--img span {
  width: auto;
}

.bner--cntnt h3 {
  font-size: 31px;
  line-height: 46px;
  color: #790606;
  border-bottom: 1px dashed #707070;
  margin: 12px 0px;
  letter-spacing: 2px;
}

.bner--cntnt p {
  font-size: 18px;
  color: #000000;
}
@media screen and (width: 320px) {
  .bnercontainer [class*="col"] {
    margin-top: -9%;
  }
}
@media screen and (max-width: 1024px) {
  .banner--item {
    height: 50vh;
  }
  .bner--img img {
    height: 50vh;
  }
}

.notifications {
  position: absolute;
  /*top: 10px;*/
  right: -2%;
  z-index: 1;
  /*max-width: 375px;*/
  width: auto;
  height: 100%;
}

.notifications__bg {
  background: -webkit-linear-gradient(
    top,
    rgba(137, 4, 4, 1) 0%,
    rgba(78, 78, 78, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(137, 4, 4, 1) 0%,
    rgba(78, 78, 78, 1) 100%
  );
  /* padding: 50px 20px; */
  padding: 10px 20px 25px;
  border: 3px solid #ffea46;
  border-radius: 50px;
  height: 60vh;
}

.notifications ul {
  max-height: 292px;
  /*overflow-y: auto;*/
}

.notifications ul li {
  background: url(../images/notifi_list.svg) no-repeat;
  padding-left: 40px;
  margin: 15px 0px;
  display: inline-block;
}

.notifications ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #f3e9e9;
}

.notifi__icon {
  position: absolute;
  left: 0px;
  right: 0px;
  /*top: -20px;*/
}

.notifi__icon span {
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(
    top,
    rgba(137, 4, 4, 1) 0%,
    rgba(78, 78, 78, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(137, 4, 4, 1) 0%,
    rgba(78, 78, 78, 1) 100%
  );
  border-radius: 50%;
}

.notifi__icon span img {
  width: auto;
}

.ourspecialities {
  padding: 40px 0px;
  /* background: url(../images/our_specialities_bg.png) no-repeat;  */
  background: url(../images/inner-page/study_cntntbg.png) no-repeat;
  background-size: cover;
}

.heading .head--title {
  font-size: 30px;
  color: #ac0909;
  font-weight: 500;
}

.heading .head--des {
  font-size: 17px;
  padding: 15px 0px;
  font-family: 'Cairo-Regular';
  font-weight: 600;
}

.line--brdr {
  width: 100%;
  max-width: 300px;
  position: relative;
}

.line--brdr::before,
.line--brdr::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 32%;
  background-color: #b8b7b8;
}

.line--brdr::before {
  left: 0;
}

.line--brdr::after {
  right: 0;
}

.card__content {
  padding: 10px 0px 0px;
}

.specicard {
  position: relative;
  padding: 8px;
  border: none;
  border-radius: 12px;
   /*margin: 0px 37px; */
}

.specicard .card--title h4 {
  font-size: 17px;
  color: #ac0909;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  line-height: 25px;
}
.specicard .card--title p {
  font-size: 15px;
  padding: 0 20px;
  text-align: left;
  line-height: 22px;
}
.specicard .card--title p.read_more {
  text-align: right;
}
.specicard .card--title p a {
  font-size: 14px;
  color: #ac0909;
  text-align: right;
}
.specicard .card--more {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.specicard .card__info {
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.card-deck .card {
    margin-right: 3px !important;
    margin-left: 3px !important;
}

.more {
  padding: 2px 12px;
  background-color: #383838;
  font-size: 15px;
  color: #ffffff;
  font-style: italic;
  border-radius: 10px;
}

.happystudents {
  background: url(../images/happy_student_bg.svg) no-repeat;
  background-size: cover;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.happy__testimonial {
  width: 92%;
  margin: 0 auto;
  padding: 50px 0px;
}

.testi--card {
  position: relative;
  padding-left: 50px;
}

.testi--cntnt {
  padding: 20px 25px;
  border: 1px solid #707070;
  border-radius: 23px;
  background: -webkit-linear-gradient(
    -45deg,
    rgba(75, 75, 75, 1) 0%,
    rgba(15, 15, 15, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(75, 75, 75, 1) 0%,
    rgba(15, 15, 15, 1) 100%
  );
}

.testi--des {
  width: calc(100% - 78px);
  margin-left: auto;
}

.testi--des p {
  font-size: 15px;
  line-height: 25px;
  color: #cecbcb;
  text-align: left !important;
}

.testi--author span {
  font-size: 18px;
  color: #b9b9b9;
  padding-top: 0.75rem;
}

.testi--profile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.getintouch {
  background: -webkit-linear-gradient(
    top,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.getintouch .lg-title {
  font-size: 16px;
  font-weight: 500;
}
.getintouch .lg-title p.phone--no {
  line-height: 30px;
}

.getin--map a {
  font-size: 18px;
  font-weight: 600;
}

.getin--map .line--brdr {
  padding-bottom: 15px;
}

.getin__cntnt {
  padding: 35px 0px;
}

.getin__social .line--brdr {
  max-width: 180px;
}

.getin__social .line--brdr::before,
.getin__social .line--brdr::after {
  width: 15%;
}

.getin__social {
  padding-bottom: 20px;
}

.getin__social h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px;
}

.soci--icon a {
  margin: 0px 5px;
  width: 24px;
}

.footer {
  padding: 15px 0px;
  background: -webkit-linear-gradient(
    top,
    rgba(67, 66, 66, 1) 0%,
    rgba(13, 13, 13, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(67, 66, 66, 1) 0%,
    rgba(13, 13, 13, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ftr__logo p {
  font-size: 13px;
  color: #ffffff;
}

.quick__links h4 {
  font-size: 18px;
  color: #ffffff;
}

.quick__links ul li {
  display: block;
  padding: 8px 20px;
}

.quick__links ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #ffffffa3;
}

.quick__links ul {
  padding: 7px 0px;
  /*justify-content: space-around;*/
}

.quick__links > .row {
  align-items: center;
}

.ftercontainer {
  width: 87%;
  margin: 0 auto;
}

.ftercontainer [class*='col'] {
  padding: 0px;
}

.card--img img {
  vertical-align: bottom;
}

/* .inerbner {
  min-height: 250px;
}
.chooseus__bner {
  background: url(../images/choose_us_bner.png) no-repeat;
  background-size: cover;
} */

.inerbner {
  position: relative;
}

.inerbner--title {
  position: absolute;
  bottom: -15px;
  z-index: 1;
  left: 65px;
}

.inerbner--title h3 {
  position: relative;
  /* padding: 20px 35px; */
  padding: 12px 25px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 5px solid #ffffff;
  background-color: #3b3b3b;
}

/* .inerbner--title h3::before,
.inerbner--title h3::after {
  content: '';
  position: absolute;
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
}

.inerbner--title h3::before {
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.inerbner--title h3::after {
  background-color: #3b3b3b;
  top: 6px;
  left: 6px;
  z-index: -1;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
} */

.wrapper {
  width: 87%;
  margin: 0 auto;
}

.choseusblog {
  padding: 50px 0px;
}

.choseus__cards {
  align-items: flex-end;
}

.chose--card {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0px;
}

.chose--card h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0px;
  line-height: 26px;
}

.chose--card .card--des p {
  font-size: 15px;
  line-height: 20px;
  color: #3b3b3b;
}

.chose--card .card--des {
  padding: 5px 0px;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}

.desmore.collapse:not(.show) {
  display: block;
  height: 4rem;
  overflow: hidden;
}

.desmore.collapsing {
  height: 4rem;
}

a.des--more.collapsed::after {
  content: '+';
  position: absolute;
  top: -7px;
  left: 2px;
}

a.des--more:not(.collapsed)::after {
  content: '-';
  position: absolute;
  top: -6px;
  left: 4px;
}

.card--des a {
  background-color: #ad2e16;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
}

.getin--addrs h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0px 15px;
}

.getin--addrs p {
  /* font-size: 20px; */
  font-size: 16px;
  line-height: 25px;
}

.getin--addrs {
  margin: 25px 0px;
  border-left: 2px solid #b5b5b5;
  border-right: 2px solid#b5b5b5;
}

.whatsnewblog {
  padding: 40px 0px 15px;
  /* background: url(../images/inner-page/whatsnew_cntntbg.png) no-repeat;
  background-size: cover; */
}

.whats__cntnt {
  width: 87%;
}

.whatsnew--list {
  border-bottom: 2px solid #b8b7b8;
}

.whatsnew--item span {
  padding: 0px 10px;
}

.whatsnew--item {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}

.whatsnew--item a {
  padding: 0px 10px;
  border-left: 2px solid #d68484;
}

.whatsnew--item a p {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}
.whatsnew--item a p img {
  width: 35px;
}

.whatsnew--item a p sup {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #3b3b3b;
  border-radius: 7px;
  top: 0px;
  background-color: #ac0909;
  padding: 3px 3px;
  text-transform: uppercase;
  margin-left: 12px;
}

.whatsnew.pagination {
  padding: 20px 0px;
  justify-content: center;
}

.whatsnew .page-item {
  margin: 0px 5px;
}

.whatsnew .page-item .page-link {
  color: #6b6b6b;
  border: 1px solid #f3dada;
  font-size: 14px;
  padding: 0px 5px;
  border-radius: 0px !important;
}

.studyblog,
.contactblog,
.affairsblog,
.choseusblog,
.whatsnewblog {
  padding: 20px 0px;
  background: url(../images/inner-page/study_cntntbg.png) no-repeat;
  background-size: cover;
}

.study__card {
  /* width: 85%; */
  width: 92%;
  padding: 35px 0px;
}

.stdcard--head {
  position: relative;
  background: -webkit-linear-gradient(
    -45deg,
    rgba(66, 66, 66, 1) 0%,
    rgba(172, 9, 9, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(66, 66, 66, 1) 0%,
    rgba(172, 9, 9, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 3px solid #ccaead;
}

.stdcard--head::before {
  content: '';
  position: absolute;
  bottom: -15px;
  background: url(../images/inner-page/shape_down.png) no-repeat;
  left: 20%;
  width: 30px;
  height: 18px;
}

.stdcard--head span,
.stdcard--head h4 {
  display: inline-block;
  vertical-align: middle;
}

.stdcard--head h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}

.stdcard--des {
  margin: 0px 30px 0px 10px;
  padding: 20px 0px;
}

.study--list li {
  position: relative;
  padding: 8px 0px;
  border-bottom: 1px solid #b6b7b7;
  padding-left: 35px;
}

.study--list li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ac0909;
  border-radius: 50%;
  border: 3px solid #898787;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.study--list li:hover {
  color: #ac0909;
}

.contact__cntnt {
  width: 80%;
  margin: 0 auto;
}

.contact--head {
  text-align: center;
  border-bottom: 1px solid #707070;
}

.contact--head h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ac0909;
  padding: 25px 0px;
}

.contact--head p {
  font-size: 20px;
  line-height: 28px;
  padding: 25px 0px;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
}

.contact--des .row {
  justify-content: space-between;
}

.contact--des .lg-title {
  font-size: 20px;
  font-weight: 500;
}
.contact--des .lg-title p.phone--no {
  line-height: 30px;
}

.getin--touchus a {
  font-size: 20px;
  color: #ac0909;
  padding: 0px 10px;
  vertical-align: middle;
}

.res-btn {
  display: none;
}

.whatsnew--item span img {
  width: 18px;
  height: 18px;
}
.affairsarea {
  padding: 20px 0px;
}
.affairs--title {
  padding: 15px 0px;
  border-bottom: 2px solid #d3d3d4;
}

.affairs--title h4,
.affairs--title span {
  display: inline-block;
  vertical-align: bottom;
}
.affairs--title h4 {
  font-size: 24px;
  color: #9b1313;
  font-weight: 500;
  text-transform: uppercase;
}

.affairs__card {
  position: relative;
  padding: 25px 8px 25px 40px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border-left: 2px solid #e2574c;
  margin: 30px 0px;
}
.affairs__card.tnpsc-card {
  box-shadow: -20px -20px 4px -9px #fce7e5;
  border-radius: 10px;
}
.affairs__card .pdf--icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.affairs__card p {
  font-size: 17px;
  line-height: 22px;
  color: #3b3b3b;
}
.notifications .read--more {
  text-align: center;
  margin-top: -7%;
  z-index: 111;
  position: relative;
}
.notifications .read--more a {
  font-size: 16px;
  color: #ffffff;
  background-color: #000;
  padding: 5px 20px;
  border-radius: 10px;
}

#coursesTab {
  justify-content: space-between;
  border-bottom: 2px solid #b0b0b0;
  border-top: 2px solid #b0b0b0;
  background: transparent;
}

#coursesTab .nav-item {
  margin-bottom: 0px;
}

#coursesTab .nav-link.active,
#coursesTab .nav-link:hover,
#coursesTab .nav-link {
  /*border: none;*/
}

#coursesTab .nav-link {
  font-size: 17px;
  color: #9b1313;
  font-weight: 500;
  padding: 5px 10px;
  margin: 5px;
}

.courseshead p {
  font-size: 16px;
  line-height: 28px;
  padding: 15px 0px;
  text-align: justify;
}

.coursestab {
  padding: 20px 0px;
}

.coursesarea {
  padding: 50px 0px;
}

.courses-cntnt {
  padding: 30px 0px;
}
.courses-cntnt div.table {
  width: 90%;
  margin: 0 auto;
}

.courses-cntnt .heading {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}

.courses-cntnt .table {
  padding: 25px 0px;
}
.courses-cntnt .table-bordered,
.table-bordered td,
.table-bordered th {
  border: 2px solid #b8b7b8 !important;
}

.courses-card thead tr {
  background-color: #e9e9e9;
  color: #000 !important;
}
.courses-card thead tr th {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}

.courses-card tbody tr td {
  font-size: 16px;
  color: #101010;
  vertical-align: middle;
}

.courses-card ul {
  padding: 0px 50px;
}

.courses-card ul li {
  font-size: 15px;
  padding: 10px 0px;
  list-style: disc;
  /* list-style-position: inside; */
  text-align: justify;
}

.courses-des p {
  font-size: 16px;
  line-height: 25px;
}
.courses-des p a {
  color: #007bff;
}

.courses-card p {
  font-size: 16px;
  line-height: 28px;
}

.subtitle h4 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 10px;
}

.subtitle {
  justify-content: space-between;
}

.dpdwn-menu {
  position: relative;
}

.dpdwn-menu:hover .dpdwn {
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.dpdwn {
  display: none;
  position: absolute;
  width: auto;
  left: 0px;
  top: 40px;
  z-index: 9999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 3px;
  padding-left: 0px;
}

.dpdwn {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-top: 20%;
  font-size: 0.9rem;
}
.dpdwn li {
  padding: 0px 15px !important;
  border-bottom: 1px solid #ececec;
}
.dpdwn li:hover {
  background-color: #f5a932;
  color: #fff;
}
.dpdwn li:hover a {
  color: #fff;
}
.dpdwn li a {
  color: #000000;
  padding: 10px;
}

.main__header .menu {
  width: 74%;
  margin: 0 0 0 auto;
  padding-top: 7px;
}

    /*********** ENQUIRE *************/
    .enquire-form-bg {
      /*background-image: url(../images/enquire-img-1.png);
	background-size: 100% 100%;*/
      background-color: #ebeceb;
    }

    .enquire .title-img h3 {
      text-transform: uppercase;
      color: #2b5c9b;
      font-weight: bold;
      padding-top: 14px;
      letter-spacing: 1px;
      margin-bottom: 50px;
    }

    .enquire .form-control {
      border-radius: 9px !important;
      border: 2px solid #d1d2d2 !important;
      font-size: 14px;
    }

    .enquire .form-control:focus {
      box-shadow: none;
    }

    .enquire button {
      background: #383737;
      color: red;
      padding: 3px 12px;
      border-radius: 7px;
      font-size: 14px;
      letter-spacing: 1px;
    }

    .submit-btn {
    background: #bf3a36 !important;
    color: #fff !important;
    width: 150px;
}
    .enquire .error {
      font-size: 12px;
      color: red;
      padding-left: 15px;
    }

    .enquire #message {
      font-size: 12px;
      color: #8b8c8c;
      padding-left: 15px;
      padding-top: 4px;
    }

    #mainCaptcha {
      padding-left: 15px;
    }

    .center-col {
      float: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }


.notification-auto {
    width: auto;
    height: 77%;
    margin: 3.5em auto 2em;
    overflow: hidden;
    /*background: #ffffff;*/
    position: relative;
}

.notification-auto .slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    /*text-align: center;*/
    color: #fff;
    padding-left: 0px;
}

.notification-auto .slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   10em }
    100% { top: -14em }
}

.notification-auto .blur .notification-auto .slider {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}

.notification-auto .blur:before, .notification-auto .blur::before,
.notification-auto .blur:after,  .notification-auto .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.notification-auto .blur:after, .notification-auto .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.notification-auto .blur:before, .notification-auto .blur::before {
    top: 0;
}
/* .notification-auto .slider li a:after {
  content: url('../images/inner-page/new-gif.gif');
} */
.notification-auto .slider li a img {
  width: 35px;
}

.card--img {
  height: 30vh;
  width: 100%;
}
.card--img img {
  height: 100%;
}

.Group-1-tab ul {
  background-color: transparent;
  color: #00 !important;
  /*border: 2px solid #b0b0b0;*/
}
.Group-1-tab .nav-link.active{
  background-color: #881010;
  /* color: #9b1313 !important; */
  color:#fff !important;
  border-radius: 5px;
  border: 1px solid #9b1313;
}
.Group-1-tab .nav-link {
  /*color: #fff !important;*/
}
.Group-1-tab .courses-cntnt {
  /*background: #f1f2f2;*/
  padding: 30px 20px;
}
.Group-1-tab .courses-cntnt .heading {
  padding-left: 50px;
  font-weight: bold;
}
.Group-1-tab .courses-card thead tr th {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    vertical-align: middle;
}
.Group-1-tab {
    padding: 0px 0px;
    /*border: 5px solid #3b3b3b;*/
}

.notificationModal .modal-dialog {
  background-image: url(../images/Announcements-bg.jpg) !important;
  background-size: 100% 100% !important;
  font-family: "Lato-Bold";
}
.notificationModal .modal-content {
  /* background: linear-gradient( to bottom, rgba(137, 4, 4, 1) 0%, rgba(78, 78, 78, 1) 100% ); */
  /* background: rgb(255 255 255 / 91%); */
  background: rgb(144 15 15);
  border: 4px solid #a9a9a9;
}
.notificationModal .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #cfd0d0;
padding-bottom: 14px;
width: 100%;
}
.notificationModal .modal-header {
  border: none;
}
.notificationModal .modal-body {
  color: #000;
}
.notificationModal img {
  width: 3%;
  margin-top: -8px;
  margin-right: 5px;
}
.notificationModal h3 {
  font-size: 20px;
  margin-bottom: 2%;
  text-transform: uppercase;

}
.notificationModal p {
  line-height: 30px;
  font-size: 19px;
}
.notificationModal .links p {
  font-size: 15px;
  text-align: center;
  padding-bottom: 10px;
}

h5.modal-title {
  font-size: 25px !important;
}
.notificationModal .links p:hover {
  color: #aeaeae;
}

.notifi-icon {
  width: 25px;
  position: absolute;
  top: 27px;
  right: -2%;
  cursor: pointer;
}

.pb-2 {
  padding-bottom: 3px;
}

@media (max-width: 992px) {
  .notifi-icon {
    top: 18px;
    right: 2%;
  }
  .main__header .menu {
    width: 100% !important;
  }
}

.parampriti p {
  font-size: 11px;
color: #a5a5a5 !important;
}

@media (max-width: 600px) {
  .logomob .mobile {
    display: block;
  }
  .namemob .mobile {
    display: block;
  }
} 
@media (min-width: 600px) {
  .logomob .mobile {
    display: none;
  }
  .namemob .mobile {
    display: none;
  }
}

.text-black {
  color: white;
}


footer .soci--icon {
  text-align: center;
}
.footer-name p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
}
.footer .left-border-line {
  border-left: 1px solid #fff;
}
@media (max-width: 992px) {
  .footer .left-border-line {
    border-left: unset;
  }
  .quick__links ul {
    padding: 7px 0px;
    /*justify-content: space-around;*/
  }
}
@media (width: 1024px) {
  .footer-name p {
    font-size: 13px;
  }
}


.main-tab .content > div {
  display: none;
  padding: 20px 25px 5px;
}
.main-tab input {
  display: none;
}
.main-tab label {
  display: inline-block; 
  padding: 7px 25px 7px 25px;
  font-weight: 600; 
  text-align: center;
  border: 2px solid transparent;
  transition: all .3s ease-out 0.1s;
  background: transparent;
  color: #c33013;
  cursor: pointer;
  width: auto;
  margin: 3% auto auto -4px;
  border-right: 1px solid;
}
/*.main-tab label:hover {
  color: #fff; 
  cursor: pointer;
}*/
.main-tab label:last-of-type {
  border-right: unset;
}
.main-tab input:checked + label {
  background: #881010;
  color: #fff;
  border: 2px solid;
  outline: none;
  border-radius: 5px;
  /*border-bottom: 1px solid;*/
  /*border: 1px solid transparent;*/
}

#tab-1:checked ~ .content #content-1,
#tab-2:checked ~ .content #content-2,
#tab-3:checked ~ .content #content-3,
#tab-4:checked ~ .content #content-4 {
  display: block;
  /*animation-name: inUp;
  animation-timing-function: ease-in-out;
  animation-duration: .6s;*/
}

@media screen and (max-width: 400px) { .main-tab label {padding: 15px 10px;} }


.border-sm-line {
  width: 40px;
  height: 2px;
  background-color: #c33013;
  position: absolute;
  margin-left: 4%;
}
.border-sm-line-outer {
  width: 40px;
  height: 2px;
  background-color: #c33013;
  position: absolute;
  margin-left: 4%;
}


/************ ACHIEVEMENTS *************/
.achievements {
  padding: 20px 0px;
  background: url(../images/inner-page/study_cntntbg.png) no-repeat;
  background-size: cover
}
.achievements h3 {
  font-size: 22px;
  padding: 3% 2%;
  font-weight: bold;
  /* display: flex; */
  color: #ac0909;
}
.achievements h3:after {
  /*content: "";
  width: 80%;
  height: 1px;
  background-color: #900707;
  display: inline-flex;
  margin: 0 10px;
  top: -6px;
  position: relative;*/
  flex: 1;
  content: '';
  height: 1px;
  background: #900707;
  margin-top: 20px;
  margin-left: 10px;
}
.toppers-list {
  display: none;
}
.topper-details {
  margin: 0 auto 3%;
  padding: 0px;
}
.topper-details-pg {
  margin: 0 0 3% !important;
}
.topper-details img {
  box-shadow: 5px 7px 6px #ccc;
  width: 150px;
    height: 150px;
  margin: auto;
  display: block;
  border-radius: 100px;
}
.topper-details h5 {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  text-align: center;
  padding-top: 5%;
}
.topper-details p {
  text-align: center;
  font-size: 14px;
}
.achievements button {
  background: #900707;
  color: #fff;
  width: 12%;
}
.achievements button img {
  width: 15%;
}
.load-more {
  background: transparent !important;
  border-color: transparent !important;;
  box-shadow: none !important;;
  color: transparent !important;;
}
.achievements-view {
  background: #900707;
  color: #fff;
  width: 12%;
}
.achievements-view img {
  width: 15%;
}

@media (max-width: 767px) {
  .achievements button {
    width: 38% !important;
  }
  .achievements-view {
    width: 38% !important;
  }
}
@media (max-width: 992px) {
  .topper-details p {
    font-size: 12px;
  }
  .topper-details h5 {
    font-size: 15px
  }
  .achievements button {
    width: 17%;
  }
  .achievements-view {
    width: 17%;
  }
}



.selection-list-name {
  /*border: 2px solid #900707;*/
  border-radius: 5px;
  background: #ffae42;
  color: #000;
  font-weight: bolder;
  padding: 5px 9px;
  outline-offset: 0px;
  outline: 2px solid #060606;
  width: 90%;
  text-align: center;
}

.activeHeader {
  color: #f5a932 !important;
}

.activeSubHeader {
  color: #000 !important;
  background: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 7px 0;
  margin: 0;
  height: 100%;
  font-family: 'Cairo-Regular';

}

 .achievements h3 {
  font-size: 28px;
  padding: 1% 2%;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  background: rgb(144 7 7);
  outline-offset: -8px;
  margin-bottom: 20px;
  font-family: 'Cairo-Regular';
  text-align: center;
} 



.tab-outer h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato";
}
.tab-outer ul {
  padding: 0px;
}
.tab-outer thead tr th {
  vertical-align: middle;
  color: #000
}

@media (max-width: 575px) {
  .notifications {
    /*top: -100px !important;*/
  }
  .bannersectn {
    height: auto;
    margin-bottom: 5%;
  }
}
@media (max-width: 992px) {
  .bannersectn {
    margin-left: 0px;
  }
  .banner--item {
    height: 40vh;
  }
  .notifications__bg {
    height: auto;
  }
  .bner--img img {
    height: 40vh;
  }
}

/* @media (max-width: 1100px) {
  .bannersectn {
  margin-left: -1%;
  height: 42vh !important;
  }

}
@media (max-width: 575px) {
  .bannersectn {
 padding-bottom: 20px;
  height: 0vh !important;
  }

} */


@media screen and (min-width: 575px) and (max-width: 992px) { 
    .notifications {
      /*top: -155px !important;*/
    }
    .bannersectn {
      height: auto;
      margin-bottom: 5%;
    }
}
@media screen and (width: 1024px) {
  .notifications__bg {
    height: 50vh;
  }
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.borderfull {
  width: 80px;
  height: 2px;
  background-color: #c33013;
  position: absolute;
}

@media (max-width: 992px) {
  .table {
    overflow-x: scroll;
  }
}

@media (max-width: 1199px) {
  .sticky-top {
    z-index: 11;
  }
}

.whatsnew--item a p sup span {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.splide__slide img {
  width: 150px;
height: 150px;
border-radius: 100px;
/*padding: 28px;*/
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
    border-radius: 100px;
  /*margin: 18px;*/
}
.splide__pagination__page.is-active {
  background: #900707 !important;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: -2.5em !important;
  }

  .splide__arrows button:disabled,
  button[disabled] {
    opacity: 0.2 !important;
    cursor: default;
  }