@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --purple: #4b1d3a;
  --light: #f1f3fa;
  --dark: #1c1c1c;
  --red: #be1212;
  --grey: #8f8d8d;
  --lgray: #f3f3f3;
  --hfont: Mukta, sans-serif;
  --cfont: Montserrat, sans-serif;
  --headfont: Poppins;
  --gotham: Poppins;
}
body {
  overflow-x: hidden !important;
}
.text-red {
  color: var(--red) !important;
}

.text-purple {
  color: var(--purple);
}

.bg-purple {
  background-color: var(--purple);
}

.border-bottom_01 {
  border-bottom: unset;
}

.title {
  font-family: var(--headfont);
  font-size: 24px;
  font-weight: 400;
}

.subtitle {
  line-height: 1.5em;
  font-family: var(--headfont);
  font-size: 14px;
}

.bg-dark {
  background: var(--dark) !important;
}

.bg-grey {
  background: var(--grey) !important;
}
.bg-lgrey {
  background: var(--lgray) !important;
}

.bg-red {
  background-color: var(--red);
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #212529;
  font-weight: bold;
}

* {
  font-family: "Poppins", sans-serif;
}

.logo-bg {
  padding: 4px;
  border-radius: 5px;
  height: 75px;
}

/*****Museo- 700 FONT FACE****/

#enquirysec {
  padding: 30px 0px 40px;
  background-color: #eee;
  margin-bottom: 50px;
}

.desktop_unique {
  display: block !important;
}

.mobile_unique {
  display: none !important;
}

.welcome-sec {
}

.welcome-sec h1 {
  text-transform: uppercase;
}

.welcome-sec .owl-carousel .owl-item img {
  /* width: auto !important;
  margin: 0 auto !important; */
  text-align: center;
}

.status-sec {
  background-color: #6183bf;
}

.awards-sspu {
}

.box-one {
  min-height: 116px;
}

.box-one p {
}

.box-one h2 {
  color: #fff;
  font-size: 26px;
}

.border-rit {
  border-right: 1px solid #ccc;
}

.topborder {
  border-bottom: 3px solid #c6252e;
  width: 5.5%;
  /* margin: 0px 47%; */
}

.welcome-sec h2 {
  font-size: 18px;
}

.program-sec {
  /*  background-color:#312b2b;*/
  position: relative;
  /* background: #232526;*/
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to right, #414345, #232526);*/
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #414345, #232526);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.program-sec h3 {
  display: inline-block;
  min-width: 174px;
  /* margin-top: 0; */
  /* margin-bottom: 0; */
  padding-bottom: 13px;
  text-align: right;
  /* border-bottom: 3px solid #000;*/
  /*  color: #fff;*/
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.bbacours-sec {
  padding: 0px;
}

.cont-bba {
  width: 65px;
  height: 3px;
  background-color: #a52824;
  position: relative;
  top: 0px;
}

.cont-bbanew {
  width: 65px;
  height: 3px;
  background-color: #000;
  position: relative;
  top: 0px;
}

.bbacours-sec h4 {
  font-size: 18px;
  padding: 1% 0%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--red);
  text-transform: uppercase;
  /* color: #fff;*/
}

.bbacours-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /*  color: #fff;*/
  margin-bottom: 20px;
  text-align: justify;
}

.bbacours-sec .listStyle ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.bbacours-sec .listStyle ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  /* color: #fff;*/
}

.listStyle ul li:before {
  position: absolute;
  content: "\25A0";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 0;
  top: 0px;
  font-size: 16px;
  /* color: #fff;*/
}

