

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
  width: 100%;
  height: 100%;
}

body {
 font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;

}


.agree-condition {
    font-size: 11px;
    line-height: 18px;
    display: inline;
    float: right;
    width: 90%;
}
.carousel-indicators{bottom: 40px;}
.desktop_unique {
  display: block !important;
}

.mobile_unique {
  display: none !important;
}


/*MODAL POPUP CSS START HERE*/

.lp_modal .modal-header {
  padding: 0rem 1rem;
  border-bottom: unset;
}

.lp_modal .modal-header .close {
  font-size: 2rem;
}

#subscribe_form .form-control {
  padding: 0.5rem 7rem 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: unset;
}

.sub_submit {
  text-transform: capitalize !important;
  background: #01315C;
  color: #fff;
  font-size: 0.8em;
  padding: 0.55rem 1rem;
  border-radius: unset !important;
}

.lp_modal .modal-content {
  background: #A9232A;
  border: 2px solid #d1d1d1;
}

.lp_modal .modal-body {
  padding: 2rem 1.5rem;
}


/*MODAL POPUP CSS END HERE*/

a {
  color: #333;
  transition: all .35s;
}

a:hover,
a:focus {
  color: #fcbd20;
}

.carousel-item {
/*  height: 600px;
  min-height: 300px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 90vh;
      margin-top: 20px;
}

.carousel-caption {
  text-align: left;
  top: 40%;
}

.carousel-caption h3 {
  color: #a8222c;
  font-size: 38px;
}

.carousel-caption h4 {
  color: #01315c;
  font-weight: bold;
  font-size: 38px;
}


/*FORM CSS START*/


.bg_blue {
    /* background-color: rgb(74 74 74 / 68%); */
    background-color: rgb(255 255 255);
    /* margin-top: 100px; */
    margin-top: 0px;
    border-radius: 0;
    border: 1px solid #cfcfcf;

}
.banner_form {
  position: absolute;
      right: 55px;
       top: 10%;
}
/* .form-control
{
        font-size: 13px !important;
            height: 30px !important;
}*/
.banner_head {
    text-align: center;
    /* color: white; */
        padding: 25px 0px 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 700;
    color: #333;
}

.form-control {
  font-size: 0.84rem;
  line-height: 1.5;
  background-clip: padding-box;
      border: 1px solid #8b8a8a;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control option {
  color: #000;
}

.submit-btn {
background: #d2252c;
    padding: 7px 33px !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 0.85rem !important;
    margin-top: 15px;
    border: 1px solid;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    border: none;

}

.submit-btn:hover {
  background: #073342;
 
}

.form-control:focus {
  color: #fff;

  border-color: #f0f1f3;
  outline: 0;
}

.btn-black {
    background: #363636;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #363636;
    padding: 6px 25px;
}




/*FORM CSS START END*/


/*MOBILE FORM CSS*/

.btn-blue {
    background:#d70808;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.bg_blue_mobile {
  background-color:#513d68;
}

/*.modal(    z-index: 9999999;)*/


/*MOBILE FORM CSS END*/

.banner_form .form-group {
  margin-bottom: 10px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
      padding: 0px;
  /*  letter-spacing: 1px;
*/
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-weight: 200;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-light .navbar-nav .nav-link {
display: inline-block;
    padding: 20px 0px;
    margin: 0px 15px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-transform: uppercase;
    color: #282727;
}

.nav-link:hover {
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
     background-color: #d2232a;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
     color: #d2232a;
}

.navbar-brand {
    width: 18%;
}

.navbar-brand img {
  width:100%;
}

.section-p {
  padding: 2.6em 0em 4em;
}

.section-about {
  background: #d8d8d8;
  /* fallback for old browsers */
}

.hightlights {
  background: linear-gradient(top, #01315c 0%, #a8222c 100%);
}

.hightlights ul li {
  font-size: 24px;
  color: #01315c;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 31px;
}

.hightlights ul li span {
  display: block;
  color: #a8222c;
  font-weight: 400;
}

.hightlights p {
  padding-bottom: 35px;
  font-size: 1.1rem;
}

.hightlights .section-heading {
  margin-bottom: 5px;
}

.subscribe-btn {
  background: #A9232A;
  /* border: 2px solid #A9232A; */
  padding: 4px 14px !important;
  color: #fff !important;
  border-radius: 0.25rem;
  font-size: 0.95rem !important;
  margin-top: 15px;
}

.top30 {
  margin-top:76px;
}

.section-heading {
       font-size: 34px;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 0px;
    font-weight: 400;
}

.section-heading span {
  font-weight: 1000;
}

.about_img {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-nav .owl-next {
  float: right;
  top: calc(50% - 18px);
  position: absolute;
  right: -50px;
}

.owl-carousel .owl-nav .owl-prev {
  float: left;
  top: calc(50% - 18px);
  position: absolute;
  left: -50px;
  font: normal !important;
}

.colab-logos {}

.colab-logos .owl-nav .owl-prev {
  top: calc(40% - 18px) !important;
  font-size: 20px !important;
  color: #000 !important;
  display: block;
     background: #000000 !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

.colab-logos .owl-nav .owl-prev a {
  color: #fff;
}

.colab-logos .owl-nav .owl-next {
  top: calc(40% - 18px) !important;
  font-size: 20px !important;
  color: #000 !important;
  display: block;
      background: #000000 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.colab-logos .owl-nav .owl-next a {
  color: #fff;
}

.colab-logos img {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .15); 

    /* border-radius: 30px; */
/*    border-right: 1px solid #cacaca;*/
}

.student {
  background: rgb(5, 36, 46);
  background: linear-gradient(90deg, rgba(5, 36, 46, 1) 0%, rgba(7, 54, 69, 1) 15%, rgba(16, 108, 138, 1) 100%);
}

.student p {
  color: #fff;
  font-size: 1.1rem;
}

.student h2 {
  color: #fff;
}

.logo-ov {
    display: block;

    min-height: 240px;
}
.logo-ov img{display: block;margin:0 auto; text-align: center;}

.logo-ov  .owl-carousel .owl-item img{width: auto !important;}
.bordr .border { border:1px solid #139931!important;}

.sb {
    float: left;
    margin-bottom: 0.5rem;
    position: relative;
    width: 100%;
}
.sb small {
    background: slategray;
    color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, .15);
    font-size: 1.2rem;
    left: 50%;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transform: translate(-50%, 0);
    transition: opacity 1s ease-out, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
}
/* Section Break 1 */
.section-break-1 {
    background-color: transparent;
    border: 0;
    border-top: 3px double #c8c8c8;
    height: 3px;
    margin: 2rem auto;
    width: 30%;
}
.section-break-1:before {
    background-color: snow;
    color: #c8c8c8;
    content: '\22A1';
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-indent: -2px;
    text-rendering: geometricPrecision;
    transform: translate(-50%, -65%);
    width: 10px;
}
footer {
  margin: 0px;
background: #d8d8d8;
  border-top: 2px solid #b5b5b5;

  font-size: 15px;
}

footer .icon {
  font-size: 20px;
  float: left;
  display: block;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  list-style: none;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
}

footer ul li i {
  margin-right: 10px;
}

footer h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

footer .subscribe-btn {
  background: #A9232A;
  /* border: 2px solid #A9232A; */
  padding: 9px 77px !important;
  color: #fff !important;
  border-radius: 0.25rem;
  font-size: 1.2rem !important;
  margin-top: 15px;
  text-align: center;
}

footer a {
  color: #353535;
}

footer a:hover {
  color: #A9232A;
}

.color_red {
    color: #333333 !important;
    font-size: 15px;
}

.color_red:hover {
  color: #000;
}

.ml-20 {
  margin-left: 35px;
}

.foo-strip {
    background: #303030;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
      color: #d2232a;
}

.high-light {
    min-height: 232px;
    margin-bottom: 30px;
}
.high-light .fa {
    font-size: 46px;
    color:#15892e;
    padding: 12px;
}
.high-light p{}
.tab-content .border{ border:1px solid #6dbb7f!important; }


.sec-programs {}

.sec-programs h3 {
  text-transform: uppercase;
  font-size: 24px;
}

.sec-programs h3 span {
  font-weight: 1000;
}

.sec-programs h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.sec-programs .nav-tabs .nav-link {
  color: #212529;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 15px;
  border-bottom: 1px solid #b5b5b5;
  font-weight: 600;
}

.sec-programs .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.sec-programs .nav-tabs .nav-item.show .nav-link,
.sec-programs .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0px;
    border: 2px solid #d0ffda;
    background: #218838;
    box-shadow: inset 0 0 0 #222, 0px 10px 20px -10px #222;
}


.sec-programs .nav-tabs .nav-item {
  border-bottom: 1px solid transparent;
}

.sec-programs .nav-tabs {
  border-bottom: 0px;
  display: block;
}

.sticky-tabs {
  position: sticky;
  display: block;
  top: 60px;
  width: 100%;
}

.text-orange {
      color: #f47933 !important;
}

.text-red {
  color: #d8363c !important;
}

.text-redlight {
  color: #d1c7c2 !important;
}

.btn-dwn{background-color: #1e5631 !important; font-size: 1rem; border-radius: 0px !important; border:1px solid #ccc !important;}

.top-rect .owl-carousel .owl-item img{width: 90% !important; display: block;text-align:  center;margin: 0 auto;}

.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
  border: 1px solid #fff;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
  padding: 28% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;
}

.gallery-p figure.softeffect h4 img {
  filter: unset;
  opacity: 1;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  min-height: auto;
}

.gallery-p figure.softeffect h4 i {
  font-weight: lighter;
}

.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
  background: #f1f1f1;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  /*min-height: 185px;
  max-height: 190px;*/
}

figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 24px;
  color: #0e214b;
  font-weight: 600;
  border: 1px solid #ddd;
  top: 30px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
 background: #f47933;
    color: #fff;
    border-color: #f47933;

}

.wizard li.active span.round-tab i {
    color: #c2a9de;
}

.wizard .nav-tabs>li.active>a i {
         color: #c2a9de;
}

.wizard .nav-tabs>li.active>a h4 {
      color: #c2a9de;
}

.wizard .nav-tabs>li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs>li a i {
position: absolute;
    top: -25px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-5%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.wizard .table {
  color: #fff;
}

.wizard .nav-tabs>li a h4 {
    position: absolute;
    top: 5px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
        transform: translate(-24%, -50%);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.next-step {
  background-color: #6f1a52;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}
  #feedback-enquiry {
      position: fixed;
      top: 38%;
      right: 0;
      z-index: 9999;
      bottom: auto;
      /* 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: -57px;
    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;
}
 #feedback-tab-enquiry:hover
 {
  text-decoration: none;
 }
  .blink-text{
    background: #000;
    font-weight: bold;
    font-size: 2rem;
    animation: blinkingText 2s infinite;
  }
  @keyframes blinkingText{
    0%    { background: #d2222b;}
    25%   { background: #7a2828;}
    50%   { background: #d2222b;}
    75%   { background: #7a2828;}
    100%  { background: #d2222b;}
  }

.thank-u {
    padding: 60px 0;
    border-top: 60px solid #dcdada;
    border-bottom: 60px solid #dcdada;
        text-align: center;
}
.thank-u h2 {
    font-size: 52px;
    font-weight: 1000;
    color: #424042;
    letter-spacing: 4px;
 
}
.thank-u h4 {
    color: #162E55;
    margin: 6px 0 20px;
    font-size: 22px;
}
.mg-btn {
    margin-bottom: 48px;
}
.thank-u a {
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 4px 12px;
    color: #fff;
}
.btn-redback {
 background-color: #0f6e0c!important;
    border-color: #0f6e0c!important;
}


#cookieModal{}

 #cookieModal .modal-dialog {
   margin-top: 0rem;
   max-width: 100%;
}
#cookieModal .modal-dialog .modal-content {
    border-radius: 0rem;
    position: fixed;
    top: auto;
    bottom: 0px;
}

 #cookieModal .modal-dialog .buttons .btn {
   margin: 0.2rem;
   font-size: 16px;
}
.btn-secondary{background-color: #703232;}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button .fa{
font-size: 1.4em;
  line-height: 50px;
  color: #fff;}

#button::after {
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}




.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    /* background-color: #7a6492;*/
        background-color: #e8781a;
    color: #ffffff;
    z-index: 1;
    border-color: transparent;

}
.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover
{
  color: #fff;
}
.nav-pills .nav-link {
    background-color: transparent;
    border-bottom: 1px solid #c6c6c6;
    /* color: #fff; */
    display: block;
    font-size: 17px;
    font-weight: 600;
    height: 60px;
    padding: 6px 5px 6px 10px;
    position: relative;
    line-height: 47px;
    text-align: left;
    -webkit-transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
    width: 100%;
    /* margin-bottom: 10px; */
    text-transform: uppercase;
    border-radius: 0;

}
.nav-pills .nav-link:hover
{
  color:#333;
}


.red-bg {
    /* background-color: #620004; */
    /* background-color: #dadada; */
    background-color: #f9f9f9;
    background-image: url(../images/students-banner.jpg);
    /* background-image: url(../images/students-banner.jpg); */
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover;
}
.red-bg2 {
      background-color: #6c3e40;
    /* background-color: #dadada; */

    background-image: url(../images/stats-bg.jpg);
    /* background-image: url(../images/students-banner.jpg); */
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover;
}

.sticky-tabs {
    position: sticky;
    display: block;
    top: 130px;
    width: 100%;
}

.programs-new  .tab-content h2
{
font-size: 36px;

}
.programs-new  .tab-content h2 span, .programs-new  .tab-content h4 span
{
    font-weight: 1000;
}

.live {
  overflow: hidden;
      margin: 0px;
    padding: 0;
}
.live > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 0.5em 10px;
  transition: 0.12s;
}
.live > li::before {
  position: absolute;
  content: "•";
      color: #7a6492;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.5;
  line-height: 0.80;
  transition: 0.5s;
}
.live > li:hover {
      color: #534365;
}
.live > li:hover::before {
  transform: scale(1);
  opacity: 1;
  text-shadow: 0 0 4px;
  transition: 0.1s;
}

.rahulas-sec{  
      /* background: #dba921; */
    background-color: #626262;
    position: relative;
    min-height: 200px;
    background-image: url(../images/slide4.png);
    background-size: cover;
        background-attachment: fixed;
        background-position: right;
  /*  background-blend-mode: multiply;*/


}

.rahulas-sec h2 {

 /*   color: #fff;*/



    text-align: left;

}

.listingsec {

    padding: 0px;

    margin: 0px;

}

.listingsec ul {

    padding-left: 0px;

}

.listingsec li {

    list-style: none;

    font-size: 13.1px;

 

    margin-bottom: 18px;

  

}

.circle {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 2px;
    margin-right: 20px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #d2232a;
    background: #d2232a;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;

}

.text-about {

    float: left;

    width: 91%;

    display: block;

    font-size: 18px;
}


.sec-careers
{

}
.sec-careers img

{

    width: 95px !important;
    background: #eeeeee;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 20px;

}
.sec-careers h5
{
  font-size: 16px;
      font-weight: 600;
}
.spe-slides
{
    padding: 20px 5px;
    background: #fff;
    /* border-radius: 15px; */
    /*border: 1px solid #dbd9d9;*/
        border: 2px solid #9e9e9e;
}

.parallax_image {
    background-color: #f1eee9;
    background-image: url(../images/parallex-image.jpg);
    /* font-size: 40px; */
    background-attachment: fixed;
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion .fa-stack {
  font-size: 15px;
   float: right;
}
.accordion-1 .fa-stack {
  font-size: 15px;
   float: right;
}
.parallax_image .card
{background-color: transparent!important; color: #484848;}

.parallax_image .card-header{    background-color: #f2f2f2; cursor: pointer;     margin-bottom: 15px !important;}
.parallax_image .card{border: none;}
.card-title{  
      font-size: 16px;
    font-weight: 500;
}
.parallax_image .fa, .parallax_image .fas{           color: #e8781a;}
.parallax_image p, .parallax_image ul li  {         margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
          color: #000;}

      .font-15
      {
        font-size: 15px;
      }



.institutes .thumbnail
{
    /* box-shadow: 0 2px 7px rgba(0,0,0,.15); */
    transition: all .2s ease-in-out;
   /* background: #f7f7f7;*/
    /* min-height: 435px; */
    margin: 0;
    border-radius: 0;
    padding: 0px;
    position: relative;
    line-height: 1.42857143;
    /* text-align: center; */
    border: 2px solid #d6d6d6;

}
.institutes .thumbnail 
{
  color: #212529;
      -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    /* transition: 0.5s;*/
}

.institutes .thumbnail:hover
{
    text-decoration: none;
    box-shadow: 0 235px 0 0px rgb(210 35 42) inset;
    color: #fff;
}


.m-cam-height
{
        min-height: 100% !important;
    margin-bottom:0px !important;
    height: 100%;
 
}
.m-add-height
{
        min-height: 270px !important;
    margin-bottom: 0px !important;
    height: 100%;

}
.institutes .thumbnail img
{
  width: 75px;
  height: 75px;
      filter: unset;
}
.institutes .thumbnail:hover img
{
filter: brightness(0) invert(1);s
}
.institutes .thumbnail .caption
{
    padding: 10px 15px;
}
.institutes .thumbnail .caption h3
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 1000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.institutes .thumbnail .caption h2
{
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
.institutes .thumbnail small
{
    text-transform: capitalize;
   color: #b01b12;
}
.institutes .thumbnail .caption p
{

/*color:#5e5e5e;*/
    color: #8a8a8a;
}


.institutes .thumbnail:hover .caption p
{
  color: #fff;
}

/* Responsive Styles */

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
  .navbar-light .navbar-nav .nav-link {
      font-size: 16px;
  

  }
}

@media(max-width:991px) {}

@media(max-width:767px) {
.connecting-line{top:108px;}
.banner_form{position: relative !important; margin-top: 10px !important; right: auto !important;}
.mob-bnner-height{height: 70vh;}
.owl-carousel .owl-nav .owl-next{  right: -11px;}
.owl-carousel .owl-nav .owl-prev{  left: -11px;}

.top-rect .owl-carousel .owl-item img{width: 60% !important; display: block;text-align:  center;margin: 0 auto;}
.high-light{min-height: auto !important; margin-bottom: 0px !important;}


  .btn-dwn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
  .top30 { margin-top: 25px;  }

  #button{    width: 44px;height: 44px;bottom: 58px;}
#button .fa { font-size: 1em;    line-height: 43px;}
.cookie-text{font-size: 14px; line-height: 23px;}
.cookie-text br{display: none;}
#cookieModal .modal-dialog .buttons .btn {
    margin: 0.2rem;
    border-radius: 8px;
    font-size: 11px;
    padding: 4px 20px;
}

}

@media(max-width:767px) {
  .desktop_unique {
    display: none !important;
  }
  .mobile_unique {
    display: block !important;
  }
  #mainNav .navbar-brand {
    display: contents;
  }
  .navbar-brand img {
   width: 41%;
  }
  .carousel-item {
    height: auto;
/*    min-height: 200px;*/
  }
  .section-p {
    padding: 2em 0em;
  }
  .hightlights ul li {
    font-size: 16px;
  }
  .section-heading {
    font-size: 20px;
        line-height: 25px;
            margin-bottom: 15px;
  }

  #about h4{font-size: 1.2rem;}
  
  .sec-programs h3{font-size: 20px;}
  .wizard h4{font-size: 16px;}
  .tab-block .tab-mnu li {
    float: none;
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    font-size: 18px;
  }
  .foo-strip {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .carousel-caption {
    text-align: right;
    top: 33%;
  }
  .carousel-caption h3 {
    font-size: 14px;
  }
  .carousel-caption h4 {
    font-size: 11px;
  }
  .stu-intern {
    background-position: right;
  }
  footer h4 {
    margin-top: 20px;
  }
  .sign-content h3 {
    font-size: 40px;
  }
  .wizard .nav-tabs>li a i,
  .wizard .nav-tabs>li a h4 {
  margin-top: 51px;
    font-size: 15px;
  }
  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-logo-header .header-flex {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 5px 0px;
  }
  .navbar-nav {
    border-top: 1px solid #333;
    margin-top: 20px;
  }
  .gallery-p figure.softeffect img {
    max-height: 100%;
    min-height: auto;
  }
  .wizard>div.wizard-inner{margin-bottom: 82px;}
  .wizard .nav-tabs>li {
    width: 20%;
  }
  span.round-tab {
    width: 65px;
    height: 65px;
    line-height: 65px;
        top:78px;
  }
#feedback-enquiry{top:32%;}
#mainNav
{
  padding: 5px;
}
.programs-new .tab-content h2 {
    font-size: 24px;
}
.sticky-tabs
{
      margin-bottom: 30px;
}
.text-about
{
     width: 85%;
}
.rahulas-sec h2
{
      font-size: 24px;
      margin-bottom: 15px;
}
.min-125
{
  min-height: auto;
}
.section-p h2
{
  font-size: 24px;
}
.section-p h3
{
  font-size: 20px;
}
.rahulas-sec
{
  background-position: left;
}
}