/*@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&family=Trirong: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');*/
@import url('https://fonts.googleapis.com/css2?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');

 p{
    font-size: 18px;
    line-height: 1.4;
}

.npt-logo {
       display: none !important;
}
header.fixed-header.styl4 .lgo span a {
    padding: 40px 25px;
    background: var(--bs-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.pro-table p {
       line-height: 1.5;
}
ol li, ul li {
      font-size: 16px;
  
}

.pl-2, .px-2 {
      font-size: 16px;
}

.live > li {
     font-size: 16px;
}

@media screen and (max-width: 1024px) {
 .NPAT-logo{
    display:none;
}
}

@media (max-width: 768px) {
  .banner {
    padding: 15px 8px; /* Reduce padding for smaller screens */
    font-size: 1.2em;  /* Reduce font size */
  }

  .red-accent {
    width: 3px; /* Make the red accent thinner */
  }
}

@media screen and (max-width: 600px) {
    .grn-bs-bx {
              margin-top: 100px;
    }
}

@media (max-width: 480px) {
  .banner {
    padding: 10px 5px; /* Further reduce padding for very small screens */
    font-size: 1em;    /* Further reduce font size */
  }

  .red-accent {
    width: 2px; /* Make the red accent very thin */
  }
}

.categories {
  margin-top: 10px;
  font-size: 14px;
}


.categories p {
  color: white;
  border-top: 1px solid white;
  padding-top: 10px;
}
.grn-bs-bx>h1 {
    font-family: 'Lufga';
    font-size: 85px;
    color: #ffffff;
    line-height: 73px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
}

/*.grn-bs-bx>h1 {
    font-family: 'Lufga';
    font-size: 85px;
    color: #0f1010;
    line-height: 73px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
 }*/
 
 
 
.grn-bs-bx>h1 {
    text-transform: capitalize;
}
.grn-bs-bx>h1 span {
      font-weight: 400;
}

header.styl4 nav > ul > li:hover::after {
    background: #cf393b;
}

.button-animation {
    position: relative;
    display: inline-block;
    color: var(--bs-white);
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 35px;
    text-decoration: none;
    background: rgb(206, 53, 55);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-image: initial;
}

.button-animation:hover {
    color: rgb(255, 255, 255);
    background: rgb(114, 115, 119);
}

.button-animation span {
    position: absolute;
    display: block;
    z-index: 1;
}

.button-animation span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.button-animation span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.button-animation span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.button-animation span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}


.content {
    padding: 20px;
    text-align: center;
}

table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

table th {
    background-color: #b71c1c;
    color: #fff;
}

.carousel-item {
height: 80vh;
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-indicators li
{
	    width: 10px;
    height: 10px;
}

a:hover
{
	color:#d2232a;
}

.top-strip {
    width: 100%;
   /* background: #cdcdcd;*/
      /* background: #d2232a;*/
          background: #3c3c3c;
    height: 35px;
    color: #fff;
   /* border-bottom: 1px solid #b8b8b8*/
}

.top-strip ul {
    margin: 0;
    padding: 0
}

.top-strip ul li {
    list-style: none;
    display: inline-block
}

.top-strip ul li a {
      color: #f3f3f3;
    font-size: 14px;
    padding: 0px 15px;
    line-height: 34px;
    /*border-right: 1px solid #af151b;*/
    border-right: 1px solid #0e0b0b;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.top-strip ul li a i {
    margin-right: 5px
}
.top-strip::before {
  /*  background: #d2232a none repeat scroll 0 0;*/
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 55%;
}
/*.top-strip::after {
    border-color: rgba(0, 0, 0, 0) #d2232a #d2232a rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 18px 10px;
    content: "";
    height: 5px;
    position: absolute;
    right: 55%;
    top: 0px;
    width: 0;
}*/
.navbar-brand {
       min-height: 75px;
}


.nav-custom
{
	width: 100%;
	background-color: #fff !important;
}
.nav-custom .navbar-nav .nav-link
{
text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #333;

}

.nav-custom .dropdown-menu {
       margin: 26px 0 0;
        background: #f9f5f5;
    border-radius: 0;
    padding: 0
}

.nav-custom .dropdown-item {
    color: #231f20;
       border-bottom: 1px solid #bdbdbdab;
    padding: 7px
}

.nav-custom .dropdown-item:focus,
.nav-custom .dropdown-item:hover {
  background-color: #d2232a;
    color: #fff;
}

.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-radius: 50px;
    border: 1px solid #cfcfcf;
    

}
.banner_form {
  position: absolute;
      right: 55px;
  top: 0px;
}
/* .form-control
{
        font-size: 13px !important;
            height: 30px !important;
}*/


.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;
}



