@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
/*.container-width-fixed*/
/*{*/
/*    max-width:100% !important;*/
/*}*/

 .container-width-fixed .container{
      max-width: 1200px !important;
    }

.text-justify
{
    text-align: justify;
  text-justify: inter-word;
}
a {
  text-decoration: none;
}

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

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

li {
  margin: 0;
}

.fw--bold {
  font-weight: 600 !important;
}

.btn {
  background-color: transparent;
  border: none;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

/* .font-10 {
  font-size: 10px !important;
} */

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}


.font-16 {
  font-size: 16px !important;
}


.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-23 {
  font-size: 23px !important;
}


.font-28 {
  font-size: 28px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-46 {
  font-size: 48px !important;
}

.bg-black {
  background-color: black !important;
}

.bg--primary {
  background-color: #0c1532 !important;
}

.bg--secondary {
  background-color: #005197 !important;
}

.text--primary {
  color: #0c1532 !important;
}

.text--secondary {
  color: #005197 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0 !important;
}

.row {
  margin: 0;
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2 {
  padding: 0;
}

.container-fluid {
  padding: 0 !important;
}

.container {
  margin: 0 !important;
  padding: 0 50px !important;
  max-width: 100% !important;
}

.common-btn {
  background-color: #0c1532;
  border-radius: 50px;
  color: white;
  letter-spacing: 1px;
  padding: 8px 20px;
  transition: 0.4s ease;
  border: none;
}

.common-btn:hover {
  color: white;
}

.carousel-indicators {
  margin-left: 50px;
  display: block;
}

.carousel-indicators [data-bs-target] {
  height: 5px;
  width: 15px;
  background-color: white;
  opacity: 1;
}

.carousel-indicators button.active {
  width: 30px;
  background-color: black;
}

.my--custom {
  margin: 40px 0 !important;
}

.common-heading {
  text-align: center;
  margin-bottom: 18px;
}

.common-heading p {
  text-transform: uppercase;
  color: #005197;
  font-weight:600;
}

.common-heading h2 {
  font-weight: 700;
  margin-top: 5px !important;
  color: #0c1532;
  font-size: 25px !important;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button {
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -42px;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -42px;
}

.owl-carousel .owl-nav span {
  color: white;
  background-color: #005197;
  font-size: 24px;
  padding: 2px 12px;
  border-radius: 50%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  text-align: center;
  top: 35% !important;
  transform: translateY(-35%);
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  height: 0;
}

.owl-carousel .owl-dots {
  display: block !important;
  text-align: center;
}

.owl-carousel .owl-dots button {
  background-color: white !important;
  width: 15px;
  height: 4px;
  margin: 0 4px;
}

.owl-carousel .owl-dots button.active {
  background-color: #005197 !important;
  width: 30px;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}

button {
  background-color: transparent;
  border: none;
}

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

#top-header {
  padding: 12px 0;
}

#top-header ul li a {
  color: white !important;
}

/* Top Header ends */

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

#main-nav {
  z-index: 1000;
}

/* #main-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 6px 42px -7px rgb(0 0 0 / 10%);
  background-color: white;
  animation: slide-down 0.7s;
} */

#main-nav.sticky {
  color: #ffffff;
  position: fixed;
  background: #fff;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  animation: slide-down 0.7s;
  box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

#main-nav .logo img {
  width: 120px;
  height: auto;
}

#main-nav.sticky .logo img {
  height: 68px;
  width: auto;
}

#main-nav .main-menu li {
  margin: 0;
  padding: 0 8px;
  position: relative;
  transition: 0.4s ease;
}

#main-nav .main-menu li a {
  color: #0c1532;
  font-size: 16px;
  font-weight: 600;
  padding: 28px 0;
  position: relative;
  text-transform: capitalize;
}

#main-nav .main-menu li a.active,
#main-nav .main-menu li a:hover {
  color: #005197;
}

#main-nav .main-menu li a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #005197;
  transform: scale(0);
  transition: 0.5s ease;
}

#main-nav .main-menu li a:hover::before {
  transform: scale(1);
  transform-origin: center;
}

#main-nav .main-menu li a.active::before {
  transform: scale(1);
}

#main-nav .main-menu li a i {
  font-size: 10px;
}

.sub-menu {
  position: absolute;
  top: 200%;
  left: 0;
  z-index: 999;
  width: 300px;
  background-color: white;
  text-align: start !important;
  opacity: 0;
  display: none;
  transform: translateY(20px);
  animation: slideup 0.4s;
  animation-fill-mode: forwards;
}

