/*
  Theme Name: Edubin - LMS Education HTML Template
  Author: ZeTheme
  Author URL: https://themeforest.net/user/pixelcurve
  Support: zetheme24@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.1
*/

/* CSS Index   
-----------------------------------
1. Theme default
2. HEADER
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 

*/

/*===========================
    1. Theme default css 
===========================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1d2025;
  margin: 0px;
}

h1 {
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #505050;
  margin: 0px;
  text-align: justify;
}

.list_bba ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: disc;
  margin-left: 25px;
  text-align: justify;
  line-height: 27px;
  font-size: 17px;
}

.space10 {
  margin-top: 20px;
}
.space20 {
  margin-top: 40px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffc600;
  padding: 0 8px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  border-radius: 5px;
  color: #07294d;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #ffc600;
}

.main-btn:hover {
  color: #ffc600;
  border-color: #07294d;
  background-color: #07294d;
}

/*===== All Section Title Style =====*/

.section-title {
}

.section-title h5 {
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
}

.section-title h5::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #ffc600;
  bottom: 0;
  left: 0;
}

.section-title h2 {
  font-size: 28px;
  color: #000;
  padding-top: 10px;
}

/*===== Preloader Style =====*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.preloader .color-1 {
  background-color: #ffc600 !important;
}

.rubix-cube {
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rubix-cube .layer {
  width: 14px;
  height: 14px;
  background-color: #07294d;
  border: 1px solid #fff;
  position: absolute;
}

.rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  -webkit-animation: rubixcube4 2s infinite linear;
  animation: rubixcube4 2s infinite linear;
}

.rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  -webkit-animation: rubixcube3 2s infinite linear;
  animation: rubixcube3 2s infinite linear;
}

.rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}

.rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  -webkit-animation: rubixcube5 2s infinite linear;
  animation: rubixcube5 2s infinite linear;
}

.rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  -webkit-animation: rubixcube2 2s infinite linear;
  animation: rubixcube2 2s infinite linear;
}

.rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  -webkit-animation: rubixcube1 2s infinite linear;
  animation: rubixcube1 2s infinite linear;
}

.rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  -webkit-animation: rubixcube6 2s infinite linear;
  animation: rubixcube6 2s infinite linear;
}

.rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  -webkit-animation: rubixcube7 2s infinite linear;
  animation: rubixcube7 2s infinite linear;
}

@-webkit-keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }

  30% {
    top: 32px;
    left: 32px;
  }

  40% {
    top: 32px;
    left: 32px;
  }

  50% {
    top: 32px;
    left: 32px;
  }

  60% {
    top: 32px;
    left: 32px;
  }

  70% {
    top: 32px;
    left: 32px;
  }

  80% {
    top: 32px;
    left: 32px;
  }

  90% {
    top: 32px;
    left: 32px;
  }

  100% {
    top: 32px;
    left: 16px;
  }
}

@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }

  30% {
    top: 32px;
    left: 32px;
  }

  40% {
    top: 32px;
    left: 32px;
  }

  50% {
    top: 32px;
    left: 32px;
  }

  60% {
    top: 32px;
    left: 32px;
  }

  70% {
    top: 32px;
    left: 32px;
  }

  80% {
    top: 32px;
    left: 32px;
  }

  90% {
    top: 32px;
    left: 32px;
  }

  100% {
    top: 32px;
    left: 16px;
  }
}

@-webkit-keyframes rubixcube2 {
  30% {
    left: 16px;
  }

  40% {
    left: 32px;
  }

  50% {
    left: 32px;
  }

  60% {
    left: 32px;
  }

  70% {
    left: 32px;
  }

  80% {
    left: 32px;
  }

  90% {
    left: 32px;
  }

  100% {
    left: 32px;
  }
}

@keyframes rubixcube2 {
  30% {
    left: 16px;
  }

  40% {
    left: 32px;
  }

  50% {
    left: 32px;
  }

  60% {
    left: 32px;
  }

  70% {
    left: 32px;
  }

  80% {
    left: 32px;
  }

  90% {
    left: 32px;
  }

  100% {
    left: 32px;
  }
}

@-webkit-keyframes rubixcube3 {
  30% {
    top: 0px;
  }

  40% {
    top: 0px;
  }

  50% {
    top: 16px;
  }

  60% {
    top: 16px;
  }

  70% {
    top: 16px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@keyframes rubixcube3 {
  30% {
    top: 0px;
  }

  40% {
    top: 0px;
  }

  50% {
    top: 16px;
  }

  60% {
    top: 16px;
  }

  70% {
    top: 16px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@-webkit-keyframes rubixcube4 {
  50% {
    left: 0px;
  }

  60% {
    left: 16px;
  }

  70% {
    left: 16px;
  }

  80% {
    left: 16px;
  }

  90% {
    left: 16px;
  }

  100% {
    left: 16px;
  }
}

@keyframes rubixcube4 {
  50% {
    left: 0px;
  }

  60% {
    left: 16px;
  }

  70% {
    left: 16px;
  }

  80% {
    left: 16px;
  }

  90% {
    left: 16px;
  }

  100% {
    left: 16px;
  }
}

@-webkit-keyframes rubixcube5 {
  60% {
    top: 16px;
  }

  70% {
    top: 0px;
  }

  80% {
    top: 0px;
  }

  90% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

@keyframes rubixcube5 {
  60% {
    top: 16px;
  }

  70% {
    top: 0px;
  }

  80% {
    top: 0px;
  }

  90% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

@-webkit-keyframes rubixcube6 {
  70% {
    top: 32px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@keyframes rubixcube6 {
  70% {
    top: 32px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@-webkit-keyframes rubixcube7 {
  80% {
    left: 16px;
  }

  90% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}

@keyframes rubixcube7 {
  80% {
    left: 16px;
  }

  90% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}

/*=====================================================
    2. HEADER css 
======================================================*/

/*===== Header top =====*/

.header-top {
  background-color: #07294d;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-contact {
}

.header-contact ul {
}

.header-contact ul li {
  display: inline-block;
  margin-right: 45px;
}

.header-contact ul li:last-child {
  margin-right: 0;
}

.header-contact ul li img {
}

.header-contact ul li span {
  color: #dee2e6;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
}

.header-opening-time {
}

.header-opening-time p {
  color: #dee2e6;
  font-size: 15px;
  font-weight: 400;
}

/*===== Header Logo support =====*/

.header-logo-support {
  border-bottom: 1px solid #cecece;
}

.support-button {
}

.support-button .support {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 7px;
}

.support-button .support .icon {
}

.support-button .support .cont {
  margin-left: 15px;
  margin-top: -2px;
}

.support-button .support .cont p {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 18px;
}

.support-button .support .cont span {
  font-size: 18px;
  color: #07294d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.support-button .button {
  margin-left: 60px;
}

/*===== Header Menu =====*/

.navigation {
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #cecece;
  -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  -webkit-animation: sticky 2s;
  animation: sticky 2s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.navigation .navbar {
  padding: 0;
}

.navigation .navbar .navbar-nav {
}

.navigation .navbar .navbar-nav li {
  margin-right: 40px;
  position: relative;
}

.navigation .navbar .navbar-nav li:last-child {
  margin-right: 0;
}

.navigation .navbar .navbar-nav li a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #07294d;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 25px 0;
}

.navigation .navbar .navbar-nav > li > a.active,
.navigation .navbar .navbar-nav > li > a:hover {
  color: #ffc600;
}

.navigation .navbar .navbar-nav li .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #07294d;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 99;
}

.navigation .navbar .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li {
  margin-right: 0;
}

.navigation .navbar .navbar-nav li .sub-menu li a {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid rgba(255, 198, 0, 0.5);
  color: #fff;
}

.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
  padding-left: 20px;
  color: #ffc600;
}

.sub-nav-toggler {
  display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0;
}

.navbar .navbar-toggler {
  padding: 3px 8px;
  margin: 18px 0;
  -webkit-transform: all 0.4s linear;
  transform: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #07294d;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}

.right-icon {
}

.right-icon ul li {
  display: inline-block;
  margin-right: 17px;
  padding: 22px 0;
}

.right-icon ul li:last-child {
  margin-right: 0;
}

.right-icon ul li a {
  font-size: 18px;
  color: #07294d;
  position: relative;
  padding-right: 7px;
}

.right-icon ul li a span {
  font-size: 12px;
  color: #fff;
  background-color: #ffc600;
  border-radius: 50%;
  padding: 0px 4px;
  position: absolute;
  top: -5px;
  right: 0;
}

/*===== Index-2 =====*/

.header-social ul li {
  display: inline-block;
  margin-left: 10px;
}

.header-social ul li:first-child {
  margin-left: 0;
}

.header-social ul li a {
  font-size: 15px;
  color: #dee2e6;
}

.navigation-2 .navbar .navbar-nav li {
  margin-right: 40px;
}

.navigation-2 .navbar .navbar-nav li a {
  padding: 45px 0;
}

.navigation-2 .right-icon ul li {
  padding: 42px 0;
}

.navigation-2.sticky .navbar .navbar-nav li a {
  padding: 30px 0;
}

.navigation-2.sticky .right-icon ul li {
  padding: 25px 0;
}

/*===== Index-3 =====*/

.navigation-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 99;
}

.navigation-3 .navbar .navbar-nav li a,
.navigation-3 .right-icon ul li a {
  color: #fff;
}

.navigation-3.sticky .navbar .navbar-nav li a,
.navigation-3.sticky .right-icon ul li a {
  color: #07294d;
}

.navigation-3.sticky .navbar .navbar-nav > li > a.active,
.navigation-3.sticky .navbar .navbar-nav > li > a:hover {
  color: #ffc600;
}

.navigation-3 .navbar .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navigation-3.sticky .navbar .navbar-toggler .icon-bar {
  background-color: #07294d;
}

/*===== SEARCH BOX =====*/

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.5);
  z-index: 999;
  display: none;
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
  width: 30px;
  height: 25px;
}

.closebtn span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
  display: block;
}

.closebtn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}

.closebtn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.search-box .serach-form input {
  width: 50%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid #07294d;
  color: #07294d;
  padding-left: 20px;
  border-radius: 50px;
}

.search-box .serach-form button {
  position: absolute;
  top: 50%;
  left: 72%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #07294d;
  cursor: pointer;
  font-size: 16px;
}

/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider {
  padding-bottom: 300px;
}

.slider-cont {
  position: relative;
  z-index: 5;
}

.slider-cont h1 {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}

.slider-cont p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 50px;
}

.slider-cont ul {
}

.slider-cont ul li {
  display: inline-block;
  margin-right: 15px;
}

.slider-cont ul li:last-child {
  margin-right: 0;
}

.slider-active .slick-arrow {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.slider-active .next.slick-arrow {
  left: auto;
  right: 0;
}

.slider-active:hover .slick-arrow {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.slider-active:hover .next.slick-arrow {
  left: auto;
  right: 30px;
}

/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
  padding-bottom: 40px;
}

.slider-2.single-slider {
  padding-top: 230px;
  padding-bottom: 250px;
}

/*===== Index-3 =====*/

#slider-part-3 {
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
}

#slider-part-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3 {
  position: relative;
  z-index: 5;
  background-color: rgba(7, 41, 77, 0.8);
  padding: 70px 100px 80px;
}

.slider-cont-3 h2 {
  color: #fff;
  font-size: 48px;
  padding-bottom: 8px;
}

.slider-cont-3 span {
  font-size: 24px;
  color: #fff;
}

.slider-search {
  background-color: #fff;
  border-radius: 5px;
}

.slider-search .nice-select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
}

.slider-search .nice-select span {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #07294d;
  font-weight: 400;
}

.slider-search .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
}

.slider-search .nice-select::after {
  border-bottom: 0;
  border-right: 8px solid #07294d;
  border-top: 8px solid transparent;
  height: 0px;
  margin-top: -4px;
  width: 0px;
}

.slider-search input {
  width: 100%;
  height: 55px;
  border: 0;
  border-left: 1px solid #a8a8a8;
  padding-left: 25px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #8a8a8a;
}

.slider-search .main-btn {
  line-height: 53px;
  width: 100%;
  padding: 0;
}

.slider-search .main-btn:hover {
  border-color: #07294d;
}

.slider-feature {
}

.singel-slider-feature {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.singel-slider-feature .icon {
}

.singel-slider-feature .cont {
  padding-left: 30px;
}

.singel-slider-feature .cont h3 {
  color: #fff;
  padding-bottom: 3px;
  margin-top: -3px;
  font-size: 24px;
}

.singel-slider-feature .cont span {
  color: #fff;
  font-size: 15px;
}

/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1 {
  background-color: #4886ff;
}

.color-2 {
  background-color: #b5d56a;
}

.color-3 {
  background-color: #ff6f6f;
}

.category {
  background-color: #08284aa6;
  border-radius: 10px;
 /* margin-top: -150px;*/
  position: relative;
  z-index: 5;
}

.category-text p {
  color: #fff;
  padding: 10px 25px 2px 24px;
}

.category-text h2 {
  font-size: 36px;
  color: #fff;
  padding: 0 50px;
}

.singel-category {
  padding: 20px 0;
  border-radius: 5px;
  display: block;
}

.singel-category .icon {
  display: inline-block;
}

.singel-category .cont {
  display: block;
}

.singel-category .cont span {
  color: #fff;
  font-size: 18px;
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.category-slied {
}

.category-slied a {
  display: block;
}

.category-slied .slick-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-slied .prev.slick-arrow {
  right: auto;
  left: -50px;
}

.category-slied .slick-arrow i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.category-slied .slick-arrow i:hover {
  background-color: #ffc600;
}

@media only screen and (min-width: 1440px) {
  .category {
    background-color: #08284aa6;
    border-radius: 10px;
  /*  margin-top: -100px !important;*/
    position: relative;
    z-index: 5;
  }
}

@media only screen and (min-width: 1024px) {
  .category {
    background-color: #08284aa6;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    z-index: 5;
  }
}

/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
  position: relative;
  padding-bottom: 70px;
}

.about-bg {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.about-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}

.about-bg img {
  width: 100%;
}

.about-cont p {
  padding-top: 10px;
}

.about-event {
  -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  padding: 65px 70px 37px;
  background-color: rgba(255, 255, 255, 0.95);
}

.about-event .event-title h3 {
  font-size: 36px;
  color: #000;
  padding-bottom: 5px;
}

.about-event ul li .singel-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}

.about-event ul li:last-child .singel-event {
  border-bottom: 0;
}

.about-event ul li .singel-event span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}

.about-event ul li .singel-event span i {
  color: #ffc600;
  margin-right: 3px;
}

.about-event ul li .singel-event a {
  display: block;
}

.about-event ul li .singel-event a h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 24px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.about-event ul li .singel-event a:hover h4 {
  color: #ffc600;
}

/*=====================================================
    6. APPLY css 
======================================================*/

.apply {
  margin-top: -100px;
  position: relative;
}

.apply-color-1 {
  background-color: #07294d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.apply-color-2 {
  background-color: #092e56;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.apply .apply-cont {
  padding: 45px 50px 50px;
  height: 370px;
}

.apply .apply-cont h3 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 15px;
}

.apply .apply-cont p {
  color: #fff;
  padding-bottom: 45px;
}

.apply .apply-cont .main-btn:hover {
  border-color: #ffc600;
}

/*=====================================================
    7. COURSE css 
======================================================*/
.course h2 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}
.bbacourse p {
  text-align: center;
  
}
.about-cont a {color:blue;}

.singel-course {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.singel-course > .thum {
  position: relative;
}

.singel-course .thum .image {
  overflow: hidden;
  /*height: 286px;*/
}

.singel-course .thum .image img {
  width: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course:hover .thum .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.singel-course .thum .price {
  position: absolute;
  right: 60px;
  bottom: -24px;
}

.singel-course .thum .price span {
  font-size: 14px;
  color: #07294d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffc600;
  text-align: center;
}

.singel-course .cont1 {
  padding-top: 28px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
  height: 400px;
  overflow: scroll;
}

.singel-course .cont {
  padding-top: 28px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}

.singel-course .cont > ul {
  display: inline-block;
  margin-right: 10px;
}

.singel-course .cont ul li {
  display: inline-block;
  margin: 1px;
}

.singel-course .cont ul li > i {
  font-size: 13px;
  color: #ffc600;
}

.singel-course .cont span {
  font-size: 13px;
  color: #000;
}

.singel-course .cont h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-top: px;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-bottom: 1px solid #cdc7c7;
}

.singel-course .cont h4:hover {
  color: #ffc600;
}

.singel-course .cont2 {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.singel-course .cont2 > ul {
  display: inline-block;
  margin-right: 10px;
}

.singel-course .cont2 ul li {
  display: inline-block;
  margin: 1px;
}

.singel-course .cont2 ul li > i {
  font-size: 13px;
  color: #ffc600;
}

.singel-course .cont2 span {
  font-size: 13px;
  color: #000;
}

.singel-course .cont2 h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-top: px;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course .cont2 h4:hover {
  color: #ffc600;
}

.singel-course .course-teacher {
  /* border-top: 1px solid #e0e0e0; */
  padding-top: 20px;
  overflow: hidden;
}

.singel-course .course-teacher > .thum {
  display: inline-block;
}

.singel-course .course-teacher > .thum img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.singel-course .course-teacher .name {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: 13px;
}

.singel-course .course-teacher .name a h6 {
  font-size: 15px;
  color: #24486e;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course .course-teacher .name a:hover h6 {
  color: #ffc600;
}

.singel-course .course-teacher .admin {
  display: inline-block;
  float: right;
  overflow: hidden;
}

.singel-course .course-teacher .admin ul {
  margin-top: 8px;
}

.singel-course .course-teacher .admin ul li {
  margin-right: 20px;
}

.singel-course .course-teacher .admin ul li:last-child {
  margin-right: 0;
}

.singel-course .course-teacher .admin ul li a {
  font-size: 15px;
  color: #8a8a8a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course .course-teacher .admin ul li a:hover {
  color: #ffc600;
}

.singel-course .course-teacher .admin ul li a span {
  color: #8a8a8a;
  margin-left: 3px;
}

.course-slied {
}

.course-slied .slick-arrow {
  position: absolute;
  top: -125px;
  right: 0;
}

.course-slied .prev.slick-arrow {
  left: auto;
  right: 50px;
}

.course-slied .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  color: #000;
  border: 2px solid #aaaaaa;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.course-slied .slick-arrow:hover i {
  border-color: #ffc600;
  background-color: #ffc600;
}

/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
  position: relative;
}

.feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.9);
}

.video {
  padding-left: 80px;
}

.video i {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  background-color: #ffc600;
  color: #07294d;
  border-radius: 50%;
}

.feature {
  position: relative;
  z-index: 5;
}

.feature .feature-title {
}

.feature .feature-title h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}

.feature ul li .singel-feature {
  padding-top: 30px;
  overflow: hidden;
}

.feature ul li .singel-feature .icon {
  float: left;
  overflow: hidden;
  display: inline-block;
  padding-right: 30px;
}

.feature ul li .singel-feature .cont {
  width: 78%;
  float: left;
  overflow: hidden;
}

.feature ul li .singel-feature .cont h4 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
}

.feature ul li .singel-feature .cont p {
  color: #fff;
}

/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {
}

.teachers-cont p {
  padding-top: 30px;
}

.singel-teachers {
  position: relative;
}

.singel-teachers .image {
  border-radius: 5px;
  overflow: hidden;
}

.singel-teachers .image img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  /* height: 330px; */
}