.inlineList li {
  float: left;
  margin: 0 20px;
  display: flex !important;
  flex-direction: row;
  /* Below sets up your display method, ex: flex-start|flex-end|space-between|space-around */
  justify-content: flex-start;
  /* Below removes bullets and cleans white-space */
  list-style: none;
  padding: 0;
  /* Bonus: forces no word-wrap */
  white-space: nowrap;

  padding-left: 30px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.inlineList ul li:before {
  color: #ed0000; /* set color to red */
  content: "\25AA"; /* /2022 is the numerical unicode for &bull; */
  font-size: 1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right: 0.25em; /* give the bullet some padding from the text Make sure to use em*/
  position: relative;
  top: 0.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
ul.inlineList li span {
  background-image: radial-gradient(red 0 70%, transparent 70% 100%);
  background-size: 10px 10px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 11px;
}

.txt-cta {
}

.txt-cta a {
}

.txt-cta .fa {
  font-size: 1.4em;
  /* float: left; */
  margin-right: 12px;
  padding: 5px 6px;
  float: right;
  color: #ffffff;
  /* border: 1px solid #ccc; */
}

.txt-cta span {
}

.bbacours-sec .ctaButton {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #695a5a;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  background: #3a3939;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 0px;
  margin-top: 0px;
  vertical-align: middle;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}

.eff-4 {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #000;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  top: 0;
}

.ctaButton a {
  font-size: 12px;
  color: #ffcf41;
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 17px 25px;
}

.ctaButton:hover a {
  color: #ffc20e;
}

.ctaButton:hover .eff-4 {
  left: 0;
}

.listingsec {
  padding: 0px;
  margin: 0px;
}

.listingsec ul {
  padding-left: 0px;
}

.listingsec li {
  list-style: none;
  font-size: 13.1px;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 18px;
}

.text-about {
  float: left;
  width: 91%;
  display: block;
  font-size: 18px;
}

.text-about small {
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.specifications-section {
}

.specifications-section .card-header {
  background-color: transparent;
  cursor: pointer;
}

.specifications-section .card {
  border: none;
}

.specifications-section .card-title {
  color: #084c66 !important;
  font-size: 18px;
}

.specifications-section .fa,
.fas {
  margin-right: 12px;
}

.specifications-section p {
  margin-bottom: 10px;
}

.border-l {
  min-height: 54px;
  width: 6px;
  margin-left: 29px;
  background: #ed213a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #93291e, #ed213a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #93291e, #ed213a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.admissinprocess-section {
  background: #cb2d3e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ef473a, #cb2d3e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #ed8d8d;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}

.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ed8d8d;
  z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}

.timeline hr {
  border-top: 3px solid #ed8d8d;
  margin: 0;
  top: 17px;
  position: relative;
}

.timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline .corner {
  border: 3px solid #ed8d8d;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .top-right {
  left: 50%;
  top: -50%;
}

.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.timeline .top-left {
  left: -50%;
  top: -50%;
}

.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

/*.timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline>li {
  margin-bottom: 0x;
  position: relative;
}
.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}
.timeline>li:after {
  clear: both;
}
.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 1;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #008CBA !important;
}
.timeline-badge.success {
  background-color: #43AC6A !important;
}
.timeline-badge.warning {
  background-color: #E99002 !important;
}
.timeline-badge.danger {
  background-color: #F04124 !important;
}
.timeline-badge.info {
  background-color: #5BC0DE !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
  word-wrap: break-word;
}
.timeline-body>p+p {
  margin-top: 5px;
}*/

.main-wrapper {
  position: relative;
}

.banner_bg {
  background-color: unset;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 650px;
  margin-top: 62px;
}

.banner_bg .carousel-indicators {
  bottom: -21px !important;
}

.banner_bg .carousel-indicators li {
  background-color: #fff;
  width: 12px;
  border-radius: 50%;
  height: 12px;
}

.paddingtop_bannerimg {
  padding-top: 100px;
}

.custom_banner_height {
  height: 75vh;
  width: 100%;
}

.enqurie-form {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-color: #eee;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  padding: 16px;
  position: absolute;
  top: 4px;
  width: 335px;
  right: 70px;
  bottom: auto;
  left: auto;
  margin: 58px auto 0px;
}

.enqurie-form h1 {
  font-size: 20px;
  margin-bottom: 2px;
  color: #000;
}

.enqurie-form p {
  color: #777;
}

.submit-btn {
  background: #ed213a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #93291e, #ed213a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #93291e, #ed213a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.agree-condition {
  margin-left: 4px;
  font-size: 12px;
  line-height: 17px;
  /* display: block; */
  /* float: revert; */
  width: 93%;
  float: right;
}

.utube-sec {
  background-color: #f9f9f9;
}

.utube-links {
  margin: 10px 0px;
  padding: 0px;
}

.links {
}

.links h2 {
  background: #ed213a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #93291e, #ed213a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #93291e, #ed213a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  font-size: 18px;
  margin: 0px;
  padding: 14px 10px;
}

.vdo-link {
  background-color: #eee;
  padding: 0px 0px;
}

.vdo-link a {
  font-size: 24px;
  color: #ac000c;
  word-break: break-word;
}

.vdo-link .fa {
  font-size: 44px;
  display: inline-block;
  float: right;
  margin-left: 16px;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-1-5 {
}

.key-highlights {
  margin: 20px 0px 0px 0px;
  display: block;
  border: 1px solid #ececec;
  padding: 12px;
}

.icon-high {
  text-align: center;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

.icon-high .fa {
  font-size: 45px;
  color: #c0395a;
  opacity: 0.9;
}

.key-highlights p {
  font-family: "Poppins", sans-serif;
  color: #212529;
  font-size: 14px;
}

/****thankyou****/

.thank-u {
  padding: 60px 0;
  border-top: 120px solid #dcdada;
  border-bottom: 120px solid #dcdada;
}

.thank-u h2 {
  font-size: 68px;
  font-weight: bolder;
  color: #162e55;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.thank-u img {
  display: block;
  margin: 0 auto;
}

.thank-u h4 {
  color: #162e55;
  margin: 6px 0 20px;
  font-size: 22px;
}

.thank-u a {
  margin: 40px 0;
  letter-spacing: 2px;
  padding: 4px 12px;
  color: #fff;
}

.mg-btn {
  margin-bottom: 48px;
}

.btn-redback {
  background-color: #2c1f0d !important;
  border-color: #2c1f0d !important;
}

.font-36 {
  font-size: 36px;
}

.blue_color {
  color: #034f6d;
}

.red_color {
  color: #ad2726;
}

.blue_color_old {
  /* color: #162E55; */
  color: #040d0f;
}

.orange_color {
  /* color: #EE7100; */
  color: #d63413;
}

#gallery {
  background: url(../images/gallery_bg.jpg);
}

/* .carousel-item .desktop_img{height: 650px !important;} */

.modal {
  z-index: 999999;
}

/*HEADER CSS START HERE*/

#presenting p {
  font-size: 0.9rem;
}

.header_socila li .dropdown_custom {
  color: #212121 !important;
  display: block !important;
}

.header_socila li .dropdown_custom span:hover {
  color: #f99d1b !important;
}

.header_socila .dropdown-menu {
  left: -88px !important;
}

.header_socila .dropdown-item p {
  font-weight: 700;
  margin-bottom: 0rem;
}

.header_socila .dropdown-item hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.header_socila .dropdown_li {
  margin-right: 15px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #ffff;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .caret {
  color: #222;
}

.banner-head-home1 .bounce {
  margin-top: -100px;
}

/* .bounce {
      position: relative;
      -webkit-animation: bounce 1s infinite;
  }
   */

.bounce {
  position: relative;
  left: 50%;
  bottom: 0;
  margin-top: 65px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 5px;
  }
  25%,
  75% {
    bottom: 15px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}

.megamenu_list ul {
  margin: 0;
  padding: 0px 0px 0px 10px;
  list-style: none;
}

.megamenu_list li {
  line-height: 35px;
  font-size: 0.9rem;
}

.megamenu_list li a {
  color: #212529;
  text-decoration: none;
}

.megamenu_list {
  border-right: 1px solid #ccc;
}

.megamenu_list .tab .active a {
  color: #f99d1b;
}

.megamenu_project_list ul {
  margin: 0;
  padding: 0;
}

.megamenu_project_list ul li a {
  color: #212529;
  font-size: 0.8rem;
}

.megamenu_project_list ul li a:hover {
  text-decoration: none;
}

.padding_top275 {
  padding-top: 275px;
}

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}


.header_area .navbar {
  background: 0 0;
  padding: 6px 0px;
  /* background: #ED213A;*/
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to right, #93291E, #ED213A);*/
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #93291E, #ED213A);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0;
  border-radius: 0;
}

/*  .header_area .navbar .navbar-brand img+img {
    display: none
  }*/

.header_area .navbar .nav .nav-item {
  margin-right: 30px;
}

.header_area .navbar .nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  /*  color: rgb(110 209 255);*/
  color: #d71921;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  background: #fff;
}

.header_socila {
  margin-bottom: 0rem;
}

.dropdown-menu .nav-link {
  padding: 5px 20px !important;
  color: #000 !important;
}

.custom-dropdown-menu {
  min-width: 46em !important;
  left: -270px;
}

.custom-dropdown-menu p {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 10px 30px 0 rgba(255, 255, 255, 0.3);
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #ededed;
  margin-left: 0;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #222;
  padding: 0 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #f99d1b;
  color: #fff;
}

@media (min-width: 992px) {
  .header_area.navbar.nav.nav-item.submenu: hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0;
}

.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222;
  margin-left: 80px;
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: none;
}