#logo_div {
    width: 22%;
    margin-left: 30px;
    text-align: right;
    font-weight: 600;
}

#logo_div img {
    width: 85%;
}

.section-p
{
	padding: 7em 0em
    }


.section-p h2 {
    font-size: 34px;
    margin-bottom: 35px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 0px;
    text-transform: uppercase;
}

.section-p h2 span, .section-p h3 span, .section-p h4 span, .section-p h5 span, .section-p h6 span {
    font-weight: 1000;
}
a .home-program-box
{
box-shadow: 0 2px 7px rgb(0 0 0 / 15%);
    width: 100%;
    padding: 15px 15px 0px;
    border: 3px solid #dbdbdb;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: 50px 50px 0px;
transition: all .2s ease-in-out;
    background: #fff !important;
}
a .home-program-box img
{
	    width: 35% !important;
    margin: 0 auto;
    display: block;
}
a .home-program-box h3
{

	    font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	    margin-top: 5px;
    color: #333;
}
a:hover .home-program-box
{
	text-decoration: none;
	background: #fff;
	color: #333;
	box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);


}
a .home-program-box p
{
opacity: 0;
}

a:hover .home-program-box p
{
    opacity: 1;
}

a:hover
{
	text-decoration: none;
}
 a:hover .commerce-bg
{
border: 3px solid #9c6247 !important;
}
a:hover .eco-bg
{
border: 3px solid #71679c !important;
}
a:hover .lib-bg
{
	    border: 3px solid #dfc238 !important;
}
a:hover .ad-bg
{
	    border: 3px solid #F35333 !important;
}
a:hover .sbm-bg
{
	border: 3px solid #4e88a0 !important;
}

.btn-red {
background: #d2232a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #d2232a;
    padding: 6px 10px;
}
.btn-red:hover
{
	  background: #ab0f16;
    border-color: #ab0f16;
    color: #fff;
}
.btn-bordered {
    padding: 7px 11px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    background: 0 0;
    text-shadow: none;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #333;
 
}

 .btn-bordered:hover {
    background: #b01b12;
    text-decoration: none;
    color: #fff;
     border: 1px solid transparent;
}
  
.bodered-box
{
	border:1px solid #bbb;
	padding: 15px;
	height: 100%;
}

.col-half-offset {
    margin-left: 2.0833333335%;
    margin-right: 2.0833333335%;
}
.br-left {
    min-height: 120px;
}

.schools_div {
    border: 2px solid #d7d7d7;
    background: #fff;
    transition: all .2s ease-in-out;
}

.schools_text_div {
    border-top: 1px solid #ececec
}

.schools_text_div p {
    padding: 2px;
    margin-bottom: 0;
    background: #403f41;
    color: #fff;
    font-size: 14px;
    display: block
}

.schools_text_div:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_MPSTME p {
    padding: 2px;
    margin-bottom: 0;
    background: #12bbbe;
    color: #fff;
    font-size: 14px
}

.schools_text_div_MPSTME:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_SPPSPTM p {
    padding: 2px;
    margin-bottom: 0;
    background: #169979;
    color: #fff;
    font-size: 14px
}

.schools_text_div_SPPSPTM:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_ASMSOC p {
    padding: 2px;
    margin-bottom: 0;
    background: #9c6247;
    color: #fff;
    font-size: 14px
}

.schools_text_div_ASMSOC:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_SOS p {
    padding: 2px;
    margin-bottom: 0;
    background: #d4c927;
    color: #fff;
    font-size: 14px
}

.schools_text_div_SOS:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_SAMSOE p {
    padding: 2px;
    margin-bottom: 0;
    background: #71679c;
    color: #fff;
    font-size: 14px
}

.schools_text_div_SAMSOE:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_branding p {
    padding: 2px;
    margin-bottom: 0;
    background: #f35333;
    color: #fff;
    font-size: 14px
}

.schools_text_div_branding:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_SOD p {
    padding: 2px;
    margin-bottom: 0;
    background: #54b452;
    color: #fff;
    font-size: 14px
}

.schools_text_div_SOD:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_LA p {
    padding: 2px;
    margin-bottom: 0;
    background: #e0c239;
    color: #fff;
    font-size: 14px
}

.schools_text_div_LA:hover p {
    background: #b01116;
    color: #fff
}

.schools_text_div_pharmacy_tech p {
    padding: 2px;
    margin-bottom: 0;
    background: #006f62;
    color: #fff;
    font-size: 14px
}

.schools_text_div_pharmacy_tech:hover p {
    background: #b01116;
    color: #fff
}

.institutes .thumbnail {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
    transition: all .2s ease-in-out;
    background: #fff;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 310px;
    border:1px solid #fff;
}