.singel-teachers:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.singel-teachers .cont {
 /* position: absolute;*/
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
}

.singel-teachers .cont a {
  display: block;
 
}

.singel-teachers .cont a h6 {
	margin-top:5px;
	margin-bottom:7px;
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.singel-teachers .cont p {
	margin-top:0px;
  color: #8a8a8a;
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  text-align:center;
}

.singel-teachers .cont a:hover h6 {
  color: #ffc600;
}

.singel-teachers .cont span {
  font-size: 14px;
  color: #8a8a8a;
}

/*=====================================================
    10. PUBLICATION css 
======================================================*/

.singel-publication {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.singel-publication .image {
  position: relative;
}

.singel-publication .image img {
  width: 100%;
}

.singel-publication .image .add-cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-publication .image:hover .add-cart {
  opacity: 1;
}

.singel-publication .image .add-cart ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.singel-publication .image .add-cart ul li {
  display: inline-block;
  margin: 0 5px;
}

.singel-publication .image .add-cart ul li a {
  font-size: 16px;
  color: #ffc600;
  width: 35px;
  line-height: 35px;
  border: 1px solid #ffc600;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-publication .image .add-cart ul li a:hover {
  background-color: #ffc600;
  color: #07294d;
}

.singel-publication .cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}

.singel-publication .cont .name {
  width: 50%;
}

.singel-publication .cont .name a {
  display: block;
}

.singel-publication .cont .name a h6 {
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-publication .cont .name a:hover h6 {
  color: #ffc600;
}

.singel-publication .cont .name span {
  font-size: 13px;
  color: #8a8a8a;
}

.singel-publication .cont .button {
  width: 50%;
}

.singel-publication .cont .button a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 35px;
}

/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/

#testimonial {
}

#testimonial .section-title {
  position: relative;
  z-index: 5;
}

#testimonial .section-title h5,
#testimonial .section-title h2 {
  color: #fff;
}

#testimonial .section-title h5::before {
  background-color: #fff;
}

.testimonial-slied {
  position: relative;
  z-index: 5;
}

.singel-testimonial {
  position: relative;
}

.singel-testimonial .testimonial-thum {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.singel-testimonial .testimonial-thum img {
  border-radius: 5px;
}

.singel-testimonial .testimonial-thum .quote {
  position: absolute;
  right: -22px;
  top: -22px;
}

.singel-testimonial .testimonial-thum .quote i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ffc600;
  border-radius: 50%;
  color: #07294d;
  font-size: 18px;
}

.singel-testimonial .testimonial-cont {
  padding-left: 140px;
}

.singel-testimonial .testimonial-cont p {
  color: #fff;
  padding-bottom: 32px;
}

.singel-testimonial .testimonial-cont h6 {
  color: #fff;
  padding-bottom: 4px;
}

.singel-testimonial .testimonial-cont span {
  color: #fff;
  font-size: 18px;
}

.testimonial-slied .slick-dots {
  margin: 0 auto;
}

.testimonial-slied .slick-dots li {
  display: inline-block;
  margin-top: 15px;
}

.testimonial-slied .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  padding: 0;
  border: 0;
  margin: 0 3px;
  cursor: pointer;
}

.testimonial-slied .slick-dots li.slick-active button {
  background-color: #ffc600;
}

/*=====================================================
    12. NEWS css 
======================================================*/

.singel-news {
}

.singel-news .news-thum {
}

.singel-news .news-thum img {
  width: 100%;
  border-radius: 5px;
}

.singel-news .news-cont {
}

.singel-news .news-cont ul li {
  display: inline-block;
  margin-right: 25px;
}

.singel-news .news-cont ul li:last-child {
  margin-right: 0;
}

.singel-news .news-cont ul li a {
  color: #8a8a8a;
  font-size: 15px;
}

.singel-news .news-cont ul li a i {
  color: #ffc600;
  margin-right: 8px;
}

.singel-news .news-cont ul li a span {
  color: #07294d;
}

.singel-news .news-cont a {
  display: block;
}

.singel-news .news-cont a h3 {
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
  padding-top: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-news .news-cont a:hover h3 {
  color: #ffc600;
}

.news-list .news-cont h3 {
  font-size: 20px;
}

.news-list .news-cont ul li a {
  font-size: 14px;
}

/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    background-color: #07294d;
    padding: 0px 30px 0px 30px;
}

.footer-about {
  padding-right: 50px;
}

.footer-about p {
  color: #fff;
  padding-top: 15px;
}

.footer-about ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-about ul li:last-child {
  margin-right: 0;
}

.footer-about ul li a {
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-about ul li a:hover {
  background-color: #ffc600;
  color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-title h6 {
  font-size: 18px;
  color: #fff;
}

.footer-link {
  overflow: hidden;
}

.footer-link ul {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-left: 0px;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a i {
  margin-right: 8px;
  color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a:hover {
  color: #ffc600;
}

.footer-link ul li a:hover i {
  margin-right: 15px;
}

.support ul {
  float: none;
  width: 100%;
}

.footer-address ul {
  margin-left: 0px;
}

.footer-address ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon i {
  font-size: 18px;
  color: #ffc600;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-address ul li .cont {
  padding-left: 35px;
}

.footer-address ul li .cont p {
  color: #fff;
}

.footer-copyright {
  background-color: #021d3a;
}

.footer-copyright .copyright p {
  color: #fff;
}

.footer-copyright .copyright p span {
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #ffc600;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #021d3a;
}

/*=====================================================
    14. CATEGORY 2 css 
======================================================*/

.category-2-items {
}

.category-2-items .singel-items {
  position: relative;
}

.category-2-items .singel-items .items-image {
  position: relative;
}

.category-2-items .singel-items .items-image img {
  width: 100%;
  border-radius: 5px;
}

.category-2-items .singel-items .items-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.6);
  border-radius: 5px;
}

.category-2-items .singel-items .items-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-2-items .singel-items .items-cont h5 {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.category-2-items .singel-items .items-cont span {
  font-size: 14px;
  color: #fff;
}

.category-2-items .singel-items .items-cont h5:hover {
  color: #ffc600;
}

.category-form {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  margin-top: -154px;
}

.category-form .form-title {
  background-color: #07294d;
  padding-top: 35px;
  padding-bottom: 40px;
}

.category-form .form-title h3 {
  color: #ffc600;
  font-size: 36px;
}

.category-form .form-title span {
  font-size: 24px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.category-form .main-form {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.category-form .main-form .singel-form {
  margin-top: 20px;
}

.category-form .main-form .singel-form input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 15px;
  color: #8a8a8a;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
}

.category-form .main-form .singel-form .main-btn {
  width: 100%;
  line-height: 60px;
  margin-top: 20px;
}

/*=====================================================
    15. COURSE 2 css 
======================================================*/

.singel-course-2 {
}

.singel-course-2 > .thum {
  position: relative;
}

.singel-course-2 > .thum .image > img {
  border-radius: 5px;
  width: 100%;
}

.singel-course-2 > .thum .price {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 5;
}

.singel-course-2 > .thum .price span {
  font-size: 14px;
  color: #07294d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffc600;
  text-align: center;
}

.singel-course-2 > .thum .course-teacher {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.singel-course-2 > .thum .course-teacher > .thum {
  display: inline-block;
}

.singel-course-2 > .thum .course-teacher > .thum img {
  border-radius: 50%;
}

.singel-course-2 > .thum .course-teacher .name {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  bottom: 13px;
}

.singel-course-2 > .thum .course-teacher .name h6 {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course-2 > .thum .course-teacher .name h6:hover {
  color: #ffc600;
}

.singel-course-2 > .thum .course-teacher .review {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  bottom: 13px;
}

.singel-course-2 > .thum .course-teacher .review ul li {
  display: inline-block;
  font-size: 12px;
  color: #ffc600;
}

.singel-course-2 > .thum .course-teacher .review ul li {
}

.singel-course-2 .cont {
  padding-top: 25px;
}

.singel-course-2 .cont h4 {
  font-weight: 600;
  font-weight: 24px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course-2 .cont h4:hover {
  color: #ffc600;
}

/*=====================================================
    16. COUNTER css 
======================================================*/

.singel-counter {
  position: relative;
  z-index: 5;
}

.singel-counter span {
  font-size: 36px;
  color: #ffc600;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.singel-counter p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

/*===== Index-3 =====*/

.counter-3 {
}

.counter-3 p {
  color: #07294d;
  font-weight: 600;
}

/*=====================================================
    17. TEACHERS 2 css 
======================================================*/

.teachers-2 {
}

.teachers-2 .teachers-2-singel {
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 15px;
}

.teachers-2 .teachers-2-singel .thum {
}

.teachers-2 .teachers-2-singel .thum img {
  border-radius: 50%;
}

.teachers-2 .teachers-2-singel .cont {
  padding-left: 20px;
}

.teachers-2 .teachers-2-singel .cont a {
}

.teachers-2 .teachers-2-singel .cont a h5 {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.teachers-2 .teachers-2-singel .cont a:hover h5 {
  color: #ffc600;
}

.teachers-2 .teachers-2-singel .cont p {
  font-size: 15px;
}

.teachers-2 .teachers-2-singel .cont span {
  font-size: 14px;
  color: #07294d;
}

.teachers-2 .teachers-2-singel .cont span i {
  margin-right: 5px;
  color: #ffc600;
}

.student-slied {
  z-index: 5;
}

.happy-student {
  background-color: #07294d;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 5px;
  position: relative;
}

.happy-student {
  background-color: #07294d;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 5px;
  position: relative;
}

.happy-student .happy-title {
}

.happy-student .happy-title h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 60px;
}

.happy-student .singel-student {
  position: relative;
  z-index: 5;
}

.happy-student .singel-student img {
  padding-bottom: 20px;
}

.happy-student .singel-student p {
  color: #fff;
  padding-bottom: 30px;
  padding-right: 135px;
}

.happy-student .singel-student h6 {
  color: #fff;
  font-size: 16px;
}

.happy-student .singel-student span {
  font-size: 14px;
  color: #fff;
}

.happy-student .student-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*=====================================================
    18. EVENT 2 css 
======================================================*/

.event-bg {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.event-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(7, 41, 77, 0.3)),
    color-stop(10%, rgba(7, 41, 77, 0.3)),
    to(rgba(7, 41, 77, 1))
  );
  background: linear-gradient(
    to right,
    rgba(7, 41, 77, 0.3) 0%,
    rgba(7, 41, 77, 0.3) 10%,
    rgba(7, 41, 77, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d07294d', endColorstr='#07294d', GradientType=1);
}

.event-2 .event-title h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 5px;
}

.event-2 ul li .singel-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}

.event-2 ul li:last-child .singel-event {
  border-bottom: 0;
}

.event-2 ul li .singel-event span {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}

.event-2 ul li .singel-event span i {
  color: #ffc600;
  margin-right: 3px;
}

.event-2 ul li .singel-event a {
  display: block;
}

.event-2 ul li .singel-event a h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.event-2 ul li .singel-event a:hover h4 {
  color: #ffc600;
}

/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
  position: relative;
  z-index: 5;
}

.count-down-cont h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}

.count-down-cont h2 {
  font-size: 72px;
  color: #ffc600;
  font-weight: 700;
  padding-bottom: 37px;
}

.count-down-time {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.count-down-time .singel-count {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
}

.count-down-time .singel-count .number {
  font-size: 72px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: block;
}

.count-down-time .singel-count .title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.category-form-3 {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.category-form-3 .form-title {
  background-color: #ffc600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.category-form-3 .form-title h3 {
  color: #07294d;
}

.category-form-3 .form-title span {
  font-weight: 600;
}

.category-form-3 .main-btn {
  color: #fff;
}

.category-form-3 .main-btn:hover {
  color: #ffc600;
  border-color: #07294d;
}

/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
  position: relative;
  z-index: 5;
}

.page-banner-cont h2 {
  font-size: 52px;
  color: #fff;
  padding-bottom: 15px;
}

.page-banner-cont .breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
  color: #ffc600;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: '/';
  font-size: 18px;
}

/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
  width: 100%;
  border-radius: 5px;
}

.about-singel-items {
}

.about-singel-items span {
  font-size: 60px;
  color: #dbdbdb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 46px;
  padding-bottom: 22px;
}

.about-singel-items h4 {
  color: #000;
  font-size: 24px;
  padding-bottom: 25px;
}

/*=====================================================
    22. COURSES PAGE css 
======================================================*/

.tab-content {
}

.tab-content .singel-course .course-teacher .name {
  bottom: 0;
}

.courses-top-search {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  overflow: hidden;
}

.courses-top-search .nav {
  margin-top: 5px;
}

.courses-top-search .nav .nav-item {
  margin-right: 15px;
  font-size: 15px;
  color: #8a8a8a;
}

.courses-top-search .nav .nav-item a {
  font-size: 16px;
  color: #8a8a8a;
}

.courses-top-search .nav .nav-item a.active {
  color: #ffc600;
}

.courses-search {
  position: relative;
}

.courses-search input {
  height: 30px;
  width: 240px;
  background-color: #f6f6f6;
  border: 0;
  color: #8a8a8a;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 20px;
}

.courses-search button {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0;
  height: 30px;
  font-size: 15px;
  color: #8a8a8a;
  border: 0;
  background: none;
  cursor: pointer;
}

#courses-list .singel-course .thum .price {
  right: -25px;
  bottom: auto;
  top: 30px;
}

.courses-pagination {
}

.courses-pagination .pagination {
}

.courses-pagination .pagination .page-item {
  margin: 0 5px;
}

.courses-pagination .pagination .page-item a {
  font-size: 15px;
  color: #07294d;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #aaa;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.courses-pagination .pagination .page-item a.active,
.courses-pagination .pagination .page-item a:hover {
  background-color: #ffc600;
  border-color: #ffc600;
}

/*=====================================================
    23. COURSE SINGEl PAGE css 
======================================================*/

.corses-singel-left {
  padding: 45px 50px;
  background-color: #fff;
}

.corses-singel-left .title {
}

.corses-singel-left .title h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  padding-bottom: 25px;
}

.corses-singel-left .course-terms {
}

.corses-singel-left .course-terms > ul > li {
  display: inline-block;
  margin-right: 60px;
}

.corses-singel-left .course-terms > ul li:last-child {
  margin-right: 0;
}

.corses-singel-left .course-terms ul li .teacher-name {
  position: relative;
}

.corses-singel-left .course-terms ul li .teacher-name .thum {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.corses-singel-left .course-terms ul li .teacher-name .thum img {
  border-radius: 50%;
}

.corses-singel-left .course-terms ul li .teacher-name .name {
  padding-left: 60px;
}

.corses-singel-left .course-terms ul li .review span,
.corses-singel-left .course-terms ul li .teacher-name .name span,
.corses-singel-left .course-terms ul li .course-category span {
  color: #8a8a8a;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.corses-singel-left .course-terms ul li .teacher-name .name h6,
.corses-singel-left .course-terms ul li .course-category h6 {
  font-size: 16px;
  color: #24486e;
  font-weight: 700;
}

.corses-singel-left .course-terms ul li .review {
}

.corses-singel-left .course-terms ul li .review ul li {
  display: inline-block;
}

.corses-singel-left .course-terms ul li .review ul li a {
  font-size: 14px;
  color: #ffc600;
}

.corses-singel-left .course-terms ul li .review ul li.rating {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-left: 13px;
}

.corses-singel-image {
}

.corses-singel-image img {
  width: 100%;
}

.corses-tab {
  border: 1px solid #edf0f2;
  border-radius: 5px;
}

.corses-tab .nav {
}

.corses-tab .nav .nav-item {
  list-style-type: none;
}

.corses-tab .nav .nav-item a {
  font-size: 16px;
  color: #24486e;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  padding: 20px 0;
  display: block;
  background-color: #edf0f2;
}

.corses-tab .nav .nav-item a.active {
  background-color: #fff;
}

.overview-description {
  padding: 0px 30px 25px;
}

.overview-description .singel-description {
}

.overview-description .singel-description h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}

.curriculam-cont {
  padding: 25px 30px;
}

.curriculam-cont .title h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
}

.curriculam-cont .accordion {
  border: 0;
  margin-top: -60px;
}

.curriculam-cont .accordion .card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #cecece !important;
}

.curriculam-cont .accordion .card:last-child {
  border-bottom: 0 !important;
}

.curriculam-cont .accordion .card .card-header {
  padding: 0;
  border-bottom: 0;
}

.curriculam-cont .accordion .card .card-header a {
  overflow: hidden;
  display: block;
  padding: 15px 15px;
  background-color: #edf0f2;
}

.curriculam-cont .accordion .card .card-header a.collapsed {
  background-color: #fff;
  border: none;
}

.curriculam-cont .accordion .card .card-header a::before,
.curriculam-cont .accordion .card .card-header a.collapsed::before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 18px;
  color: #8a8a8a;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.curriculam-cont .accordion .card .card-header a.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.curriculam-cont .accordion .card .card-header a ul li {
  display: inline-block;
}

.curriculam-cont .accordion .card .card-header a ul li:last-child {
  float: right;
}

.curriculam-cont .accordion .card .card-header a ul li > i {
  color: #ffc600;
  font-size: 15px;
  margin-right: 5px;
}

.curriculam-cont .accordion .card .card-header a ul li > .lecture {
  font-size: 15px;
  color: #8a8a8a;
}

.curriculam-cont .accordion .card .card-header a ul li > .head {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-left: 15px;
  color: #000;
}

.curriculam-cont .accordion .card .card-header a ul li > .time {
  font-size: 15px;
  color: #8a8a8a;
  text-align: right;
  padding-right: 30px;
}

.curriculam-cont .accordion .card .card-header a ul li > .time i {
  margin-right: 5px;
}

.curriculam-cont .accordion .card .card-header a ul li > .time span {
}

.curriculam-cont .accordion .card .card-body {
  background-color: #edf0f2;
  padding: 0 25px 20px;
}

.instructor-cont {
  padding: 30px 30px 25px;
}

.instructor-cont .instructor-author {
  overflow: hidden;
}

.instructor-cont .instructor-author .author-thum {
  float: left;
  margin-right: 30px;
}

.instructor-cont .instructor-author .author-name {
  float: left;
}

.instructor-cont .instructor-author .author-name a {
  display: block;
}

.instructor-cont .instructor-author .author-name a h5 {
  font-size: 18px;
  color: 30px;
  font-weight: 600;
}

.instructor-cont .instructor-author .author-name span {
  font-size: 15px;
  color: #8a8a8a;
}

.instructor-cont .instructor-author .author-name .social {
  padding-top: 25px;
}

.instructor-cont .instructor-author .author-name .social li {
  display: inline-block;
  margin-right: 8px;
}

.instructor-cont .instructor-author .author-name .social li a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #24486e;
  background-color: #24486e;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.instructor-cont .instructor-author .author-name .social li a:hover {
  background-color: #fff;
  color: #24486e;
}

.reviews-cont {
  padding: 25px 30px 30px;
}

.reviews-cont .title h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}

.reviews-cont ul li .singel-reviews {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}

.reviews-cont ul li:last-child .singel-reviews {
  border-bottom: 0;
}