.header_area.navbar_fixed .main_menu .navbar .navbar-brand img + img {
  display: inline-block;
  border-radius: 5px;
  padding: 6px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
  color: #222;
}

.top_menu {
  overflow: hidden;
}

.top_menu .top_inner {
  background: rgb(13 104 137 / 80%);
  /* background: #00000057;*/
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
}

.top_menu .fab {
  color: #fff;
}

.top_menu .fab:hover {
  color: #ccc;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-nav {
  background: transparent;
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 13.2px;
  font-weight: 700;
  color: #2b2b2b;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 20px;
}

.top_menu .float-left a {
  line-height: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  transition: all 300ms linear 0s;
}

.top_menu .float-left a:last-child {
  margin-right: 0;
}

.top_menu .float-left a:hover {
  color: #f99d1b;
  text-decoration: none;
}

.top_menu .float-right .pur_btn {
  background: #f99d1b;
  color: #fff;
  line-height: 40px;
  display: block;
  padding: 0 40px;
  font-weight: 500;
  font-size: 12px;
}

.header_socila li {
  display: inline-block;
  margin-right: 20px;
}

.header_socila li a {
  color: #fff;
  line-height: 20px;
  display: inline-block;
  font-size: 0.7rem;
}

.header_socila li:last-child {
  margin-right: 0;
}

.header_socila li:hover a {
  color: #f99d1b;
}

.home_banner_area {
  z-index: 1;
  background: url(../images/bannerinner.html) no-repeat scroll center center;
  background-size: cover;
}

.home_banner_area .banner_inner {
  /* width: 100% */
  height: 100vh;
}

.home_banner_area .banner_inner .col-lg-8 {
  vertical-align: middle;
  align-self: center;
}

.home_banner_area .banner_inner .banner_content {
  text-align: left;
  color: #fff;
}

.home_banner_area .banner_inner .banner_content h2 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: heebo, sans-serif;
  line-height: 47px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home_banner_area .banner_inner .banner_content p {
  color: #fff;
  margin-bottom: 35px;
  max-width: 555px;
}

.home_banner_area .banner_inner .banner_content .banner_map_img {
  text-align: right;
}

.home_banner_area .banner_inner .banner_content .banner_btn {
  margin-right: 0;
}

.home_banner_area .home_right_box {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 210px;
  margin-bottom: 210px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.home_banner_area .home_right_box .home_item {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  line-height: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 300ms linear 0s;
}

.home_banner_area .home_right_box .home_item i {
  font-size: 40px;
}

.home_banner_area .home_right_box .home_item i:before {
  font-size: 40px;
  color: #fff;
  margin-left: 0;
}

.home_banner_area .home_right_box .home_item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home_banner_area .home_right_box .home_item:nth-child(5) {
  border-bottom: 0;
}

.home_banner_area .home_right_box .home_item:last-child {
  border-bottom: 0;
}

.home_banner_area .home_right_box .home_item:hover {
  background: #f99d1b;
}

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
}

.tabs-right > li {
  margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

#gear {
  margin: 0px;
  width: 25px;
  height: 25px;
  border: 1px solid;
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
}

#phn-dropdown {
  position: absolute;
  top: 32px;
  right: -114px;
  width: 250px;
  height: auto;
  display: none;
  background: #fff;
  padding-left: 10px;
  line-height: 20px;
  padding-top: 10px;
  padding-right: 10px;
  border-radius: 15px;
  /*    border: 1px solid #3c3b3b;*/
}

#phn-dropdown:after,
#phn-dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#phn-dropdown:after {
  border-color: rgba(34, 34, 34, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

#phn-dropdown:before {
  border-color: rgba(60, 59, 59, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

#phn-dropdown a,
#phn-dropdown p {
  text-align: left !important;
  z-index: 3 !important;
  /*  display: block !important;*/
  font-size: 12px;
}

#phn-dropdown p {
  color: #bb8f32 !important;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #3c3b3b;
}

#phn-dropdown p:last-child {
  border-bottom: none;
}

#phn-dropdown a {
  color: #222 !important;
  font-weight: normal;
}

.nav-social {
  z-index: 1;
}

/*HEADER CSS END HERE*/

/*NAVBAR CSS START HERE*/

#feedback {
  position: fixed;
  top: 18%;
  right: 0;
  z-index: 999999;
  bottom: 80%;
  /* height: 66px; */
  margin-left: -3px;
  margin-bottom: -3px;
  display: block;
}

#feedback-form {
  float: right;
  width: 500px;
  height: auto;
  padding: 15px;
  background-color: #fff;
  background-clip: "padding-box";
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 999999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
}