.institutes .thumbnail .caption {
    padding: 10px 20px
}

.institutes .thumbnail .caption h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px
}

.institutes .thumbnail small {
    text-transform: capitalize;
    color: #b01b12
}

.institutes .thumbnail .caption p {
    font-size: 13px;
    text-align: center;
    color: #939393;
    padding-top: 5px
}

.institutes .thumbnail .btn-bordered2 {
    padding: 7px 11px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    background: 0 0;
    text-shadow: none;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #333;
    font-size: 13px
}

.institutes .thumbnail:hover .btn-bordered2 {
    background: #b01b12;
    text-decoration: none;
    color: #fff;
    border: transparent
}

.institutes .thumbnail .thumb {
    position: relative;
    overflow: hidden
}

.institutes .thumbnail .thumb .courses-price {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 25% 30px;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    color: #fff;
    font-size: 10px
}

.institutes .thumbnail .thumb .courses-price h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffbfbb
}

.institutes .thumbnail:hover .courses-price {
    opacity: 1
}

.institutes .thumbnail:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.parallax-sec
{
    background-image: url(https://npat.nmims.edu/images/stats-bg11.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 5em 2em 5em 4em;
    background-color: #5a5a5a;
        background-blend-mode: soft-light;
    background-position: right;
}

.parallax-sec2
{
	    background-image: url(https://npat.nmims.edu/images/parallax-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 5em 2em 5em 4em;
    background-color: #8b8b8b;
    background-blend-mode: multiply;
}

.single-simple-steps {
padding: 30px;
    margin-bottom: 0px;
    /* border: 1px solid #ddd; */
    transition: all ease .5s;
    height: 100%;
    /* background: #fff; */
    border-right: 1px solid #cdcdcd;
color: #d7d7d7;
}

.single-simple-steps img
{
	width: 70px !important;
	margin-bottom: 30px;
}

.single-simple-steps.icon-bg-style i {
  
    color: #d2232a;;
    position: relative;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-simple-steps.icon-bg-style i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.9);
    box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.9);
    border-radius: 50%;
}
.single-simple-steps.icon-bg-style:hover i:after {
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.9);
}
.single-simple-steps i {
    background-color: #d2232a;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    color: var(--white-color);
    display: inline-block;
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
}
.single-simple-steps h3 {
   font-size: 20px;
    margin-bottom: 10px;
}
.single-simple-steps:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  /*      background: #262626;*/
      background: linear-gradient(to top, #101010, #232020);
    color: #fff;
}
.enquire-btn
{
padding: 15px 50px;
    background-color: #c61017;
    color: #fffbfb;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
      -webkit-animation: glowing 2000ms infinite;
  -moz-animation: glowing 2000ms infinite;
  -o-animation: glowing 2000ms infinite;
  animation: glowing 2000ms infinite;
    border: 1px solid #9d0309;
        display: inline-block;
}