.reviews-cont ul li .singel-reviews .reviews-author {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-thum img {
  border-radius: 5px;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-name {
  padding-left: 20px;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-name h6 {
  font-size: 16px;
  font-weight: 600;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-name span {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.reviews-cont ul li .singel-reviews .reviews-description {
}

.reviews-cont ul li .singel-reviews .reviews-description p {
  padding-bottom: 17px;
}

.reviews-cont ul li .singel-reviews .reviews-description .rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-cont ul li .singel-reviews .reviews-description .rating ul li {
  display: inline-block;
  font-size: 15px;
  color: #ffc600;
}

.reviews-cont ul li .singel-reviews .reviews-description .rating span {
  font-size: 15px;
  color: #000;
  margin-left: 10px;
}

.reviews-cont .reviews-form .form-singel {
  padding-top: 25px;
}

.reviews-cont .reviews-form .form-singel input,
.reviews-cont .reviews-form .form-singel textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 0 20px;
}

.reviews-cont .reviews-form .form-singel textarea {
  height: 160px;
  padding-top: 20px;
  resize: none;
}

.reviews-cont .reviews-form .form-singel .rate-wrapper {
  overflow: hidden;
}

.reviews-cont .reviews-form .form-singel .rate-label {
  float: left;
  color: #000;
  margin-right: 10px;
  margin-left: 0;
}

.reviews-cont .reviews-form .form-singel .rate {
  float: left;
  color: #cecece;
  cursor: pointer;
}

.reviews-cont .reviews-form .form-singel .rate-item {
  float: left;
  cursor: pointer;
  margin: 0px 3px 0px 3px;
}

.reviews-cont .reviews-form .form-singel .rate:hover,
.reviews-cont .reviews-form .form-singel .rate.selected {
  color: #ffc600;
}

.reviews-cont .reviews-form .form-singel .rate .rate-item:hover ~ .rate-item,
.reviews-cont .reviews-form .form-singel .rate .rate-item.active ~ .rate-item {
  color: #cecece;
}

.releted-courses .title h3 {
  font-size: 30px;
  color: #07294d;
}

.course-features {
  background-color: #fff;
  padding: 30px 35px;
  border-radius: 5px;
}

.course-features h4,
.You-makelike h4 {
  font-size: 24px;
  color: #07294d;
  padding-bottom: 15px;
}

.course-features ul {
}

.course-features ul li {
  font-size: 15px;
  color: #8a8a8a;
  overflow: hidden;
  line-height: 45px;
  border-bottom: 1px solid #d2d2d2;
}

.course-features ul li:last-child {
  border-bottom: 0;
}

.course-features ul li i {
  color: #ffc600;
  margin-right: 8px;
}

.course-features ul li span {
  float: right;
}

.course-features .price-button {
  overflow: hidden;
}

.course-features .price-button span {
  font-size: 18px;
  color: #24486e;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 12px;
}

.course-features .price-button span b {
  color: #ffc600;
}

.course-features .price-button .main-btn {
  float: right;
}

.You-makelike {
  background-color: #fff;
  padding: 25px 30px 30px;
  border-radius: 5px;
}

.You-makelike .singel-makelike {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.You-makelike .singel-makelike .image {
  position: relative;
}

.You-makelike .singel-makelike .image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(7, 41, 77, 0.8);
}

.You-makelike .singel-makelike .image img {
  width: 100%;
}

.You-makelike .singel-makelike .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 30px;
}

.You-makelike .singel-makelike .cont h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.You-makelike .singel-makelike .cont h4:hover {
  color: #ffc600;
}

.You-makelike .singel-makelike .cont ul li {
  display: inline-block;
  margin-right: 15px;
  color: #ffc600;
}

.You-makelike .singel-makelike .cont ul li a {
  font-size: 14px;
  color: #fff;
}

.You-makelike .singel-makelike .cont ul li a i {
  margin-right: 3px;
}

/*=====================================================
    24. EVENT PAGE css 
======================================================*/

.singel-event-list {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 240px;
}

.singel-event-list .event-thum {
  width: 38%;
}

.singel-event-list .event-thum img {
  width: 100%;
  border-radius: 5px;
}

.singel-event-list .event-cont {
  width: 100%;
  /*padding-left: 30px;*/
}

.singel-event-list .event-cont h4 {
  font-size: 17px;
}

.singel-event-list .event-cont span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}

.singel-event-list .event-cont span i {
  color: #ffc600;
  margin-right: 3px;
}

.singel-event-list .event-cont a {
  display: block;
}

.singel-event-list .event-cont a h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-event-list .event-cont a:hover h4 {
  color: #ffc600;
}

/*=====================================================
    25. EVENT SINGEL PAGE css 
======================================================*/

.events-area {
  background-color: #fff;
  padding: 45px 50px;
}

.events-left {
}

.events-left h3 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
}

.events-left span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}

.events-left span i {
  color: #ffc600;
  margin-right: 3px;
}

.events-left img {
  margin-top: 35px;
  border-radius: 5px;
}

.events-left p {
  padding-top: 5px;
}

.events-left h4 {
  padding-top: 2px;
  font-size: 16px;
}

.events-right {
}

.events-coundwon {
  padding: 25px 30px 30px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 110px;
}

.events-coundwon .count-down-time {
  position: relative;
  z-index: 5;
}

.events-coundwon .count-down-time .singel-count {
}

.events-coundwon .count-down-time .singel-count .number {
  font-size: 24px;
  color: #ffc600;
}

.events-coundwon .count-down-time .singel-count .title {
  font-size: 13px;
}

.events-coundwon .events-coundwon-btn {
}

.events-coundwon .events-coundwon-btn .main-btn {
  width: 100%;
}

.events-address {
  border: 1px solid #bcbcbc;
  padding: 0 30px 30px;
  border-radius: 5px;
}

.events-address ul li {
  padding-top: 20px;
}

.events-address ul li .singel-address {
  position: relative;
}

.events-address ul li .singel-address .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.events-address ul li .singel-address .icon i {
  font-size: 15px;
  color: #ffc600;
}

.events-address ul li .singel-address .cont {
  padding-left: 23px;
}

.events-address ul li .singel-address .cont h6 {
  font-size: 15px;
  color: #07294d;
}

.events-address ul li .singel-address .cont span {
  font-size: 14px;
  color: #505050;
}

#contact-map {
  width: 100%;
  height: 150px;
  border-radius: 5px;
}

/*=====================================================
    26. TEACHERS SInGEL PAGE css 
======================================================*/

.teachers-left {
  padding: 40px 50px 35px;
  background-color: #fff;
  border-radius: 5px;
}

.teachers-left .hero img {
  width: 100%;
  border-radius: 5px;
}

.teachers-left .name {
  padding-top: 25px;
}

.teachers-left .name h6 {
  font-size: 18px;
  color: #000;
}

.teachers-left .name span {
  font-size: 15px;
  color: #8a8a8a;
}

.teachers-left .social {
  padding-top: 15px;
}

.teachers-left .social ul li {
  display: inline-block;
}

.teachers-left .social ul li a {
  font-size: 30px;
  margin-right: 7px;
}

.teachers-left .social ul li:nth-of-type(1) a {
  color: #212798;
}

.teachers-left .social ul li:nth-of-type(2) a {
  color: #3c9bff;
}

.teachers-left .social ul li:nth-of-type(3) a {
  color: #fe1f59;
}

.teachers-left .social ul li:nth-of-type(4) a {
  color: #474b8c;
}

.teachers-left .description {
  padding-top: 20px;
}

.teachers-right {
  border-radius: 5px;
  overflow: hidden;
}

.teachers-right .nav {
}

.teachers-right .nav .nav-item {
}

.teachers-right .nav .nav-item a {
  padding: 20px 0;
  background-color: #315377;
  color: #fff;
  font-weight: 15;
  color: #fff;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.teachers-right .nav .nav-item a.active,
.teachers-right .nav .nav-item a:hover {
  background-color: #6d2727;
  color: #fff;
}

.teachers-right .tab-content {
  padding: 0px 50px 35px;
  background-color: #fff;
}

.teachers-right .tab-content .dashboard-cont {
}

.teachers-right .tab-content .dashboard-cont .singel-dashboard h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}

.teachers-right .tab-content .reviews-cont {
  padding: 45px 0 15px;
}

.teachers-right .tab-content {
}

/*=====================================================
    27. BLOG PAGE css 
======================================================*/

.singel-blog {
  overflow: hidden;
  border-radius: 5px;
}

.singel-blog .blog-thum img {
  width: 100%;
}

.singel-blog .blog-cont {
  padding: 40px 50px;
  background-color: #fff;
}

.singel-blog .blog-cont a {
  display: block;
}

.singel-blog .blog-cont h3 {
  font-size: 36px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-blog .blog-cont a:hover h3 {
  color: #ffc600;
}

.singel-blog .blog-cont ul {
  padding: 20px 0;
}

.singel-blog .blog-cont ul li {
  display: inline-block;
  margin-right: 30px;
}

.singel-blog .blog-cont ul li:last-child {
  margin-right: 0;
}

.singel-blog .blog-cont ul li a {
  font-size: 15px;
  color: #8a8a8a;
}

.singel-blog .blog-cont ul li a i {
  color: #ffc600;
  margin-right: 5px;
}

.singel-blog .blog-cont p {
}

.saidbar {
}

.saidbar .saidbar-search {
  padding: 35px;
  background-color: #fff;
  border-radius: 5px;
}

.saidbar .saidbar-search form {
  position: relative;
}

.saidbar .saidbar-search form input {
  width: 100%;
  height: 45px;
  padding: 0 25px;
  background-color: #f6f6f6;
  color: #8a8a8a;
  border-radius: 5px;
  font-size: 15px;
  border: 0;
}

.saidbar .saidbar-search form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
  color: #8a8a8a;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.saidbar .categories {
  background-color: #fff;
  padding: 30px 35px 25px;
  border-radius: 5px;
}

.saidbar .categories h4,
.saidbar .saidbar-post h4 {
  font-size: 24px;
  color: #07294d;
}

.saidbar .categories ul {
  padding-top: 15px;
}

.saidbar .categories ul li {
  line-height: 40px;
}

.saidbar .categories ul li a {
  color: #8a8a8a;
  font-weight: 15;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.saidbar .categories ul li a:hover {
  color: #ffc600;
}

.saidbar .saidbar-post {
  padding: 30px 35px 35px;
  background-color: #fff;
  border-radius: 5px;
}

.saidbar .saidbar-post ul {
  padding-top: 10px;
}

.saidbar .saidbar-post ul li a {
  display: block;
  margin-top: 30px;
}

.saidbar .saidbar-post ul li a .singel-post {
  overflow: hidden;
}

.saidbar .saidbar-post ul li a .singel-post .thum {
  float: left;
  padding-right: 20px;
}

.saidbar .saidbar-post ul li a .singel-post .thum img {
  border-radius: 5px;
}

.saidbar .saidbar-post ul li a .singel-post .cont {
}

.saidbar .saidbar-post ul li a .singel-post .cont h6 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.saidbar .saidbar-post ul li a .singel-post .cont h6:hover {
  color: #ffc600;
}

.saidbar .saidbar-post ul li a .singel-post .cont span {
  font-size: 14px;
  color: #8a8a8a;
}

/*=====================================================
    28. BLOG SINGEL PAGE css 
======================================================*/

.blog-details .cont {
  padding: 40px 50px;
  background-color: #fff;
}

.blog-details .cont h3 {
  font-size: 36px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-details .cont ul {
  padding: 20px 0;
}

.blog-details .cont ul li {
  display: inline-block;
  margin-right: 30px;
}

.blog-details .cont ul li a {
  font-size: 15px;
  color: #8a8a8a;
}

.blog-details .cont ul li a i {
  color: #ffc600;
  margin-right: 5px;
}

.blog-details .cont .share {
  padding-top: 22px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
}

.blog-details .cont .share li.title {
  font-size: 18px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.blog-details .cont .share > li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details .cont .share li a {
}

.blog-details .cont .share li a i {
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #ffc600;
  text-align: center;
  color: #fff;
  margin-right: 0;
}

.blog-details .cont .share li:nth-of-type(2) a i {
  background-color: #3c5a99;
}

.blog-details .cont .share li:nth-of-type(3) a i {
  background-color: #1da1f2;
}

.blog-details .cont .share li:nth-of-type(4) a i {
  background-color: #d34836;
}

.blog-details .cont .share li:nth-of-type(5) a i {
  background-color: #e4405f;
}

.blog-details .cont .share li:nth-of-type(6) a i {
  background-color: #0077b5;
}

.blog-details .cont .blog-comment .title h3 {
  font-size: 24px;
  color: #000;
}

.blog-details .cont .blog-comment ul {
  padding: 0;
}

.blog-details .cont .blog-comment ul li {
  margin-top: 30px;
  margin-right: 0;
}

.blog-details .cont .blog-comment ul li .replay {
  padding-left: 75px;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-comment .comment {
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}

.blog-comment .comment .comment-author {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-comment .comment .comment-author .author-thum img {
  border-radius: 5px;
}

.blog-comment .comment .comment-author .comment-name {
  padding-left: 20px;
}

.blog-comment .comment .comment-author .comment-name h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.blog-comment .comment .comment-author .comment-name span {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.blog-comment .comment .comment-replay {
  position: absolute;
  top: 15px;
  right: 0;
}

.comment-form .form-singel {
  margin-top: 20px;
}

.comment-form .form-singel input,
.comment-form .form-singel textarea {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  font-size: 15px;
}

.comment-form .form-singel textarea {
  height: 120px;
  resize: none;
  padding-top: 20px;
}

/*=====================================================
    29. SHOP PAGE css 
======================================================*/

.shop-top-search {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
}

.shop-top-search .shop-bar {
  display: inline-block;
}

.shop-top-search .nav .nav-item {
  margin-right: 15px;
  font-size: 15px;
  color: #8a8a8a;
}

.shop-top-search .nav .nav-item a {
  font-size: 16px;
  color: #8a8a8a;
}

.shop-top-search .nav .nav-item a.active {
  color: #ffc600;
}

.shop-top-search .shop-select {
  display: inline-block;
  float: right;
  margin-top: -3px;
}

.shop-top-search .shop-select .nice-select {
  background-color: #f6f6f6;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  height: 30px;
  width: 135px;
  line-height: 30px;
  color: #8a8a8a;
}

.shop-top-search .shop-select .nice-select.open .list {
  width: 100%;
  margin-top: 0;
  background-color: #f6f6f6;
  border: 0;
}

#shop-list .singel-publication .cont {
  display: block;
  padding-top: 0;
}

#shop-list .singel-publication .cont .name {
  width: 100%;
}

#shop-list .singel-publication .cont .name a h6 {
  font-size: 18px;
}

#shop-list .singel-publication .cont .name span {
  font-size: 16px;
  color: #8a8a8a;
  padding-top: 15px;
}

#shop-list .singel-publication .cont .button {
  width: 100%;
  padding-top: 10px;
}

#shop-list .singel-publication .cont .button a {
  padding: 0 20px;
  font-size: 12px;
  line-height: 35px;
}

/*=====================================================
    30. SHOP SINGEL PAGE css 
======================================================*/

.shop-destails {
  background-color: #fff;
  padding: 20px 50px 50px;
  border-radius: 5px;
}

.shop-destails .shop-left {
  padding-right: 50px;
}

.shop-destails .shop-left .shop-image a {
  display: block;
}

.shop-destails .shop-left .shop-image img {
  width: 100%;
  border-radius: 4px;
}

.shop-destails .shop-left .nav .nav-item {
  margin-right: 25px;
}

.shop-destails .shop-left .nav .nav-item:last-child {
  margin-right: 0;
}

.shop-destails .shop-left .nav .nav-item a {
  display: block;
}

.shop-destails .shop-left .nav .nav-item a .shop-thum img {
  width: 100%;
  border-radius: 3px;
}

.shop-right {
}

.shop-right h6 {
  font-size: 18px;
  padding-bottom: 5px;
}

.shop-right span {
  font-size: 15px;
  color: #8a8a8a;
}

.shop-right p {
  padding-bottom: 15px;
}

.nice-number {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.nice-number input {
  width: 50px !important;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #aaa;
  padding-right: 20px;
}

.nice-number button {
  position: absolute;
  width: 25px;
  padding: 0;
  right: 2px;
  top: 2px;
  border: 0;
  border-top-right-radius: 5px;
  background: none;
  cursor: pointer;
}

.nice-number button:last-child {
  top: auto;
  bottom: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
}

.nice-number button i {
  font-size: 15px;
  color: #000;
}

.add-btn {
  display: inline-block;
}

.add-btn .main-btn {
  line-height: 46px;
}

.shop-reviews .nav .nav-item {
}

.shop-reviews .nav .nav-item:first-child a {
  border-top-left-radius: 5px;
}

.shop-reviews .nav .nav-item:last-child a {
  border-top-right-radius: 5px;
}

.shop-reviews .nav .nav-item a {
  width: 165px;
  line-height: 55px;
  background-color: #315377;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.shop-reviews .nav .nav-item a.active {
  background-color: #fafafa;
  color: #315377;
}

.shop-reviews .tab-content {
  background-color: #fafafa;
  padding: 0px 45px 40px;
  border-radius: 5px;
  border-top-left-radius: 0;
}

.shop-reviews .tab-content .reviews-cont {
  padding: 0;
}

.releted-item {
}

.releted-item .title h3 {
  font-size: 30px;
  color: #07294d;
}

/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
  background-color: #fff;
  padding: 50px;
  border-radius: 5px;
}

.contact-from .main-form {
}

.contact-from .main-form .singel-form {
  margin-top: 0px;
}

.contact-from .main-form .singel-form input,
.contact-from .main-form .singel-form textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  color: #8a8a8a;
  font-size: 15px;
}

.contact-from .main-form .singel-form textarea {
  padding-top: 10px;
  height: 100px;
  resize: none;
}

.form-group {
  margin: 0;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #353535;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

.contact-address {
  background-color: #fff;
  padding: 20px 50px 50px;
  border-radius: 5px;
}

.contact-address ul li {
  padding-top: 30px;
}

.contact-address ul li .singel-address {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-address ul li .singel-address .icon i {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #07294d;
  color: #07294d;
  font-size: 24px;
  text-align: center;
}

.contact-address ul li .singel-address .cont {
  padding-left: 20px;
}

.contact-address ul li .singel-address .cont p {
}

.map {
}

.map #contact-map {
  width: 100%;
  height: 225px;
}

.map.map-big #contact-map {
  width: 100%;
  height: 415px;
}

.contact-address .contact-heading {
  padding-top: 35px;
}

.contact-address .contact-heading h5 {
  padding-bottom: 15px;
}

.singel-course ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #505050;
  margin: 0px;
  list-style-type: disc;
}

/* swatantra news sticker */
.container_news a {
  color: black;
}

.container_news {
  width: 100%;
  height: 380px;
  overflow: scroll;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  padding: 20px 15px;
}

.container_news ul {
  list-style: none;
  position: relative;
  padding: 0;
}

.container_news li {
  text-align: center;
  border-bottom: 1px dotted #b31b1b;
  line-height: 25px;

  color: black;
  overflow: hidden;
}

.container_news p {
  text-align: left;

  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px;
  font-size: 15px;
}

.container_news p span {
  font-size: 15px;

  color: black;
  margin-right: 8px;
  width: 100%;
}

.container_news_heading h5 {
  font-size: 23px;
  background: #3e4095;
  padding: 10px;
  margin: 0;
  color: white;
  text-align: center;
}

.blink {
  /* background-color: #004A7F;
  -webkit-border-radius: 10px;*/
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    -moz-box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 599px) {
  .course h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
  }

  .blink {
    width: 160px;
    height: 26px;
    background-color: #1e2d6c;
    padding: 7px;
    text-align: center;
    line-height: 7px;

    font-size: 14px;

    color: white;
    animation: blink 1s linear infinite;
  }

  .events-left h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 17px;
  }

  #customers td,
  #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
  }
}