#feedback-form p {
  margin-bottom: 0rem;
}

#feedback-form hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#feedback-form .dropdown-item {
  padding: 0.25rem 0rem;
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  height: auto;
  z-index: 9999;
  /* background-color: #00668E;
      border-radius: 50% !important; */
  margin-right: -3px !important;
  margin-right: 0px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 0;
  padding-left: 0;
  /* border: 2px solid #fff; */
  padding: 12px 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* border-radius: 0; */
  /*     -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); */
  letter-spacing: 0px;
  margin-top: 45px;
}

#feedback-whatsapp {
  position: fixed;
  top: 26%;
  right: -2px;
  z-index: 9999;
}

#feedback-tab-whatsapp {
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  /*background-color: #4AC959; */
  /* border-radius: 50% !important; */
  /* border: 2px solid #fff;*/
  /* padding: 8px; */
  letter-spacing: 0px;
  margin-top: 60px;
}

#feedback-enquiry {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 9999;
  bottom: 0;
  /* height: 66px; */
  margin-left: -3px;
  margin-bottom: -3px;
  display: block;
}

#feedback-tab-enquiry {
  float: right;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  height: auto;
  z-index: 9999;
  /* background-color: #D63213; */
  margin-right: -66px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px 5px 0px 0px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  letter-spacing: 0px;
  margin-top: 100px;
}

.blink-text {
  background: #000;
  font-weight: bold;
  font-size: 2rem;
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    background: #ed213a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291e, #ed213a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291e, #ed213a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  25% {
    background: #ed213a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291e, #ed213a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291e, #ed213a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  50% {
    background: #ed213a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291e, #ed213a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291e, #ed213a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  75% {
    background: #ed213a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291e, #ed213a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291e, #ed213a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  100% {
    background: #6183bf;
  }
}

.modal-header .close {
  color: #000 !important;
  padding: 0rem;
  margin: 0rem;
}

.bounce {
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}

.shake {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

/*NAVBAR CSS END HERE*/

/*BANNER FORM CSS START HERE*/

.banner_text h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.4rem;
}

.carousel-inner img {
  width: 100%;
}

.input-group-text {
  font-size: 0.8rem;
  color: #7b7674;
  background-color: #fff;
  /* border: unset; */
  border-radius: 0rem;
}

.arrow_box {
  color: #d63213;
  /* padding-top: 10px; */
}

.border_box {
  border: 1px solid #d63213;
  padding: 10px 12px;
  border-radius: 50%;
}

.banner_form {
  position: absolute;
  right: 90px;
  top: 230px;
  background-color: #262322;
}

.banner_form h2 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.form-control {
  padding: 1.1rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-radius: 0rem;
  /* border-left: unset; */
}

.btn-primary {
  color: #fff;
  background-color: #6183bf;
  border-color: #6183bf;
  width: 100%;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4b375f;
  border-color: 4b375f;
}

.bg_black {
  background: #1b1918;
}

.bg_black h3 {
  color: #fff;
  font-weight: 300;
}

.bg_black small {
  color: #bdb8b8;
}

/*BANNER FORM CSS END HERE*/

/*ABOUT SECTION CSS START HERE*/

.fa-ul {
  font-size: 1rem;
  line-height: 35px;
  margin-left: 2em !important;
}

.fa-li {
  color: #00963f;
}

.img_caption {
  background-color: #262322;
  padding: 10px 120px 10px 20px;
}

.img-title {
  font-size: 0.9rem;
  margin: 0 0 5px;
  color: #fff;
}

.img-desc {
  font-size: 0.8rem;
  color: #9d9997;
}

.about_padding {
  padding-top: 0px;
  /*    padding-bottom: 50px;*/
}

/* .owl-nav {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 120px;
      z-index: 99;
      zoom: 1;
      list-style: none;
      color: #EE7100;
      display: inline-flex;    
  }
  .owl-prev{padding: 21px;}
  .owl-next{padding: 21px;} */

/* owl nav */

.owl-prev span,
.owl-next span {
  color: #fff;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 45%;
  height: 100%;
  color: #ee7100;
}

.owl-prev {
  left: -15px;
}

.owl-next {
  right: -15px;
}

/*ABOUT SECTION CSS END HERE*/