@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.sub-menu li {
  padding: 6px 12px !important;
  border-bottom: 1px solid #f1f1f1 !important;
}

#main-nav .main-menu li .sub-menu li a {
  font-size: 14px;
  padding: 4px 6px;
  display: block;
}

#main-nav .main-menu li .sub-menu li a i {
  font-size: 9px;
}

.sub-menu li:last-child {
  border-bottom: 3px solid #005197 !important;
}

.sub-menu li a::before {
  display: none;
}

#main-nav .main-menu li:hover .sub-menu {
  display: block;
}

#main-nav .common-btn {
  padding: 7px 20px;
  background-color: #005197;
  font-weight: 600;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.sub-menu ul {
  position: absolute;
  top: -6px;
  left: 100%;
  z-index: 999;
  width: 300px;
  background-color: white;
  text-align: start !important;
  opacity: 0;
  display: none;
  transform: translateY(20px);
  animation: slideup 0.4s;
  animation-fill-mode: forwards;
}

.sub-menu li:hover ul {
  display: block;
}

@-webkit-keyframes glowing {
  0% { background-color: #2B78B2; -webkit-box-shadow: 0 0 3px #2B78B2; }
  50% { background-color: #215B9C; -webkit-box-shadow: 0 0 40px #215B9C; }
  100% { background-color: #2B78B2; -webkit-box-shadow: 0 0 3px #2B78B2; }
}

@-moz-keyframes glowing {
  0% { background-color: #2B78B2; -moz-box-shadow: 0 0 3px #2B78B2; }
  50% { background-color: #215B9C; -moz-box-shadow: 0 0 40px #215B9C; }
  100% { background-color: #2B78B2; -moz-box-shadow: 0 0 3px #2B78B2; }
}

@-o-keyframes glowing {
  0% { background-color: #2B78B2; box-shadow: 0 0 3px #2B78B2; }
  50% { background-color: #215B9C; box-shadow: 0 0 40px #215B9C; }
  100% { background-color: #2B78B2; box-shadow: 0 0 3px #2B78B2; }
}

@keyframes glowing {
  0% { background-color: #2B78B2; box-shadow: 0 0 3px #2B78B2; }
  50% { background-color: #215B9C; box-shadow: 0 0 40px #215B9C; }
  100% { background-color: #2B78B2; box-shadow: 0 0 3px #2B78B2; }
}

/* MOBILE NAV */

#main-nav .row {
  position: relative;
}

#main-nav .hamburger-menu {
  height: 16px;
  width: 26px;
  position: relative;
  overflow: hidden;
}

#main-nav .hamburger-menu span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  background-color: black;
  background-image: none !important;
  transition: 0.4s ease;
}

#main-nav .hamburger-menu span:first-child {
  top: 0;
}

#main-nav .hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.8s ease;
}

#main-nav .hamburger-menu span:last-child {
  bottom: 0;
}

#main-nav .hamburger-menu.change-style span:nth-child(2) {
  left: 30%;
}

.mobile-nav {
  position: absolute;
  /* top: 103%; */
  left: 0;
  padding: 0 !important;
  z-index: 1000;
  background-color: white;
  display: none;
  width: 100%;
}

.mobile-nav .mob-main-menu li {
  padding: 8px 20px !important;
  border-bottom: 1px solid #f1f1f1 !important;
}

.mobile-nav .mob-main-menu li:last-child {
  border-bottom: 3px solid #005197 !important;
}

.mobile-nav .mob-main-menu li a {
  color: black !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-nav .mob-main-menu li a i {
  font-size: 10px;
}

.mobile-nav .mob-main-menu .mob-sub-menu {
  position: relative;
  top: 8px;
  display: none;
}

.mobile-nav .mob-main-menu .mob-sub-menu ul {
  position: relative;
  top: 8px;
}

.mobile-nav .mob-main-menu .mob-sub-menu li a {
  text-transform: capitalize;
  font-size: 14px;
}

.modal .modal-body {
  padding: 0;
}

.modal .btn-close {
  position: absolute;
  right: -16px;
  top: -16px;
  padding: 8px;
  opacity: 1;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  font-size: 14px;
}

.modal form {
  padding: 20px;
}

/* Main Navbar ends */

/* ============== Main Slider ============ */

/* #main-slider .carousel-item {
  position: relative;
} */

#main-slider .carousel-item {
    height:580px;
}

#main-slider .carousel-item img{
    height:100%;
    width:100%;
     object-fit: cover;
}

#main-slider .slider-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slider-text-inner {
  position: relative;
}

.black_circle {
  position: absolute;
  left: -10%;
  top: -23%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 1000px;
  width: 880px;
  border-radius: 50%;
  opacity: 0;
  animation: fade_in 1s .5s ease forwards;
}

@keyframes fade_in {
  100% {
    opacity: 1;
  }
}

/* .slider-text-inner::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: -200%;
  top: -35%;
  height: 860px;
  width: 860px;
  border-radius: 50%;
  z-index: -1;
} */

.carousel-control-next,
.carousel-control-prev {
  width: 2%;
  opacity: 0;
  transition: 0.4s ease;
}

#main-slider:hover .carousel-control-next,
#main-slider:hover .carousel-control-prev {
  opacity: 1 !important;
}

/* Main Slider ends */

/* ============== Announcement ============ */

.announcement .bg-black {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* Announcement ends */

/* ============== Courses ============ */

.course-box {
  box-shadow: 0 0 40px rgb(0 0 0 / 7%);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.course-box img {
  width: auto !important;
  display: inherit !important;
}

.course-box::before {
      position: absolute;
    content: "";
    background-color: #005197;
    width: 636px;
    height: 636px;
    left: 58%;
    bottom: 55%;
    transition: all 0.3s cubic-bezier(0.905, 0.395, 0.12, 0.55);
    z-index: -1;
    border-radius: 100%;
}

.course-box:hover::before {
  left: -19%;
    bottom: -64%;
    z-index: 1;
}

.overlay-box {
  position: absolute;
  top: 100%;
  bottom: 0;
  padding: 0 20px;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.course-box:hover .overlay-box {
  top: 0;
  transition-delay: 0.1s;
  opacity: 1;
  visibility: visible;
}

.overlay-box .next {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  align-items: center;
}

.course-box:hover .next {
  bottom: -12px;
  right: -12px;
  transition-delay: 0.2s;
}

.course_carousel .owl-nav, .course_carousel .owl-nav.disabled {
    text-align: center;
    top: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
       margin-top: -23px !important;
    width: 16%;
}

.course_carousel .owl-dots button {
    background-color: #005197 !important;
    opacity: .3;
}

.course_carousel .owl-dots button.active {
    opacity: 1;
}

.course_carousel .owl-nav span {
    color: white;
    background-color: #005197;
    font-size: 23px;
    padding: 1px 13px 5px 13px;
    border-radius: 50%;
}

#video_carousel .carousel-indicators {
    background: linear-gradient(to top, black, transparent);
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px 0 10px 25px;
}

#video_carousel .carousel-indicators button.active {
    background-color: #005197;
    opacity: 1;
}

/* Courses ends */



/* ============== About Us Starts ============ */

.about_box {
  box-shadow: 0 8px 20px rgb(0 81 151 / 10%);
  padding: 16px;
}

.about_box img {
  height: 50px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.about_box .about_heading {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.home_highlights ul li {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.home_highlights ul {
    border-top: 5px solid #005197;
    margin-top: 20px !important;
    margin-right: 20px !important;
    background: rgba(0, 81, 151, .03);
    padding: 10px !important;
    border-radius: 5px;
}

/*.home_highlights ul li .num {*/
/*    color: transparent;*/
/*    font-weight: 900;*/
/*    text-shadow: 0 0 2px rgb(0 81 151 / 10%);*/
/*    font-size: 24px;*/
/*    margin-right: 5px;*/
/*    line-height: 36px;*/
/*}*/

.home_highlights ul li .num {
    margin-right: 22px;
}

.home_highlights ul li .num::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #005197;
    opacity: .8;
}
.home_highlights ul li .num::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #005197;
    opacity: .3;
}

.home_highlights ul li b {
        margin-bottom: 1px;
    font-weight: 500;
}

.home_highlights h3 {
        color: #005197;
    font-size: 18px;
    font-weight: 600;
}

/* About Us ends */



/* ============== Why Us ============ */

.whyUs-section {
  margin-top: 0 !important;
  background-image: url("../images/whyUs/whyUs-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.whyUs-section .img-box {
  overflow: hidden;
  position: relative;
}

.whyUs-section .img-box img {
  position: absolute;
  bottom: -40px;
  box-shadow: 0 40px 20px rgb(0 0 0 / 7%);
  object-fit: cover;
  object-position: left;
}

.whyUs-section .col-6:nth-child(2) {
  margin-top: 40px;
}

.whyUs-section .whyUs-content img {
  width: 46px;
  height: auto;
}

/* Why us ends */

/* ============== Corporate Trainers ============ */

#trainers-owl .item,
.trainer {
  position: relative;
}

.trainer {
  padding: 0 15px;
  margin-bottom: 28px;
}

#trainers-owl .img-box,
.trainer .img-box {
  position: relative;
}

#trainers-owl .img-box .overlay,
.trainer .img-box .overlay {
  opacity: 0;
  transition: 0.4s ease;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#trainers-owl img,
.trainer img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#trainers-owl .text-box,
.trainer .text-box {
  box-shadow: 0 10px 10px rgb(0 0 0 / 7%);
  height: 95px;
}

#trainers-owl .links,
.trainer .links {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s ease;
}

#trainers-owl .links a,
.trainer .links a {
  color: white !important;
}

#trainers-owl .item:hover .links,
#trainers-owl .item:hover .img-box .overlay,
.trainer:hover .links,
.trainer:hover .img-box .overlay {
  opacity: 1;
}

#trainers-owl .owl-dots.disabled {
  display: none !important;
}
.trainer1
{
    padding:5px;
}

/* Corporate Trainers ends */

/* ============== Student says ============ */

.student-section {
  background-image: url(../images/Students/students-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
}

.student-section .container {
  position: relative;
}

#students-owl .item p {
  border-radius: 10px;
  position: relative;
}

#students-owl .item p::before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid white;
  left: 30px;
  bottom: -12px;
}

#students-owl .review_box {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
  border: 4px solid white;
}

#students-owl .item img {
  min-height: inherit;
  width: auto;
}

#students-owl .item .description_box {
    min-height: 200px;
}

/* Students says ends */

/* ============== Expert Reviews ============ */

#experts-owl img {
  height: 120px;
  width: 120px;
  margin-bottom: -60px;
}