/* Light box css start      */
#gallery {
  padding-top: 40px;

  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;

  img {
    width: 100%;
  }
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width: 768px) {
      width: 60%;
    }

    @media screen and (min-width: 1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 35px !important;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width: 768px) {
    font-size: 35px;
  }
}

#prevButton {
  color: #fff;
  font-size: 35px !important;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width: 768px) {
    font-size: 35px;
  }
}

#exitButton {
  color: #fff;
  font-size: 25px !important;
  transition: opacity 0.8s;
  position: absolute;
  top: 130px;
  right: 20px;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width: 768px) {
    font-size: 35px;
  }
}

/* Light box css End      */
.course_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.course_table td,
.course_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.course_table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.course_table tr:hover {
  background-color: #ddd;
}

.course_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #852320;
  color: white;
  width: 85%;
}

.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td,
.customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

.customers tr:hover {
  background-color: #ddd;
}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #852320;
  color: white;
}

.event_list ul li {
  list-style-type: disc;
  margin-left: 25px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}

/* start  Workshops Area   */
.heading1 {
  background-color: rgb(15, 85, 15);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.heading1 h4 {
  color: white;
  margin: 0;
}

.heading2 {
  background-color: rgb(14, 59, 90);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.heading2 h4 {
  color: white;
  margin: 0;
}

.events-part {
  background-color: azure;
}

/* indexpage news and about part start */
video {
  width: 100%;
  display: block;
  margin: 0px auto;
  object-fit: cover;
  border-radius: 0px;
}

#news-part {
  position: relative;
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: rgb(193, 204, 214);
}

#about-part {
  background-color: rgb(235, 239, 243);
}
#testimonial-part {
  background-color: rgb(228, 242, 255);
}
#category-part {
  margin-bottom: 60px;
}

/* indexpage news and about part end */

/* our facilities part start */

h2.facilities {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.singel-facilities {
  text-align: center;
}

.singel-facilities h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.thumbnail p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-arrow i {
  font-size: 20px;
}

#facilities-slider {
  margin: 0 auto;
}

.slick-prev,
.slick-next {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
}

.slick-prev {
  left: -10px;
}

.slick-next {
  right: -10px;
}

/* our facilities part end */

/*start  Workshops Area   */
@media screen and (max-width: 599px) {
  h2.virtual-tour {
    font-size: 20px;
  }

  .heading1 {
    height: 45px;
    margin-bottom: 10px;
  }

  .heading1 h4 {
    color: white;
    margin: 0;
    font-size: 18px;
  }

  .heading2 {
    height: 45px;
    margin-bottom: 10px;
  }

  .heading2 h4 {
    color: white;
    margin: 0;
    font-size: 18px;
  }

  .category-text h2 {
    font-size: 25px;
    color: #fff;
    padding: 0 50px;
  }

  .category-text p {
    color: #fff;
    padding: 10px 25px 2px 24px;
    font-size: 14px;
  }

  p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
    text-align: justify;
  }

  .box_about_contant {
    overflow: scroll;
    height: 300px;
  }

  .box_about img {
    border-radius: 50%;
    width: 115px !important;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #192c72 !important;
    margin-top: 5px;
  }

  .box_about h2 {
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
  }

  .box_about h3 {
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
  }

  .box_about p {
    padding: 5px 10px 2px 10px;
    margin-bottom: 5px;
  }
}

.research_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #a06620;
  margin: 10px 0px;
  border-radius: 15px;
}

.research_box .content {
  text-align: center;
}

.research_box .content h3 {
  font-size: 18px;
  color: white;
}

.research_box .content a {
  color: white;
}

.box_about_contant {
  overflow: scroll;
  height: 350px;
}

.box_about {
  background-color: #e3d5d5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 5px solid #7a5858;
}

.box_about img {
  margin-top: 20px;
  border-radius: 50%;
  width: 130px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #192c72;
}

.box_about h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.box_about h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 10px solid #7a5858;
  padding: 0px 0px 12px 0px;
}

.box_about p {
  padding: 5px 10px 2px 10px;
}

/*scroll start */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1;
} */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b9bec1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d63b3b;
}

/*scroll end */

.testimonial {
  border: 5px solid yellowgreen;
  padding: 10px;
  border-radius: 25px;
  height: 420px;
}
.content {
 /* background-color: #e7eaf4;*/
}

.ditels_head h4 {
  color: #fff;
  font-size: 22px;
  background-color: #3e4095;
  text-align: center;
  padding: 10px 20px;
}

/* bba analytics course table css start */
.course_table_analytics {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.course_table_analytics td,
.course_table_analytics th {
  border: 1px solid #ddd;
  padding: 8px;
}

.course_table_analytics tr:nth-child(even) {
  background-color: #f2f2f2;
}

.course_table_analytics tr:hover {
  background-color: #ddd;
}

.course_table_analytics th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #852320;
  color: white;
  width: -5%;
}
/* bba analytics course table css end */


/* scm course css start */
.scm-list {
  list-style-type: disc;
  margin: 18px;
}

.scm-image {
  max-width: 100%;
  max-height: 100%;
}

.img-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.img-text .text .scm-list {
  list-style-type: disc;
  margin-left: 20px;
}

.img-text .text .scm-list li {
  margin-bottom: 5px;
}
/* scm course css end */

/* list bullets display */
.bullet-type {
  list-style-type: disc;
  padding-left: 40px;
  color: #505050;
}

.bullet-type li {
  margin-bottom: 5px;
}



@media screen and (max-width: 768px) {
  /* scm course css start */
  .img-text {
    flex-direction: column;
  }
  .image {
    order: -1;
  }
  /* scm course css end */
}






/* research-development page box css start */
.courseHomeBox .courseHomeBoxLabel {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  min-height: 215px;
  padding-top: 52px;
  border-bottom: 8px solid #ffc20e;
  border-radius: 24px;
}



.courseHomeBox {
  position: relative;
  background: #9e6929;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: -2px 16px 9px -4px;
  border-radius: 24px;
}



.courseHomeBox:hover .caption {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.courseHomeBox:hover .caption::before {
  background-color: #e7bb08;
}

.courseHomeBox .caption::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e7bb08;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 9;
  border-radius: 24px;
}