.parallax_image {
  background-image: url(../images/banner-key.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.border-right-bottom {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.border-right-custom {
  border-right: 1px solid #dee2e6;
}

.border-bottom-custom {
  border-bottom: 1px solid #dee2e6;
}

.bg_promising {
  background: #fdf6ed;
}

/* .promising_box{
      width: 275px;
      padding: 20px;  
  } */
.promising_box .cont-bba {
  margin: 0 auto;
}
.promising_box p {
  font-size: 17.4px;
  color: #fff;
}

.bg_one {
  background: #00963f;
}

.bg_two {
  background: #8f438a;
}

.bg_three {
  background: #00729a;
}

.bg_four {
  background: #d12185;
}

.bg_five {
  background: #d42314;
}

.bg_six {
  background: #6c368c;
}

.box {
  margin: 0px;
  border-radius: 10px;
  position: relative;
  /* height: 189px; */
  margin-top: 75px;
}

.bg-blue {
  background-color: #fff;
}

.box .number_box {
  position: absolute;
  top: -24px;
  left: 22%;
  transform: translateX(-50%);
  /* background: #D74994; */
  padding: 10px;
  /* border-radius: 50%; */
  border: 1px solid #050d0f;
  color: #fff;
  font-size: 1.2rem;
}

.box-inner {
  padding: 20px 5px;
  box-shadow: 2.5px 4.33px 30px 0 rgba(0, 0, 0, 0.3);
  min-height: 130px;
}

.box-inner span {
  font-size: 0.8rem;
  line-height: 23px;
  color: #162e55;
  text-align: center;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
}

.border_custom {
  border: 2px solid #050d0f;
}

.img_box {
  /* width: 125px; */
  /* height: 125px; */
  border-radius: 50%;
  /* border: 2px solid #fff; */
  margin: 0 auto;
  line-height: 125px;
  display: block;
}

/*  .img_box_col1{ background: #6ea6d3; }
  .img_box_col2{ background: #169E48; }
  .img_box_col3{ background: #00668E; }
  .img_box_col4{ background: #D75297; }
  .img_box_col5{ background: #F57D36; }
  .img_box_col6{ background: #D73E28; }
  .img_box_col7{ background: #bb2886; }
  .img_box_col8{ background: #d05b4c; }
  .img_box_col9{ background: #9d3f94; }*/

/*ASTRA SECTION CSS START HERE*/

.astra_bg {
  background-image: url(../images/feature.html);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.astra {
  margin-top: -350px;
}

.astra h5 {
  color: #fff;
  font-weight: 700;
}

.astra p {
  color: #fff;
}

.astra span {
  color: #fff;
}

.astra .tab-content {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.tab-pane p {
  color: #000;
  text-align: left;
  font-size: 14px;
}

.tab-info {
  display: inline-block;
  width: 100%;
  padding: 50px;
}

.icon-group {
  display: inline-block;
  width: 100%;
}

.icon-g-wrap {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}

.icon-left {
  float: left;
  width: 55px;
  height: 55px;
  padding: 15px;
  position: relative;
  border: 1px solid #c3bdbd;
  color: #3f85ce;
  font-size: 20px;
}

.icon-book {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
}

.icon-right {
  margin-left: 70px;
}

.icon-right h6 {
  margin-bottom: 0;
  margin-top: 17px;
  font-size: 1rem;
}

.divider-line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #ed6a00;
  margin: 0 0 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ed6a00;
  border-color: #ed6a00 #ea5707 #fff;
}

.nav-tabs {
  border-bottom: transparent;
  padding-top: 40px;
}

.nav-tabs .nav-link {
  /* border: 1px solid transparent; */
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  margin-left: 15px;
  border: 1px solid #fff;
  color: #fff;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.specification h4 {
  font-size: 1.2rem;
  color: #ee7100;
  padding-top: 12px;
}

.specification ul {
  font-size: 1rem;
  line-height: 30px;
  margin-left: 1em !important;
}

#the-setting {
  /* background: url(../images/setting_bg.jpg); */
}

.associates {
}

.mr-bclient {
  margin: 80px 0px 40px;
  font-weight: bolder;
  color: #0d4482;
}

.associates .owl-carousel .owl-item img {
  margin-top: 26px;
  width: auto;
  /*    background-color: #e3e3e3;*/
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.associates .owl-prev {
  position: absolute;
  top: 38%;
  left: -34px;
}

.associates .owl-next {
  position: absolute;
  top: 38%;
  right: -34px;
}

footer {
  /*background-color: #2b2626;*/
  background-color: #f3faff;
}

footer a {
  /*  color: #fff;*/
  font-size: 0.75rem;
}

footer p {
  color: #fff;
  font-size: 14px;
}

.insta_icon {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
  padding: 8px 10px;
  border-radius: 60%;
  border: 1px solid #ff0000;
}

.youtube_icon {
  background: #ff0000;
  color: #fff;
  padding: 10px 13px;
  border-radius: 60%;
  border: 1px solid #ff0000;
}

.facebook_icon {
  background: #4267b2;
  color: #fff;
  padding: 10px 13px;
  border-radius: 60%;
  border: 1px solid #4267b2;
}

.twitter_icon {
  background: #1da1f2;
  color: #fff;
  padding: 10px 13px;
  border-radius: 60%;
  border: 1px solid #1da1f2;
}

.linkedin_icon {
  background: #2867b2;
  color: #fff;
  padding: 10px 13px;
  border-radius: 60%;
  border: 1px solid #2867b2;
}

.youtube_icon:hover {
  background: transparent;
  color: #ff0000;
}

.facebook_icon:hover {
  background: transparent;
  color: #4267b2;
}

.twitter_icon:hover {
  background: transparent;
  color: #1da1f2;
}

.linkedin_icon:hover {
  background: transparent;
  color: #2867b2;
}

.mobile_img {
  float: right;
}

.footer_social .fab {
  font-size: 22px;
}

.footer_social .fab:hover {
  color: #ccc;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.footer_social a {
  margin-right: 12px;
}

.logo-desktop {
  display: block !important;
}

.logo-mobile {
  display: none !important;
}

.enq-form-mobile .modal-content {
}

/*ASTRA SECTION CSS END HERE*/

.mobile_bg {
  background-color: #262322;
}

.close {
  color: #fff !important;
}

.button {
  background-color: #4caf50; /* Green */
  border-radius: 5px 5px 5px 5px;
  color: white;
  padding: 7px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.button2 {
  background-color: #008cba;
} /* Blue */
.button3 {
  background-color: #f44336;
  margin-bottom: 30px;
} /* Red */
.button4 {
  background-color: #e7e7e7;
  color: black;
} /* Gray */
.button5 {
  background-color: #555555;
} /* Black */

#button {
  display: inline-block;
  background-color: #706f6f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999999;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*MOBILE DEVICES*/

@media only screen and (max-width: 600px) {
  .vdoh {
    height: 280px !important;
  }
  .parallax_image {
    background-attachment: unset !important;
    background-position: center center;
  }
  .col-1-5 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .enqurie-form {
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: 16px;
    top: auto;
    margin-bottom: 16px;
  }
  .desktop_unique {
    display: none !important;
  }
  .mobile_unique {
    display: block !important;
  }
  .logo-desktop {
    display: none !important;
  }
  .logo-mobile {
    display: block !important;
  }
  .custom_banner_height {
    height: auto;
    width: auto;
    padding-top: 0px;
  }
  .thank-u h2 {
    font-size: 38px;
    margin-bottom: 16px;
  }
  /* #myVideo {padding-top: 100px;} */
  /* #myVideo {
          height: 80vh;
          margin-top: 100px;
      } */
  #myVideo {
    width: 100vw;
    /* Could also use width: 100%; */
    height: 78vh;
    object-fit: cover;
    position: relative;
    /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: -1;
    margin-top: 40px;
  }
  /* .parallax_image {
        background-attachment: scroll;
      } */
  .promising_box h4 {
    font-size: 1.4rem;
  }
  /*HEADER CSS START HERE*/
  .top_menu .top_inner {
    margin-bottom: 0px;
  }
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 2em 0 0 !important;
  }
  .top_menu .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top_menu {
    display: block !important;
    background: rgb(22, 46, 85);
    padding: 5px 0px;
  }
  .top_menu .top_inner {
    background: rgba(22, 46, 85);
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header_socila .dropdown_li {
    margin-right: 10px;
  }
  .header_socila li {
    display: inline-block;
    margin-right: 10px;
  }
  .top_menu .float-left a {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    transition: all 0.3s linear 0s;
  }
  .header_socila li a {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    font-size: 0.7rem;
  }
  button:focus {
    outline: 1px dotted;
    outline: unset;
  }
  .navbar-nav {
    background: #ed213a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291e, #ed213a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291e, #ed213a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000;
    background: #fff;
  }
  /*HEADER CSS END HERE*/
  .carousel-inner {
    padding-top: 12px;
  }
  .navbar-default {
    background-color: #fff;
  }
  /*.about_padding{padding-top: 50px;}*/
  .bg_black h3 {
    font-size: 1.2rem;
  }
  h1 {
    font-size: 32px;
  }
  .bbacours-sec h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #gallery .nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
  }
  .place-list {
    position: initial;
    max-width: 100%;
    background: #fff;
    padding: 28px 33px 0px 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    color: #212121;
  }
  .icon-left {
    float: unset;
    width: 55px;
    height: 55px;
    padding: 5px;
    position: relative;
    border: 1px solid #c3bdbd;
    color: #3f85ce;
    font-size: 20px;
  }
  .icon-right {
    margin-left: 0px;
  }
  .tab-info {
    padding: 15px;
  }
  .icon-right h6 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 0.8rem;
  }
  .icon-g-wrap {
    float: left;
    width: 100%;
    margin: 25px 0 0;
  }
  /*   .promising_box {
      width: auto;
      padding: 0px;
  } */
  .border-right-bottom {
    border-right: unset;
    border-bottom: unset;
  }
  .border-right-custom {
    border-right: unset;
  }
  .border-bottom-custom {
    border-bottom: unset;
  }
  .setting_box {
    min-height: unset;
  }
  .people_icon_box {
    background: transparent;
    padding: 15px;
    box-shadow: unset;
    height: unset;
    right: 0px;
    top: 0px;
  }
  /*   .img_box {
      width: 100%;
      margin-left: 0%;
  } */
  #feedback {
    top: 25%;
  }
  #feedback-form {
    width: 200px;
  }
  #feedback-whatsapp {
    top: 34% !important;
    right: 0%;
  }
  #feedback-enquiry {
    top: 46% !important;
  }
  .banner_text h4 {
    font-size: 1.2rem;
  }
  #gallery .nav-item {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #myVideo {
    height: 70vh;
  }
}