#experts-owl .review-box {
  border-radius: 10px;
}

.review-box-in {
  border: 2px dashed #005197;
  padding: 70px 20px 20px 20px;
  border-radius: 10px;
      min-height: 300px;
}

.name_des {
  position: sticky;
  top: 100%;
}

#experts-owl .owl-nav span {
  background-color: #000000;
}

#experts-owl .owl-dots button.active {
  background-color: #000000 !important;
}

/* Expert Reviews ends */

/* ============== Enquire Now ============ */

.enquireNow {
  display: block !important;
}

#enquireNow-btn {
  position: fixed;
  right: -51px;
  background-color: #005197;
  bottom: 300px;
  transform: rotateZ(90deg);
  z-index: 1048;
}

.enquiry-content {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
}

.enquiry-content.display-enquire {
  right: 0;
}

.enquiry-form {
  position: fixed;
  right: inherit;
  top: inherit;
  z-index: 1060;
  background-color: white;
  width: 500px;
  height: 100vh;
  transition: 0.5s ease;
  overflow: auto;
}

.enquiry-form form {

  padding-bottom: 20px !important;
}

.enquiry-form form input:focus,
.enquiry-form form textarea:focus,
.enquiry-form form select:focus {
  box-shadow: none;
  border-color: #0c1532;
}

