body {
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    color: #222 !important;
    font-family: 'roboto-regular', sans-serif !important;
}

ul{list-style: none;}  
.mb50{margin-bottom: 50px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mt40{margin-top: 40px;}
.mb0{margin-bottom: 0 !important}
.font18{font-size: 18px;}
.orange {color: #FF8000;}
.color-white{color: #fff !important}
.relative{position: relative;}
.clear{clear: both;}
.pbold{font-family:'roboto-bold';}
.bgblue{background: #2b4080;}
.bggray{background: #f3f3f3;}
.text-red{color: #e1000e;}
.text-white{color: #fff;}
.pitalic{font-family:'OpenSans-Italic';}
.font18{font-size: 18px;}

.mlDM10{margin-left: 10px;}
.shadow{box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);}
p strong {font-family: 'roboto-bold';}
/*.container-fluid {width: 96%;max-width: 1680px;}*/

a:hover, a:focus{color: #fecc00;transition: .3s ease-out; text-decoration: none;}    
a{text-decoration: none;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

/*font family*/
@font-face {
  font-family:'roboto-regular';
  src: url('../fonts/roboto-regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'roboto-bold';
  src: url('../fonts/roboto-bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}



.spacet50{padding-top: 50px;}
.spaceb50{ padding-bottom: 50px; }
.spacet30{padding-top: 30px;}
.spaceb30{padding-bottom: 30px;}
.spacet70{padding-top: 70px;}
.spacet80{padding-top: 80px;}
.spaceb80{padding-bottom: 80px;}
.spacet120{padding-top: 120px;}
.spaceb120{padding-bottom: 120px;}

.logo{font-size: 24px !important;
    font-family: 'Roboto-Black';
    text-transform: uppercase;
    color: #0c0b39 !important;
    font-weight: bolder;}
.logo span{display: block; /*font-size: 18px;*/}
.logo img{height: 75px;}
.navfa {color: #a21010;font-size: larger;padding-top: 2px;}

header{
    /* background: #fff; */
    box-shadow: none;
    position: relative;
    z-index: 3;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
    /*padding-bottom: 5px;
    padding-top: 5px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    box-sizing: border-box;
}  
header.sticky{ padding-top: 0; padding-bottom: 0px; }
header.sticky .toparea{display: none;}
.menubg{background: #fff;}
.nav-menu-link li { text-transform: uppercase; position: relative;padding: .5rem 1rem !important;}
.nav-menu-link li a {color: #000 !important;position: relative;padding: 0 !important;}
.nav-menu-link li:first-child{padding-left: 0;}
/*.menu-link li a:hover {background: #969593;}
.menu-link li a.active {background: #969593;}*/

/*.menu-link li a.active::after,
.menu-link li a::after{content:'';display:block;width:0px;height:2px;background:#fff;transition: 0.2s; margin-top: 5px;}
.menu-link li a.active::after,
.menu-link li a:hover::after{width:100%;}
.menu-link li a::before {
  bottom: auto;
    top: 0;
}*/
.nav-menu li a {
    text-transform: uppercase;
    color: #000!important;
    border:0px solid transparent;
    font-size: 15px;
}
.nav-menu li > a:before {content: "";width: 0%;height: 2px;background-color: #e1000e;
border-radius: 4px;position: absolute;bottom: 0px;left: 0;transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.nav-menu li a.active:before,
.nav-menu li > a:hover:before  { width: 100%; }
.menubg{padding-left: 0!important; padding-right: 0!important;}
.nav-menu li a:hover, .nav-menu li a.active, ul.nav-menu li a.active {
    color: #fff !important;
    background: #e98a12;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
  display: table;
  width: 100%;
  /*height:80vh;
  background: #000;*/
}

.intro .carousel-item img {
  width: 100%;
 /* height:80vh;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro .carousel-item::before {
  content: '';
  background: linear-gradient(to bottom,transparent 65%,rgba(0, 0, 0, 0.60) 90%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.intro .carousel-content {text-align: center;}

.intro .wehelp{font-size: 30px; text-transform:uppercase;
  -webkit-animation-duration: 1s;
animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;}
.intro h1 {
  text-transform: uppercase;
  font-family:'Roboto-Black';
  font-size: 60px;
   -webkit-animation-duration: 1s;
animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
   
}

.intro p, .intro h1, .intro .wehelp{color: #fff;}

.intro p {
  font-size: 24px;
  line-height: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    width: 60%;
}
/*.ds .with_corner_border:before, 
.ds .with_corner_border:after, 
.ds .with_corner_border .bottom_corners:before, 
.ds .with_corner_border .bottom_corners:after {
    border-color: #ffffff;*/
}
.with_corner_border {position: relative;z-index: 1;}
.with_corner_border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    border-radius: 0 5px 0 0;

}

.with_corner_border .bottom_corners:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 5px;
}
@media (max-width: 768px) {
  .intro h1 {font-size: 20px;}
}



/*@media (min-width: 1024px) {.intro p{width: 60%;}}*/

.intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.intro .carousel-fade .carousel-inner .carousel-item,
.intro .carousel-fade .carousel-inner .active.carousel-item-left,
.intro .carousel-fade .carousel-inner .active.carousel-item-right {opacity: 0;}

.intro .carousel-fade .carousel-inner .active,
.intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {opacity: 1;transition: 0.5s;}

.intro .carousel-fade .carousel-inner .carousel-item-next,
.intro .carousel-fade .carousel-inner .carousel-item-prev,
.intro .carousel-fade .carousel-inner .active.carousel-item-left,
.intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.intro .carousel-control-prev, .intro .carousel-control-next {width: 10%;}

@media (min-width: 1024px) {
  .intro .carousel-control-prev, .intro .carousel-control-next {/*width:auto; */opacity: 100; z-index: 1;}
}

.intro .carousel-control-next-icon, .intro .carousel-control-prev-icon {
    font-size: 30px;
    line-height: 50px;
    background: #0c0b39;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.intro .carousel-control-next-icon:hover, .intro .carousel-control-prev-icon:hover{background: #e38b00;color: #fff;}

.intro .carousel-indicators li {cursor: pointer;}
.headerbottom{background: #e38b00;}
.toparea {background: #371b10;color: #fff;}
.top-social{margin:0;padding: 0;list-style: none;}
.top-social li{list-style: none;display: inline-block;padding-right: 2px;}    
.top-social li a{
    text-decoration: none;
    width: 30px;
    height: 30px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 0;
    background: rgb(255, 255, 255);
    border-radius: 40px;
    transition: all .75s cubic-bezier(.19,1,.22,1);
}

.top-social li a:hover{text-decoration: none;background: #fff;color: #006cb4;
   -webkit-transform: scale(1);
    -ms-transform: scale(1);transform: scale(1);}  
.toplist{padding: 0; margin: 0; list-style: none;}
.toplist li+li{/* margin-left: 20px; */}
.toplist li {display: inline-block;border-right: 1px solid rgba(255, 255, 255, 0.32);}
.toplist li a{display: block;text-decoration: none;color: #fff;padding: 0px 10px;/* background:#e38b00; */}
.toplist li a:hover i{background-color: #fff;color: #0384CE;}
.toplist li a.active,
.toplist li a:hover{text-decoration: none;color: #000;background: #fff}


.marquee{padding: 5px 0 0;}
.marquee{margin: 0 auto;white-space: nowrap;overflow: hidden;box-sizing: border-box;}
.marquee span {display: inline-block;padding-left: 100%;text-indent: 0;animation: marquee 30s linear infinite;}
.marquee span:hover {animation-play-state: running;}
.marquee a{color: #fff;}
.marquee a:hover{color: #fff; text-decoration: underline;}
/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/*message*/
.collection{display: block; overflow: hidden;position: relative; text-align: center;}
.collectionimg{display: block;}
.collectionimg img{width: 100%;height: auto;
 -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.collection:hover .collectionimg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.collection:before, .collection:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: all 600ms ease;
}
.collection:hover:before, .collection:hover:after {
    opacity: 1;
    animation: borderSkewOut 600ms ease forwards;
}
.collection:after {
    background: none;
    height: 100%;
    width: 100%;
    border: 15px solid #e1000e;
    box-shadow: 0 0 0 20px #e1000e;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 600ms ease;
}
@keyframes borderSkewOut{
    33%{ transform: skew(-3deg, -3deg); }
    66%{ transform: skew(3deg, 3deg); }
}

.cdmessage{box-shadow: 0 5px 20px rgba(0,0,0,0.1); background: #fff;margin-bottom: 30px; text-align: center;
    transition: all 0.3s; position: relative;}
.collection{
   position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;}
 .cd-team{
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;

}
.title{
    font-size: 20px;
    margin: 0 0 3px 0;
    opacity: 0;
    color: #fff;
    transform: translateY(100px);
    transition: all 0.6s;
}
.title a:hover,
.title a{color: #fff;}
/*.collection .post{
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    opacity: 0;
    color: #F7E87E;
    transform: translateY(50px);
    display: block;
    transition: all 0.6s;
}*/
.collection:hover .title,
.collection:hover .post,
.collection:hover .icon{
    opacity: 1;
    transform: translate(0);
}
.cdmessage .cd-member-info{color: #e1000e; font-size: 20px; padding: 20px;font-family:'Roboto-Medium';}
.cdmessage .cd-member-info span{display: block;color: #000;font-size: 16px;}
.cdmessage:hover{ -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px)}
.cdmessage:hover .collection{display: block;}     
.cdmessage:hover.cd-member-info{opacity: 1;transform: translate(0);}
.cdmessage a{text-decoration: none !important; color: #e1000e}
.cdmessage:hover .cd-member-info{background:#e98a12;transition: all 0.5s ease;}
/*end message*/

/*button*/
.admission-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 0;
  padding: 5px 15px;
  outline: none;
  color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /*background-color: #0092dd;*/
  /*text-transform: uppercase;*/
}
.admissionbtn{background: #f9800f}
.mediabtn{background: #13a5d5}
.enquirybtn{background: #e91e1b}
.admission-btn:hover{
    color: #ffffff;
    border-color: #fd7114;
    background-color: #fd7114;
    text-decoration: none;
}

.outline-button {
  padding: 16px 40px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.default-button {
  background: #ff5500;
  color: #fff;
}

.default-button:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.outline-button {
  color: #ff5500;
  border: 2px solid transparent;
  padding: 14px 40px;
  background: #fff;
}

.outline-button:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  -webkit-animation: pulseWhite 1s 1 linear forwards;
          animation: pulseWhite 1s 1 linear forwards;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*end button*/


/*animation*/
.block_text {
    position: relative;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: rgb(255, 78, 49);
    padding: 15px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.light_text {
  background-color: #ff4e31;
  color: #fff;
  width: 100%;
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #f5880a; }
  50% { background-color: #e1000e; }
  100% { background-color: #820622;}
}

@-moz-keyframes glowing {
  0% { background-color: #f5880a;}
  50% { background-color: #e1000e;}
  100% { background-color: #820622;}
}

@-o-keyframes glowing {
  0% { background-color: #ff4e31;  }
  50% { background-color: #000;}
  100% { background-color: #ff4e31;  }
}

@keyframes glowing {
  0% {background-color: #ff4e31; }
  50% {background-color: #000; }
  100% { background-color: #ff4e31; }
}


/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes scrollPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@keyframes scrollPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@-webkit-keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
/*end animation*/




.sec-title{text-transform: uppercase;position: relative;padding-bottom: 20px;
margin-bottom: 20px;}
.sec-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #bb3438;
    height: 3px;
}    
.sec-title span{line-height: normal;padding: 0; font-family:'Roboto-Black';} 

.sec-title-left{position: relative;padding-bottom: 15px;margin-bottom: 20px;font-family: 'roboto-bold';}
.sec-title-left:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #e1000e;
    height: 3px;
} 

.page-title2{position: relative;margin: 0 20px;padding: 0 126px;color: #000;position: relative;display: inline-block;
max-width: 100%; text-transform: uppercase;    font-family: 'Roboto-Black';
 -webkit-animation: heart-beat 3s linear infinite;
  -moz-animation: heart-beat 3s linear infinite;
  -o-animation: heart-beat 3s linear infinite;
  -ms-animation: heart-beat 3s linear infinite;
  animation: heart-beat 3s linear infinite;}
.page-title2:before{
    content: "";
    width: 128px;
    height: 1px;
    top: 50%;
    background: #e1000e;
    position: absolute;
    left: 0;
    }

.page-title2:after{
    content: "";
    width: 128px;
    height: 1px;
    top: 50%;
    background: #e1000e;
    position: absolute;
    right: 0;
    left: auto;
    }   
 .page-title2 span{
    max-width: 100%;
    display: inline-block;
    padding: 0 15px 0 15px;
    position: relative;
    z-index: 1;
    /*letter-spacing: 2px;*/
    color: #e1000e;
    
    }  
   .page-title2 span:before{
    content: "";
    width: 3px;
    height: 22px;
    background: #e1000e;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    }    
    .page-title2 span:after{
      content: "";
      width: 3px;
      height: 22px;
      background: #e1000e;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -11px;
      right: 0;
      left: auto;
  }
 

@-webkit-keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heart-beat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.sm-head {display: block;}

.outlinebtn{background-color:#e1000e;color: #fff;border: 2px solid #e1000e;padding: 9px 30px;
  display: inline-block;outline: none; transition: all 0.5s ease; cursor: pointer;}
.outlinebtn:focus,
.outlinebtn:hover{background:transparent;color: #000;text-decoration: none;}

.whitebtn{background-color:transparent;color: #fff;border: 2px solid #fff;padding: 10px 30px;
  display: inline-block;outline: none; transition: all 0.5s ease; cursor: pointer;}
.whitebtn:focus,
.whitebtn:hover{background:#fff;color: #000;text-decoration: none;}


.coursebg {
    background:url(../images/slider2.jpg) no-repeat center center;
    z-index: 0;
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
.coursebg:after {
    content: '';
    position: absolute;
    top: 0;
    background:rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

/*room style 1*/
.course{background: #f5f5f5; padding-bottom: 50px; padding-top: 50px;}
.course.course-style1:before{display: none;}
/*.rooms.rooms-style1 .section-title {
    text-align: center;
    width: 60%;
    margin: 0 auto 68px;
}*/

.course-style1 .course-item {
    box-shadow: 0px 0px 15px #cccccc57;
    transition: all ease-in-out 0.5s;
    position: relative;
    overflow: hidden;
}

.course-style1 .course-content{
    padding: 16px 20px 25px;
    background: #fff;
    position: absolute;
    bottom: -70%;
    width: 100%;
    transition: all 0.5s;
    margin-bottom: 0;
}
.course-title h5 {margin-bottom: 10px;font-family:'roboto-bold';}
.course-title p{margin-bottom: 0px;}
.course-style1 .course-item:hover .course-content{
  bottom: 0;
  background: #e1000e;
  color: #fff;
  transition: all 0.5s;
}
.course-item{
  box-shadow: 0px 0px 15px #cccccc57;
    transition: all ease-in-out 0.5s;
}
.course-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg, #ffa801 0%,#046b8c 100%) ;
}
.course-image img{
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px) !important;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
    transition: all ease-in-out 0.5s;
}
.course-item:hover{
    transition: all ease-in-out 0.5s;
    transform: translateY(-5px);
}
.course-item:hover img{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all ease-in-out 0.5s;
}

/*Laboratories*/

.lab-listing {position: relative;width: 100%;}

.lab-item-wrap {
    margin-bottom: 30px;
    position: relative
}

.lab-listing-item {
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

.lab-listing-item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    -webkit-box-shadow: inset 0 -126px 211px -69px rgba(0, 0, 0, .75);
    -moz-box-shadow: inset 0 -126px 211px -69px rgba(0, 0, 0, .75);
    box-shadow: inset 0 -126px 211px -69px rgba(0, 0, 0, .75);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lab-listing-item img {
    position: relative;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lab-listing-copy {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 15;
}

.lab-listing-copy h4 {
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.lab-listing-copy .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.lab-listing-copy .icon i {
    color: #fff; line-height: 26px;
}

.lab-listing-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.lab-listing-item:hover:after{
    content: "";
    position: absolute;
    top: 10px;
    width: auto;
    height: auto;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #fff;
    transform: scale(1);
}
.lab-listing-item:hover:after {
    -webkit-box-shadow: inset 0 -126px 311px -69px rgba(0, 0, 0, .95);
    -moz-box-shadow: inset 0 -126px 311px -69px rgba(0, 0, 0, .95);
    box-shadow: inset 0 -126px 311px -69px rgba(0, 0, 0, .95)
}

.lab-listing-item:hover .lab-listing-copy h4 {margin-left: 10px; color: #fff;}

.lab-listing-item:hover .lab-listing-copy .icon {margin-right: 10px; background: #e1000e}


/*end Laboratories*/

/*news events*/
.marqueebg{background: rgba(255, 255, 255, 0.23); padding: 20px;border: 20px solid rgba(0, 0, 0, 0.35);
min-height: 360px;    transition: all .5s ease-in-out;}
.newseventsbg {
    background:url(../images/slider2.jpg) no-repeat center center;
    z-index: 0;
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
.newseventsbg:after {
    content: '';
    position: absolute;
    top: 0;
    background:rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}
.table-list {padding: 0;margin: 0;}
.table-list li{list-style: none;}
.table-list li a{
    position: relative;
    color: #fff;
    display: block;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    /* background: #f5631b; */
    /* margin-bottom: 3px; */
    text-align: left;
 } 

.table-list li a:hover{text-decoration: none;color: #f6f6f6;}
.table-list li a:after {
      height: 100%;
      /* background: #2196f3; */
      content: "\f0a9";
      font-family: "FontAwesome";
      position: absolute;
      /* font-family: "FontAwesome"; */
      left: 0;
      top: 0px;
      line-height: normal;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #fff;
      padding: 10px;
      font-size: 14px;
} 
/*end news events*/

/**/
.box_feat:hover {
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    background: #e1000e !important;
    color: #fff;
}
.box_feat a{color: #000;}
.box_feat:hover a{color: #fff; text-decoration: none;}
.box_feat i{font-size: 4rem; color: #ff0000;    padding-bottom: 10px;}
.box_feat {
    background: #fff;
    padding: 1.125rem;
    display: block;
    color: #000;
    font-size: 18px;
    border-bottom: 3px solid #e1000e;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
    margin-bottom: 10px;
    overflow: hidden;
}
/**/

/*** 
====================================================================
   inner  Page Title
====================================================================
***/

.page-title {
    position: relative;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    z-index: 0;
}

.page-title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.65);
}

.title-box {position: relative;
    /*padding: 30px 50px 30px;*/
    z-index: 10;
    display: inline-block;
    /*background-color: rgba(255, 255, 255, 0.10);*/
}

.title-box h2 {
    font-size: 36px;
    position: relative;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 15px;
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
}
.title-box h2:after{position: absolute;
    content: '';
    background: #d9841f;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0px;
    z-index: 100;}
.title-box ul {position: relative;padding: 0;margin:0;font-family: 'Roboto-Medium';}

.title-box ul li {
    position: relative;
    color: #d9841f;
    display: inline-block;
    margin-right: 15px;
}

.title-box ul li:after {
    content: "\f105";
    position: absolute;
    right: -14px;
    top: 0px;
    color: #fff;
    font-family: 'FontAwesome';
}

.title-box ul li:last-child:after {display: none;}
.title-box ul li:last-child {margin-right: 0px;}
.title-box ul li a {position: relative;color: #fff;}
/*about*/
.default-button {color: #fff;}

.default-button:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
  animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.single-blocks-img {position: relative;transition: all 0.5s ease;}
.single-blocks-img img{width: 100%; height: auto;}
.single-blocks-img:before {
     content: '';
     position: absolute;
     left: 20px;
     right: 20px;
     bottom: 20px;
     top: 20px;
     border: 2px solid #fff;
     border-radius: 0px;
}

.image-box{display: block;padding: 10px;background: #ffffff;box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.image-box img{width: 100%; height: auto; box-shadow: 0 30px 50px rgba(8,13,62,.15);}
.name { color: #e1000e;font-size: 20px;padding-top: 10px;font-family: 'Roboto-Medium'; text-align: center;}
.name span {color: #000; display: block; text-transform: capitalize;}
.fancy_lists{padding: 0; margin: 0;}
.fancy_lists li{list-style: none;position: relative;padding-left: 24px;padding-bottom: 10px;}
.fancy_lists li:after {
    content:"\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    color: #e1000e;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fancy_lists span{font-family: 'Roboto-Medium'; color:#e1000e}
.fancy_lists li a{color: #000;text-decoration: none;font-size: 18px;font-weight: 500;}
.fancy_lists li a:hover{color: #fd7114; text-decoration: none;}
.inner_base {
    margin: 0;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    background: #fff;
}
.aboutsection{padding-left: 40px;padding-right: 50px;}
.aboutsection h5{color: #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px; font-weight: 600;}
.aboutsection h2 {line-height: 1.25;font-family:'roboto-bold';}
.aboutsection h4 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
}
.aboutsection p {margin-top: 10px;}
.home-message-right {
    /*margin: 10px;*/
    margin-left: -50px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    z-index: 1;
    position: relative;
}

.home-message-left {
   /* margin: 10px;*/
    margin-right: -50px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    z-index: 1;
    position: relative;
}
/*end about*/

/*gallery*/
/* ==========================================================================
  Project Page Css
 ========================================================================== */

.portfoli-menu {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0;
}

.portfoli-menu li {/* float: left; */display: inline-block;}

.portfoli-menu li+li {margin-left: 1px;}

.portfoli-menu a {
    color: #000;
    display: block;
    /* background-color: #febb17; */
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

.portfoli-menu a.active,
.portfoli-menu a:hover {background-color: #a21010;text-decoration: none;color: #fff;}
.portfolio-two {margin-bottom: 10px;}
.portfolio-two .portfolio {margin-bottom:0px;}



/* Portfolio Section */

/*.portfolio-title {
  color: #fff;
  padding-top: 55px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../images/bg/4.jpg);  
  background-position:center center;
}
*/
/*.portfolio-section .owl-nav {position: absolute;right: 20%;top: -116px;}*/

/*.portfolio-section .owl-prev,
.portfolio-section .owl-next {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  display:block;
  text-align: center;
  color: #fff;
  background-color: #f3cc29;
}*/

/*.portfolio-section .owl-prev {right: 41px;}
.portfolio-section .owl-prev:hover,
.portfolio-section .owl-next:hover {background-color: #999;}*/
.portfolio-title .section-title {margin-bottom: 0;}
.portfolio-title .overlay {background-color: rgba(54, 72, 89, 0.92);}
.portfolio-slider .portfolio {overflow:hidden;}
.portfolio-item {position: relative; margin-bottom: 30px;}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 55, 69, 0.79);
  /*border: 20px solid rgb(162, 16, 16);*/
  opacity: 0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.portfolio:hover .portfolio-overlay {
  opacity: 1; 
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-info {
  color: #fff;
  text-align: center;
  position: absolute;
width: 280px;
padding: 20px;
    height: 130px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -140px;
}

.portfolio-info h4 {font-size: 18px;}

.portfolio-icons {position: absolute;right: 1px;bottom: 1px;}
/*.portfolio-icons {color: #fff;
    font-size: 20px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);}*/
.portfolio-icons a {
  float:left;
  margin-left:1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #a21010;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-icons a:hover {color:#fff; background: #303745}
a, .portfolio-overlay, .owl-prev, .owl-next, a:after, a:before, .btn.btn-primary i, .features-info i {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.portfolio-icons a i{line-height: 50px;}
.mediaprint {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
    display: block;
}
/*end gallery*/ 

.apply-online{background: #04b1f2;}
.spoken{background: #0466a2;}
.virtual{background: #0092dd;}

/*contactform*/ 
.contactform .form-group{/* margin-bottom: 2rem; */}
.contactform {padding-bottom: 20px; }
.contactform textarea{resize: none; border-radius: 0;border: 1px solid #dcdcdc;}

.contactform select{height: 45px; border-radius: 0;border: 1px solid #dcdcdc;}
.contactform input {border-radius: 0;border: 1px solid #dcdcdc;}

.contactform input[type="file"],
.contactform input[type="text"]{height: 45px;}

.contactform .form-check {padding-bottom: 10px;}
.contactform .form-control:focus {
    border: 1px solid #ff0030;
    outline: 0;
    box-shadow:none;
}
.contactform label span{color:#e1000e;padding-left: 5px; }
.contact-info{border-bottom:4px double #000; margin-bottom: 15px; padding-bottom: 15px;}
.contact-info h6{color: #000;position: relative;font-family: 'roboto-bold'; padding-bottom: 10px;}
.address-contact{padding: 0; margin: 0; list-style: none;}
.address-contact li{display: block;padding:0px 0px 5px 30px;position: relative;}
.address-contact li i{content: "";position: absolute;left: 0;top: 2px;font-family:'FontAwesome';font-size: 18px;color: #000;}
.address-contact li a{text-decoration: none;color: #e1000e;}
.address-contact li a:hover{text-decoration: none;color: #000;}
.address-contact li img{position: absolute;left: 0;top: 16px;} 
.address-contact li span{font-family: 'roboto-bold';} 
.contact-info:last-child{border-bottom:none;}
 /*end contactform*/ 

 /*placement*/
 .table1{ border-collapse: collapse; width: 60%}
.table1 th{font-weight: bold; text-transform:uppercase;border:1px solid #ddd; padding: 5px 10px}
.table1 td{border:1px solid #ddd; padding: 5px 10px; }
/*Placement*/


/* Our Recruiters Area CSS */

.fplus-clients-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-clients-logo {
    -ms-flex-preferred-size: 18.66666666666667%;
    flex-basis: 18.66666666666667%;
    height: 120px;
    width: 18.66666666666667%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-right: -1px;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.blockcenter{display: block; text-align: center;}


.alumni-services{margin-bottom: 20px; text-align: center;}
.alumni-services h6,
.alumni-services h4{font-family: 'roboto-bold'; font-size: 18px;}
.alumni-img{display: block; transition: opacity 0.35s, transform 0.35s; position: relative;overflow: hidden;}
  .alumni-img img{width:100%; height: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.alumni-content p span{display: block;}
.alumni-content {
    position: relative;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    background: #fff;
     min-height: 140px;
}
.alumni-services:hover .alumni-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.alumni-services:hover .alumni-img img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

/*career*/
.career-position{border:1px dashed #022b93;padding:15px 15px;margin-bottom:30px;
  background-color:#fff;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out;}
.career-position p{margin-bottom: 0}
.career-position p span{font-family:'Roboto-Medium';}
.career-position h4{font-family:'Roboto-Medium';}
.career-position h4 a{color:#2c2929;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out; text-decoration: none;}
.career-position:hover{-webkit-box-shadow:0px 0px 50px 0px rgba(2,43,147,0.15);box-shadow:0px 0px 50px 0px rgba(2,43,147,0.15);border:1px solid transparent;border-radius:10px}
.career-position:hover h4 a{color:#022b93}

/*end career*/

.horizontal-nav{padding: 0; margin: 0; list-style: none;}
.horizontal-nav li{display: inline-block;margin-bottom: 3px; width: 100%}
.horizontal-nav li a{
  display: block;
  padding: 8px 15px;
  background: #991d1f;
  color: #fff;
  width: 100%;
  border-left: 1px solid #fff; position: relative;
  /* border-radius: 30px 0px 0px 30px; */
  }
.horizontal-nav li a:hover{background: #e7851c;color: #fff;text-decoration: none;}
.horizontal-nav li a.active {background: #e7851c;}
.horizontal-nav li i{padding-right: 10px;font-size: 30px;vertical-align: middle;}
/*.horizontal-nav li a.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border: 15px solid transparent;
    border-top-color: #e7851c;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    z-index: 1;
}*/
.maintapbg{background: #fff;padding: 30px;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px 10px 10px 0px;}
.maintapbg h4{font-family:'Roboto-Medium'; font-size: 20px; padding-top: 10px; padding-bottom: 10px;}
.maintapbg h5 {font-family: 'Roboto-Medium';}
.responsive-tabs-container .tab-pane {margin-bottom: 15px;}
.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #991d1f;
  border-radius: 3px;
  border: 0;
  color: #fff;
}
/*.responsive-tabs-container .accordion-link .active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border: 15px solid transparent;
    border-top-color: #e7851c;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    z-index: 1;
}*/

/*@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block; position: relative;
  }
}*/
@media (max-width: 768px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block; position: relative;
  }
.tab-content .fade:not(.show) {opacity: 1;}
a.accordion-link.active{background:#e7851c; text-decoration: none;}
a.accordion-link.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: auto;
    border: 15px solid transparent;
    border-top-color: #e7851c;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    z-index: 1;
}
}
/*@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}*/
@media (min-width: 991px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
  .accordion-link{display: none !important;}
}

/*Admission*/
.feesbg{background:#eaeaea; padding: 10px;border-top: 1px solid #969696;}
.feesbg2{background:#f5f5f5; padding: 10px;border-top: 1px solid #969696;}
.table2{background: #371b10; color: #fff !important}
.table2 tr th{background: #0866a9; color: #fff;font-family: 'roboto-bold';}
.table2 tr td{padding: 3px 10px;}
.table2 tbody tr:nth-of-type(odd) {background-color:#f9800f !important;}
.table-title{font-family: 'roboto-bold'; font-size: 36px;color: #e1000e;}
.only{background:linear-gradient(135deg,#f9800f,#f34821); font-style: italic; color: #fff; padding: 5px;}
.note{color: #e1000e}
.tabgreen{margin-bottom: 30px;
    position: relative;
    display: block;font-family:'Roboto-Medium';
    text-align: center;
    background: #00aa5b;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
    min-height: 200px;
    color: #fff;}
/*end Admission*/ 

/*footer*/
footer{background-color: #111; padding-top: 50px; padding-bottom: 30px; position: relative;}
footer:before {
    content: '';
    background: #141414;
    position: absolute;
    top: 0;
    left: -250px;
    height: 100%;
    width: 60%;
    transform: skew(30deg);
}
.fotitle{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #999;
   text-transform: uppercase; 
  font-size: 20px;
  font-family: 'roboto-bold';
}
.fotitle:before{
   position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #f5880a;
    left: 0;
    bottom: 0;
}
  .fotitle:after{
      position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #f5880a;
    left: 0;
    bottom: -5px;
    }  
.f1-list {padding: 0;margin: 0;}
.f1-list li {list-style: none;padding-bottom: 8px; position: relative; display: block;padding-left: 15px;} 
.f1-list li a {color: #999;text-decoration: none;display: block;    transition: all 0.3s ease;}
.f1-list li a:hover {color: #ec852d;text-decoration: none;padding-left: 5px;}
.f1-list li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.address-list{padding: 0; margin: 0; list-style: none;}
.address-list li{display: block;padding:0px 0px 15px 30px;position: relative;color: #999;}
.address-list li i{content: "";position: absolute;left: 0;top: 2px;font-family:'FontAwesome';font-size: 18px;color: #e9861c;}
.address-list li a{text-decoration: none;color: #999;}
.address-list li a:hover{text-decoration: none;color: #dfb55a;}
.address-list li img{position: absolute;left: 0;top: 16px;} 

 .copyright {
  background-color: #212121;
   border-top: 1px solid #464646; 
  background-size: cover;
  background-position: top;
  padding: 20px 0 10px;
  position: relative;
  color: #9ca2a9;
  }


  .copy_link{margin: 0; padding: 0; list-style: none;}
  .copy_link li{display: inline-block;}
  .copy_link li a {color: #999;}
  .copy_link li:before {display: inline-block;padding: 0 5px;color: #999999;content: "/"; }
  .copy_link li:first-child:before {display: none; }

.fleft{text-align: left;}
.fright{text-align: right;}
.fo-social{margin:0;padding: 0;list-style: none;}
.fo-social li{list-style: none; display: inline-block;padding-right: 5px;}    
.fo-social li a{
    text-decoration: none;
    width: 35px;
    height: 35px;
    color: #fff;
    /* font-size: 15px; */
    display: block;
    text-align: center;
    line-height: 35px;
    border: 0px solid #fff;
    background: #a21010;
    border-radius: 100%;
    transition: all .75s cubic-bezier(.19,1,.22,1);
    box-shadow: 0px 0px 0px 4px rgba(241, 133, 21, 0.22);
}
.fo-social li a i{line-height: 35px;}
.fo-social li a:hover{
   text-decoration: none;
   background: #f68704;
   color: #fff;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
} 
/*scrol to top*/
.back-to-top {
      position: fixed;
      bottom: 10px;
      right: 10px;
      cursor: pointer;
      display: none;
      z-index: 9999999;
}
.back-to-top i{
    background: #e1000e;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    border-radius: .3rem;
    /* padding-left: 5px; */
    -webkit-transition: .4s;
    transition: .4s;
}
.back-to-top i:hover {background: #e9861c;color: #fff;} 
/*end footer*/

@media (max-width: 768px) {.back-to-top{bottom: 15px;}}
@media(max-width:768px){}
@media(max-width:991px){
  .nav-menu li a:hover, .nav-menu li a.active{padding-left: 10px;}
  .navbar-dark .navbar-toggler-icon{background:none !important}
  .navbar-collapse{background: rgb(255, 255, 255);}
  .intro p {width: 80%;}
  .fleft, .fright {text-align: center;}
  .home-message-right {margin-left: 0px; margin-bottom: 15px;}
  .home-message-left {margin-right: 0px; margin-top: 15px;}
}

@media (max-width: 991px) {}

@media (min-width: 320px) and (max-width:480px) {
  .page-title2:before,
.page-title2:after,
.page-title2 span:before,
.page-title2 span:after{display: none;}
.page-title2{padding: 0;}
.admission-btn {padding: 5px 9px;}
.logo img{height: 65px;}
}

@media (min-width: 992px) and (max-width:1199px) {}