/* Portrait */

@media screen and (device-width: 411px) and (device-height: 823px) {
  #myVideo {
    height: 75vh;
  }
}

/* (1280x1024) SXGA Display */

@media screen and (max-width: 1280px) {
  /* insert styles here */
  #feedback-enquiry {
    top: 50%;
  }
  #feedback-whatsapp {
    top: 40%;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 1366px) {
  .banner_form {
    top: 250px;
  }
}

/** * Footer * ****/

.address_block {
  display: flex;
  justify-content: space-around;
}

.footer_1 h3 {
  color: #fff;
  font-size: 26px;
  padding-top: 15px;
}

.about_strip {
  background-color: #ad1b1f;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.about_strip_text {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.footer_1 {
  color: #fff;
}

.address_block address {
  /* color: #fff;*/
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.address_block address .fa {
  /*    position: absolute;*/
  color: #d71921;
  top: 4px;
  /*    left: -15px;*/
}

ul.social-icon {
  padding-left: 0;
  display: block;
  text-align: center;
}

ul.social-icon li {
  list-style: none;
  display: inline-block;
}

.address_block .link_group li {
  list-style: none;
  position: relative;
}

.address_block .link_group .fa {
  color: #d71921;
  position: absolute;
  left: 0;
  top: 0;
}

ul.social-icon a {
  font-size: 22px;
  padding-left: 10px;
}

.address_block .link_group a {
  text-decoration: none !important;
  /*  color: #fff;*/
  color: #212529;
  position: relative;
  padding-left: 8px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.address_block .link_group a:hover,
ul.social-icon a:hover {
  color: #d71921;
}

.banner_new {
  margin-top: 100px;
  padding: 30px 0 0;
  background: url("../images/banner.webp") no-repeat;
  /* background: url('../images/banner-bg.png') no-repeat;*/
  background-size: cover;
  /*    min-height: 100vh;*/
  position: relative;
}
.banner_image {
  position: absolute;
  height: 100%;
}
.banner_image .content-img {
  margin-left: 35px;
}
.enquire_form {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 35px;
  width: 320px;
  max-width: 100%;
  box-shadow: 5px 6px 19px -1px rgba(130, 126, 126, 0.75);
  -webkit-box-shadow: 5px 6px 19px -1px rgba(130, 126, 126, 0.75);
  -moz-box-shadow: 5px 6px 19px -1px rgba(130, 126, 126, 0.75);
  float: right;
}

.enquire_form .form-control {
  background-color: #d71921;
  color: #fff;
  padding: 6px 12px;
  height: auto;
  border-radius: 13px;
  min-height: none;
  font-size: 14px;
  line-height: 22px;
}

.enquire_form .form-control::placeholder {
  color: #fff;
}

.enquire_form h3 {
  color: #d71921;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
}

.enquire_form input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  display: inline-block;
  content: none;
}

.enquire_form input[type="checkbox"]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 10px;
  line-height: 13px;
  color: transparent !important;
  background: #fef2e0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #d71921;
  margin-right: 0;
  margin-top: 5px;
}