.enquiry-content #close-enquire {
  position: relative;
  height: 24px;
  width: 24px;
  top: -25px;
}

.enquiry-content #close-enquire span {
  position: absolute;
  background-color: #0c1532;
  height: 100%;
  width: 1px;
}

.enquiry-content #close-enquire span:first-child {
  transform: rotateZ(45deg);
}

.enquiry-content #close-enquire span:last-child {
  transform: rotateZ(-45deg);
}

/* Enquire Now ends */

/* ============== Footer ============ */

#footer .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.footer-contact {
  position: relative;
  z-index: 100;
  margin-bottom: -80px !important;
  top: 0;
  left: 0;
  padding: 0 50px;
  width: 100%;
}

.footer-contact .row {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
}

.footer-contact h6 {
  line-height: 26px;
}

.contact-box {
  position: relative;
  height: 100%;
  border-left: 1px solid #e2e2e2;
}

.contact-box::before,
.contact-box::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}

.contact-box::before {
  left: 3px;
}

.contact-box::after {
  left: -5px;
}

#main-footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  position: relative;
  padding: 120px 0 40px 0;
  z-index: 90;
}

#main-footer .main-footer-inner {
  position: relative;
}

#main-footer .main-footer-inner h6 {
  position: relative;
}

#main-footer .main-footer-inner h6::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #005197;
  left: 0;
  bottom: -10px;
}