.courseHomeBox:hover .caption::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.courseHomeBox .caption {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  height: 215px;
  display: table;
  padding: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.courseHomeBox .caption ul {
  padding: 0;
  margin: 0;
  z-index: 99;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.courseHomeBox .caption ul li {
  list-style-type: none;
}

.courseHomeBox .caption ul li a {
  display: block;
  text-align: center;
  color: #413102;
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #dbb108;
  padding: 5px 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.courseHomeBox .caption ul li:last-child a {
  border-bottom: 0px;
}

.courseHomeBox .caption ul li a:hover {
  font-size: 17px;
  font-weight: 700;
  color: #0c1b55;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* research-development page box css end */



/* research-development page publication year tab css start */
.paper_published h1 {
  text-align: center;
  margin-bottom: 20px;
}

.year_tab {
  background-color: #322F6A;
  margin-bottom: 40px;
}

.year_tab p {
  color: #FFF;
  padding: 20px 0px 20px 1px;
  text-align: center;
  font-size: 18px;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.paper_published h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* research-development page publication year tab css end */

.space-20 {
  padding: 10px;
  width: 100%;
  float: left;
}


.nice-select.form-control {
	width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}
span.current {
    padding-top: 12px;
	font-weight: 400;
}
.form_details h2 {font-size:18px; color:#8d4115;margin-top:10px;margin-bottom:9px;text-align:center;}
.Alumni_d h4 {
    background-color: #192c72;
    padding: 10px 0px 10px 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
margin-bottom:10px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 500;
    color: #837b7b;
}
.form-group {
    margin-bottom: 15px!important;
}

/* Course BBA Start */
.prg-main-section{
  padding:80px 0;
}

/* HEADING */

.prg-heading{
  text-align:center;
  margin-bottom:60px;
}

.prg-heading span{
  color:#356dff;
  font-size:18px;
  font-weight:700;
  letter-spacing:1px;
  position:relative;
  display:inline-block;
  margin-bottom:15px;
}

.prg-heading span:before,
.prg-heading span:after{
  content:"";
  width:120px;
  height:2px;
  background:#d7dff5;
  position:absolute;
  top:50%;
}

.prg-heading span:before{
  right:120%;
}

.prg-heading span:after{
  left:120%;
}

.prg-heading h3{
  font-size:40px;
  font-weight:800;
  color:#0d1635;
  margin-bottom:20px;
}

.prg-heading p{
  max-width:700px;
  margin:auto;
  font-size:22px;
  line-height:1.7;
  color:#5f6472;
}

/* CARD */

.prg-course-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.prg-course-card:hover{
  transform:translateY(-10px);
}

/* SHAPE */

.prg-shape{
  width:130px;
  height:130px;
  position:absolute;
  top:-20px;
  left:-20px;
  border-radius:30px;
  transform:rotate(25deg);
  opacity:0.15;
}

/* TOP */

.prg-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:25px;
}

.prg-icon-box{
  width:110px;
  height:110px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:45px;
  position:relative;
  z-index:2;
  transition:0.4s;
}

.prg-number{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  font-weight:700;
}

/* TITLE */

.prg-course-card h3{
  font-size:18px;
  font-weight:700;
  color:#121932;
  margin-bottom:12px;
}

.prg-line{
  width:90px;
  height:4px;
  border-radius:10px;
  margin-bottom:22px;
}

.prg-course-card p{
  font-size:15px;
  line-height:22px;
  color:#5d6270;
  margin-bottom:30px;
}

/* LIST */

.prg-course-card ul{
  padding:0;
  margin:0 0 35px;
  list-style:none;
}

.prg-course-card ul li{
  font-size:16px;
  margin-bottom:10px;
  color:#404654;
}

.prg-course-card ul li i{
  margin-right:12px;
}

/* BUTTON */

.prg-btn {
    width: 100%;
    height: 38px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

.prg-btn:hover{
  color:#fff;
  transform:scale(1.03);
}

/* BLUE */

.prg-blue .prg-shape{
  background:#3b6cff;
}

.prg-blue .prg-icon-box{
  border:3px solid #3b6cff;
  color:#3b6cff;
}

.prg-blue .prg-number{
  background:#edf3ff;
  color:#3b6cff;
}

.prg-blue .prg-line{
  background:#3b6cff;
}

.prg-blue ul li i{
  color:#3b6cff;
}

.prg-blue .prg-btn{
  background:linear-gradient(to right,#2f66ff,#497dff);
}

/* GREEN */

.prg-green .prg-shape{
  background:#2dc9c3;
}

.prg-green .prg-icon-box{
  border:3px solid #2dc9c3;
  color:#16b5ae;
}

.prg-green .prg-number{
  background:#e7fbfa;
  color:#16b5ae;
}

.prg-green .prg-line{
  background:#16b5ae;
}

.prg-green ul li i{
  color:#16b5ae;
}

.prg-green .prg-btn{
  background:linear-gradient(to right,#12bdb6,#24cfc8);
}

/* ORANGE */

.prg-orange .prg-shape{
  background:#ff7a3d;
}

.prg-orange .prg-icon-box{
  border:3px solid #ff7a3d;
  color:#ff6424;
}

.prg-orange .prg-number{
  background:#fff0e8;
  color:#ff6424;
}

.prg-orange .prg-line{
  background:#ff6424;
}

.prg-orange ul li i{
  color:#ff6424;
}

.prg-orange .prg-btn{
  background:linear-gradient(to right,#ff6424,#ff7a3d);
}

/* PURPLE */

.prg-purple .prg-shape{
  background:#8f57ff;
}

.prg-purple .prg-icon-box{
  border:3px solid #8f57ff;
  color:#7d45f0;
}

.prg-purple .prg-number{
  background:#f1eaff;
  color:#7d45f0;
}

.prg-purple .prg-line{
  background:#7d45f0;
}

.prg-purple ul li i{
  color:#7d45f0;
}

.prg-purple .prg-btn{
  background:linear-gradient(to right,#7d45f0,#955eff);
}

/* RESPONSIVE */

@media(max-width:991px){

  .prg-heading h2{
    font-size:42px;
  }

  .prg-course-card h3{
    font-size:17px;
  }

  .prg-course-card p,
  .prg-course-card ul li{
    font-size:15px;
  }

  .prg-btn{
    font-size:18px;
  }

}

@media(max-width:767px){

  .prg-main-section{
    padding:60px 0;
  }

  .prg-heading h2{
    font-size:34px;
  }

  .prg-heading p{
    font-size:17px;
  }

  .prg-heading span:before,
  .prg-heading span:after{
    display:none;
  }

  .prg-course-card{
    padding:28px 22px;
  }

  .prg-icon-box{
    width:85px;
    height:85px;
    font-size:34px;
  }

  .prg-number{
    width:48px;
    height:48px;
    font-size:24px;
  }

}

/* Course BBA End */


 .ssodlUniqueSection{
        background:#f3f3f3;
    }

    .ssodlUniqueTitle{
        font-size:35px;
        font-weight:700;
        color:#08142d;
        margin-bottom:70px;
        line-height:1.2;
    }

    .ssodlUniqueBox{
        padding:10px 20px;
    }

    .ssodlUniqueIcon{
        width:110px;
        height:110px;
        background:#192C72;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        margin:0 auto 28px;
    }

    .ssodlUniqueIcon img{
        width:52px;
        height:52px;
        object-fit:contain;
        filter:brightness(0) invert(1);
    }

    .ssodlUniqueText{
        font-size:20px;
        line-height:1.35;
        color:#111;
        font-weight:500;
        max-width:320px;
        margin:auto;
    }

    /* TABLET */
    @media(max-width:991px){

        .ssodlUniqueTitle{
            font-size:40px;
            margin-bottom:55px;
        }

    }

    /* MOBILE */
    @media(max-width:576px){

        .ssodlUniqueTitle{
            font-size:30px;
            margin-bottom:40px;
        }

        .ssodlUniqueIcon{
            width:95px;
            height:95px;
        }

        .ssodlUniqueIcon img{
            width:45px;
            height:45px;
        }

        .ssodlUniqueText{
            font-size:18px;
        }

    }
	
	.ssodlSpecSection{
        background:#f3f3f3;
    }

    .ssodlSpecTitle{
        font-size:30px;
        font-weight:700;
        color:#08142d;
        margin-bottom:60px;
        line-height:1.2;
    }

    .ssodlSpecBox{
        border:2px solid #192C72;
        border-radius:6px;
        min-height:90px;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        padding:0px;
        font-size:18px;
        font-weight:500;
        color:#08142d;
        background:#fff;
        transition:0.4s ease;
        cursor:pointer;
		margin-bottom:40px;
    }

    /* HOVER EFFECT */
    .ssodlSpecBox:hover{
        background:#192C72;
        color:#fff;
        transform:translateY(-5px);
        box-shadow:0 10px 25px rgba(0,0,0,0.12);
    }

    /* TABLET */
    @media(max-width:991px){

        .ssodlSpecTitle{
            font-size:40px;
            margin-bottom:45px;
        }

    }

    /* MOBILE */
    @media(max-width:576px){

        .ssodlSpecTitle{
            font-size:30px;
            margin-bottom:35px;
        }

        .ssodlSpecBox{
           /* min-height:110px;*/
            font-size:18px;
            padding:18px;
        }

    }
	
	/* =========================== */
/* Ultra Modern Placement CSS */
/* =========================== */

.neo-placement-area{
    padding: 90px 0;
    background: #f5f7ff;
    overflow: hidden;
}

.neo-placement-title span{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #4f46e5;
    margin-bottom: 12px;
}

.neo-placement-title h2{
    font-size: 48px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 60px;
}

.neo-placement-card{
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
    height: 100%;
}

.neo-placement-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.15);
}

.neo-placement-img{
    position: relative;
    overflow: hidden;
}

.neo-placement-img img{
    width: 100%;
    height: 370px;
    object-fit: cover;
    transition: 0.5s ease;
}

.neo-placement-card:hover .neo-placement-img img{
    transform: scale(1.08);
}

.neo-package-tag{
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg,#2563eb,#7c3aed);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.neo-placement-content{
    padding: 25px 25px 30px;
    position: relative;
    text-align: center;
}

.neo-company-logo{
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 24px;
    padding: 15px;
    margin: -65px auto 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
}

.neo-company-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.neo-placement-content h3{
    font-size: 25px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.neo-placement-content p{
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 25px;
}

.neo-placement-bottom{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.neo-placement-bottom span{
    background: #eef2ff;
    color: #4338ca;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

/* Responsive */

@media(max-width:991px){

    .neo-placement-title h2{
        font-size: 38px;
    }

    .neo-placement-img img{
        height: 320px;
    }
}

@media(max-width:767px){

    .neo-placement-area{
        padding: 60px 0;
    }

    .neo-placement-title h2{
        font-size: 28px;
        margin-bottom: 40px;
    }

    .neo-placement-img img{
        height: 260px;
    }

    .neo-company-logo{
        width: 75px;
        height: 75px;
    }
}

/*Placement End    */

.programs-section {
    background: #e7e8f7;
    position: relative;
}

.section-title {
    color: #1d3176;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.section-subtitle {
    max-width: 700px;
    margin: auto;
    color: #444;
    font-size: 18px;
    line-height: 1.6;
	text-align:center;
}

.program-card {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: all .3s ease;
    position: relative;
    text-align: center;
    overflow: visible;
	margin-bottom:25px;
}

.program-card:hover {
    transform: translateY(-5px);
}

.program-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.program-content {
    padding: 30px 25px 55px;
    position: relative;
}

.program-content h3 {
    font-size: 25px;
    color: #1d3176;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.program-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

/* Active Card */
.active-card .program-content {
    background: #223787;
    color: #fff;
}

.active-card .program-content h3,
.active-card .program-content p {
    color: #fff;
}

/* Arrow Button */
.program-btn {
    width: 60px;
    height: 60px;
    background: #f8a300;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #1d3176;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
}

.program-btn:hover {
    color: #1d3176;
    text-decoration: none;
}

/* Tablet */
@media (max-width: 991px) {

    .section-title {
        font-size: 32px;
    }

    .program-content h3 {
        font-size: 28px;
    }

    .program-image img {
        height: 220px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .program-content {
        padding: 25px 20px 50px;
    }

    .program-content h3 {
        font-size: 24px;
    }

    .program-content p {
        font-size: 15px;
    }

    .program-image img {
        height: auto;
    }

    .program-btn {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
}


.future-leaders-section {
    padding: 40px 0;
}

.leaders-wrapper {
    background: #eef3fb;
    border-radius: 18px;
    padding: 18px;
}

.leaders-content {
    padding: 10px 12px;
}

.leaders-content .icon {
    color: #f59a00;
    font-size: 18px;
    margin-bottom: 12px;
}

.leaders-content h3 {
    color: #132d75;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.leaders-content h3 span {
    display: block;
    color: #f59a00;
}

.orange-line {
    width: 22px;
    height: 2px;
    background: #f59a00;
    margin-bottom: 12px;
}

.leaders-content p {
    font-size: 13px;
    line-height: 1.8;
    color: #222;
    margin: 0;
	font-weight:400;
}

.student-card {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px;
    transition: all .3s ease;
}

.student-card img {
    width: 100%;
    display: block;
}

.student-card:hover {
    transform: translateY(-4px);
}

.tagline {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #18326d;
    font-weight: 500;
}

.tagline strong {
    color: #f59a00;
}

.tagline .line {
    width: 24px;
    height: 1px;
    background: #f59a00;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

/* Tablet */

@media (max-width: 991px) {

    .leaders-content {
        text-align: center;
        margin-bottom: 25px;
    }

    .orange-line {
        margin: 15px auto;
    }

    .student-card {
        margin-bottom: 15px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .leaders-wrapper {
        padding: 20px;
    }

    .leaders-content h3 {
        font-size: 24px;
    }

    .leaders-content p {
        font-size: 14px;
    }

    .tagline {
        font-size: 13px;
        line-height: 1.8;
    }

    .tagline .line {
        display: none;
    }
}

.about-placement-section {
    padding: 80px 0px 30px 0px;
    background: #ffffff;
}

/* Left Content */

.about-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    font-family: Georgia, serif;
}

.about-content p {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
    margin-bottom: 10px;
}

/* Right Content */

.placement-content {
    padding-left: 40px;
}

.placement-heading {
    font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
    color: #1d2d73;
    margin-bottom: 35px;
    font-family: Georgia, serif;
}

.placement-heading span {
    color: #f44336;
}

/* Stats */

.stats-wrapper {
    display: flex;
  /*  background: #fafafa;*/
    max-width: 650px;
}

.stat-box {
    flex: 1;
    text-align: center;
    padding: 22px 15px;
    border-right: 2px solid #1d2d73;
}

.stat-box:last-child {
    border-right: none;
}

.stat-box h3 {
    font-size: 45px;
    font-weight: 600;
    color: #ff3d2e;
    margin-bottom: 8px;
   /* font-family: Georgia, serif;*/
}

.stat-box p {
    color: #1d2d73;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
	text-align:center;
}

/* =============================
   TESTIMONIAL NEW SECTION
============================= */

.testi-new-section {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.testi-overlay {
    background: rgba(8, 12, 55, 0.90);
    padding: 80px 0 70px;
}

.testi-header {
    margin-bottom: 50px;
}

.testi-tag {
    display: inline-block;
    background: #ff3d2e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.testi-header h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
}

.testi-header h2 span {
    color: #ff3d2e;
}

.testi-header p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    margin: 0;
}

/* Equal height slides */
.testimonial-new-slider .slick-track {
    display: flex !important;
}

.testimonial-new-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

.testimonial-new-slider .slick-slide > div {
    display: flex;
    width: 100%;
}

/* Card */
.testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px 28px;
    margin: 10px 12px 30px;
    position: relative;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.testi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.testi-quote {
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    background: #ff3d2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex-shrink: 0;
    margin-bottom: 16px;
}

.testi-quote i {
    color: #fff;
    font-size: 17px;
}

.testi-stars {
    margin-bottom: 14px;
}

.testi-stars i {
    color: #ffc600;
    font-size: 13px;
    margin-right: 2px;
}

.testi-text {
    color: #555;
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 24px;
    text-align: left;
    flex: 1;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: auto;
}

.testi-author img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff3d2e;
    flex-shrink: 0;
}

.testi-info h5 {
    color: #1d2d73;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.testi-info span {
    color: #999;
    font-size: 12px;
}

/* Custom arrows */
.testi-slick-prev,
.testi-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ff3d2e;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 61, 46, 0.5);
}

.testi-slick-prev { left: -23px; }
.testi-slick-next { right: -23px; }

.testi-slick-prev:hover,
.testi-slick-next:hover {
    background: #1d2d73;
    box-shadow: 0 4px 15px rgba(29, 45, 115, 0.5);
}

/* Slick dots — custom circular style */
.testimonial-new-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 0 !important;
    position: relative;
    bottom: auto;
}

.testimonial-new-slider .slick-dots li {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 5px !important;
    list-style: none !important;
}

.testimonial-new-slider .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.35) !important;
    border: none !important;
    padding: 0 !important;
    font-size: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block !important;
}

.testimonial-new-slider .slick-dots li button::before {
    display: none !important;
}

.testimonial-new-slider .slick-dots li.slick-active button {
    background: #ff3d2e !important;
    width: 28px !important;
    border-radius: 5px !important;
}

/* Wrapper needs relative for arrows */
.testimonial-new-slider {
    position: relative;
    padding: 0 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .testi-header h2 { font-size: 28px; }
    .testi-slick-prev { left: -10px; }
    .testi-slick-next { right: -10px; }
}

/* ==== Niyukti placement gallery cards ==== */
.placement-gallery-section {
    padding: 40px 0;
}

.placement-gallery-section.bg-light-grey {
    background-color: #eef1f5;
}

.placement-gallery-section.bg-navy {
    background-color: #123a6b;
}

.placement-gallery-title {
    text-align: center;
    color: #123a6b;
    font-weight: 700;
    margin-bottom: 25px;
}

.placement-gallery-title.text-white {
    color: #fff;
}

.placement-gallery-subtitle {
    text-align: center;
    color: #123a6b;
    font-weight: 500;
    margin-bottom: 25px;
}

.placement-gallery-section .row {
    align-items: stretch;
    margin-left: -8px;
    margin-right: -8px;
}

.placement-gallery-section .row > [class*="col-"] {
    display: flex;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.photo-name-card {
    background: #fff;
    border: 7px solid #123a6b;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 6px 0 6px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.photo-name-card img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.photo-name-card .card-name {
    background: #123a6b;
    color: #fff;
    text-align: center;
    padding: 10px 6px;
    font-weight: 600;
    font-size: 14px;
    margin: auto -6px 0 -6px;
}

.intern-info-card {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
	border-radius:10px;
}

.intern-info-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    display: block;
	padding:10px;
}

.intern-info-card .intern-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center;
}

.intern-info-card .intern-info h6 {
    color: #123a6b;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: center;
}

.intern-info-card .intern-info p {
    margin: 0;
    font-size: 12px !important;
    color: #123a6b;
    text-align: center;
}

.intern-info-card .intern-info p strong {
    font-weight: 700;
    color: #123a6b;
}

@media (max-width: 767px) {
    .testimonial-new-slider {
        padding: 0 0 70px;
    }

    /* Arrows neeche center mein */
    .testi-slick-prev,
    .testi-slick-next {
        top: auto !important;
        bottom: 0 !important;
        transform: none !important;
    }

    .testi-slick-prev {
        left: calc(50% - 55px) !important;
    }

    .testi-slick-next {
        right: auto !important;
        left: calc(50% + 9px) !important;
    }
}

@media (max-width: 575px) {
    .testi-overlay { padding: 50px 10px 60px; }
    .testi-header h2 { font-size: 22px; }
    .testi-card {
        margin: 8px 4px 20px;
        padding: 24px 20px 22px;
    }
    .testi-text { min-height: auto; font-size: 13px; }
    .testi-author img { width: 48px; height: 48px; }
    .testi-info h5 { font-size: 14px; }
}

/* Tablet */

@media (max-width: 991px) {

    .placement-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .placement-heading {
        font-size: 30px;
    }

    .stat-box h3 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .about-placement-section {
        padding: 50px 0;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .placement-heading {
        font-size: 24px;
        text-align: center;
    }

    .stats-wrapper {
        flex-direction: column;
    }

    .stat-box {
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
    }

    .stat-box:last-child {
        border-bottom: none;
    }

    .stat-box h3 {
        font-size: 34px;
    }

    .stat-box p {
        font-size: 14px;
    }
}

.leadership-section {
    overflow: hidden;
}

/* Common */

.leadership-block {
    padding: 50px 0;
}

.chairman-section {
    background: #1f317d;
    color: #fff;
	margin-top:5px;
}

.director-section {
    background: #f4f5fa;
   /* border-top: 3px solid #0f9fff;
    border-bottom: 3px solid #0f9fff;*/
}

.leader-card {
    max-width: 170px;
    margin: auto;
}

.leader-card img {
    width: 100%;
    display: block;
}

.leader-info {
    background: #f2f2f2;
    padding: 12px;
    text-align: center;
}

.leader-info h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #1f317d;
}

.leader-info p {
    margin: 0;
    font-size: 15px;
    color: #1f317d;
    font-weight: 600;
}

.leader-info.dark {
    background: #1f317d;
}

.leader-info.dark h5,
.leader-info.dark p {
    color: #fff;
}

.leader-content {
    font-size: 15px;
    line-height: 1.8;
}

.leader-content p {
    margin-bottom: 15px;
	color:#FFF;
}

.leader-content1 {
    font-size: 15px;
    line-height: 1.8;
}

.leader-content1 p {
    margin-bottom: 15px;
	
}

.quote-text {
    color: #ffb400;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.quote-center {
    text-align: center;
    color: #1f317d;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
}

.desk-title {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
}
.desk-title1 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #505050;
}
.signature1 {
    margin-top: 25px;
    line-height: 1.8;
    color: #100e0e;
}
.signature {
    margin-top: 25px;
    line-height: 1.8;
    color: #fff;
}

/* Tablet */

@media (max-width:991px) {

    .leader-card {
        margin-bottom: 30px;
    }

    .leader-content {
        text-align: center;
    }

    .quote-text,
    .quote-center {
        text-align: center;
    }
}

/* Mobile */

@media (max-width:767px) {

    .leadership-block {
        padding: 40px 0;
    }

    .leader-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .desk-title {
        font-size: 20px;
    }

    .quote-text,
    .quote-center {
        font-size: 16px;
    }

    .leader-info h5 {
        font-size: 16px;
    }

    .leader-info p {
        font-size: 14px;
    }
}

/*///////////////////////////////////////////////   */
/* =====================================================
   ACTIVITIES SECTION
===================================================== */

.activities-section{
    width:100%;
    overflow:hidden;
}

.activities-grid{
    display:flex;
    min-height:650px;
}

/* =====================================================
   COLUMN STRUCTURE
===================================================== */

.guest-lecture{
    flex:2;
    position:relative;
    overflow:hidden;
}

.middle-column{
    flex:1;
    display:flex;
    flex-direction:column;
}

.right-column{
    flex:1;
    display:flex;
    flex-direction:column;
}

/* =====================================================
   IMAGE BLOCKS
===================================================== */

.guest-lecture,
.skill-development,
.industrial-visit{
    position:relative;
    overflow:hidden;
}

.guest-lecture img,
.skill-development img,
.industrial-visit img{
    width:100%;
    height:100%;
    display:block;
   /* object-fit:cover;*/
}

/* =====================================================
   CENTER COLUMN
===================================================== */

.placement-content{
    flex:0 0 55%;
    background:#F6A300;
    padding:35px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.skill-development{
    flex:0 0 45%;
}

/* =====================================================
   RIGHT COLUMN
===================================================== */

.industrial-visit{
    flex:0 0 38%;
}

.workshops-content{
    flex:0 0 62%;
    background:#1C2E78;
    color:#fff;
    padding:35px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* =====================================================
   TYPOGRAPHY
===================================================== */

.placement-content h2,
.workshops-content h2{
    font-size:38px;
    line-height:1.2;
    text-align:center;
    margin:0 0 20px;
    font-family:Georgia, serif;
    font-weight:700;
}

.placement-content h2{
    color:#000;
}

.workshops-content h2{
    color:#fff;
}

.placement-content p,
.workshops-content p{
    font-size:14px;
    line-height:2;
    text-align:justify;
    margin:0;
	color:#fff;
}

.placement-content p{
    color:#000;
}

/* =====================================================
   LABELS
===================================================== */

.title-box{
    position:absolute;
    left:0;
    bottom:20px;
    background:#16296D;
    color:#fff;
    padding:12px 24px;
    font-size:18px;
    line-height:1;
    font-family:Georgia, serif;
    z-index:2;
}

.title-box.right{
    right:0;
    left:auto;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width:991px){

    .activities-grid{
        flex-direction:column;
        min-height:auto;
    }

    .guest-lecture,
    .middle-column,
    .right-column{
        width:100%;
        flex:none;
    }

    .guest-lecture img,
    .skill-development img,
    .industrial-visit img{
        height:auto;
    }

    .placement-content,
    .workshops-content{
        padding:30px 25px;
    }

    .placement-content h2,
    .workshops-content h2{
        font-size:30px;
    }

    .placement-content p,
    .workshops-content p{
        font-size:14px;
        line-height:1.8;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width:767px){

    .placement-content,
    .workshops-content{
        padding:20px 15px;
    }

    .placement-content h2,
    .workshops-content h2{
        font-size:24px;
        margin-bottom:15px;
    }

    .placement-content p,
    .workshops-content p{
        font-size:13px;
        line-height:1.8;
        text-align:left;
    }

    .title-box{
        font-size:15px;
        padding:10px 15px;
        bottom:10px;
    }
}

/*///////////////////////////////////////////////   */


/* =========================================
   VISION & MISSION
========================================= */

.vision-mission-section{
    padding:70px 0;
    background:#f7f7f7;
}

.vm-grid{
    display:grid;

    grid-template-columns:
        1.1fr
        1.1fr
        1.1fr;

    grid-template-rows:
        300px
        300px;

    gap:14px;
}

/* Layout */

.campus-image{
    grid-row:1 / span 2;
}

.classroom-image{
    grid-column:2;
    grid-row:1;
}

.vision-box{
    grid-column:3;
    grid-row:1;
}

.mission-box{
    grid-column:2;
    grid-row:2;
}

.auditorium-image{
    grid-column:3;
    grid-row:2;
}

/* Images */

.vm-item{
    overflow:hidden;
}

.vm-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Vision */

.vision-box{
    background:#f59a00;
    padding:30px;
    color:#fff;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.vision-box h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
	color:#FFF;
}

.vision-box p{
    font-size:15px;
    line-height:1.8;
    text-align:justify;
    margin:0;
	color:#FFF;
}

/* Mission */

.mission-box{
    background:#1e2f7b;
    padding:30px;
    color:#fff;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.mission-box h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
	color:#fff;
}

.mission-box p{
    font-size:15px;
    line-height:1.8;
    text-align:justify;
    margin:0;
	color:#fff;
}

/* Hover */

.campus-image img,
.classroom-image img,
.auditorium-image img{
    transition:.4s;
}

.vm-item:hover img{
    transform:scale(1.05);
}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .vm-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;
    }

    .campus-image,
    .classroom-image,
    .vision-box,
    .mission-box,
    .auditorium-image{
        grid-column:auto !important;
        grid-row:auto !important;
        min-height:280px;
    }

    .vision-box h2,
    .mission-box h2{
        font-size:36px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .vision-mission-section{
        padding:40px 0;
    }

    .vm-grid{
        display:block;
    }

    .vm-item{
        margin-bottom:15px;
    }

    .campus-image,
    .classroom-image,
    .auditorium-image{
        height:250px;
    }

    .vision-box,
    .mission-box{
        padding:20px;
    }

    .vision-box h2,
    .mission-box h2{
        font-size:28px;
        margin-bottom:15px;
    }

    .vision-box p,
    .mission-box p{
        font-size:14px;
        line-height:1.7;
        text-align:left;
    }
}



/* ==========================
   INFRASTRUCTURE
========================== */

.infra-section{
    width:100%;
    overflow:hidden;
}

.infra-header{
    background:#1e2f7b;
    text-align:center;
    padding:20px;
}

.infra-header h2{
    color:#fff;
    font-size:45px;
    font-family:Georgia,serif;
    margin:0;
}

.infra-header p{
    color:#fff;
    font-size:17px;
    margin:10px 0 0;
	text-align:center;
}

/* GRID */

.infra-grid{
    display:grid;

    grid-template-columns:
        2fr
        1fr
        1fr
        1.2fr
        2fr;

    /*grid-template-rows:
        250px
        250px;*/

    gap:0;
}

/* POSITIONING */

.auditorium{
    grid-row:1 / span 2;
}

.library{
    grid-column:2;
    grid-row:1;
}

.sport{
    grid-column:3;
    grid-row:1;
}

.yoga{
    grid-column:4;
    grid-row:1;
}

.business{
    grid-column:5;
    grid-row:1 / span 2;
}

.classroom{
    grid-column:2 / span 2;
    grid-row:2;
}

.canteen{
    grid-column:4;
    grid-row:2;
}

.itlab{
    grid-column:5;
    grid-row:2;
    display:none;
}

/* CARD */

.infra-card{
    position:relative;
    overflow:hidden;
}

.infra-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* LABEL */

.infra-card span{
    position:absolute;
    bottom:15px;
    right:15px;

    background:rgba(255,255,255,.85);

    padding:12px 25px;

    color:#1e2f7b;
    font-size:18px;
    font-family:Georgia,serif;
}

/* HOVER */

.infra-card img{
    transition:.4s;
}

.infra-card:hover img{
    transform:scale(1.05);
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .infra-grid{

        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;

        gap:10px;
        padding:10px;
    }

    .infra-card{
        grid-column:auto !important;
        grid-row:auto !important;
        height:280px;
    }

    .business,
    .auditorium{
        height:450px;
    }

    .itlab{
        display:block;
    }

    .infra-header h2{
        font-size:40px;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .infra-grid{
        display:block;
    }

    .infra-card{
        height:250px !important;
        margin-bottom:10px;
    }

    .infra-header h2{
        font-size:30px;
    }

    .infra-header p{
        font-size:16px;
    }

    .infra-card span{
        font-size:14px;
        padding:8px 15px;
        bottom:10px;
        right:10px;
    }
}

/* ==========================================
   NEWS & ANNOUNCEMENT
========================================== */

.news-announcement-section{
    padding:80px 0;
    background:#f7f7f7;
}

.section-header{
    margin-bottom:50px;
}

.section-header h2{
    font-size:48px;
    color:#1b2f75;
    font-family:Georgia, serif;
    font-weight:700;
    margin-bottom:15px;
}

.section-header p{
    max-width:1000px;
    margin:0 auto;
    font-size:18px;
    color:#555;
    line-height:1.8;
}

/* Left Slider */

.news-slider-img{
    width:100%;
    height:340px;
    object-fit:cover;
    border-radius:4px;
}

/* Right Ticker */

.news-ticker{
    height:340px;
    overflow:hidden;
    position:relative;
    background:#fff;
}

.ticker-track{
    animation:newsTicker 15s linear infinite;
}

.news-ticker:hover .ticker-track{
    animation-play-state:paused;
}

@keyframes newsTicker{
    0%{
        transform:translateY(0);
    }

    100%{
        transform:translateY(-50%);
    }
}

/* Announcement Items */

.announcement-item{
    display:flex;
    align-items:center;
    padding:15px 0;
    border-bottom:1px solid #ddd;
}

.announcement-icon{
    width:80px;
    height:80px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    margin-right:20px;
}

.announcement-icon i{
    color:#fff;
    font-size:48px;
}

.announcement-icon.blue{
    background:#1b2f75;
}

.announcement-icon.orange{
    background:#f6a300;
}

.announcement-content{
    flex:1;
}

.announcement-content h4{
    font-size:14px;
    font-weight:600;
    color:#111;
    line-height:1.4;
    margin:0;
}

.new-badge{
    display:inline-block;
    margin-top:10px;
    background:#ff1f1f;
    color:#fff;
    padding:4px 12px;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:991px){

    .section-header h2{
        font-size:38px;
    }

    .news-slider-img{
        height:300px;
    }

    .news-ticker{
        height:300px;
        margin-top:25px;
    }

    .announcement-icon{
        width:90px;
        height:90px;
    }

    .announcement-content h4{
        font-size:22px;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .news-announcement-section{
        padding:50px 0;
    }

    .section-header{
        margin-bottom:30px;
    }

    .section-header h2{
        font-size:30px;
    }

    .section-header p{
        font-size:15px;
    }

    .news-slider-img{
        height:220px;
    }

    .news-ticker{
        height:250px;
        margin-top:20px;
    }

    .announcement-item{
        align-items:flex-start;
    }

    .announcement-icon{
        width:70px;
        height:70px;
        margin-right:15px;
    }

    .announcement-icon i{
        font-size:28px;
    }

    .announcement-content h4{
        font-size:18px;
        line-height:1.5;
    }

    .new-badge{
        font-size:12px;
        padding:3px 10px;
    }
}



/* ===================================
   WHY LLOYD
=================================== */

.why-lloyd {
    background: #f8f8f8;
    padding: 60px 85px 0px;
    overflow: hidden;
}

.section-tag{
    color:#f7941d;
    font-size:22px;
    font-weight:700;
    display:block;
}

.tag-line{
    width:45px;
    height:4px;
    background:#f7941d;
    margin:15px 0 25px;
}

.main-heading{
    font-size:45px;
    line-height:1.1;
    color:#102d72;
    font-weight:700;
    margin-bottom:20px;
}

.main-heading span{
    color:#f7941d;
}

.main-description{
    font-size:16px;
    line-height:1.8;
    color:#333;
    margin-bottom:40px;
}

.feature-box{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
   /* border-bottom:1px solid #ececec;*/
    padding-bottom:20px;
    height:100%;
}

.feature-icon{
    width:70px;
    flex-shrink:0;
    margin-right:15px;
}

.feature-icon img{
    width:100%;
    display:block;
}

.feature-content h4{
    font-size:16px;
    font-weight:700;
    color:#102d72;
    margin-bottom:10px;
    line-height:1.4;
}

.feature-content p{
    font-size:14px;
    color:#444;
    line-height:1.8;
    margin:0;
}

/* RIGHT SIDE */

.student-area{
    position:relative;
    min-height:700px;
}

.blue-shape{
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    max-width:500px;
}

.student-img{
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    max-width:450px;
    z-index:2;
}

.floating-card{
    position:absolute;
    width:140px;
    background:#fff;
    padding:15px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    z-index:3;
}

.floating-card img{
    width:45px;
    margin-bottom:10px;
}

.floating-card span{
    display:block;
    font-size:15px;
    color:#102d72;
    font-weight:600;
    line-height:1.5;
}

.card-global{
    top:60px;
    left:0;
}

.card-startup{
    top:180px;
    right:0;
}

.card-career{
    top:360px;
    left:0;
}

.card-industry{
    bottom:120px;
    right:0;
}
/* ==========================
   LARGE TABLET
========================== */

@media (max-width:1199px){

    .why-lloyd{
        padding:50px 25px;
    }

    .main-heading{
        font-size:46px;
    }

    .student-area{
        min-height:600px;
    }

    .student-img{
        max-width:380px;
    }

    .blue-shape{
        max-width:420px;
    }

    .floating-card{
        width:120px;
    }
}

/* ==========================
   TABLET
========================== */

@media (max-width:991px){

    .why-content{
        text-align:center;
    }

    .tag-line{
        margin:15px auto 25px;
    }

    .main-heading{
        font-size:40px;
    }

    .main-description{
        margin-bottom:25px;
    }

    .student-area{
        min-height:auto;
        text-align:center;
        margin-top:30px;
    }

    .blue-shape,
    .student-img{
        position:relative;
        max-width:350px;
        margin:auto;
        display:block;
        right:auto;
        bottom:auto;
    }

    .student-img{
        margin-top:-280px;
        z-index:2;
    }

    .floating-card{
        position:relative;
        display:inline-block;
        margin:8px;
        left:auto!important;
        right:auto!important;
        top:auto!important;
        bottom:auto!important;
        width:150px;
    }
}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

    .why-lloyd{
        padding:40px 15px;
    }

    .section-tag{
        font-size:18px;
    }

    .main-heading{
        font-size:30px;
    }

    .main-description{
        font-size:15px;
    }

    .feature-box{
        flex-direction:column;
        text-align:center;
    }

    .feature-icon{
        margin:0 auto 15px;
    }

    .feature-content h4{
        font-size:17px;
    }

    .feature-content p{
        font-size:14px;
    }

    .student-img{
        max-width:260px;
        margin-top:-210px;
    }

    .blue-shape{
        max-width:280px;
    }

    .floating-card{
        width:130px;
        padding:10px;
    }

    .floating-card img{
        width:35px;
    }

    .floating-card span{
        font-size:12px;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width:480px){

    .main-heading{
        font-size:26px;
    }

    .student-img{
        max-width:220px;
        margin-top:-360px;
    }

    .blue-shape{
        max-width:240px;
    }

    .floating-card{
        width:115px;
        padding:8px;
    }
}


/* =====================================
   LIFE @ LLOYD
===================================== */

.life-lloyd-section{
    background:#f3f3f7;
    padding:60px 0;
}

.life-heading{
    font-size:45px;
    font-weight:700;
    color:#1d2f7a;
    margin-bottom:25px;
    font-family:Georgia, serif;
}

/* CARD */

.life-card{
    background:#1d2f7a;
    border-radius:12px;
    overflow:hidden;
    transition:all .3s ease;
    height:100%;
}

.life-card:hover{
    transform:translateY(-5px);
}

/* IMAGE */

.life-image{
    height:450px;
    overflow:hidden;
}

.life-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
	border: 5px solid #1D2F7A;
}

/* TITLE */

.life-title{
    background:#1d2f7a;
    color:#fff;
    text-align:center;
    padding:16px 10px;
    font-size:22px;
    font-family:Georgia, serif;
    letter-spacing:.5px;
}

/* ==========================
   LARGE TABLET
========================== */

@media(max-width:1199px){

    .life-heading{
        font-size:38px;
    }

    .life-image{
        /*height:400px;*/
    }
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .life-heading{
        font-size:42px;
        margin-bottom:40px;
    }

    .life-image{
      /*  height:380px;*/
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .life-lloyd-section{
        padding:40px 0;
    }

    .life-heading{
        font-size:34px;
        margin-bottom:30px;
    }

    .life-image{
       /* height:320px;*/
    }

    .life-title{
        font-size:20px;
        padding:14px 10px;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

    .life-heading{
        font-size:28px;
    }

    .life-image{
        /*height:260px;*/
    }

    .life-title{
        font-size:18px;
    }
}









/* testimonial-section  start  */


/* testimonial-section  end  */


/* =========================================================
   B.COM (HONS.) COURSE PAGE  --  START
   ========================================================= */

:root{
    --bch-navy:#1b2a63;
    --bch-orange:#f26522;
    --bch-cream:#faf6f0;
    --bch-grey:#5a6473;
    --bch-line:#e6e2dc;
}

.bch-dash{
    display:block;
    width:46px;
    height:3px;
    background:#f26522;
    margin:16px 0;
}

/* ---------------------------------------------------------
   0. HERO BANNER + ACCREDITATION LOGO STRIP
   --------------------------------------------------------- */

.bch-hero{
    position:relative;
}

.bch-hero-img{
    display:block;
    width:100%;
    height:auto;
}

/* negative top margin lifts the strip over the banner's lower edge */
.bch-hero-logos {
    display: flex;
    gap: 5px;
    width: 100%;
    max-width: 950px;
    margin: -70px auto 30px;
    padding: 10px 20px 10px 20px;
    background: #1b2a63;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

/* flex-basis 0 + per-logo grow = tile widths land in the same
   proportion as the artwork, so every logo renders at one height */
.bch-hero-logo{
    flex:1 1 0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:4px;
    padding:10px 12px;
}

.bch-hero-logo:nth-child(1){ flex-grow:1.05; }
.bch-hero-logo:nth-child(2){ flex-grow:1; }
.bch-hero-logo:nth-child(3){ flex-grow:3.85; }
.bch-hero-logo:nth-child(4){ flex-grow:1.12; }
.bch-hero-logo:nth-child(5){ flex-grow:1.26; }

.bch-hero-logo img{
    display:block;
    width:100%;
    height:auto;
}

/* ---------------------------------------------------------
   1. WHY CHOOSE LLOYD
   --------------------------------------------------------- */

.bch-why{
    background:#FDFBF8;
    padding:80px 0 60px;
    overflow:hidden;
}

.bch-why-left{
    position:relative;
    padding-right:30px;
}

.bch-eyebrow{
    color:#f26522;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:0 0 18px;
}

.bch-why-title{
    font-family:Georgia,"Times New Roman",serif;
    color:#1b2a63;
    font-size:36px;
    line-height:1.25;
    font-weight:700;
    margin:0;
}

.bch-why-title span{
    color:#f26522;
}

.bch-why-text{
    color:#5a6473;
    font-size:15px;
    line-height:1.8;
    max-width:340px;
    margin:0;
}

.bch-why-img{
    margin-top:30px;
    opacity:.35;
}

.bch-why-img img{
    width:100%;
}

.bch-why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.bch-why-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:28px 24px;
    border-bottom:1px solid #e6e2dc;
}

.bch-why-item:nth-child(odd){
    border-right:1px solid #e6e2dc;
}

.bch-why-item:nth-last-child(1),
.bch-why-item:nth-last-child(2){
    border-bottom:0;
}

.bch-why-icon{
    flex:0 0 60px;
    width:60px;
    height:60px;
    border:1px solid #e0dbd3;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#f26522;
    transition:all .3s ease;
}

.bch-why-item:hover .bch-why-icon{
    background:#f26522;
    border-color:#f26522;
    color:#fff;
}

.bch-why-cont h4{
    color:#1b2a63;
    font-size:16px;
    font-weight:700;
    line-height:1.4;
    margin:0 0 10px;
}

.bch-num{
    color:#f26522;
    font-size:22px;
    font-weight:700;
    margin-right:6px;
}

.bch-why-cont p{
    color:#5a6473;
    font-size:14px;
    line-height:1.7;
    margin:0;
}

/* ---------------------------------------------------------
   2. THE PROFESSIONAL EDGE
   --------------------------------------------------------- */

.bch-edge{
    background:#fff;
    padding:0px 0;
}

.bch-edge-box{
    position:relative;
    background:#faf8f5;
    padding:0 0 50px;
}

/* decorative quote mark, top right */
.bch-edge-quote{
    position:absolute;
    top:28px;
    right:34px;
    color:#f26522;
    font-size:22px;
    line-height:1;
    opacity:.9;
}

.bch-edge-img img{
    display:block;
    width:100%;
}

.bch-edge-cont{
    padding:55px 50px 0 45px;
}

.bch-edge-cont h2{
    font-family:Georgia,"Times New Roman",serif;
    color:#12235c;
    font-size:35px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:.5px;
    margin:0;
}

.bch-edge-cont h2 span{
    color:#f26522;
}

.bch-edge-cont .bch-dash{
    width:60px;
    margin:20px 0 22px;
}

.bch-edge-cont p{
    color:#5a6473;
    font-size:15px;
    line-height:1.8;
    margin:0;
    max-width:420px;
}

/* cards overlap the bottom of the image */
.bch-edge-cards{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin:-95px 9% 0 16%;
}

.bch-edge-card{
    background:#fff;
    padding:28px 26px;
    display:flex;
    gap:20px;
    box-shadow:0 10px 34px rgba(27,42,99,.10);
}

.bch-edge-icon{
    flex:0 0 58px;
    width:58px;
    height:58px;
    border-radius:50%;
    background:#f4f4f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#12235c;
}

.bch-edge-card-cont h4{
    color:#12235c;
    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
    margin:0 0 6px;
}

.bch-edge-card-cont h4::after{
    content:"";
    display:block;
    width:38px;
    height:3px;
    background:#f26522;
    margin:10px 0 14px;
}

.bch-edge-card-cont ul{
    list-style:none;
    padding:0;
    margin:0;
}

.bch-edge-card-cont ul li{
    position:relative;
    padding:0 0 10px 16px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
    color:#5a6473;
    font-size:14px;
    line-height:1.6;
}

.bch-edge-card-cont ul li:last-child{
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}

.bch-edge-card-cont ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#f26522;
}

/* ---------------------------------------------------------
   3. SESSION BY INDUSTRY EXPERTS
   --------------------------------------------------------- */

.bch-expert{
    background:#1b2a63;
    padding:80px 0;
}

.bch-expert-cont h2{
    font-family:Georgia,"Times New Roman",serif;
    color:#fff;
    font-size:36px;
    line-height:1.3;
    font-weight:700;
    margin:0 0 20px;
}

.bch-expert-cont h2 span{
    color:#f26522;
}

.bch-expert-cont p{
    color:#dfe3ef;
    font-size:15px;
    line-height:1.8;
    font-weight:600;
    margin:0;
}

.bch-expert-feature{
    position:relative;
}

.bch-expert-feature img{
    width:100%;
}

.bch-expert-caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 24px;
    background:linear-gradient(to top,rgba(15,24,58,.95),rgba(15,24,58,.55));
}

.bch-expert-caption-icon{
    flex:0 0 54px;
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#1b2a63;
}

.bch-expert-caption-text h5{
    color:#fff;
    font-size:16px;
    line-height:1.5;
    font-weight:700;
    margin:0;
}

.bch-expert-caption-text .bch-dash{
    margin:10px 0 0;
}

.bch-expert-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:40px;
}

.bch-expert-card{
    background:#fff;
    display:flex;
    flex-direction:column;
    transition:transform .3s ease;
}

.bch-expert-card:hover{
    transform:translateY(-6px);
}

.bch-expert-card-img img{
    width:100%;
   /* height:190px;*/
    object-fit:cover;
}

.bch-expert-card-body{
    position:relative;
    padding:34px 18px 22px;
    flex:1 1 auto;
}

.bch-expert-card-icon{
    position:absolute;
    top:-24px;
    left:18px;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#1b2a63;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    border:3px solid #fff;
}

.bch-expert-card-body h5{
    color:#1b2a63;
    font-size:15px;
    font-weight:700;
    line-height:1.45;
    margin:0 0 10px;
}

.bch-expert-card-body h5::after{
    content:"";
    display:block;
    width:34px;
    height:3px;
    background:#f26522;
    margin-top:10px;
}

.bch-expert-card-body p{
    color:#5a6473;
    font-size:13px;
    line-height:1.65;
    margin:0;
}

/* ---------------------------------------------------------
   4. INVEST INDIA LAB
   --------------------------------------------------------- */

.bch-lab{
    background:#fff;
    padding:0;
    overflow:hidden;
}

.bch-lab-cont{
    padding:70px 40px 70px 8%;
}

.bch-lab-cont h2{
    color:#1b2a63;
    font-size:56px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-1px;
    margin:0;
}

.bch-lab-cont h2 span{
    color:#f26522;
}

.bch-lab-cont .bch-dash{
    width:120px;
    height:4px;
    margin:22px 0 24px;
}

.bch-lab-cont p{
    color:#1b2a63;
    font-size:20px;
    line-height:1.7;
    margin:0;
    max-width:420px;
}

.bch-lab-cont p b{
    color:#f26522;
    font-weight:600;
}

.bch-lab-img img{
    width:100%;
}

/* ---------------------------------------------------------
   5. SKILLS & LEARNING EXPERIENCE
   --------------------------------------------------------- */

/* --- 5a. dark block : financial & market skills --- */

.bch-skill{
    background:#1b2a63;
    padding:70px 0 80px;
}

.bch-skill-heading{
    font-family:Georgia,"Times New Roman",serif;
    text-align:center;
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin:0 0 45px;
}

.bch-skill-group{
    margin-bottom:55px;
}

.bch-skill-group:last-of-type{
    margin-bottom:0;
}

.bch-skill-group-title{
    display:flex;
    align-items:center;
    gap:22px;
    font-family:Georgia,"Times New Roman",serif;
    color:#fff;
    font-size:26px;
    font-weight:400;
    margin:0 0 34px;
}

.bch-skill-group-title:before,
.bch-skill-group-title:after{
    content:"";
    flex:1 1 auto;
    height:2px;
    background:#fff;
}

.bch-skill-group-title span{
    flex:0 0 auto;
}

.bch-skill-cards{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:22px;
}

.bch-skill-card{
    flex:0 0 calc(25% - 17px);
    max-width:calc(25% - 17px);
    background:#fbfbfb;
    border-radius:8px;
    padding:28px 22px 30px;
    text-align:center;
    transition:all .3s ease;
}

.bch-skill-card:hover{
    background:#fff;
    transform:translateY(-6px);
    box-shadow:0 14px 30px rgba(0,0,0,.25);
}

.bch-skill-card-icon{
    width:74px;
    height:74px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#eef2fa;
    color:#1b2a63;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    line-height:1;
    transition:all .3s ease;
}

.bch-skill-card-icon i{
    display:block;
    line-height:1;
    text-align:center;
}

.bch-skill-card:hover .bch-skill-card-icon{
    background:#f26522;
    color:#fff;
}

.bch-skill-card-num{
    display:block;
    color:#f26522;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:6px;
}

.bch-skill-card h4{
    color:#1b2a63;
    font-size:19px;
    font-weight:700;
    line-height:1.35;
    margin:0 0 14px;
    padding-bottom:14px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:calc(1.35em + 14px);
}

.bch-skill-card h4:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:34px;
    height:3px;
    background:#f26522;
    border-radius:2px;
}

.bch-skill-card p{
    color:#5a6473;
    font-size:15px;
    line-height:1.6;
    margin:0;
}

/* --- 5b. light block : analytical & technical skills --- */

.bch-skill-alt{
    background:#f7f9fd;
    padding:60px 0 70px;
}

.bch-skill-alt .bch-skill-group-title{
    display:block;
    text-align:center;
    color:#1b2a63;
    font-size:32px;
    font-weight:700;
    margin:0 0 42px;
    padding-bottom:14px;
    position:relative;
}

.bch-skill-alt .bch-skill-group-title:before{
    display:none;
}

.bch-skill-alt .bch-skill-group-title span{
    color:#f26522;
}

.bch-skill-alt .bch-skill-group-title:after{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    flex:0 0 auto;
    width:38%;
    max-width:600px;
    height:2px;
    background:#1b2a63;
}

.bch-skill-alt .bch-skill-cards{
    gap:26px;
}

.bch-skill-alt .bch-skill-card{
    flex:0 0 calc(33.333% - 18px);
    max-width:calc(33.333% - 18px);
    background:#fdfdfe;
    border-radius:10px;
    box-shadow:0 6px 22px rgba(27,42,99,.07);
    padding:26px 26px 30px;
    text-align:left;
}

.bch-skill-alt .bch-skill-card:hover{
    box-shadow:0 16px 34px rgba(27,42,99,.16);
}

.bch-skill-card-head{
    display:flex;
    align-items:center;
    gap:18px;
    min-height:66px;
    margin-bottom:18px;
    padding-bottom:18px;
    position:relative;
}

.bch-skill-card-head:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:34px;
    height:3px;
    background:#f26522;
    border-radius:2px;
}

.bch-skill-alt .bch-skill-card-icon{
    flex:0 0 66px;
    width:66px;
    height:66px;
    margin:0;
    font-size:28px;
}

.bch-skill-alt .bch-skill-card h4{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    font-size:20px;
    line-height:1.35;
    min-height:calc(2 * 1.35em);
    margin:0;
    padding:0;
}

.bch-skill-alt .bch-skill-card h4:after{
    display:none;
}

.bch-skill-alt .bch-skill-card p{
    line-height:1.7;
}

/* ---------------------------------------------------------
   6. CURRICULUM SNAPSHOT
   --------------------------------------------------------- */

.bch-curr{
    background:#1b2a63;
    padding:60px 0 70px;
}

.bch-curr-box{
    background:#fff;
    border-radius:10px;
    box-shadow:0 18px 44px rgba(0,0,0,.18);
    padding:45px 45px 50px;
}

.bch-curr-title{
    font-family:Georgia,"Times New Roman",serif;
    text-align:center;
    color:#1b2a63;
    font-size:44px;
    font-weight:700;
    margin:0 0 45px;
}

.bch-curr-title span{
    color:#f26522;
}

.bch-curr-cols{
    display:flex;
    flex-wrap:wrap;
}

.bch-curr-col{
    display:flex;
    flex-direction:column;
    flex:0 0 25%;
    max-width:25%;
    padding:0 24px;
    border-left:1px solid #e8ecf3;
}

.bch-curr-col:first-child{
    border-left:0;
    padding-left:0;
}

.bch-curr-col:last-child{
    padding-right:0;
}

/* per-year accent colours */

.bch-curr-c1{ --bch-c:#2e9e5b; --bch-cbg:#e9f4ee; }
.bch-curr-c2{ --bch-c:#1f7ae0; --bch-cbg:#e6f0fb; }
.bch-curr-c3{ --bch-c:#8b3fd6; --bch-cbg:#f2e9fb; }
.bch-curr-c4{ --bch-c:#f26522; --bch-cbg:#fdece3; }

.bch-curr-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:var(--bch-cbg);
    color:var(--bch-c);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:26px;
}

.bch-curr-year{
    display:block;
    color:var(--bch-c);
    font-size:17px;
    font-weight:700;
    margin-bottom:8px;
}

/* flex:1 keeps the accent bar + list aligned across columns
   even when titles wrap to a different number of lines */
.bch-curr-col h4{
    flex:1 1 auto;
    color:#1b2a63;
    font-size:19px;
    font-weight:700;
    line-height:1.35;
    min-height:calc(2 * 1.35em);
    margin:0 0 16px;
    padding-bottom:16px;
    position:relative;
}

.bch-curr-col h4:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:38px;
    height:3px;
    background:var(--bch-c);
    border-radius:2px;
}

.bch-curr-list{
    list-style:none;
    margin:0;
    padding:0;
}

.bch-curr-list li{
    position:relative;
    color:#3d4757;
    font-size:15px;
    line-height:1.5;
    padding:0 0 13px 22px;
    margin-bottom:13px;
    border-bottom:1px dashed #dfe4ed;
}

.bch-curr-list li:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:0;
}

.bch-curr-list li:before{
    content:"\f105";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:0;
    color:var(--bch-c);
    font-size:16px;
}

/* ---------------------------------------------------------
   7. CAREERS & OUTCOMES
   --------------------------------------------------------- */

.bch-career{
    background:#f7f8fc;
    padding:55px 0 60px;
}

.bch-career-title{
    font-family:Georgia,"Times New Roman",serif;
    text-align:center;
    color:#1b2a63;
    font-size:40px;
    font-weight:700;
    margin:0 0 34px;
}

.bch-career-title span{
    color:#f26522;
}

.bch-career-row{
    display:flex;
    align-items:stretch;
    gap:16px;
}

.bch-career-col-l{ flex:1.16 1 0; }
.bch-career-col-m{ flex:1 1 0; }
.bch-career-col-r{ flex:1.07 1 0; }

.bch-career-card{
    display:flex;
    flex-direction:column;
    height:100%;
    background:#fff;
    border:1px solid #e7ebf4;
    border-radius:6px;
    padding:0 0 18px;
    overflow:hidden;
}

/* --- left card : icon grids --- */

.bch-career-head{
    display:flex;
    align-items:center;
    gap:10px;
    background:#eaf1fb;
    padding:11px 14px;
}

.bch-career-head-icon{
    flex:0 0 26px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#1266d0;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.bch-career-head h4{
    color:#12225c;
    font-size:13px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
    margin:0;
}

/* flex:1 spreads the two grids over the card's full height so no
   dead space is left under the last row */
.bch-career-items{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    padding:22px 12px 24px;
}

/* dashed rule between the two icon grids
   (:first-of-type would match the heading div, not this one) */
.bch-career-items:not(.bch-career-items-4){
    margin:0 14px;
    border-bottom:1px dashed #d9e0ee;
}

.bch-career-item{
    flex:1 1 0;
    padding:0 4px;
}

.bch-career-item i{
    color:#1b2a63;
    font-size:26px;
}

/* text-align is set explicitly — the theme justifies <p> globally */
.bch-career-item p{
    text-align:center;
    color:#1b2a63;
    font-size:11.5px;
    font-weight:700;
    line-height:1.4;
    margin:12px 0 0;
}

.bch-career-item i,
.bch-career-item p{
    display:block;
    text-align:center;
}

/* --- middle photo --- */

.bch-career-photo{
    height:100%;
    background:#fff;
    border:1px solid #e7ebf4;
    border-bottom:3px solid #1266d0;
    border-radius:6px;
    overflow:hidden;
}

.bch-career-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center bottom;
}

/* --- right card : pills + bullet lists --- */

/* inline-flex so the pill hugs its label instead of spanning the card */
.bch-career-pill{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#12225c;
    border-radius:4px;
    margin:18px 16px 0;
    padding:9px 14px;
}

.bch-career-pill-icon{
    flex:0 0 24px;
    width:24px;
    height:24px;
    border-radius:4px;
    background:#2a3b7d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.bch-career-pill h4{
    color:#fff;
    font-size:11.5px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
    margin:0;
}

.bch-career-list{
    list-style:none;
    margin:0;
    padding:14px 16px 6px;
}

.bch-career-list li{
    position:relative;
    text-align:left;
    color:#2c3550;
    font-size:14px;
    line-height:1.5;
    padding-left:18px;
    margin-bottom:13px;
}

.bch-career-list li:last-child{
    margin-bottom:0;
}

.bch-career-list li:before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#1266d0;
}

/* dashed divider between the two pill blocks — carried on the
   first list so it stays inset from both card edges */
.bch-career-list:first-of-type{
    margin:0 16px;
    padding:14px 0 20px;
    border-bottom:1px dashed #d9e0ee;
}

/* --- placement partners --- */

.bch-partner{
    display:flex;
    align-items:stretch;
    gap:14px;
    margin-top:16px;
}

.bch-partner-label{
    flex:0 0 22%;
    max-width:22%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#12225c;
    border-radius:6px;
    padding:22px 20px;
}

.bch-partner-label-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#1266d0;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    margin-bottom:14px;
}

.bch-partner-label h4{
    color:#fff;
    font-size:17px;
    font-weight:700;
    line-height:1.3;
    letter-spacing:.3px;
    text-transform:uppercase;
    margin:0;
}

.bch-partner-logos{
    flex:1 1 auto;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:10px;
}

.bch-partner-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #e7ebf4;
    border-radius:5px;
    /*padding:12px 10px;*/
}

.bch-partner-logo img{
    display:block;
    width:100%;
   /* height:auto;
    max-height:30px;*/
    object-fit:contain;
}

/* ---------------------------------------------------------
   8. ADMISSION / JOIN THE NEXT GENERATION
   --------------------------------------------------------- */

.bch-adm{
    background:#fff;
    padding:55px 0 65px;
}

.bch-adm-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
}

.bch-adm-left{
    flex:0 0 62%;
    max-width:62%;
}

.bch-adm-right{
    flex:0 0 31%;
    max-width:31%;
}

.bch-adm-eyebrow{
    display:flex;
    align-items:center;
    gap:12px;
    color:#12225c;
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.bch-adm-eyebrow:before{
    content:"";
    flex:0 0 26px;
    height:3px;
    background:#f26522;
}

.bch-adm-title{
    color:#12225c;
    font-size:44px;
    font-weight:800;
    letter-spacing:-.5px;
    text-transform:uppercase;
    margin:0 0 22px;
    padding-bottom:20px;
    border-bottom:1px solid #e7ebf4;
}

.bch-adm-title span{
    color:#f26522;
}

.bch-adm-badge{
    display:inline-block;
    background:#12225c;
    color:#fff;
    border-radius:4px;
    font-size:17px;
    font-weight:700;
    letter-spacing:.4px;
    text-transform:uppercase;
    padding:11px 20px;
    margin-bottom:26px;
}

.bch-adm-elig{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding-bottom:22px;
    border-bottom:1px solid #e7ebf4;
    margin-bottom:22px;
}

.bch-adm-elig-icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fdece3;
    color:#f26522;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
}

.bch-adm-elig-cont h4{
    color:#f26522;
    font-size:17px;
    font-weight:700;
    margin:0 0 6px;
}

/* text-align is set explicitly — the theme justifies <p> globally */
.bch-adm-elig-cont p{
    text-align:left;
    max-width:470px;
    color:#5a6473;
    font-size:14px;
    line-height:1.6;
    margin:0;
}

.bch-adm-sub{
    color:#12225c;
    font-size:18px;
    font-weight:700;
    margin:0 0 26px;
}

.bch-adm-steps{
    display:flex;
    gap:22px;
}

.bch-adm-step{
    flex:1 1 0;
    position:relative;
    background:#fff;
    border:1px solid #e7ebf4;
    border-radius:8px;
    padding:28px 6px 18px;
    text-align:center;
}

/* dashed connector bridging the gap to the next step */
.bch-adm-step:not(:last-child):after{
    content:"";
    position:absolute;
    left:100%;
    top:50%;
    width:22px;
    border-top:2px dashed #f26522;
}

.bch-adm-step-num{
    position:absolute;
    top:-13px;
    left:50%;
    transform:translateX(-50%);
    width:26px;
    height:26px;
    border-radius:50%;
    background:#12225c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.bch-adm-step-icon{
    display:block;
    color:#f26522;
    font-size:33px;
    line-height:1;
    margin-bottom:14px;
}

.bch-adm-step p{
    text-align:center;
    color:#12225c;
    font-size:11.5px;
    font-weight:600;
    line-height:1.35;
    margin:0;
}

/* --- QR card --- */

.bch-adm-qr{
    background:#f7f8fc;
    border:1px solid #e7ebf4;
    border-radius:8px;
    padding:22px;
}

.bch-adm-qr-head{
    display:flex;
    align-items:center;
    gap:14px;
    padding-bottom:16px;
    margin-bottom:20px;
    position:relative;
}

.bch-adm-qr-head:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:56px;
    height:2px;
    background:#f26522;
}

.bch-adm-qr-icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
    border-radius:8px;
    background:#12225c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
}

.bch-adm-qr-cont h4{
    color:#12225c;
    font-size:17px;
    font-weight:700;
    letter-spacing:.3px;
    text-transform:uppercase;
    margin:0 0 3px;
}

.bch-adm-qr-cont p{
    text-align:left;
    color:#5a6473;
    font-size:14px;
    margin:0;
}

.bch-adm-qr-img{
    background:#fff;
    border:1px solid #e7ebf4;
    border-radius:4px;
    padding:14px;
}

.bch-adm-qr-img img{
    display:block;
    width:100%;
    height:auto;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1199px){

    .bch-hero-logos{ max-width:820px; margin-top:-60px; }

    .bch-why-title{ font-size:38px; }
    .bch-edge-cont h2{ font-size:44px; }
    .bch-edge-cont{ padding:40px 30px 0 30px; }
    .bch-edge-cards{ margin:-80px 6% 0 12%; gap:14px; }
    .bch-edge-card{ padding:22px 18px; gap:14px; }
    .bch-lab-cont h2{ font-size:46px; }
    .bch-lab-cont p{ font-size:18px; }
    .bch-skill-heading{ font-size:36px; }
    .bch-skill-group-title{ font-size:24px; }
    .bch-skill-alt .bch-skill-group-title{ font-size:28px; }
    .bch-skill-cards{ gap:18px; }
    .bch-skill-card{
        flex:0 0 calc(25% - 14px);
        max-width:calc(25% - 14px);
        padding:24px 16px 26px;
    }
    .bch-skill-alt .bch-skill-cards{ gap:20px; }
    .bch-skill-alt .bch-skill-card{
        flex:0 0 calc(33.333% - 14px);
        max-width:calc(33.333% - 14px);
        padding:22px 20px 26px;
    }
    .bch-skill-card-head{ gap:14px; }
    .bch-skill-card-icon{ width:64px; height:64px; font-size:26px; }
    .bch-skill-alt .bch-skill-card-icon{ flex:0 0 58px; width:58px; height:58px; font-size:25px; }
    .bch-skill-card h4{ font-size:17px; }
    .bch-skill-alt .bch-skill-card h4{ font-size:18px; }
    .bch-skill-card p{ font-size:14px; }

    .bch-career-title{ font-size:36px; }
    .bch-career-row{ gap:12px; }
    .bch-career-item i{ font-size:21px; }
    .bch-career-item p{ font-size:10px; }
    .bch-career-list li{ font-size:12.5px; }
    .bch-partner-label h4{ font-size:15px; }
    .bch-partner-logos{ gap:8px; }
    .bch-adm-title{ font-size:38px; }
    .bch-adm-steps{ gap:18px; }
    .bch-adm-step:not(:last-child):after{ width:18px; }
    .bch-adm-step-icon{ font-size:25px; }

    .bch-curr-box{ padding:38px 32px 42px; }
    .bch-curr-title{ font-size:38px; margin-bottom:38px; }
    .bch-curr-col{ padding:0 20px; }
    .bch-curr-col h4{ font-size:18px; }
    .bch-curr-list li{ font-size:14px; }
}

@media(max-width:991px){

    .bch-hero-logos{ max-width:100%; margin-top:-42px; }

    .bch-hero-logo{ padding:8px 10px; }

    .bch-why{ padding:60px 0; }

    .bch-why-left{
        padding-right:0;
        margin-bottom:30px;
    }

    .bch-why-text{ max-width:100%; }

    .bch-why-img{ display:none; }

    .bch-edge-box{ padding:0 0 30px; }

    .bch-edge-cont{ padding:30px 25px 0; }

    .bch-edge-cont h2{ font-size:40px; }

    .bch-edge-cont p{ max-width:100%; }

    .bch-edge-cards{
        margin:30px 25px 0;
        gap:22px;
    }

    .bch-expert{ padding:60px 0; }

    .bch-expert-cont{ margin-bottom:30px; }

    .bch-expert-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .bch-lab-cont{
        padding:50px 20px;
        text-align:center;
    }

    .bch-lab-cont .bch-dash{ margin-left:auto; margin-right:auto; }

    .bch-lab-cont p{ margin:0 auto; }

    .bch-skill-heading{ font-size:32px; }

    .bch-skill-group-title{ font-size:22px; gap:16px; }

    .bch-skill-alt .bch-skill-group-title{ font-size:25px; }

    .bch-skill-alt .bch-skill-group-title:after{ width:60%; }

    .bch-skill-card,
    .bch-skill-alt .bch-skill-card{
        flex:0 0 calc(50% - 13px);
        max-width:calc(50% - 13px);
    }

    /* careers : the two cards sit side by side, photo gets its own
       row underneath at its natural aspect ratio */
    .bch-career-title{ font-size:32px; }

    .bch-career-row{ flex-wrap:wrap; }

    .bch-career-col-l,
    .bch-career-col-r{
        flex:1 1 calc(50% - 6px);
        max-width:calc(50% - 6px);
    }

    .bch-career-col-m{
        flex:0 0 100%;
        max-width:100%;
        order:3;
    }

    .bch-career-photo{
        height:auto;
        max-width:340px;
        margin:0 auto;
    }

    .bch-career-photo img{
        height:auto;
        object-fit:contain;
    }

    .bch-partner{ flex-direction:column; }

    .bch-partner-label{
        flex:0 0 auto;
        max-width:100%;
        flex-direction:row;
        align-items:center;
        gap:14px;
        padding:14px 18px;
    }

    .bch-partner-label-icon{ flex:0 0 38px; margin-bottom:0; }

    /* br is hidden but the spaces around it in the markup remain,
       so the label reflows onto one line without running together */
    .bch-partner-label h4{ font-size:15px; }

    .bch-partner-label h4 br{ display:none; }

    .bch-partner-logos{ grid-template-columns:repeat(4,1fr); }

    /* admission : QR card moves below the content */
    .bch-adm-row{ flex-wrap:wrap; gap:30px; }

    .bch-adm-left,
    .bch-adm-right{
        flex:0 0 100%;
        max-width:100%;
    }

    .bch-adm-qr{ max-width:340px; }

    .bch-adm-title{ font-size:34px; }

    .bch-curr{ padding:50px 0 60px; }

    .bch-curr-title{ font-size:34px; }

    .bch-curr-col{
        flex:0 0 50%;
        max-width:50%;
        padding:0 24px 30px;
    }

    .bch-curr-col:nth-child(odd){
        border-left:0;
        padding-left:0;
    }

    .bch-curr-col:nth-child(even){
        padding-right:0;
    }

    .bch-curr-col:nth-last-child(-n+2){
        padding-bottom:0;
    }
}

@media(max-width:767px){

    /* strip drops below the banner instead of overlapping it,
       and wraps to 2 + 1 + 2 so the logos stay legible */
    .bch-hero-logos{
        flex-wrap:wrap;
        margin:18px auto 24px;
    }

    /* :nth-child(n) matches the specificity of the per-logo grow rules */
    .bch-hero-logo:nth-child(n){
        flex:1 1 calc(50% - 3px);
        padding:10px 14px;
    }

    .bch-hero-logo:nth-child(3){
        flex-basis:100%;
    }

    .bch-why{ padding:50px 0; }

    .bch-why-title{ font-size:32px; }

    .bch-why-grid{
        grid-template-columns:1fr;
    }

    .bch-why-item{
        padding:22px 0;
    }

    .bch-why-item:nth-child(odd){
        border-right:0;
    }

    .bch-why-item:nth-last-child(2){
        border-bottom:1px solid #e6e2dc;
    }

    .bch-edge{ padding:50px 0; }

    .bch-edge-cont h2{ font-size:32px; }

    .bch-edge-cards{
        grid-template-columns:1fr;
        margin:30px 18px 0;
    }

    .bch-edge-quote{ display:none; }

    .bch-expert-cont h2{ font-size:28px; }

    .bch-expert-caption{
        position:static;
        background:#0f183a;
    }

    /*.bch-expert-card-img img{ height:170px; }*/

    .bch-lab-cont h2{ font-size:36px; }

    .bch-lab-cont p{ font-size:16px; }

    .bch-skill{ padding:50px 0; }

    .bch-skill-heading{ font-size:26px; margin-bottom:36px; }

    .bch-skill-group{ margin-bottom:40px; }

    .bch-skill-group-title{ font-size:19px; gap:12px; margin-bottom:26px; }

    .bch-skill-alt .bch-skill-group-title{ font-size:22px; margin-bottom:28px; }

    .bch-skill-alt .bch-skill-group-title:after{ width:80%; }

    .bch-skill-card,
    .bch-skill-alt .bch-skill-card{
        flex:0 0 100%;
        max-width:100%;
    }

    .bch-career{ padding:45px 0 50px; }

    .bch-career-title{ font-size:26px; margin-bottom:26px; }

    .bch-career-col-l,
    .bch-career-col-r{
        flex:0 0 100%;
        max-width:100%;
    }

    /* single column now, so the photo can sit in its designed spot */
    .bch-career-col-m{ order:0; }

    .bch-career-item i{ font-size:24px; }

    .bch-career-item p{ font-size:11px; }

    .bch-career-list li{ font-size:13.5px; }

    .bch-partner-logos{ grid-template-columns:repeat(3,1fr); }

    /* steps wrap, so the connectors are dropped */
    .bch-adm-steps{
        flex-wrap:wrap;
        gap:26px 12px;
    }

    .bch-adm-step{
        flex:1 1 calc(33.333% - 8px);
    }

    .bch-adm-step:not(:last-child):after{ display:none; }

    .bch-adm-title{ font-size:28px; }

    .bch-adm-badge{ font-size:15px; padding:9px 16px; }

    .bch-curr-box{ padding:30px 22px 34px; }

    .bch-curr-title{ font-size:28px; margin-bottom:32px; }

    .bch-curr-col{
        flex:0 0 100%;
        max-width:100%;
        padding:0 0 28px;
        border-left:0;
    }

    .bch-curr-col:nth-child(even){ padding-right:0; }

    .bch-curr-col:nth-last-child(-n+2){ padding-bottom:28px; }

    .bch-curr-col:last-child{ padding-bottom:0; }

    .bch-curr-col h4{ min-height:0; }

    .bch-curr-icon{
        width:48px;
        height:48px;
        font-size:20px;
        margin-bottom:18px;
    }
}

@media(max-width:575px){

    .bch-hero-logos{ gap:4px; padding:4px; border-radius:6px; }

    .bch-why-title{ font-size:28px; }

    .bch-why-icon{
        flex:0 0 50px;
        width:50px;
        height:50px;
        font-size:20px;
    }

    .bch-edge-card{
        flex-direction:column;
        gap:14px;
    }

    .bch-expert-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .bch-expert-caption{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .bch-lab-cont h2{ font-size:30px; }

    .bch-skill-alt .bch-skill-group-title{ font-size:20px; }

    .bch-skill-card{ padding:20px 18px 24px; }

    .bch-skill-card-icon,
    .bch-skill-alt .bch-skill-card-icon{
        flex:0 0 56px;
        width:56px;
        height:56px;
        font-size:23px;
    }

    .bch-skill-card h4,
    .bch-skill-alt .bch-skill-card h4{ font-size:17px; }

    .bch-career-title{ font-size:23px; }

    .bch-career-items{ flex-wrap:wrap; gap:18px 0; padding:16px 8px 18px; }

    .bch-career-item{ flex:0 0 33.333%; }

    .bch-partner-logos{ grid-template-columns:repeat(2,1fr); }

    .bch-adm-step{ flex:1 1 calc(50% - 6px); }

    .bch-adm-title{ font-size:24px; }

    .bch-curr-box{ padding:26px 18px 30px; }

    .bch-curr-title{ font-size:24px; }

    .bch-curr-col h4{ font-size:17px; }
}

/* =========================================================
   B.COM (HONS.) COURSE PAGE  --  END
   ========================================================= */

/* --- expert card : dark variant (card 1) --- */

.bch-expert-card-dark{
    background:#152253;
}

.bch-expert-card-dark .bch-expert-card-icon{
    background:transparent;
    border:0;
    top:14px;
    left:14px;
    width:auto;
    height:auto;
    color:#f26522;
    font-size:26px;
}

.bch-expert-card-dark .bch-expert-card-body{
    padding:44px 18px 22px;
}

.bch-expert-card-dark .bch-expert-card-body h5{
    color:#fff;
}

.bch-expert-card-dark .bch-expert-card-body p{
    color:#c9cfe4;
}

/* =========================================================
   B.COM COURSE PAGE (bcom-course.html)  --  START
   Reuses the .bch-* system above; only the blocks that are
   unique to this page are defined here.
   ========================================================= */

/* ---------------------------------------------------------
   A. PROGRAMME BADGES (hero strip)
   --------------------------------------------------------- */

/* same lift-over-the-banner treatment as .bch-hero-logos */
.bcc-badges{
    display:flex;
    gap:10px;
    width:100%;
    max-width:950px;
    margin:-70px auto 30px;
    padding:14px 20px;
    background:#1b2a63;
    border-radius:8px;
    position:relative;
    z-index:2;
}

.bcc-badge{
    flex:1 1 0;
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    border-radius:4px;
    padding:14px 16px;
}

/* the certification badge carries a second line, so it takes more room */
.bcc-badge:nth-child(2){ flex-grow:1.7; }

.bcc-badge-icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fdece3;
    color:#f26522;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
}

.bcc-badge h5{
    color:#1b2a63;
    font-size:15px;
    font-weight:700;
    line-height:1.35;
    margin:0;
}

.bcc-badge h5 span{
    display:block;
    color:#5a6473;
    font-size:12.5px;
    font-weight:600;
    line-height:1.4;
    margin-top:3px;
}

/* ---------------------------------------------------------
   B. TAGLINE
   --------------------------------------------------------- */

.bcc-tagline{
    background:#fff;
    padding:10px 0 45px;
}

.bcc-tagline-box{
    position:relative;
    background:#faf8f5;
    border-left:4px solid #f26522;
    border-radius:6px;
    padding:34px 40px 36px;
    text-align:center;
}

.bcc-tagline-mark{
    position:absolute;
    top:18px;
    left:24px;
    color:#f26522;
    font-size:22px;
    line-height:1;
    opacity:.55;
}

.bcc-tagline-box h2{
    font-family:Georgia,"Times New Roman",serif;
    color:#1b2a63;
    font-size:38px;
    font-weight:700;
    line-height:1.25;
    margin:0;
}

.bcc-tagline-box h2 span{
    display:block;
    color:#f26522;
    font-size:22px;
    font-weight:400;
    margin-top:6px;
}

.bcc-tagline-box .bch-dash{
    margin:16px auto 18px;
}

/* text-align is set explicitly — the theme justifies <p> globally */
.bcc-tagline-box p{
    text-align:center;
    max-width:760px;
    margin:0 auto;
    color:#5a6473;
    font-size:16px;
    line-height:1.8;
}

/* ---------------------------------------------------------
   C. SESSION TOPICS (industry experts, no speaker photos yet)
   --------------------------------------------------------- */

/* the section leads with a centred heading; the cards run 4-up beneath it,
   so this block does not use the two-column .bch-expert-cont layout */
.bcc-expert-head{
    max-width:860px;
    margin:0 auto 50px;
    text-align:center;
}

.bcc-expert-head h2{
    font-family:Georgia,"Times New Roman",serif;
    color:#fff;
    font-size:40px;
    font-weight:700;
    line-height:1.25;
    margin:0 0 14px;
}

.bcc-expert-head h2 span{
    color:#f26522;
}

/* text-align is set explicitly — the theme justifies <p> globally */
.bcc-expert-head p{
    text-align:center;
    color:#fff;
    font-size:20px;
    font-weight:400;
    line-height:1.5;
    margin:0;
}

.bcc-topics{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.bcc-topic{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    border-radius:6px;
    padding:22px 18px;
    box-shadow:0 8px 20px rgba(0,0,0,.14);
    transition:transform .3s ease,box-shadow .3s ease;
}

.bcc-topic:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 30px rgba(0,0,0,.25);
}

.bcc-topic-icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#eef2fa;
    color:#1b2a63;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:all .3s ease;
}