.enquire_form label {
  /*color: #D71921;*/
  font-size: 9px;
  top: -2px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  padding-left: 5px;
}

.enquire_form .btn_wrap {
  text-align: center;
}

.enquire_form .btn_submit {
  padding: 5px 20px;
  font-size: 19px;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  line-height: 20px;
  color: #fff;
  background-color: #d71921;
  border: solid 1px #d71921;
  border-radius: 15px;
}

.enquire_form input[type="checkbox"]:checked:before {
  color: #d71921 !important;
}

.banner_mobile {
  display: none;
}
.promising_box .cont-bba {
  margin: 0 auto;
}

.banner_new {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 100px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.desktop {
  background-image: url("../banner1.png");
}

.mobile {
  background-image: url("../mobile-banner-img.webp");
}

.enquire_form_wrap {
  max-width: 600px;
  float: right;
  position: relative;
  z-index: 1;
}

.suas-mba {
  /* Add your specific styles for the suas-mba class here */
  color: #ff9900; /* For example, change text color to orange */
}

@media only screen and (max-width: 1030px) {
  .banner_new {
    background-image: url("../images/hero/1.webp");
    height: 250px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
  .mgmobile {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 1031px) {
  .desktop {
    background-image: url("../images/hero/1.webp");
    height: 95vh;
  }

  .banner_new.mobile {
    display: none;
  }
  .hidelg {
    display: none;
  }
  .enquire_form_wrap {
    margin-top: -80px !important;
    margin-right: 80px;
  }
}

.box-style-1 {
  width: 100%;
  padding: 30px 30px 10px;
  background: #fbfaf4;
  box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1),
    0 0 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1),
    0 0 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1),
    0 0 3px 0 rgba(0, 0, 0, 0.35);
  border: 1px solid #fff;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  position: relative;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #e3e3e34a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 25px;
}

.card-body {
  padding: 25px;
  font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--red);
  /* border-radius: 0px !important; */
}

.nav-linktab {
  display: block;
  padding: 0.5rem 1rem;
  background: #e3e3e34a;
  color: #111;
  border-radius: 0px !important;
  font-size: 18px;
}

.nav-pills .nav-link {
  color: #365eac;
  border-radius: 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--red);
  border: 1px solid var(--red);
  font-weight: 500;
  font-size: 14px;
}

.adm_tabs {
  border: 1px solid var(--red) !important;
}

.mgleft {
  margin-left: -15px;
}

.tablistvertical {
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .navfont {
    font-size: 16px !important;
  }
  .mgcareer {
    margin-top: -50px;
  }
  .bbacours-sec {
    padding: 0px !important;
  }
  .mgfooter {
    margin-top: 10px !important;
  }
  .footerimg {
    margin-top: -30px;
  }
  .mgleft {
    margin-left: 0px;
  }
  .hidesmimg {
    display: none;
  }
  .hidesmtab {
    display: none;
  }
  #feedback-tab-enquiry {
    display: none;
  }
  .headingpara {
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px !important;
    text-align: left !important;
  }
  .logo-bg {
    padding: 4px;
    border-radius: 5px;
    height: 55px;
  }

  .logo-bg1 {
    /* background-color: #fff; */
    padding: 4px;
    border-radius: 5px;
    height: 60px !important;
    float: right;
  }
  .hrstyle {
    border: 1px solid var(--red);
    margin-top: -8px;
  }
  .mgtopmobile {
    margin-top: 20px !important;
  }
  .navbarmob {
    overflow: hidden;
    background-color: var(--red);
    color: #fff;
    position: sticky !important;
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    min-height: auto;
    z-index: 10000;
  }
  .navbarmob a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
  }
  .certificationbox {
    background: var(--red);
    width: 100% !important;
    margin: auto;
  }
}

footer {
  /* background-color: #2b2626; */
  background-color: #2b2b2b;
}

ul {
  text-align: left;
  font-size: 14px;
}

@media only screen and (max-width: 2000px) and (min-width: 768px) {
  .navfont {
    font-size: 18px !important;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--red);
    /* border-radius: 0px !important; */
    /* width: 350px; */
  }
  .footerimg {
    margin-top: -80px;
  }
  h1 {
    font-size: 30px;
  }
  .hidelgimg {
    display: none;
  }
  .hidelgtab {
    display: none;
  }
  .navbarmob {
    display: none;
  }
  .header_area .navbar {
    background: 0 0;
    padding: 6px 35px;
    /* background: #ED213A; */
    /* background: linear-gradient(to right, #93291E, #ED213A); */
    border: 0;
    border-radius: 0;
  }
  /*.header_area .navbar {
    padding: 6px 60px;
}*/
}

.headingpara {
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px !important;
  text-align: justify;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--red);
  background: var(--red);
  color: #fff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--red);
  font-size: 14px;
}

.faqheading {
  font-size: 14px;
  font-weight: 500;
}

.placement.uni1 {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  padding: 10px 15px 20px 15px;
  margin: 15px;
  margin-top: -100px;
  z-index: 99999;
  background-color: #fff;
  border-radius: 10px;
}