@-webkit-keyframes glowing {
  0% { background-color: #bd0209; -webkit-box-shadow: 0 0 3px #bd0209; }
  50% { background-color: #d2232a; -webkit-box-shadow: 0 0 40px #d2232a; }
  100% { background-color: #bd0209; -webkit-box-shadow: 0 0 3px #bd0209; }
}

@-moz-keyframes glowing {
  0% { background-color: #bd0209; -moz-box-shadow: 0 0 3px #bd0209; }
  50% { background-color: #d2232a; -moz-box-shadow: 0 0 40px #d2232a; }
  100% { background-color: #bd0209; -moz-box-shadow: 0 0 3px #bd0209; }
}

@-o-keyframes glowing {
  0% { background-color: #bd0209; box-shadow: 0 0 3px #bd0209; }
  50% { background-color: #d2232a; box-shadow: 0 0 40px #d2232a; }
  100% { background-color: #bd0209; box-shadow: 0 0 3px #bd0209; }
}

@keyframes glowing {
  0% { background-color: #bd0209; box-shadow: 0 0 3px #bd0209; }
  50% { background-color: #d2232a; box-shadow: 0 0 40px #d2232a; }
  100% { background-color: #bd0209; box-shadow: 0 0 3px #bd0209; }
}
.enquire-btn:hover
{
	color: #fff;
}

.banner_head {
    text-align: center;
    /* color: white; */
    padding: 15px 0px 5px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600;
    color: #333;
}
.herobanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(13 52 103 / 75%);
}
/*.herobanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(114 115 119 / 64%);
}*/

.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: #d2232a;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.5;
  line-height: 0.75;
  transition: 0.5s;
}
.live > li:hover {
      color: #bd0209;
}
.live > li:hover::before {
  transform: scale(1);
  opacity: 1;
  text-shadow: 0 0 4px;
  transition: 0.1s;
}
.parallax_image
{
	background-color: #f1eee9;
   /* background-image: url(../images/parallex-image.jpg);*/
 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*footer {
     background: rgb(40,39,39);
background: linear-gradient(90deg, rgba(40,39,39,1) 0%, rgba(40,40,40,1) 50%, rgba(100,100,100,1) 100%);
    padding-top: 50px;
    color: #9b9a9a;
}*/
footer {
    background-color: #0d0a0b;
    background: linear-gradient(145deg, #55566a 0%, #131318 76%);
    /* background: rgb(40, 39, 39); */
    /* background: linear-gradient(90deg, rgba(40, 39, 39, 1) 0%, rgba(40, 40, 40, 1) 50%, rgba(100, 100, 100, 1) 100%); */
    padding-top: 50px;
    color: #9b9a9a;
}
footer a
{

    color: #9b9a9a;
}

footer h4 {
    font-size: 17px;
    text-transform: uppercase;
   color: #fff;
}

#footer_section .footer_hr {
   
    background: #3a3a3a;
    width: 100%;
    float: left;
    margin-top: 0
}

.ul-class {
    list-style-type: none;
    line-height: 24px;
    padding: 6px;
    font-size: 13px
}

.ul-class li a {
     color: #9b9a9a;
}
.ul-class li a:hover
{
	color: #fff;
}
.footer_under_bg {
      background: #000;
    padding: 10px 0;
    color: #fff;
    font-size: 14px
}

.footer_under_bg a {
    color: #fff
}

.footer_social a i {
    font-size: 1.2em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    border-radius: .8em;
    margin-right: 10px
}
.text-red
{
	color: #d2232a !important;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
 30% {
    opacity: 0;
  }
}
.blink-soft img
{
	   width: 7%;
    margin-right: 20px;

}


.inst-box {
    width: 95%;
    padding: 0px;
    text-align: center;
    float: left;
    margin-bottom: 5%;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.inst-box-in
{
    width: 100%;
    background: #fff;
    float: left;
    border: 1px solid #aaa;
}

.blue
{
    background: #12bbbe;
}
.blue p
{
    background: #12bbbe !important;
    color: #fff !important;

}
.blue p a
{
    background: #10a3a6;
}
.blue p:before
{
     background: #006e61 !important;
}
.green
{
background:#54b452;
}

.green p
{
    color: #fff !important;
    background:#54b452 !important;
}
.green p a
{
    background: #449f42;
}

.green p:before
{
     background: #458643 !important;
}
.dark-green
{
background:#006e61;
}

.dark-green p
{
    color: #fff !important;
    background:#006e61 !important;
}
.dark-green p a
{
background: #04544b;
}
.dark-green p:before
{
     background: #03584e !important;
}

.yellow
{
background:#dfc238 !important;
}
.yellow:hover
{
background:#dfc238 !important;
}

.yellow p
{
    color: #fff !important;
    background:#dfc238 !important;
}
.yellow p a
{
    color:#fff;
    background: #c2a728;
}
.yellow p:before
{
     background: #9d8721 !important;
}

.nev-blue
{
    background-color: #003C71 !important;
}
.nev-blue:hover
{
    background-color: #003C71 !important;
}
.nev-blue p
{
    color: #fff !important;
    background:#003C71 !important;
}
.nev-blue p a
{
    color:#fff;
   background: #032f55;
}
.orange
{
background:#F35333 !important;
}
.orange:hover
{
background:#F35333 !important;
}

.orange p
{
    color: #fff !important;
    background:#F35333 !important;
}
.orange p a
{
    color:#fff;
    background: #DF4020;
}
.orange p:before
{
     background: #F35333 !important;
}
.bg-institutes
{
    background-color: rgba(0,0,0,0.6);
    background-image: url(../images/students-banner.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
       background-color: #efefef;
    background-position: center;
    background-blend-mode: soft-light;
}


/*.bg-institutes
{
      background-color: rgba(0,0,0,0.6);
  background-image: url(../images/parallax-2.jpg) !important;
   background-attachment: fixed; 
   background-size: cover;
}*/
.bg-institutes h2
{
 
  font-weight:400;
}
.bg-institutes h2 span
{
  font-weight: 1000;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.brown
{
    background: #9c6247 !important;
}
.brown:hover
{
    background: #9c6247 !important;
}

.brown p
{
    color: #fff !important;
    background:#9c6247 !important;
}
.brown p a
{
    color:#fff;
    background: #844d33;
}

.purple
{
    background: #71679c !important;

}
.purple:hover
{
    background: #71679c !important;
}

.purple p
{
    color: #fff !important;
   background: #71679c !important;
}
.purple p a
{
    color:#fff;
    background: #574f7b;
}


.yellow-2
{
   background-color: #abad23;
}

.yellow-2 p
{
    color: #fff !important;
   background:#abad23 !important;
}
.yellow-2 p a
{
    color:#fff;
   background: #909121;
}
.dul-blue
{
    background: #4e87a0;
}
.dul-blue p
{
    color: #fff !important;
   background:#4e87a0 !important;
}
.dul-blue p a
{
    color:#fff;
    background: #3f6e82;
}

.red
{
    background: #b01115;
}
.red p
{
    color: #fff !important;
   background:#b01115 !important;
}
.red p a
{
    color:#fff;
   background: #94070b;
}
 
 
 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
       max-height:200px;
    height: 200px;
    background: #1e1d1d;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    /*opacity: 0.8;*/
    opacity: 1;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


figure h2 {
   /* word-spacing: -0.15em;*/
    font-weight: 300;
   font-size: 18px;
font-weight: 300;
letter-spacing: 2px;
line-height: 28px;
padding: 20px;
}

figure h2 span {
    font-weight: 1000;
}

figure h2,
 figure p {
    margin: 0;
    margin-bottom: 30px;
}

figure p {
  
    font-size: 68.5%;
}

/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby figcaption
{
    padding:0px !important;
}
figure.effect-ruby {
    background-color:transparent;
}

figure.effect-ruby img {
            padding: 10px 5px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,22px,0);
    transform: translate3d(0,22px,0);
 /*      width: auto !important;
height: auto !important;*/
min-height: auto !important;
}

figure.effect-ruby h3 {
        
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,22px,0);
    transform: translate3d(0,22px,0);
    margin-bottom:30px;

}


figure.effect-ruby p .school-link
{
    background: none;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: capitalize;
    /* text-transform: uppercase; */
    font-weight: 600;
    letter-spacing: 0;

/*text-transform: uppercase;*/
}
figure.effect-ruby p .school-link:hover
{
    text-decoration:none;
}
figure.effect-ruby p a
{
  display: inline-block;
margin-top: 15px;
color: #fff;
text-decoration: none;
padding: 5px 10px;
text-transform: uppercase;
font-size: 12px;
margin-bottom: 20px;

}
figure.effect-ruby p a:hover
{
    color: #fff;
}

figure.effect-ruby p:before
{
    content: '';
    display: block;
    background: transparent !important;
    width: 100%;
    height: 1px;
    margin:0 auto;
        margin-bottom: 2px;
}

figure.effect-ruby:hover img, figure.effect-ruby:hover h3 {
    -webkit-transform: translate3d(0,3px,0);
      transform: translate3d(0,3px,0);

}



figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,-30px,0) scale(1);
    transform: translate3d(0,-25px,0) scale(1);
}
 



.pt-15p
{
      -webkit-transform: translate3d(0,130px,0) !important;
   transform: translate3d(0,130px,0)  !important;
    transition: opacity 0.35s, transform 0.35s;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  
}
.pt-15p:hover p {
    opacity: 1;
    transform: translate3d(0px,150px,0) !important;
    -webkit-transform: translate3d(0,150px,0) !important;

}

.pt-16p {
     opacity: 1;
    -webkit-transform: translate3d(0,85px,0) !important;
    transform: translate3d(0,85px,0) !important;

}


/*.br-left {
    border-right: 1px solid #c7c7c7;
}
*/
.service-slider-section
{
    background-color: rgba(0,0,0,0.6);
    background-image: url(../images/students-banner.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
       background-color: #efefef;
    background-position: center;
    background-blend-mode: soft-light;

}
 
.service-slider-section .eb-service-item {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
   padding: 0 15px 50px;
    -webkit-transition: all .3s;
    transition: all .3s;

    background-color: #fff;
    height: 100%;
}
.service-slider-section .eb-service-item:hover {
/*    background-color: #c41b1c;*/
    color: #fff;
}
.service-slider-section .eb-service-item:hover .service-icon {
   /* background:rgba(0,0,0,0.2);*/
}

.service-slider-section .eb-service-item .service-icon {
        display: block;
   /* background-color: #cb2301;*/
    width: 100px;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
}
.ul-design-1 {

    padding-left: 0px;
    font-size: 15px;
}
.ul-design-1 li
{
	list-style: none;
}

.button-link {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}
.service-slider-section .eb-service-item .more-btn {
    background-color: #e5e4e0;
    color: #767676;
    font-size: 16px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-clip: padding-box;
    padding: 10px 35px;
}
.service-slider-section .eb-service-item h2{font-size: 19px; text-transform: unset;  margin-bottom: 30px; font-weight: 700; line-height: 28px;}

.mb-30
{
	margin-bottom: 30px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
    padding-right: 0;
    padding-left: 0
}





.c-icon {
      float: left;
    font-size: 16px;
    color: #d2232a;
    display: flex;


}
.c-text {
     display: block;
    margin-left: 28px;
    /* color: #505050; */
    margin-bottom: 15px;
 
}
.contact-block
{
      width: 100%;
    padding: 40px;
    height: 100%;
    background-color: #e5e5e5;

}
.bg-dark {
    background-color: #2e2e2e!important;
}
.bg-red {
    background-color:#d2232a!important
}

.bg-red i
{
    color: #fff !important;
}
.bg-red .live > li::before, .brown .live > li::before, .purple .live > li::before, .yellow .live > li::before, .orange .live > li::before  {
      color: #fff !important;

}
.bg-red .live > li:hover, .brown .live > li, .purple .live > li, .yellow .live > li, .orange .live > li
{
    color: #fff !important;
}
  .nirf ul {
    margin: 0px;
    padding: 0px;
}
.nirf ul li {
    list-style: none !important;
    clear: both;
}
.nirf ul li a {
    font-size: 16px;
    color: #333;
}
.nirf-text {
    width: 80%;
    float: left;
    margin-right: 5%;
    padding: 5px 0px;
    font-weight: 500;
       border-bottom: 1px dashed #ababab;
}
.nirf-img {
    width: 10%;
}
.nirf ul li a span img {
    width: 35px;
}
.nirf ul li a:hover {
    color: #d2232a;
}


.shadow-effect {
padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    height: 100%;
    min-height: 305px;
    background: #fff;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
       font-size: 15px;
    line-height: 1.5;
    margin: 25px 0 15px 0;
    font-weight: 300;
}


#customers-testimonials .item {
    text-align: center;
    padding: 0;
    margin-bottom: 60px;

 
}

/*#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}*/

.owl-carousel .owl-item .img-block {
    width: 94%;
    border-bottom: 1px solid #aaa;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px;
}

.owl-carousel .owl-item .img-block img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto;
    max-width: 169px
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
   background: #d2232a;
    transform: translate3d(0, -50%, 0) scale(.7)
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
   background: #ffffff;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
        border-radius: 50%;
}
.single-testimonial {
   
  
    border-radius: 5px;
    box-shadow: -2px 5.7px 20px 0 rgba(9, 30, 107, .05);
    background-size: auto;
    background-position: 100% -128%;
    background-repeat: no-repeat;
    transition: all .3s linear 0s;
    color: #fff;
}

.single-testimonial .thumb {
    margin-right: 30px;
    /*width:39%;*/
    overflow: hidden;
    float: left;
 /*   min-height: 233px;*/

}
.single-testimonial .thumb2
{
    margin-right: 30px;
    width: 15%;
    overflow: hidden;
    float: left;
    min-height: 233px;

}
.single-testimonial .desc
{
  margin-left: 110px;
/*  background: #fff;*/
  min-height: 233px;
  padding: 15px;
  font-size: 14px;
}
.single-testimonial h4 {
    transition: all .3s linear 0s;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

.single-testimonial .designation {
    font-style: italic;
  /* color: #d2232a;*/
      color: #ddcbcc;
}

.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: 17px;
  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-color: transparent;
     background: #d0242b;
}

.sec-programs .nav-tabs .nav-item {
  border-bottom: 1px solid transparent;
}

.sec-programs .nav-tabs {
  border-bottom: 0px;
  display: block;
      padding-top: 8em;
    padding-bottom: 8em;
}

.font-18
{
    font-size:18px;
}
.admission-hand-out
{
    padding: 9px 10px;
    border-radius: 10px;
}
.inner_banner .carousel-item {

    height: auto;

    min-height: 350px;

}

.campus_block h1 span{

    color: #d2232a;

    font-weight: 700;  

}

.campus_schools h2 span{

    color: #d2232a;

    font-weight: 700;  

}

.campus_block{

    padding-top: 4rem;

    padding-bottom: 2rem;    

}

.inner_block{

    background: #3c3c3c;

    height: 400px;

    color: #fff;

    padding: 70px 30px;

    border: 2px solid #d2232a;

}

.inner_block p{

    font-size: 0.8rem;

}

.inner_block a{

    color: #fff;

}

.inner_block p span{

    font-size: 0.7rem;

}

.address_block{

    padding-bottom: 2rem;

}

.map_block {
    padding: 0px;
    box-shadow: 2.5px 4.33px 30px 0 rgb(0 0 0 / 20%);
    height: 325px;
    right: 35px;
    top: 35px;
       padding-right: 0px !important;
}
.campus_title{

    background: #ccc;

    padding: 30px 0px;

}

.border-right-campus {

    border-right:  1px solid rgb(51 51 51 / 50%);

}



 #apply-now {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 9999;
    bottom: auto;
    /* height: 66px; */
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
  }
 #apply-now-tab  {
    float: right;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    /* background-color: #D63213; */
   margin-right: -56px;
    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;
}

 #apply-now:hover
 {
  text-decoration: none;
 }



 #feedback-enquiry {
      position: fixed;
      top: 50%;
      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: #06506c;
    margin-right: -65px;
    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;
     font-weight: bold;
}
.feedback-tab-apply
{
       margin-right: -56px !important;
}
 #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: #ba0007;}
    25%   { background: #c61017;}
    50%   { background: #c61017;}
    75%   { background: #ba0007;}
    100%  { background: #ba0007;}
  }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 9999;
    visibility: hidden;
}
.date-tile
{
    width:100%;
    border: 1px solid #d5d3d3;
  
}
.date-tile .date
{
display:block;
width:100%;
padding:0px;
text-align:center;
text-transform:uppercase;
background: #231f20;
background: -webkit-linear-gradient(to top, #830005, #ff545b);
background: linear-gradient(to top, #830005, #ff545b);
font-size:16px;
  color:#fff;

    
}
.date-tile .day
{
display:block;
width:100%;
    padding: 20px;
text-align:center;
text-transform:uppercase;
font-size: 28px;
font-weight:1000;
background: #fff;
   
}
.pro-table .nav-tabs {
    display: table;
    margin: 0 auto;

    border-bottom: 1px solid transparent;
}

.pro-table .nav-tabs .nav-item {
    display: inline-block
}
.pro-table .nav-tabs .nav-item.show .nav-link,
.pro-table .nav-tabs .nav-link.active {
    color: #d2232a;
    background-color: transparent;
    border-right: 1px solid #333;
    border-radius: 0;
 border-color: transparent #333 transparent transparent !important;
 font-weight: 1000;
}

.pro-table .nav-tabs .nav-link {
      border-right: 1px solid #333;
    color: #333;
    border-radius: 0;
    font-weight: 700;
        font-size: 20px;

}
.pro-table .tab-content
{
    margin-top: 10px;
    margin-bottom: 30px;
}
.pro-table .nav-tabs .nav-link:hover
{
    border-color: transparent #333 transparent transparent !important;

}
.accordion .fa-stack {
  font-size: 15px;
   float: right;
}
.accordion-1 .fa-stack {
  font-size: 15px;
   float: right;
}
.pro-table .card
{background-color: transparent!important; color: #484848;}

.pro-table .card-header{    
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    border-bottom: 0px;}
.pro-table .card{border: none;}
.card-title{  
    font-size: 16px;
    font-weight: 700;}
.pro-table .fa, .fas{     color: #4d4848;}
.pro-table p {      margin-bottom: 10px;}



.faqs .card
{background-color: transparent!important; color: #484848;}

.faqs .card-header{    
    background-color: #e5eaee;
    cursor: pointer;
    margin-bottom: 20px !important;
  
    border-bottom: 0px;}
.faqs .card{border: none;}
.faqs .card-body
{
    padding-top: 10px;
    padding-bottom: 40px;
}

.faqs .accordion .card-title:before {
    content: '';
    background: #231f20;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 8px;
    height: 8px;
    display: block;
}

.faqs .card-title{  
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
}
.faqs .fa, .fas{     color: #4d4848;}
.faqs p {      margin-bottom: 10px;}

   button.close {
position: absolute;
    float: right;
    right: -5px;
    top: -5px;
    background: #f9f9f9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.btn-blue {
    background-color: #06506c;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    text-transform: uppercase;
    font-weight: bold;

}

.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: #ba0007;*/
    letter-spacing: 4px;
 
}
.thank-u h4 {
   color: #162E55;
    margin: 6px 0 20px;
    font-size: 18px;
    line-height: 26px;
}
.mg-btn {
    margin-bottom: 48px;
}
.thank-u a {
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 4px 12px;
    color: #fff;
}
.btn-redback {
 background-color: #105e16!important;
    border-color: #105e16!important;

}

.accordion-slider {
  width: 100%;
  max-width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0px auto;
/* background-color: #186a9b;*/
background-color: #285772;
}
.accordion-slider ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion-slider ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion-slider ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion-slider ul li div span {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: absolute;
  mix-blend-mode: soft-light;
}
.accordion-slider ul li:hover div span
{
mix-blend-mode: normal;
}
.accordion-slider ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 35px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
  border: 1px solid;
}
.accordion-slider ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion-slider ul li div a h2 {
        text-overflow: ellipsis;
        white-space: normal;
   font-size: 20px;
    margin-bottom: 2px;
    top: 155px;
    opacity: 0.9;
    text-transform: none;
    text-shadow: 3px 3px 5px #020718;
        line-height: 27px;
}
.accordion-slider ul li div a p {
    top: 160px;
    font-size: 13.5px;
     white-space: nowrap;
    opacity: 0.7;
    text-shadow: 3px 3px 5px #020718;
}

.learn-more
{
    top: 160px;
    display: inline-block !important;
    padding: 5px 15px;
    border: 1px solid #c61017;
    color: #fff;
    height: auto !important;
    width: auto !important;
    margin-top: 30px !important;
    background: #ba0007;
    font-size: 14px;
    font-weight: 500; 

}
.learn-more:hover
{
      background: #ba0007;
    color: #fff;
}
.accordion-slider ul:hover li {
  width: 8%;
}
.accordion-slider ul:hover li:hover {
  width: 20%;
}
.accordion-slider ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion-slider ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.steps-wrap
{
width: 100%;
}

.steps-wrap .thumbnail {
    box-shadow: 0 2px 7px rgb(0 0 0 / 15%);
    transition: all .2s ease-in-out;
    background: #fff;
    /* min-height: 435px; */
    margin: 0;
    border-radius: 0;
    padding: 0px;
    position: relative;
    line-height: 1.42857143;
    /* text-align: center; */
    height: 100%;
}

.steps-wrap .thumbnail .caption h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 1000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.steps-wrap .thumbnail .caption {
    padding: 10px 15px;
}
.steps-wrap .thumbnail .caption p {
    font-size: 17px;
    /* color: #5e5e5e; */
    color: #181818;
    font-weight: 600;
    margin-top: 30px;
}

.steps-wrap .thumbnail:hover {
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}


#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;
   background: #276d63 !important;
}
.btn-secondary{background-color: #703232;}

#button {
  display: inline-block;
  background-color: #276d63;
  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;
}






@media(max-width:767px) {
 #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;}
.navbar-brand {
    width: 120px;
    min-height: auto;
}
.col-half-offset
{
	margin-left: 0px;
	margin-right: 0px;
}
.navbar-collapse
{
    border-top: 1px solid #aaa;
}
.dropdown-menu
{
    border:0;
}
.nav-custom .dropdown-menu
{
        margin: 0 0 0;
}
.nav-custom .dropdown-item
{
    border-bottom: 0px;
}
.carousel-item {
    min-height: 150px;
    height: 220px;
    /*background-position:left;*/
}
/*.section-p {
    padding: 2em 0em;
}*/
.section-p {
        padding-top: 7em;
    padding-bottom: 2em;
}
.sec-programs .nav-tabs
{
    padding-top: 3em;
    padding-bottom: 0em;
}
.single-testimonial .thumb
{
    width: 100%;
    margin-right: 0px;
    float: none;
    min-height: auto;
}

.single-testimonial .thumb2
{
    width: 100%;
    margin-right: 0px;
    float: none;
    min-height: auto;
}

.single-testimonial .desc
{
    margin-left: 0px;
    min-height: auto;
}
 #feedback-enquiry
 {
        top: 15%;
 }

 .back-to-top {
  
   bottom: 70px;
    right: 15px;   
visibility: visible;
}
.section-p h2
{
    font-size:28px;
}
.pro-table .nav-tabs .nav-link
{
    font-size: 16px;
}
.inner_banner .carousel-item {
    height: auto;
    min-height: 105px;
}
.date-tile .day
{
    font-size: 20px;
}
.map_block
{


    height: 325px;
    right: 0px;
    top: 0px;
    width: 100%;
}

 .accordion-slider {
    height: auto;
  }
  .accordion-slider ul li, .accordion-slider ul li:hover, .accordion-slider ul:hover li, .accordion-slider ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .accordion-slider ul li div, .accordion-slider ul li span, .accordion-slider ul li:hover div, .accordion-slider ul li:hover span, .accordion-slider ul:hover li div, .accordion-slider ul:hover li span, .accordion-slider ul:hover li:hover div, .accordion-slider ul:hover li:hover span {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
  }

}

@media (max-width: 1600px)
{
    .lgo span a {
    padding: 40px 10px;
}
header.fixed-header.styl4 .lgo span a {
    padding: 40px 10px  !important
   
}
.lgo span a .curve-shape {
    position: absolute;
    top: -8px;
    right: -8px;
}
}