.bcc-topic:hover .bcc-topic-icon{
    background:#f26522;
    color:#fff;
}

.bcc-topic h5{
    color:#1b2a63;
    font-size:14.5px;
    font-weight:700;
    line-height:1.5;
    margin:0;
    padding-bottom:14px;
    position:relative;
}

.bcc-topic h5:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:34px;
    height:3px;
    background:#f26522;
    border-radius:2px;
}

/* ---------------------------------------------------------
   D. TITLE-ONLY CARDS
   This page lists highlights and skills by name only, with no
   description paragraph. :last-child scopes these to cards that
   actually end at the heading, so the B.Com (Hons.) page — where a
   <p> always follows — is untouched.
   --------------------------------------------------------- */

.bch-why-cont h4:last-child,
.bch-skill-card h4:last-child,
.bch-skill-alt .bch-skill-card .bch-skill-card-head:last-child{
    margin-bottom:0;
}

.bch-skill-card h4:last-child{
    padding-bottom:12px;
}

.bch-skill-alt .bch-skill-card .bch-skill-card-head:last-child{
    padding-bottom:16px;
}

/* ---------------------------------------------------------
   E. CURRICULUM : 3-YEAR VARIANT
   --------------------------------------------------------- */

.bch-curr-cols-3 .bch-curr-col{
    flex:0 0 33.333%;
    max-width:33.333%;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1199px){

    .bcc-badges{ max-width:820px; margin-top:-60px; }

    .bcc-tagline-box h2{ font-size:32px; }

    .bcc-tagline-box h2 span{ font-size:20px; }

    .bcc-expert-head{ margin-bottom:42px; }

    .bcc-expert-head h2{ font-size:34px; }

    .bcc-expert-head p{ font-size:18px; }

    /* stays 4-up here — the cards just tighten up */
    .bcc-topics{ gap:16px; }

    .bcc-topic{ padding:18px 14px; gap:12px; }

    .bcc-topic-icon{ flex:0 0 44px; width:44px; height:44px; font-size:19px; }

    .bcc-topic h5{ font-size:13.5px; }
}