#main-footer .main-footer-inner ul li {
  padding: 3px 0;
}

#main-footer .main-footer-inner ul li a {
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s ease;
}

#main-footer .main-footer-inner ul li a:hover {
  color: #005197 !important;
}

#main-footer .footer-links ul li a:hover {
  color: white !important;
}

#main-footer .footer-links ul li a i {
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom {
  position: relative;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  background-color: #383838;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
}

/* Footer ends */

/* ##############################   PAGES   ########################## */

.page-common-heading {
  height: 350px;
  width: 100%;
  object-fit: cover;
  background-position: center;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.navigation {
  position: relative;
  left: 0;
  height: 100%;
  width: 100%;
}

.page-common-heading .top-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.page-common-heading nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.page-common-heading ol {
  width: 500px;
  background-color: rgba(0, 81, 151, 0.6);
  padding: 8px 0;
}

.page-common-heading ol li,
.page-common-heading ol li a {
  color: white !important;
  padding-right: 8px;
  margin-right: 8px;
}

.breadcrumb-item::before {
  content: "" !important;
}

.breadcrumb-item.move {
  position: relative;
}

.breadcrumb-item.move::before,
.breadcrumb-item.move::after {
  content: "" !important;
  position: absolute;
  background-color: white;
  height: 1px;
  width: 8px;
  left: 100%;
}

.breadcrumb-item.move::before {
  transform: rotateZ(45deg) translateY(-36%);
  top: 36%;
}

.breadcrumb-item.move::after {
  transform: rotateZ(-45deg) translateY(-36%);
  bottom: 36%;
}

.page-common-heading ol li.active {
  font-weight: 600;
}

/* *************** BCA Page *************** */

#bca-page {
  background-image: url(../images/Page-bg/bca.jpg);
}

.about-bca .img-block {
  position: relative;
}

.about-bca .img-block img:first-child {
  height: auto;
  width: 70%;
  border: 10px solid white;
}

.about-bca .img-block img:last-child {
  position: absolute;
  width: 40%;
  height: auto;
  left: 50%;
  top: 35%;
  border: 10px solid white;
}

.career-prospects {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.career-prospects .row {
  border: 1px solid white;
}

.academic .arrow {
  position: relative;
  transform: translateX(-50%);
  background-color: #005197;
  width: 1px;
  height: 46px;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.academic .arrow::before,
.academic .arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #005197;
  bottom: 0;
}

.academic .arrow::before {
  left: -4px;
  transform: rotateZ(-45deg);
}

.academic .arrow::after {
  left: 4px;
  transform: rotateZ(45deg);
}

.academic .d-flex .arrow {
  width: 100% !important;
  height: 1px;
  margin-left: 0;
  transform: none;
}

.academic .d-flex .arrow::before,
.academic .d-flex .arrow::after {
  left: 94%;
}

.academic .d-flex .arrow::before {
  transform: rotateZ(45deg);
  top: -1px;
}

.academic .d-flex .arrow::after {
  transform: rotateZ(-45deg);
  bottom: -1px;
}

.academic ul li {
  position: relative;
  margin-left: 24px;
}

.academic ul li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 7px;
  height: 10px;
  width: 10px;
  background-color: #005197;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.academic .title {
  position: relative;
  height: 270px;
}

.academic .title h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 2px;
  transform: translate(-50%, -50%);
  line-height: 34px;
}

.academic .title img {
  height: inherit;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.academic .overlay {
  background-color: #005197;
}

.jobs .title {
  height: 340px;
}

.jobs h5 {
  position: relative;
}

.jobs h5::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #005197;
  left: 0;
  bottom: -10px;
}

.syllabus {
  padding: 40px 0px;
  font-weight: 600;
}

.syllabus__img {
  object-fit: cover;
  width: auto;
  overflow: hidden;
  border: 9px solid #0c1532;
}

.syllabus .table thead tr th,
.syllabus .table tbody tr td {
  padding: 10px 40px;
  font-size:15px !important;
}

.syllabus .table th {
  font-weight: 400;
}