section.placement {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

img.zoom {
  margin: 0 auto;
  display: block;
  filter: grayscale(0);
  transition: 0.5s ease-in-out;
  width: 82%;
  margin-bottom: 0px;
}

.hrstyle {
  border: 1px solid var(--red);
  margin-top: -8px;
}

.logo-bg1 {
  /* background-color: #fff; */
  padding: 4px;
  border-radius: 5px;
  height: 90px;
}

.foreign-collaboration .owl-carousel .owl-item img {
  margin-top: 26px;
  width: auto;
  /*    background-color: #e3e3e3;*/
}

.gallery {
  margin-bottom: 30px;
}

.certifications {
  color: #fff;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}

.certificationbox {
  background: var(--red);
  width: 70%;
  /*    margin: auto;*/
}

.certificationsmg {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.mainbox {
  background: #f3f3f3;
  padding: 10px;
}

.img-award {
  max-width: 80%;
  height: auto;
}

@media only screen and (max-width: 2000px) and (min-width: 1601px) {
  .enquire_form_wrap {
    margin-top: -20px !important;
    margin-right: 80px;
  }
}

/*.content {
  width: 50%;
  margin: 0 auto;
  margin-top: 5%;
  background-color: #e9e9e9;
  border-left: 8px solid black;
  padding: 20px;
}*/
.content h3 {
  font-weight: bold;
  margin-bottom: 24px;
}
.content p {
  margin-bottom: 12px;
}
#show-more,
#show-less {
  color: grey;
}
#show-more a,
#show-less a {
  cursor: pointer;
  text-decoration: underline;
  color: auto;
}

.scholarsubheading {
  font-size: 12px !important;
  padding: 1% 0%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000 !important;
}

.about_sis {
  padding: 50px 0px;
}

.aboutinfo h2 {
  color: #589b90;
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
}

.aboutinfo h3 {
  color: #bc2326;
  font-size: 32px;
  text-align: left;
  margin-bottom: 15px;
}

.aboutinfo h4 {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}

p {
  font-weight: 500;
}

.admissionpadding {
  padding: 50px 0px;
}

.admopeninfo h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.admopeninfo h3 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}

.admopeninfo h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.btnapply {
  background: #ffad28;
}

.btnapply:hover {
  background: #ffad28;
}

.bgslider {
  background: #fff;
}

.whyibpadding {
  padding: 50px 0px;
  background: #faf5d6;
}

.whyibcontent {
  padding: 30px;
}

.whyibcontent h2 {
  color: #589b90;
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
}

.whyibcontent p {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 15px;
}

.facolor {
  color: #bc2326;
  font-size: 22px !important;
}

.facolornew {
  color: #bc2326;
  font-size: 16px !important;
}

.whysis h1 {
  color: #000000;
}

.whysis p {
  color: #000000;
}

.whysispadding {
  padding: 0px 0px;
}

.whyheading {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
  color: #111 !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #fff9f9;
}

.collaborationpadding {
  padding: 50px 0px;
  background: #fbfaf4;
}

.programs_padding {
  padding: 0px 0px !important;
}

.programsheading {
  color: #bc2326;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.programbox {
  margin-bottom: 20px;
}

.programbox h2 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
  color: #111 !important;
  margin-top: 20px;
}

.modal-body {
  text-align: justify;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px;
}

.lifepd {
  margin-bottom: 35px !important;
}

.lifepd h5 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
  color: #111 !important;
  margin-top: 20px;
}

.bg {
  /* Replace with your image URL */
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.lifeheading {
  color: #bc2326;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.counter {
  background: #af251c;
}

.counter_padding {
  padding: 30px 0px !important;
}

.counterbox h2 {
  font-size: 40px;
  margin-top: 15px;
  font-weight: 700;
  color: #fff !important;
  margin-top: 20px;
}

.counterbox p {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
  color: #fff !important;
  margin-top: 20px;
}

.counterline {
  border-right: 1px solid #dc6161ee;
}

@media only screen and (max-width: 576px) {
  .counterlinebottom {
    border-bottom: 1px solid #dc6161ee;
  }
  .banner_new {
    margin-top: 90px !important;
  }
}

.mgtopdesktop {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .hidefixedbg {
    display: none;
  }
}

@media only screen and (max-width: 2000px) and (min-width: 768px) {
  .hidedesktopfixedbg {
    display: none;
  }
}

.modal-header {
  background: #faf5d6;
}

.bbacours-sec .listStyle ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: justify;
}

.bbacours-sec .listStyle ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  /* color: #fff; */
}

.listStyle ul li:before {
  position: absolute;
  content: "\25A0";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  left: 0;
  top: 0px;
  font-size: 16px;
  /* color: #fff; */
}

.modal-title {
  text-align: left;
}

.owl-carousel .owl-stage {
  display: flex;
}
.facilities-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.facilitiespadding {
  padding: 50px 0px;
}

.facilities-box {
  background: #faf5d6;
  border-radius: 5px;
}

.facilities-box h2 {
  color: #344296;
  font-size: 24px;
  text-align: left;
  padding: 20px 20px 0 20px;
}

.facilities-box p {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 15px;
  padding: 10px 20px 20px 20px;
}

/* .facilities-box{
    display: grid;
} */

.foreign-collaboration .owl-carousel .owl-stage {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.foreign-collaboration .owl-carousel .owl-item {
  flex: 0 0 auto;
}

.owl-carousel:hover .owl-stage {
  animation-play-state: paused;
}

/* .foreign-collaboration .owl-nav,
.foreign-collaboration .owl-dots {
  display: none !important;
} */

.owl-prev,
.owl-next {
  font-size: 0; /* Hides text but keeps element visible for custom icons */
}
.lifepd img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.footer-001 {
  background-image: url("../images/footer/1.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  min-height: 80px;
}
.iframe {
  height: 580px;
  width: 100%;
}
@media (min-width: 576px) {
  .lifepd img {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .iframe {
    height: 500px;
  }
  .footer-001 {
    min-height: 120px;
    overflow: hidden;
  }
  .lifepd img {
    height: 250px;
    width: 100%;
  }
}
.facilate {
  height: 180px;
  width: 100% !important;
  object-fit: contain;
  object-position: top;
}
.course-container .card {
  margin-bottom: 20px;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.c_btn {
  background-color: var(--red);
  border: solid 1px #fff;
  color: #fff;
  /* border-radius: 0; */
  font-size: 14px;
}
.c_btn:hover {
  color: var(--dark);
  background-color: #fff;
  border: 1px solid var(--red);
}