@media(max-width:991px){

    .bcc-badges{
        max-width:100%;
        margin-top:-42px;
        padding:10px 12px;
        gap:8px;
    }

    .bcc-badge{ padding:12px; gap:10px; }

    .bcc-badge-icon{ flex:0 0 38px; width:38px; height:38px; font-size:16px; }

    .bcc-badge h5{ font-size:13px; }

    .bcc-badge h5 span{ font-size:11.5px; }

    .bcc-tagline{ padding:10px 0 35px; }

    .bcc-tagline-box{ padding:28px 24px 30px; }

    .bcc-tagline-box h2{ font-size:28px; }

    .bcc-tagline-box p{ font-size:15px; }

    .bcc-expert-head{ margin-bottom:34px; }

    .bcc-expert-head h2{ font-size:30px; }

    .bcc-expert-head p{ font-size:16px; }

    /* four across is too narrow for these titles on tablets */
    .bcc-topics{ grid-template-columns:repeat(2,1fr); gap:18px; }

    .bcc-topic{ padding:20px 18px; gap:14px; }

    .bcc-topic-icon{ flex:0 0 48px; width:48px; height:48px; font-size:21px; }

    .bcc-topic h5{ font-size:15px; }

    .bch-curr-cols-3 .bch-curr-col{
        flex:0 0 50%;
        max-width:50%;
    }

    /* the odd/even padding resets from the 4-column layout leave the
       3rd card flush-left in a 2-up grid, which is what we want */
    .bch-curr-cols-3 .bch-curr-col:last-child{
        padding-bottom:0;
    }
}