.syllabus_right_table
{
    background-color:#003f75 !important;
}

.tab-pane
{
    font-size:15px !important;
}
.tab-pane thead{
    font-size:16px !important;
}

/* ======================= Bog Page Starts ======================== */

.posted {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #005197;
  color: white;
  padding: 10px 14px;
  font-size: 13px;
}

.separator {
  background-color: #e2e2e2;
  opacity: 1;
  margin: 30px 0;
}


/* Blog Page Ends */

/* ======================= placement Page Starts ======================== */

.placement_box {
  box-shadow: 0 4px 20px rgba(0, 81, 151, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
.name_box
{
    min-height: 40px;;
}

/* placement Page Ends */

/* ======================= Contact Us Page Starts ======================== */

.contact_form {
  box-shadow: 0 10px 30px rgba(0, 81, 151, 0.2);
  padding: 20px;
}

.getInTouch img {
  height: 45px;
  width: auto;
}

.getInTouch a {
  color: black !important;
}

/* Contact Us Page Ends */

/* *************** About us Page *************** */

.about_page .img-block {
  position: relative;
}

.about_page .img-block img:first-child {
  position: absolute;
  top: 0;
  right: 30px;
  height: auto;
  width: 90%;
  border: 10px solid white;
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
}

.about_page .img-block img:last-child {
  position: absolute;
  width: 40%;
  height: auto;
  left: 0%;
  top: 60%;
  border: 10px solid white;
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
}

.why:nth-child(1),
.why:nth-child(3) {
  border-right: 1px solid #ccc;
}

.why:nth-child(1),
.why:nth-child(2) {
  border-bottom: 1px solid #ccc;
}

.mission_block,
.vision_block {
  position: relative;
}

.mission_block::before,
.vision_block::before {
  content: '';
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  background-color: #005197;
  z-index: -1;
}

.mission_block::before {
  right: 0;
}

.vision_block::before {
  left: 0;
}

.mission_block img,
.vision_block img {
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
  border: 14px solid white;
}

/* About us page Ends */

/* *************** Gallery Page *************** */

.img__block {
  display: block;
  padding: 10px;
  box-shadow: 0 10px 30px -8px rgb(0 0 0 / 10%);
  text-align: center;
  margin: 10px !important;
}

.img__block .block_title {
  margin-top: 10px;
  font-weight: 600;
  color: #005197 !important;
}

.gallery_page img {
  padding: 10px;
}

.gallery_page .img__col {
  height: 200px;
  overflow: hidden;
}

/* Gallery page Ends */

/* =============== NEW BCA PAGE STARTS =============== */


.left_tables {
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
    margin-bottom: 26px;
  }

  .left_tables thead {
    background-color: #005197;
    color: white;
  }

  .left_tables th,
  .left_tables td {
    padding: 7px 20px;
  }

  .left_tables thead th:last-child {
    text-align: right;
  }

  .left_tables tbody td:last-child {
    text-align: right;
  }

  .left_tables .about_head {
    background-color: rgba(0, 81, 151, 0.1);
  }

  .syllabus_tab {
    position: sticky;
    top: 76px;
    left: 0;
    background-color: rgba(255, 254, 254, 0.52) !important;
    justify-content: center;
    padding: 8px 0 !important;
    margin-bottom: 20px !important;
  }
  .syllabus_tab .nav-link
  {
    background-color:#ccc;
    margin-left: 10px;
    margin-right: 10px;;
  }
  .syllabus_tab .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005197 !important;
  }
  .subject_bg
  {
      
    background-image: url("../images/Page-bg/subject_back.jpg");
  }
  .transparnet_bg
  {
      background-color: rgba(255, 254, 254, 0.92) !important;
  }
 
  .carrer_text
  {
      height: 100%;
      width: 100%;
      vertical-align: middle !important;
      background-color: #005197;
      color: #fff;
      position: relative;
  }
  .carrer_text h4
  {
    top: 40%;
    left: 32%;
    position: absolute;
  }
  

.call_button, .whatsapp_button, .fb_button {
    position: fixed;
    border-radius: 50%;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 30%);
    vertical-align: middle;
    transition: all 300ms ease;
    z-index: 600;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

  
 .call_button {
    bottom: 60px;
    left: 15px;
    background: #1fa0c8;
}
.whatsapp_button {
    bottom: 15px;
    left: 15px;
    background: #2ba63b;
}

.homeimageBox img{
    object-fit:cover;
}