@media(max-width:767px){

    /* strip drops below the banner instead of overlapping it */
    .bcc-badges{
        flex-wrap:wrap;
        margin:18px auto 24px;
    }

    /* :nth-child(n) matches the specificity of the per-badge grow rule */
    .bcc-badge:nth-child(n){
        flex:1 1 100%;
    }

    .bcc-tagline-box h2{ font-size:24px; }

    .bcc-tagline-box h2 span{ font-size:18px; }

    .bcc-tagline-box p{ font-size:14px; }

    .bcc-expert-head h2{ font-size:26px; }

    .bcc-expert-head p{ font-size:15px; }

    .bcc-topics{ grid-template-columns:1fr; }

    .bch-curr-cols-3 .bch-curr-col{
        flex:0 0 100%;
        max-width:100%;
    }
}

@media(max-width:575px){

    .bcc-badges{ gap:6px; padding:6px; border-radius:6px; }

    .bcc-tagline-box{ padding:24px 18px 26px; }

    .bcc-tagline-box h2{ font-size:22px; }

    .bcc-tagline-mark{ display:none; }

    .bcc-expert-head{ margin-bottom:28px; }

    .bcc-expert-head h2{ font-size:23px; }

    .bcc-topic{ padding:18px 16px; }
}

/* =========================================================
   B.COM COURSE PAGE (bcom-course.html)  --  END
   ========================================================= */


/* =========================================================
   CAMPUS EVENTS GALLERY (gallery/index.html)  --  START
   ========================================================= */

.gallery-hero{
    position:relative;
    background:#0b1030;
    overflow:hidden;
}

.gallery-hero img{
    width:100%;
    display:block;
}

.gallery-hero__caption{
    position:absolute;
    top:50%;
    left:6%;
    transform:translateY(-50%);
    color:#fff;
    max-width:620px;
    z-index:2;
}

.gallery-hero__caption h1{
    color:#fff;
    font-weight:700;
    font-size:40px;
    margin-bottom:12px;
}

.gallery-hero__caption p{
    color:#e6e9f5;
    font-size:16px;
    margin-bottom:0;
}

/* ---- colour bands (full bleed, no headings - as per design) ---- */

.gallery-band{
    padding:45px 0;
}

.gallery-band--light{ background:#eef1fb; }

.gallery-band--navy{ background:#1e2f7d; }

.gallery-band--white{ background:#ffffff; }

/* band 1 sits in a narrow centred column, the navy bands run wider */

.gallery-wrap{
    width:70%;
    max-width:1180px;
    margin:0 auto;
}

.gallery-wrap--wide{
    width:86%;
    max-width:1500px;
}

/* ---- grids ---- */

.gallery-grid{
    display:grid;
    gap:22px 26px;
}

.gallery-grid--3{ grid-template-columns:repeat(3,1fr); }

.gallery-grid--5{ grid-template-columns:repeat(5,1fr); gap:24px 16px; }

/* per band tile shape */

.gallery-grid--land .gallery-item img{ aspect-ratio:3 / 2; }

.gallery-grid--portrait .gallery-item img{ aspect-ratio:3 / 4; }

.gallery-grid--tall .gallery-item img{ aspect-ratio:9 / 16; }

.gallery-grid--wide .gallery-item img{ aspect-ratio:16 / 10; }

/* ---- band 3: gold block stops two thirds across, single tile on white ---- */

/* one spacing value drives the whole band, so the gap is identical on every
   side: page edge to tile, tile to tile, band top and bottom, and the white
   channel between the gold block and the single tile (half from each side) */

.gallery-split{
    display:flex;
    align-items:stretch;
    background:#ffffff;
    margin:0;
    padding:0;
	padding:20px 0px 20px 0px;
}

.gallery-split__gold{
    flex:0 0 64%;
    max-width:64%;
    background:#f6b60b;
    border-radius:0 26px 26px 0;
    padding:24px 12px 24px 24px;
}

.gallery-split__gold .gallery-grid{ gap:24px; }

.gallery-split__solo{
    flex:1 1 auto;
    display:flex;
    align-items:stretch;
    padding: 0px 133px 0px 12px
}

/* the solo tile takes its height from the gold block instead of its own
   ratio, so the two sides of the band always finish level */

.gallery-split__solo .gallery-item{
    width:100%;
    position:relative;
	
}

.gallery-split__solo .gallery-item img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    aspect-ratio:auto;
}

/* ---- band 5: gold block inset from both edges ---- */

.gallery-goldbox{
    width:88%;
    max-width:1500px;
    margin:0 auto;
    background:#f6b60b;
    padding:28px;
}

.gallery-goldbox .gallery-grid{ gap:18px; }

.gallery-item{
    display:block;
    overflow:hidden;
    border-radius:12px;
    background:#d9dcea;
    box-shadow:0 6px 18px rgba(11,16,48,.18);
    transition:box-shadow .35s ease;
}

.gallery-item img{
    width:100%;
    height:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
    transition:transform .4s ease;
}

.gallery-item:hover img{
    transform:scale(1.06);
}

/* ---- gallery animations ---- */

/* hero caption drops in on page load */

.gallery-hero__caption h1{
    animation:galleryFadeUp .9s ease both .15s;
}

.gallery-hero__caption p{
    animation:galleryFadeUp .9s ease both .35s;
}

/* tiles stay hidden until scrolled into view (.js-anim is set by the page script,
   so with JS off every tile simply renders as normal) */

.js-anim .gallery-item{
    opacity:0;
}

.js-anim .gallery-item.is-visible{
    animation:galleryReveal .6s cubic-bezier(.2,.7,.3,1) both;
}

/* staggered entry, tile by tile, inside each band */

.js-anim .gallery-item:nth-child(1).is-visible{ animation-delay:.00s; }
.js-anim .gallery-item:nth-child(2).is-visible{ animation-delay:.07s; }
.js-anim .gallery-item:nth-child(3).is-visible{ animation-delay:.14s; }
.js-anim .gallery-item:nth-child(4).is-visible{ animation-delay:.21s; }
.js-anim .gallery-item:nth-child(5).is-visible{ animation-delay:.28s; }
.js-anim .gallery-item:nth-child(6).is-visible{ animation-delay:.35s; }
.js-anim .gallery-item:nth-child(7).is-visible{ animation-delay:.42s; }
.js-anim .gallery-item:nth-child(8).is-visible{ animation-delay:.49s; }
.js-anim .gallery-item:nth-child(9).is-visible{ animation-delay:.56s; }
.js-anim .gallery-item:nth-child(10).is-visible{ animation-delay:.63s; }

.gallery-item:hover{
    box-shadow:0 14px 30px rgba(11,16,48,.32);
}

@keyframes galleryFadeUp{
    from{ opacity:0; transform:translateY(26px); }
    to{ opacity:1; transform:none; }
}

@keyframes galleryReveal{
    from{ opacity:0; transform:translateY(28px) scale(.97); }
    to{ opacity:1; transform:none; }
}

@media(prefers-reduced-motion:reduce){

    .gallery-hero__caption h1,
    .gallery-hero__caption p{ animation:none; }

    .js-anim .gallery-item{ opacity:1; }

    .js-anim .gallery-item.is-visible{ animation:none; }

    .gallery-item,
    .gallery-item img{ transition:none; }

    .gallery-item:hover img{ transform:none; }
}

@media(max-width:1199px){

    .gallery-wrap{ width:84%; }

    .gallery-wrap--wide{ width:92%; }
}

@media(max-width:991px){

    .gallery-band{ padding:35px 0; }

    .gallery-wrap,
    .gallery-wrap--wide,
    .gallery-goldbox{ width:92%; }

    .gallery-grid--5{ grid-template-columns:repeat(3,1fr); }

    .gallery-split{ display:block; }

    .gallery-split__gold{
        max-width:100%;
        border-radius:0;
        padding:24px;
    }

    .gallery-split__solo{ padding:24px; }

    .gallery-split__solo .gallery-item{
        width:60%;
        margin:0 auto;
        position:static;
    }

    /* stacked layout has no gold block to match, so the tile gets a ratio back */

    .gallery-split__solo .gallery-item img{
        position:static;
        aspect-ratio:4 / 3;
        height:auto;
    }

    .gallery-hero__caption h1{ font-size:28px; }
}

@media(max-width:767px){

    .gallery-band{ padding:28px 0; }

    .gallery-grid{ gap:12px; }

    .gallery-grid--3,
    .gallery-grid--5{ grid-template-columns:repeat(2,1fr); }

    .gallery-goldbox{ padding:14px; }

    .gallery-split__solo .gallery-item{ width:100%; }

    .gallery-hero__caption{
        position:static;
        transform:none;
        padding:20px 15px;
        max-width:100%;
    }

    .gallery-hero__caption h1{ font-size:22px; }
}

/* =========================================================
   CAMPUS EVENTS GALLERY (gallery/index.html)  --  END
   ========================================================= */
