

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
html,
body {
    height: 100%;
}

.font-weight-new{font-weight: bolder !important;}
body {
    font-family: 'Lato', sans-serif;
    background-repeat: repeat;
    font-size: 15px;
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
a, a:hover, a:focus{
    outline: none;
}

.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;
}

header.carousel {
   /* height: 50vh;*/
margin-top: 75px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

nav-s.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
margin-left: 20px;
background: transparent;
font-size: 24px;
margin-top: 0px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STARTS HERE 
----------------------------------------------------- */

#sidebar {
    width: 275px;
    position: fixed;
    top: 0;
    right: -275px;
    height: 100vh;
    z-index: 99999;
  background: rgba(10, 1, 0, 1);
    color: #fff;
    transition: all 0.3s;
    min-height: 100%;
    overflow-y: auto !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.top-strip
{
    width: 100%;
    background: #333;
    color: #fff;
    padding: 10px 0px;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
   background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
font-weight: lighter;
}
#dismiss:hover {
    background: #e8e8e8;
    color: #333;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

#sidebar .sidebar-header {
  /*  padding: 20px;*/
      padding: 15px 20px;
   background: rgba(0, 0, 0, 0.7);
}

#sidebar ul.components {
   /* padding: 20px 0;*/
       padding: 6px 0 20px;
 /*   border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 11px;
    font-size: 14px !important;
    font-size: 1.1em;
    display: block;
    color: rgb(178, 179, 181);
    text-transform: uppercase;
    border-bottom: 1px solid #2b2b2b;
}
#sidebar ul li a:hover, #sidebar ul li a:focus {
    color: #FFF;
    background: #212121;
text-decoration: none;
}

#sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
    color: #fff;

    background: #d2232a;
}
.social-icons
{
margin:0 auto !important;
padding:0px;
}
.social-icons li
{
    list-style: none;
    display: inline-block !important;
}
.social-icons li a
{
    text-align: center;
    background: #1f1e1e !important;
border-radius: 50% !important;
    color: #fff;
    padding: 5px 10px !important;
    border-bottom: none !important;
    margin-right: 5px;
}
.social-icons li a:hover
{
    /*background: #d2232a !important;*/
    color: #fff;
}

#sidebar ul li a[data-toggle="collapse"] {
    position: relative;
}

#sidebar ul li a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\f107';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 0.6em;
}
#sidebar ul li a[aria-expanded="true"]::before {
    content: '\f106';
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px;
    background: #181818;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
   background: #d8342e !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    SIDEBAR ENDS HERE 
----------------------------------------------------- */

/* ---------------------------------------------------
    NAVBAR STARTS HERE 
----------------------------------------------------- */
.nav-custom
{
    background: transparent;
    min-height: 75px;
    background: #fff;
    border-color: transparent;
    padding: 0px;
   /* border-bottom: 4px solid #da3233;*/
}
.nav-custom .navbar-nav .nav-link {
 color: #333;
text-transform: uppercase;
font-weight: 600;
/*padding: 7px 20px;*/
   padding: 7px 12px;
       font-size: 16px;
}
.nav-custom .navbar-nav > li > a:hover
{
    /*background: #d2232a;*/
    color: #d2232a;
}

.nav-custom .navbar-nav > .open > a, .nav-custom .navbar-nav > .open > a:focus, .nav-custom .navbar-nav > .open > a:hover
{
    color: #d2232a;
background-color: #fff;
}

.nav-custom .navbar-nav > .active > a, .nav-custom .navbar-nav > .active > a:focus, .nav-custom .navbar-nav > .active > a:hover

{
        color: #d2232a;
    background-color: #fff;
}

.nav-custom .navbar-brand  > img
{
    width: 55%;
}
.nav-custom .navbar-brand
{
  /*  padding: 5px 15px;*/
  padding: 5px 0px 5px 15px;
}

.nav-custom .navbar-header
{
    float: right;
}
.nav-custom .navbar-right
{
/*margin-top: 16px;*/
}
.nav-custom .dropdown-toggle::after
{
    display: none;
}

.nav-custom .btn-red
{
    background: #da3233;
    color: #fff !important;
    padding: 5px 15px !important;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;

}
.nav-custom .btn-red:hover
{
    background: #333;
   ;
 
}

/* ---------------------------------------------------
    NAVBAR ENDS HERE 
----------------------------------------------------- */


/* ---------------------------------------------------
   YAMM STARTS HERE 
----------------------------------------------------- */


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  margin-top: 0px;
border-right: 3px solid #717171;
border-left: 3px solid #717171;
border-bottom: 10px solid #d2232a;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
 left: 20%;
right: 10%;
background: #231f20;
border-radius: 0px;
padding: 0px;
font-size: 15px;

}
.yamm .dropdown.yamm-fw .dropdown-menu::before
{
    content: '';
position: absolute;
left: 47%;
top: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 19px solid #231f20;
clear: both;
z-index: 9999;
display: block;
border-top: 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu3::before
{
    content: '';
position: absolute;
    left: 33%;
top: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 19px solid #231f20;
clear: both;
z-index: 9999;
display: block;
border-top: 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu1::before
{
content: '';
position: absolute;
left: 7%;
top: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 19px solid #231f20;
clear: both;
z-index: 9999;
display: block;
border-top: 0px;
}


.yamm .dropdown.yamm-fw .dropdown-menu1
{
     left:auto !important;
  right: auto !important;
background: #231f20;
min-width: 18%;

}
.yamm .dropdown.yamm-fw .dropdown-menu1 li a
{
    color: #fff;
   padding: 10px 20px;
       display: block;
    text-decoration: none;

}
.yamm .dropdown.yamm-fw .dropdown-menu1 li a:hover, .yamm .dropdown.yamm-fw .dropdown-menu1 li a:focus
{
color: #fff;
background: #d2232a;
border-radius: 0px;
text-decoration: none;
}
.yamm .dropdown.yamm-fw .dropdown-menu2
{
      left: 10% !important;
right: 10% !important;
 background: #231f20;

}
.yamm .dropdown.yamm-fw .dropdown-menu3 {
    left: 25% !important;
    right: 15% !important;
    background: #231f20;
}

.yamm .yamm-content img
{
width: 100%;
/*border: 2px solid #7c7c7c;*/

}
.yamm .yamm-content a
{
  color: #fff;
  text-transform: uppercase;
}
.yamm .yamm-content h4
{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
/*    background: #333;*/
    padding: 15px 0px;
    margin-top: 0px;

}
.yamm .yamm-content a:hover h4
{
    background: #fff;
    color: #333;
}

.yamm .yamm-content a h2 span
{
font-weight: 1000;
}
.yamm .yamm-content a h2
{
   
margin-top: 0px;
padding: 15px 20px;

}
.yamm .yamm-content a:hover h2
{
 
color: #d3232a;

}
.yamm .yamm-content a:hover 
{
    text-decoration: none;

}
.yamm .yamm-content2
{
    padding: 20px 30px;
}
.yamm .yamm-content2 a
{
  color: #fff;
  font-size: 16px;

}
.yamm .yamm-content2 a h2 span
{
font-weight: 1000;
}
.yamm .yamm-content2 a h2
{
    background: #d3232a;
margin-top: 0px;
padding: 15px 20px;

}
.yamm .yamm-content2 a:hover h2
{
background: #fff;
color: #333;
}

.yamm .yamm-content2 a:hover
{
    color: #dd2837;
    text-decoration: none;
}
.yamm .yamm-content2 h4
{
  font-size: 14px;

  margin-bottom: 20px;
}
.yamm .yamm-content2 li
{
    text-transform: uppercase;
    /*line-height: 23px;*/
    line-height: 30px;
    font-weight: bold;
}
.yamm .yamm-content2 li p
{
  text-transform: uppercase;
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
color: #fff;
font-size: 16px;

}
.yamm .yamm-content2 li ul
{
    margin:0px;
    padding-left: 0px;
    list-style:none;
  
}
.yamm .yamm-content2 li ul li
{
    line-height: 30px;
    text-transform: none;
    font-weight: lighter;
}

.yamm .yamm-content3
{
    padding: 20px 30px;
}
.yamm .yamm-content3 a
{
  color: #fff;
  font-size: 16px;

}
.yamm .yamm-content3 img
{
  margin-right: 10px;
}
.yamm .yamm-content3 a h2 span
{
font-weight: 1000;
}
.yamm .yamm-content3 a h2
{
    background: #d3232a;
margin-top: 0px;
padding: 15px 20px;

}
.yamm .yamm-content3 a:hover h2
{
background: #fff;
color: #333;
}

.yamm .yamm-content3 a:hover
{
    color: #dd2837;
    text-decoration: none;
}
.yamm .yamm-content3 h4
{
  font-size: 14px;

  margin-bottom: 20px;
}
.yamm .yamm-content3 li
{
    text-transform: uppercase;
    /*line-height: 23px;*/
line-height: 44px;
    font-weight: bold;
}
.yamm .yamm-content3 li p
{
  text-transform: uppercase;
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
color: #fff;
font-size: 16px;

}
.yamm .yamm-content3 li ul
{
    margin:0px;
    padding-left: 0px;
    list-style:none;
  
}
.yamm .yamm-content3 li ul li
{
    line-height: 30px;
    text-transform: none;
    font-weight: lighter;
}
.mb-30
{
    margin-bottom: 30px;
}
.yamm .yamm-content3 .accordion .card-header
{
    padding: 0px;
    border-bottom: 0px;
}
.yamm .yamm-content3 .accordion .card
{
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
}
.yamm .yamm-content3 .accordion .btn-link
{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
line-height: 25px;
font-weight: bold;
padding: 0px;
}
.yamm .yamm-content3 .accordion .btn-link:hover, .yamm .yamm-content3 .accordion .btn-link:focus

{
    text-decoration: none;
    color: #da3233;
}
.yamm .yamm-content3 .accordion .card-body
{
    padding: 0px 1.25rem;
}
.yamm .yamm-content3 .accordion .card-text ul
{
   margin: 0px;
    margin-left: 0px;
padding: 0px;
padding-bottom: 20px;
border-top: 1px solid
#302f2f;
margin-left: 25px;
padding-top: 5px;
}

.yamm .yamm-content3 .accordion .card-text ul li
{
    list-style: none;
    line-height: 25px;
    text-transform: unset;
    font-weight: normal;
}
.yamm .yamm-content3 .accordion .card-header .mb-0 > button:after {
  content: "\f0d7"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  /*position: absolute;*/
  margin-left: 7px;
font-weight: normal;
font-size: 13px;
}
.yamm .yamm-content3 .accordion .card-header .mb-0 > button[aria-expanded="true"]:after {
  content: "\f0d8"; /* fa-chevron-up */
}
.yamm .yamm-content3 .accordion .card-header .mb-0 > button[aria-expanded="true"]
{
    font-weight: bold;
}

 .arrow1 li a::before {
/*    content: "\f105"; 
  font-family: 'FontAwesome';
margin-right: 10px;*/
/*height: 3px;
width: 3px;
background: #fff;
content: '';
display: inline-block;*/
}

/* ---------------------------------------------------
   YAMM ENDS HERE 
----------------------------------------------------- */


/* ---------------------------------------------------
   CONTENT STATRS HERE 
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.sec-box
{
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
  height: 200px;
margin-top: 0px;
margin-bottom: 2px;
    overflow: hidden;
    position: relative;

}

.sec-box img
{
    width:100%;
}
.sec-box .overlay2
{
    padding-top: 0px;
}


.overlay2
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
 font-size: 25px;
    padding: 0px;
    color: #333;
    background-image: url(../images/78765.jpg);
/*  background-image: url(../images/bodybg.png);*/
background-size: cover;
    background-repeat: repeat;
    background-color: #fff;
background-position: center;
   /*  background: #00416A;*/
/*background: -webkit-linear-gradient(to right, #E4E5E6, #00416A);
background: linear-gradient(to bottom, #FFF, #FFF, #FFF, #a6a6a6);
*/
}
.ticker {
width: 100%;
clear: both;
display: block;
overflow: hidden;
margin-bottom: 30px;
height: 200px;
padding: 20px 20px 20px 70px;
font-family: 'Roboto', sans-serif;
display: block;
border-left: 5px solid #d2232a;
margin-bottom:30px;
color: #434343;
line-height: 35px;
}
.ticker ul 
{
    margin:0px;
    padding: 0px;
}
.ticker ul li
{
display: block;
border-left: 5px solid #d2232a;
margin-bottom:30px;
color: #5d5d5d;
line-height: 35px;
}
.ticker span
{
  font-weight: 1000;
}

.overlay2 h3
{
    margin-top: 0px;
font-size: 20px;
text-transform: uppercase;
margin-bottom: 7px;
}
.overlay2 img {
    width: 45% !important;
height: auto !important;
margin-bottom: 0px;
padding: 0px 0px;
}

.overlay2 h2
{
margin-bottom: 20px;
color: #4c4c4c;
text-transform: uppercase;
font-size: 18px;
text-align: left;
padding-left: 20px;
font-weight: 1000;

}
.overlay2 .b-bottom
{
        border-right: 1px solid #aaa;
}

.sec-box .overlay1
{
    padding-top: 75px;
}

.overlay1
{
    padding-right: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
    padding: 20px;
    color: #fff;
   

}
.overlay1 span
{
   float: left;
display: block;
font-size: 16px;
padding: 0px 15px 0px 0px;
}

.overlay1 span .big-txt
{
    font-size: 24px;
    display: block;
}
.overlay1 .pls-txt
{
    font-size: 28px;
    font-weight: bold;
    margin-top: 6%;
}
.overlay1 h3
{
    margin-top: 0px;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 7px;
margin-top: 15px;
letter-spacing: 1px;
font-weight: 700;
line-height: 30px;

}
.overlay1 h3 span
{
    font-weight: 800;
}
.overlay1 h2
{
margin-bottom: 20px;
text-transform: uppercase;
}


.sec-box-b
{
        background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
height: 342px;
margin-top: 0px;
margin-bottom: 2px;
    overflow: hidden;
     position: relative;

}

.sec-box-b .overlay1 {
    padding-top: 40px;
}
.sec-box-b .overlay1 img
{
    width: 100%;
    height: 400px;
}
.sec-box-b .owl-carousel .overlay1 img
{
   width: 27%;
    height: auto;
}
.sec-box-b .overlay1:hover img {
    transform: none;
}
.sec-box-b img
{
    width:100%;
    height: 100%;
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.sec-box-b:hover img {
  
 /*   transform: scale3d(1.1,1.1,1);*/
}
.sec-box-b2
{
  background: #fff;
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
height: 170px;
margin-top: 0px;
margin-bottom: 2px;
overflow: hidden;
position: relative;
}

.sec-box1
{
    
    padding-left: 5px;
}
.pr-0
{
    padding-right: 0px;
    padding-left: 0px;
}
.pr-02
{
    padding-right: 0px;
 
}
.pr-03
{
    padding-right: 0px;
 
}
.p1-2
{
    padding-left: 2px;

}

.red-bg
{
    background: #d2232a !important;
}
.red-bg:hover
{
    background: #231f20 !important;
    cursor: pointer;
}

.school-law
{
    background: #e09347 !important;

}

.black-bg
{
    background: #231f20;
}
.darkgrey-bg
{

    background-image: linear-gradient(#7a7a7a, #aeaeae);
}
.light-grey
{

background: #606062;
}
.blue-bg
{
    background: #1a8aa0;
}
.light-grey:hover
{
    background: #231f20;
    cursor: pointer;
}

.btn-bordered
{
      background: #da3233;
   border: 1px solid  #da3233;
    text-transform: uppercase;
    padding: 7px 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 65px;
    font-weight: bold;
}
.btn-bordered:hover, .btn-bordered:focus
{
    background: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid  #fff;
}
.btn-white
{
    background: #fff !important;
     color: #da3233 !important;
     border-color: #fff !important;
}
.white-block
{

color: #fff;
display: block;
width:100%;
margin-bottom: 25px !important;
margin: 0 auto;


}

.video-overlay
{
    padding: 0px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-150
{
    padding-top: 150px !important;
}
.pt-60
{
    padding-top: 60px !important;

}
.pro-div
{
display: block;
padding: 10px 15px;
background: rgba(255,255,255, 0.6);
margin-bottom: 15px;
text-transform: uppercase;
width: 50%;
color: #333;
text-align: left;
border-radius: 0px 15px 15px 0px;
}

.pb-40
{
    padding-bottom: 40px;
}
.stats-font
{
font-size: 20px !important;
text-transform: uppercase;
}
.stats-top
{
    margin-top: 0% !important;
    color: #fff;
     font-size: 18px;
     text-align: left;
     text-transform: uppercase;
}
.stats-top i
{
font-size: 60px;
margin-bottom: 10px;
margin-top: 20px;
text-align: center;
display: block;
}
.stats-font h2
{

}

.explore-btn {

    width: 40%;
height: 60px;
position: relative;
margin-bottom: 30px;
}
.explore-btn-2
{
  width: 30% !important;
}
.explore-btn-4 {
    width: 42% !important;
    margin-bottom: 0px !important;
}
.explore-btn-3
{
  width: 100% !important;   
  margin-bottom: 0px !important;
}
.explore-btn a {
  position: relative;
/* background: #d2232a;*/
  bottom: 0;
  color: #fff;
  height:50px;
  line-height: 45px;
  position: absolute;
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 23px !important;
  font-weight:400 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition:0.1s all ease-in;
  text-transform: uppercase;
}
.explore-btn a b
{
    font-weight: 1000;
}
.explore-btn a:hover
{
    font-weight:400 !important;
    background: #333;
    color: #fff !important;
    text-decoration: none;
}
.explore-btn a span{
  display: block;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  height: 20px;
  position: absolute;
}

.explore-btn a span span{
  background: url(../images/arrow.png);
  display: block;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  height: 20px;
  opacity: 1;
  position: absolute;
}

.explore-btn a .arrow:before {
  content:"";
  background: url(../images/arrow.png);
  display: block;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  height: 20px;
  position: absolute;
  opacity: 0.5;
}

.explore-btn a .arrow:after {
  content:"";
  background: url(../images/arrow.png);
  display: block;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  height: 20px;
  position: absolute;
  opacity: 0.3;
}

.explore-btn a .arrow:before{
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

.explore-btn a .arrow:after{
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.explore-btn a .arrow span{
  animation: animate-arrow-1 1s ease-in-out infinite;
}


@keyframes animate-arrow-1 {
  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {
  0%{transform:translateX(-20px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.5;}
}
@keyframes animate-arrow-3 {
  0%{transform:translateX(-10px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.3;}
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    max-height: 342px;
height: 342px;
    background: #1e1d1d;
    text-align: center;
    cursor: pointer;
}
.h-300
{
    height: 300px !important;
    max-height: 250px !important; 
}

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%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
 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 {
    letter-spacing: 1px;
    font-size: 68.5%;
}


figure.effect-julia {
   background: #1d1e21;
}

figure.effect-julia img {
    max-width: none;
   height: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
 margin: 0 30px 10px;
 /* padding: 0.2em 1em;*/
 padding: 0.0em 1em;
   /*background: rgba(255,255,255,0.7);*/
/*  background: #da3233;*/
   /* color: #2f3238;*/
   color: #fff;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-530px,0,0);
    transform: translate3d(-530px,0,0);
  font-size: 16px;
   /* font-weight: bold;*/
   width: 70%;
   /*start */
   margin-left: 89%;
   
   /*end*/
}
figure.effect-julia p img
{
    width: 50px !important;
max-height: 50px !important;
    min-height: 30px;

    opacity: 1 !important;
    float: left;
    padding-right: 20px;

}

figure.effect-julia p:after
{
    content: '';
       width: 75%;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 3px;
    margin-left: 50px;
}
figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}



/* Start 29-07-2024
figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-left: 26px;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

End 29-07-2024 */

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: left;
}
figure.effect-marley figcaption a
{
    display: inline-block;
}
figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    left: 20px;
    padding: 0px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
figure.effect-marley p a
{
    display: block;
    width: 30%;
    float: right;
}
figure.effect-marley p span
{
    display: block;
    text-align: right;
    clear: both;
}

figure.effect-marley p .b-txt
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom:25px;
}

figure.effect-marley h2 {

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
}
figure.effect-marley:hover img
{
    opacity: 0.7;
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
}

/*figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}*/

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
  
    height: 170px;
    margin-bottom: 2px;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
/*    font-size: 16px;*/
    text-align: center;
}

figure.effect-goliath img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width: auto;
height: auto;
/*max-width: 88px;
min-height: 89px;
margin: 0 -25px 0px 0px;
padding-top: 80px;
float: right;
opacity: 0.3;*/
}
figure.effect-goliath:hover img
{
    opacity: 0.3;
}
figure.effect-goliath h2,
figure.effect-goliath p {
   position: absolute;
left: 0;
display: block;
text-align: left;
width: 100%;
top:0%;
}

figure.effect-goliath h2 i
{
   display: block;
font-size: 30px;
}


/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby figcaption
{
    padding:0px !important;
}
figure.effect-ruby {
    background-color:transparent;
}

figure.effect-ruby img {
 margin-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
       width: auto !important;
height: auto !important;
min-height: auto !important;
}

figure.effect-ruby p {
    margin: 0em 0 0;
    text-transform: none;
    height: 100%;
    /*font-size: 20px;*/
    font-size: 16px;
    font-weight: bold;
   padding: 25px 10px;
 /*  padding: 0px 0px;*/
    opacity: 0;
    color: #333;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 
figure.effect-ruby p .school-link
{

background:none;
margin-top: 0px;
padding: 0px;
margin-bottom: 0px;
font-size: 17px;
text-transform: capitalize;

/*text-transform: uppercase;*/
}
figure.effect-ruby p .school-link:hover
{
    text-decoration:underline;
}
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: 15px;
}

figure.effect-ruby:hover img {
    -webkit-transform: translate3d(0,-32px,0);
    transform: translate3d(0,-32px,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;

}

figure.effect-goliath p {
    text-transform: none;
    font-size: 80%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,30px,0);
   transform: translate3d(0,30px,0);
    padding-left: 20px;
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    transform: translate3d(0px,60px,0);
    -webkit-transform: translate3d(0,60px,0);

}

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie
{
    height: 170px;
    margin-bottom: 2px;
}
figure.effect-sadie figcaption::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(49, 49, 49, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);

}

figure.effect-sadie h2 {
    position: absolute;
/*    font-size: 20px;*/
    color: #fff;
 position: absolute;
left: 0;

text-align: left;
width: 100%;
top: 0%;
 
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0%,0,0);
   transform: translate3d(0%,0,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
  bottom: 5px;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(10,0px,0);
    transform: translate3d(10,0px,0);
    font-weight: bold;
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(-50%,0,0) translate3d(-40%,0,0);
    transform: translate3d(-50%,0,0) translate3d(-40%,0,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.searchbox{
    position:relative;
    min-width:30px;
    width:0%;
    height:30px;
    float:right;
    overflow:hidden;
    margin-top: 5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background: #efefef;
    width:100%;
    height:30px;
    margin:0;
    padding: 0px 0px 0px 10px;
    font-size:14px;
    color:#333;
    /*border: 1px solid #ccc;*/
}
.searchbox-input::-webkit-input-placeholder {
    color: #acacac;
}
.searchbox-input:-moz-placeholder {
    color: #acacac;
}
.searchbox-input::-moz-placeholder {
    color: #3c3838;
}
.searchbox-input:-ms-input-placeholder {
    color: #acacac;
}

.searchbox-icon,
.searchbox-submit{
width: 30px;
height: 30px;
display: block;
position: absolute;
top: 0;
font-family: verdana;
font-size: 20px;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: 0;
line-height: 30px;
text-align: center;
cursor: pointer;
color: #333;
background: #fff;
}
.searchbox-submit
{
    font-size: 16px !important;
    font-weight: bold;
}



.searchbox-open{
    width:100%;
}


.glo-search 
{
margin-top: 0%;
}
.glo-search label {
    text-align: left;
    color: #a8a8a8;
    float: left;
    margin-bottom: 20px;
    text-transform: initial;
    font-weight: 400;
    font-size: 19px;
}
.glo-search input {
    box-sizing: border-box;
    font-size: 13px;
    vertical-align: top;
}


.glo-search .search {
    padding: 0 15px;
  font-size: 17px;
    width: 84%;
    max-width: 400px;
    height: 50px;
    border: 1px solid darken(white, 30%);
    border-radius:0px;
    color: #333;
  box-shadow: 0 10px 35px rgba(0,0,0,.2);
  border: none;
}

.glo-search .submit {
    cursor: pointer;
    border: none;
    background: url('../images/search-magnifier-interface-symbol.png') no-repeat center center,#d2232a;
    background-size: 25px 25px;
  /*  border-radius: 0 20px 20px 0;*/
    padding: 15px 25px;
    display: inline-block;
   width: 50px;
height: 50px;
    border: 1px solid #fff;
     box-shadow: 0 10px 35px rgba(0,0,0,.1);
}
.glo-search h4
{
color: #333;
text-transform: none;
margin-bottom: 25px;
} 



.banner
{
    width: 100%;
    height:400px;
    background: url(../images/slide-01.jpg);
        background-size: cover !important;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 7%;
    background-position: center;
     color: #fff;

}

.banner h1
{
      text-transform: uppercase;
    text-align: left;
     text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 30px;
}
.banner h4
{
    font-size: 20px; margin-top: 80px; text-transform: uppercase; text-align: right;
}
.banner h4 a
{
    color: #fff;
    text-decoration: none;
}
.banner h4 a:hover
{
    color: #a3a3a3;
}
.banner h4 a i
{
    margin-left: 10px;
}
.banner h1 img
{
width: 9%;
float: left;
margin-right: 15px;
margin-top: 0px;
}
.banner h1 span
{
   /* font-weight: bold;*/
   font-weight: 1000;
}
.banner h5
{
text-align: right;
padding-top: 11%;
font-size: 16px;
text-transform: uppercase;
font-weight:bold;
}

.research-banner
{
      width: 100%;
   /* height:500px;*/
  height: 325px;
    background: url(../images/research-banner.jpg);
      background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-top: 7%;
    background-position: bottom;
    color: #fff;

}
.research-banner h1
{
    text-align: left;
     text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.students-banner
{
      width: 100%;
    height:500px;
    background: url(../images/students/students-banner.jpg);
      background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-top: 10%;
    background-position: bottom;
    color: #fff;

}
.students-banner h1
{
    text-align: left;
     text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.management-banner
{
      background: url(../images/management-banner.jpg) !important;
            background-position: center !important;
          width: 100%;
    height:400px;
        background-size: 100% !important;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 7%;
    background-position: center;
     color: #fff;
       

}
.awards-banner
{
     background: url(../images/2024/1000010082.jpg) !important;
            background-position: center !important;
          width: 100%;
    height:400px;
        background-size: cover !important;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 7%;
    background-position: center;
     color: #fff;
       

}
.corporate-banner
{
      background: url(../images/corporate-banner.jpg) !important;
      background-position: center !important;
          width: 100%;
    height:400px;
        background-size: cover !important;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 7%;
    background-position: center;
     color: #fff;

     
}
.research-banner p
{
    font-size: 16px;

}

.institutes-banner
{
      background: url(../images/banner-internal.jpg) !important;
background-position: bottom !important;
height: 218px !important;
background-size: cover !important;
padding-top: 5%;
}
.school-banner
{
      background: url(../images/banner-internal2.jpg) !important;
      background-position: bottom !important;
height: 218px !important;
background-size: cover !important;
padding-top: 4%;
}

.school-banner img
{
    width: 60%;
}
.research-banner p
{
    font-size: 16px;

}
/*-----------banner for programs----------------*/
.image-banner
{

height: 265px;
 background-size: cover !important;
 width: 100%;
background-size: cover !important;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 2%;
    background-position: center;
     color: #fff;
}

.image-banner h1
{
      text-transform: uppercase;
    text-align: left;
     text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 30px;
}
.image-banner h4 {
    font-size: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    position: absolute;
}
.image-banner h4 a {
    color: 
    #fff;
    text-decoration: none;
}
.image-banner h1 span
{
    font-weight: 1000;
}
.pro-science
{

 background: url(../images/programs/banners/science.jpg);
}
.pro-agri
{
    background:url(../images/programs/banners/agriculture.jpg);
}
.pro-architecure
{
    background:url(../images/programs/banners/architecture.jpg);
}

.pro-diploma
{
    background:url(../images/programs/banners/post-gradudate-diploma.jpg);
}

.pro-brand
{
    background:url(../images/programs/banners/brand.jpg);
}
.pro-commerce
{
    background:url(../images/programs/banners/commerce.jpg);
}
.pro-design
{
    background:url(../images/programs/banners/design.jpg);
}

.pro-eco
{
    background:url(../images/programs/banners/economics.jpg);
}

.pro-eng
{
    background:url(../images/programs/banners/engineering.jpg);
}

.pro-hospitality
{
    background:url(../images/programs/banners/hospitality.jpg);
}

.pro-law
{
    background:url(../images/programs/banners/law.jpg);
}

.pro-liberal
{
    background:url(../images/programs/banners/liberal.jpg);
}
.pro-management
{
    background:url(../images/programs/banners/management.jpg);
}

.pro-maths
{
    background:url(../images/programs/banners/maths.jpg);
}

.pro-performing
{
    background:url(../images/programs/banners/performing.jpg);
}

.pro-pharmacy
{
    background:url(../images/programs/banners/pharmacy.jpg);
}
.pro-aviation
{
    background:url(../images/programs/banners/aviation.jpg);
}
.pro-distance-edu
{
   background:url(../images/programs/banners/distance-edu.jpg); 
}



/*-----------banner for programs----------------*/
.rt-item {
    position: relative;
}
.rt-item .rt-item-img {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 60px;
}
.rt-item .rt-item-content-holder .rt-item-title {
   color: #333;
}

.rt-item .rt-item-content-holder .rt-item-designation {
    margin-bottom: 40px;
    display: block;
    color: #646464;
}

.rt-item .rt-item-content::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: -30px;
    border: 15px solid;
    border-color: transparent transparent #f8f8f8 #f8f8f8;
}

.rt-item .rt-item-content {
    position: relative;
    padding: 30px 130px 30px 30px;
    background-color: #f8f8f8;
    color: #646464;
    line-height: 1.5;
    margin-bottom: 0;
}
.rt-vc-testimonial .owl-theme .owl-dots {
    margin-top: 40px !important;
}

.rt-vc-testimonial .owl-dots .owl-dot span {
   margin: 3px;
width: 20px;
height: 8px;
border-radius: 5px;
background-color: #dedede;
display: inline-block;
transition: all .5s ease-out;
float: left;
}

.rt-vc-testimonial .owl-dots .owl-dot.active span {
   background-color: #dd2837;
}
.rt-vc-testimonial .owl-dots
{
  margin-left: 48%;
margin-top: 30px;
}

.sec-stra
{

}
.sec-stra ul
{

}
.sec-stra ul li
{
    list-style: square;
    line-height:20px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
   
}
.banner h2
{
    color: #fff;
     font-weight: 500;
       font-size: 40px;
}
.banner h2 span
{
    font-weight: bolder;
}
.grey-bg
{
background: #ebebeb !important;

}

.section-p
{
    padding: 2em 0em 2em;
    line-height: 23px;
    background-color: #fff;
    line-height: 25px;
}
.section-p h1
{
    font-size: 30px;
margin-bottom: 60px;
text-transform: uppercase;
margin-top: 5px;
}

 .section-p h1 span {
    font-weight: 1000;
}

.section-p h2
{
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;

}
.section-p h2::after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background: #b01116;
    margin: 20px auto 0px;
}
.section-p .fancybox h5
{
    font-size: 16px;
    font-weight: bold;
}

.after-none h2::after
{
background: transparent !important;

}
.after-none h2
{
    /*margin-bottom: auto !important;*/
    margin-bottom: 20px !important;
font-weight: bold;
font-size: 28px !important;
}
.after-none h2 span
{
color:#da3233;
font-weight: 1000;
}

.section-p h3
{
 font-weight: 1000;
margin-bottom: 10px;
//text-transform: uppercase;
font-size: 22px;
/*color: #d2232a;*/
}
.section-p h3 small
{
    text-transform: initial;
    font-size: 20px;
}
.section-p h4
{
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.section-p h4 small
{
text-transform: initial;
color: #d2232a;
font-weight: 400;
}

.section-p h6
{
    font-weight: 1000;
margin-bottom: 10px;
/*text-transform: uppercase;*/
font-size: 18px;
margin-top: 30px;
}
.section-p table
{
  width: 100%;
  margin-top: 0px;
  border: 1px solid #de3133 !important;
  overflow: auto;
}
.section-p .table-bordered
{
    border: 1px solid #de3133;
    border-collapse: unset !important;
}
.section-p table th
{
background: #dfdfdf;
/*background: #c7c6c6;*/
text-transform: uppercase;
color: #121212;
}
.section-p table tr td i
{
    font-size: 22px;
text-align: center;

display: block;
}
.section-p table tr td, .section-p table tr th
{
    padding-left: 3%;
}
.section-p table tr td a
{
    color: #d2232a;
}

.section-p table tr td a:hover, .section-p table tr td a:focus
{
text-decoration: none;
color: #333;
}
.section-p a
{
    color: #212529;   

}
.section-p a:hover
{
    color: #da3233;
}

.full-width-img
{
    width: 60%;

}

.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;
}

.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;
}
.nev-blue p
{
    color: #fff !important;
    background:#003C71 !important;
}
.nev-blue p a
{
    color:#fff;
   background: #032f55;
}

.orange
{
background:#F35333;
}

.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/parallax-2.jpg) !important;
   background-attachment: fixed; 
   background-size: cover;
}
.bg-institutes h2
{
  color: #fff !important;
  font-weight:400;
}
.bg-institutes h2 span
{
  font-weight: 1000;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.brown
{
    background: #9c6247;
}

.brown p
{
    color: #fff !important;
    background:#9c6247 !important;
}
.brown p a
{
    color:#fff;
    background: #844d33;
}


.purple
{
    background: #71679c;
}

.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: #D2232C;
}
.red p
{
    color: #fff !important;
   background:#b01115 !important;
}
.red p a
{
    color:#fff;
   background: #94070b;
}

.grey
{
    background: #353535;
}
.grey p
{
    color: #fff !important;
   background: #353535 !important;
}
.grey p a
{
    color:#fff;
 
}

.col-half-offset{
    margin-left:2.0833333335%;
    margin-right:2.0833333335%;
}
.col-half-offset:after
{
 display: block;
content: '';
width: 1px;
height: 115px;
position: absolute;
/*background: #fff;*/
top: 0;
left: -14px;

}

.br-left
{

min-height: 120px;

}

.adm-box2
{
    padding-top: 60px;
    padding-left: 80px;
    background: #eaeaea;
    height: 490px;
    padding-right: 30px;
    margin-left: -45px;
}
.adm-box2 img
{
    width: 60%;
margin-top: 30px;
}
.adm-box1 img
{
    width: 60%;
margin-top: 30px;
}


.adm-box1 {
/*    padding-top: 60px;
padding-right: 80px;*/
/*background: #eaeaea;*/
/*height: 490px;*/
/*padding-left: 30px;*/
 /*   margin-right: -45px;*/

}
.font-18
{
  font-size: 18px;
}
.adm-box1 h4
{
    text-transform: uppercase;
font-size: 27px;
font-weight: 1000;
margin-bottom: 25px;

}
.adm-box1 h4 small {
    text-transform: initial;
    color: #d2232a;
    font-weight: 400;
}

.adm-box2 h4
{
    text-transform: uppercase;
font-size: 27px;
font-weight: 1000;
margin-bottom: 25px;

}
.adm-box2 h4 small {
    text-transform: initial;
    color: #d2232a;
    font-weight: 400;
}

.adm-img1
{
       position: relative;
    z-index: 1;
}
.adm-img1 img
{
/*margin-top: 35px;*/

}

.adm-img2
{
        position: relative;
    z-index: 1;
}
.adm-img2 img
{
margin-top: 35px;
}
.stats-bg
{
   /* background: url(../images/stats-bg1.jpg);*/
    background-size:cover;
background-attachment: fixed;
/*background-color: #3d3d3d;
background-blend-mode: hard-light;*/
background-position: center;
min-height: 95vh;
position: relative;
padding-top: 0px;
}

.stats
{
    width: 100%;
    color: #fff;
   padding: 8em 0em;
    float: left;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    font-size: 22px;

}
.stats h2
{
   
    font-size: 45px;
margin-top:0px;
font-weight: bold;
}
.stats h1
{
color: #fff;
font-size: 40px;
margin-bottom: 45px;
text-transform: uppercase;
margin-top: 5px;

}
.stats h1 span
{
    font-weight: bold;
}
.stats p
{
    
       font-size: 19px;
       line-height: 25px;
}

.adm-padding
{
padding-right: 7px;
padding-left: 7px;

}

.admission-stats-bg
{
    background-image:url(../images/parallax-1.jpg);
    background-blend-mode: difference;
    background-color: #2a2a2a;
    background-size: cover;
    background-attachment: fixed;
}
.adm-stats
{
    width: 100%;
    color: #fff;
   padding: 4em 0em;
    float: left;
    font-size: 16px;

}
.adm-count-block
{
/*background-color: rgba( 255, 255, 255, 0.9 );*/
border-radius: 5px;
color: #fff;
min-height: 175px;
padding: 20px 10px 10px;
}


.br-box::after {
display: block;
content: '';
width: 1px;
height: 90px;
position: absolute;
background: #fff;
top: 73px;
left: 0px;
}
.adm-count-block i
{
  color: #d2232a;
margin-bottom: 20px;
}
.adm-stats h2
{
font-size: 40px;
margin-top: 0px;
font-weight: 1000;

}
.adm-stats h1
{
    color: #fff; 
    font-size: 30px; 
    margin-bottom: 30px;
   
    text-transform: uppercase;
    margin-top: 5px;

}
.adm-stats h1 span
{
    font-weight: bold;
}
.adm-stats p
{
font-size: 14px;
line-height: 18px;
color: #d9d9d9;
}
.mb-20
{
    margin-bottom: 40px;
 /*   margin-top:30px;*/
}
.mrb-20
{
margin-bottom:20px;
}
.breadcrumb
{
    background: transparent;
    margin-bottom: 0px;
   padding-left: 5px;


}
.breadcrumb  ul li a
{
    color: #333;
    font-size: 16px;

}
.breadcrumb  ul li .active
{
    color: #d2232a;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.un-gr-h5
{
    font-size: 16px;
font-weight: bold;
color: #333;
}

.prog-list
{
line-height: 20px;
}
.prog-list a
{
color: #5c5d5e;
font-size: 16px;
}
.prog-list p
{
 color: #5c5d5e;
 line-height: 21px;  
font-size: 14px;
}

.prog-list img
{
width: 46%;
float: left;
min-height: 224px;
}

.prog-list h6
{
    font-weight: 1000;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 20px;
margin-top: 10px;
}
.prog-list h4
{
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
background: #333;
color: #fff;
padding: 15px;
}
.prog-list .list-block
{
padding-top: 15px;
padding-bottom: 15px;
margin-left: 46%;
min-height: 224px;
/*background: #f7f7f7;*/
background: #f3f3f3;
padding-left: 20px;
padding-right: 15px;
box-shadow: 0 2px 7px rgba(0,0,0,.15);
transition: all .2s ease-in-out;
}
.prog-list .list-block .btn-red
{
background: transparent;
text-transform: uppercase;
padding: 8px 11px;
text-align: center;
display: inline-block;
margin-top: 10px;
font-weight: bold;
color: #333;
font-size: 14px;
border: 1px solid #333;
}

.prog-list .list-block .btn-red:hover, .prog-list .list-block .btn-red:focus
{
background: #d2232a;
text-decoration: none;
color: #fff;
border-color: #d2232a;
}
/*.prog-list .list-block: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);
}*/
.prog-list .pl-0
{
padding-left: 0px;
}
/*.prog-list .list-block:before
{
content: '';
width: 2px;
height: 50px;
background: #c7c7c7;
display: block;
position: absolute;
left: 16%;
top: 24px;
}*/
.prog-list .list-block ul
{
    margin:0px;
   padding-left: 15px;
}
.prog-list .list-block ul li
{
line-height: 25px;
list-style: none;
margin-bottom: 5px;
padding-left: 5px;


}
.prog-list .list-block ul li:before {
content: '\f0da';
font-family: 'FontAwesome';
float: left;
margin-left: -1.2em;
color: #5E5E5E;
}

.prog-list2 .list-block
{
    margin-left: 30% !important;
    min-height: 227px !important;
}
.prog-list2 img
{
width: 30% !important;
}

.prog-list3 .list-block
{
margin-left: 0% !important;
min-height: auto !important;
background: #2e2e2e;
padding-top: 15px;
padding-bottom: 15px;
box-shadow: none;
color: #fff;
}
.prog-list3 img
{
width: 100% !important;
margin-bottom: 30px;
}

.prog-list3 a {
    color: #fff;
    font-size: 16px;

}
.prog-list3 h6
{
font-weight: 1000;
margin-bottom: 20px;
text-transform: uppercase;
font-size: 25px;
margin-top: 0px;
padding-top: 62px;
padding-left: 50px;
color: #d2232a;
}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.categories-bg
{
    background: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: center;
}
.nmt-75
{
  margin-top: -75px;  
}
.module.categories-ii {
/*margin-top: -75px;*/
/*margin-bottom: 6em;*/
margin-bottom: 2em;
}
.module.categories-ii .modcontent .sj_category {
  box-shadow: none;
}
.module.categories-ii .modcontent ul.line {
  padding: 0;
}
.module.categories-ii .modcontent ul.line >li {
  list-style: none;
  float: left;
  display: inline-block;
  height: 170px;
  width: 16.6666666667%;
  margin: 0;
}
.module-width
{
  width: 25% !important;
}



.module.categories-ii .modcontent ul.line >li.content {
  padding: 30px 15px;
  color: #000;
  line-height: 18px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.module.categories-ii .modcontent ul.line >li.content h3.tilte {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  /*! font-size: 13px; */
}
.module.categories-ii .modcontent ul.line >li.content a h3.tilte {
  color: #000;
}
.module.categories-ii .modcontent ul.line >li.content a:hover
{
    text-decoration: none;

}
.module.categories-ii .modcontent ul.line >li.content h3.tilte:before {
  content: "";
  height: 2px;
  width: 45px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content .des {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.module.categories-ii .modcontent ul.line >li.content:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 8px 8px;
  top: 45%;
  left: -15px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.new-stu:before
{
    content: "" !important;
width: 0 !important;
height: 0 !important;
position: absolute !important;
border-style: solid !important;
border-color:
transparent transparent transparent
    #fff !important;
    border-width: 8px 8px !important;
    top: 45% !important;
    right: -15px !important;
    left: auto !important;
}
.new-stu:hover:before
{
    border-color:
transparent transparent transparent
    #d33035 !important;
}

.module.categories-ii .modcontent ul.line >li.content:hover {
background: #d33035;
  transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content:hover h3.tilte {
  color: #fff;
}
.module.categories-ii .modcontent ul.line >li.content:hover h3.tilte a {
  color: #fff;
  text-decoration: none;
}
.module.categories-ii .modcontent ul.line >li.content:hover h3.tilte:before {
  background: #fff;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.content:hover .des {
  color: #fff;
}
.module.categories-ii .modcontent ul.line >li.content:hover:before {
  border-color: transparent #d33035 transparent transparent;
  transition: all 0.3s ease-in-out;
}
.module.categories-ii .modcontent ul.line >li.icon-image {
  font-size: 48px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.module.categories-ii .modcontent ul.line >li.icon-image .over-image {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  pointer-events: none;
  box-shadow: 0 0 0 0 #9ac9ec inset;
  transition: all 0.2s ease-out;
}
.module.categories-ii .modcontent ul.line >li.icon-image img {
  transition: all 0.2s ease-out;
}
.module.categories-ii .modcontent ul.line >li.icon-image:hover img {
  -moz-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
  -webkit-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
  -o-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
  -ms-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
  transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
  transition: all 0.2s ease-out;
  transition-delay: 0.1s;
}
.module.categories-ii .modcontent ul.line >li.icon-image:hover .over-image {
  opacity: 1;
box-shadow: 0 0 0 8px #e2e2e2 inset;
  transition: all 0.2s ease-out;
}
.module.categories-ii .modcontent ul.line >li:nth-child(8),
.module.categories-ii .modcontent ul.line >li:nth-child(10),
.module.categories-ii .modcontent ul.line >li:nth-child(12) {
  float: right;
  z-index: 99;
  position: relative;
}
.module.categories-ii .modcontent ul.line >li:nth-child(8):before,
.module.categories-ii .modcontent ul.line >li:nth-child(10):before,
.module.categories-ii .modcontent ul.line >li:nth-child(12):before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px 8px;
  top: 45%;
  right: -15px;
  left: auto;
}
.module.categories-ii .modcontent ul.line >li:nth-child(8):hover:before,
.module.categories-ii .modcontent ul.line >li:nth-child(10):hover:before,
.module.categories-ii .modcontent ul.line >li:nth-child(12):hover:before {
  border-color: transparent transparent transparent #d33035;

}
.module.categories-ii .modcontent ul.line >li:nth-child(7),
.module.categories-ii .modcontent ul.line >li:nth-child(9),
.module.categories-ii .modcontent ul.line >li:nth-child(11) {
  float: right;
}
.module.cus-admissions .modcontent ul {
  padding: 0;
  border: 1px solid #ebebeb;
}
.module.cus-admissions .modcontent ul li {
  list-style: none;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}
.module.cus-admissions .modcontent ul li .icon {
  display: inline-block;
  float: left;
  width: 30%;
}
.module.cus-admissions .modcontent ul li .content {
  display: inline-block;
}
.module.cus-admissions .modcontent ul li .content p {
  margin: 0;
  font-weight: 300;
}
.module.cus-admissions .modcontent ul li .content h3.title a {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.module.cus-admissions .modcontent ul li .content h3.title a:hover {
  color: #9ac9ec;
}
.module.cus-admissions .modcontent ul li:last-child {
  border: none;
}
.module.cus-admissions .modcontent ul li:hover {
  background: #f6f6f6;
}
.icon-chevron-right:before {
  content: "\f101";
}
.icon-chevron-left:before {
  content: "\f100";
}
.item-page .img-fulltext img {
  width: 100%;
}

.about-tabs
{
  width: 100%;
}
.about-tabs
{
    padding: 1em 0em 3em;
line-height: 25px;

}
.about-tabs a
{
    color: #000;
    text-decoration: underline;
}
.about-tabs h2
{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-tabs h4
{
  margin-top:30px; 
  font-weight: bold;
  font-size: 18px;
}
.about-tabs p
{
 color: #222;
}
.about-tabs ul
{
  margin:0px;
  padding-left: 15px;
}
.about-tabs ul li
{
  list-style: square;
  line-height: 24px;
  margin-bottom: 10px;
  color: #63666a;

}

.about-tabs ol
{
  margin:0px;
  padding-left: 15px;
}
.about-tabs ol li
{
  list-style:lower-alpha;
  line-height: 24px;
  margin-bottom: 10px;
  color: #63666a;

}
.about-tabs .breadcrumb
{
  padding-left: 0px;
}
.about-tabs .breadcrumb li
{
    list-style: none;
}
.about-tabs table
{
  width: 100%;
  margin-top: 20px;
}
.about-tabs table th
{
  background: #343434;
  text-align: center;
  color: #fff;
}
.about-tabs table tr:last-child
{
 /* background: #626262;
  color: #fff;
  font-weight: bold;*/
}
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
  background: #343434;
  padding: 30% 0px;
  width: 85%;
  display: block;
 height: 100%;
}

.tabs-left>.nav-item {
  float: none;
margin: 10px 0px;
position: relative;
  
}
.tabs-left>.nav-item>.nav-link
{
  color: #fff;
  padding-left: 20%;
  text-transform: uppercase;
  font-size: 16px;
    border:none;
}
.tabs-left>.nav-item.active>.nav-link,
.tabs-left>.nav-item.active>.nav-link:hover,
.tabs-left>.nav-item.active>.nav-link:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #ba0c2f;
  border:none;
  border-radius:0px;
  margin:0px;
  color: #fff;

}
.tabs-left>.nav-item.active>.nav-link:before
{
    display: none !important;
}
.nav-tabs>.nav-item>.nav-link:hover {
    /* margin-right: 2px; */
   background: #4a4a4a;
     border-radius:none; 
    border:none;
}

.tabs-left .nav-link.active::after,  .tabs-left .nav-link.active:hover::after{content: "";
position: absolute;
top: 0px;
right: -10px;
width: 10px;
height: 100%;
background: #ba0c2f;}
 .tabs-left>.nav-item >.nav-link:hover::after
 {
  content: "";
position: absolute;
top: 0px;
right: -10px;
display: block;
width: 10px;
height: 100%;
background: #4a4a4a;
 }
 .tabs-left .nav-item.show .nav-link, .tabs-left .nav-link.active
 {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #ba0c2f;
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: #fff;
 }
 .p-0
 {
    padding-left: 0px;
 }
.about-pg
{

}
.tab-block {
  width: 100%;
  height: 290px;
  margin-top: 50px;
}
.tab-block .tab-mnu {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.tab-block .tab-mnu:after {
  content: '';
  display: table;
  clear: both;
}
.tab-block .tab-mnu li {
  box-sizing: border-box;
  float: left;
 background-color: #484848;
  color: white;
  width:20%;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  cursor: pointer;
  text-transform: uppercase;
font-weight: bold;
}
.tab-block .tab-mnu li:last-child {
  border-right: 1px solid #dcdcdc;
}
.tab-block .tab-mnu li:first-child {
  border-left: 1px solid #dcdcdc;
}
.tab-block .tab-mnu li:not(:last-child) {
  border-right: 1px solid #fff;
}
.tab-block .tab-mnu li:hover:not(.active) {
  background-color: #d2232a;
}
.tab-block .tab-mnu .active {
background-color: #fff;
color: #333;
border-top: 4px solid #d2232a;
  cursor: default;
  padding-top: 11px;
padding-bottom: 11px;

}
.tab-block .tab-cont {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-top: 0px;
  background-color: white;
  color: #292d2f;
}
.tab-block .tab-cont .tab-pane {
  padding: 20px 25px;
}
.red-txt
{
  color: #d2232a;
}
.mt-0
{
  margin-top: 0px;
}
.about-br
{
  border-right: 1px solid #e8e8e8;
}

.ad-team
{

}
.ad-team .block
{
  /*background: #f5f5f5;*/
  height: 100%;
    padding: 6px;
  border: 1px solid #d0d0d0;
}
.ad-team h4
{
  font-weight: bold;
  /*border-bottom: 1px solid #aaa;*/
  padding-bottom: 5px;
  font-size: 17px;
background: #3b3b3b;
color: #fff;
      padding: 8px;
  /*margin-top: 40px;*/

}
.ad-team .block:hover
{
  background: #f5f5f5;
}
.ad-team .block:hover h4
{
  background: #d2232a;
}
.section-p table tr td, .section-p table tr th
{
  padding-left: 1%;
}
.ad-team .light
{
  background: #a8a8a8 !important;
}
.ad-team p
{
margin-bottom: 3px;
margin-left: 100px;
    line-height: 20px;
}

.ad-team a
{
margin-left: 100px;
  color: #797777;
  text-transform: lowercase;
  display: block;
}
.ad-team .block a:hover
{
    color: #b3353a;
}
.ad-team h5
{
  font-size: 16px;
font-weight: bold;
    margin-top: 10px;
margin-bottom: 5px;
margin-left: 100px;
padding-top: 14px;
}
.ad-team i
{
  font-size: 20px;
  color: #d2232a;
}

.home-campus
{
  width: 100%;
}
.home-campus h1 {
      font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 5px;
    padding-top: 60px;
    padding-left: 5%;

}
.home-campus h1 span
{
  font-weight: 1000;
}
.home-campus .black-bg
{

 color: #fff;
}

.home-campus .red-bg
{
  
 color: #fff;
}
.home-campus .light-grey
{
  
 color: #fff;
}
.text-div
{
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
}
.text-div h3
{
word-spacing: -0.15em;
font-weight: 300;
font-size: 18px;
font-weight: 300;
letter-spacing: 2px;
line-height: 28px;
padding-bottom: 5px;
padding-top: 0px;
text-transform: uppercase;
}
.text-div h3 span
{
  font-weight: 1000;
}
.c-block .cam-div .text-div p
{
  display: none;
}
.c-block:hover .cam-div .text-div p
{
  display: block;
}

.t2::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 20px 20px;
    top: 45%;
   left: -40px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.t3::after
{
  content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
  border-color: transparent #231f20 transparent transparent;
  border-width: 20px 20px;
    top: 45%;
   left: -40px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.t1::after
{
content: "";
width: 0;
height: 0;
position: absolute;
border-style: solid;
border-color: transparent transparent transparent #fff;
border-width: 20px 20px;
top: 45%;
right: -40px;
z-index: 99;
transition: all 0.3s ease-in-out;
}

.t4::after
{
content: "";
width: 0;
height: 0;
position: absolute;
border-style: solid;
border-color: transparent transparent transparent #231f20;
border-width: 20px 20px;
top: 45%;
right: -40px;
z-index: 99;
transition: all 0.3s ease-in-out;
}

.t5::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent #d2232a transparent transparent;
    border-width: 20px 20px;
    top: 45%;
   left: -40px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.t6::after{
   content: "";
width: 0;
height: 0;
position: absolute;
border-style: solid;
   border-color: transparent transparent transparent #d2232a;
    border-width: 20px 20px;
top: 45%;
right: -40px;
z-index: 99;
transition: all 0.3s ease-in-out;
}
.cam-div
{
  height: 200px;

}
.cam-div img
{
  height: 200px;
}
.px-0
{
  padding-left: 0px;
  padding-right: 0px;
}
.c-block
{
padding-bottom: 3px;
}
.c-block:hover .cam-div
{
background: #d2232a !important;
color: #fff;
}
.c-block:hover .cam-div .t3::after, .c-block:hover .cam-div .t2::after
{
   border-color: transparent #d2232a transparent transparent !important;
}

.c-block:hover .cam-div .t1::after, .c-block:hover .cam-div .t4::after
{
  border-color: transparent transparent transparent #d2232a !important;
}

.pro-content
{

}
.pro-content h4
{
    text-transform: uppercase;
    font-weight: bold;
    color: #d2232a;

}
.pro-content h4:before
{
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    content: '\f19d';
    font-family: FontAwesome;
        left: -10px;
        font-size: 14px;

}
.pro-content h5
{
   font-weight: bold;
margin-top: 25px;
font-size: 15px;
margin-bottom: 5px;
color: #000;


}
.pro-content ul
{
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
}
.pro-content ul li
{
    font-weight: bold;
    list-style: square;
}
.pro-content ul li a
{
    font-weight: normal;
    color: #000;
}
.home-alumni-readmore
{
padding: 5px 11px;
color: #fff;
text-transform: uppercase;
text-align: center;
background: #b01b12;
text-shadow: none;
margin-top: 10px;
display: inline-block;
font-weight: 500;
border: 1px solid transparent;
font-size: 13px;
/*position: absolute;*/
bottom: 20px;
left: 15px;
}

.home-alumni-readmore:hover
{
    background: transparent;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
}
.institutes 
{
    background-color: none !important;
    padding: 3em 0em;
}
.institutes h1 {
    
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 5px;
}
.institutes h1 span
{
  font-weight: 1000;
}
.institutes h2
{
   
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
   font-weight: 700;

}
.institutes h2 span
{
  font-weight: 1000;
}
.institutes .thumbnail
{
    box-shadow: 0 2px 7px rgba(0,0,0,.15);
    transition: all .2s ease-in-out;
    background: #fff;
/*   min-height: 435px;*/
    margin: 0;
    border-radius: 0;
    padding: 0px;
    /*margin-bottom: 15px;
    margin-top: 15px;*/
    position: relative;
    line-height: 1.42857143;
/*    text-align: center;*/

}
.institutes .thumbnail a
{
  color: #212529;
}
.institutes .thumbnail a:hover 
{
  text-decoration: none;
}

.m-cam-height
{
        min-height: 100% !important;
    margin-bottom:0px !important;
    height: 100%;
 
}
.m-add-height
{
        min-height: 270px !important;
    margin-bottom: 0px !important;
    height: 100%;

}
.institutes .thumbnail .caption
{
    padding: 10px 15px;
}
.institutes .thumbnail .caption h3
{
font-size: 16px;
text-transform: uppercase;
font-weight: 1000;
margin-top: 20px;
margin-bottom: 10px;
}

.institutes .thumbnail .caption h2
{
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
.institutes .thumbnail small
{
    text-transform: capitalize;
   color: #b01b12;
}
.institutes .thumbnail .caption p
{
   font-size: 14px;
/*color:#5e5e5e;*/
color:#181818;
}
.institutes .thumbnail .btn-bordered2
{
padding: 7px 11px;
color: #333;
text-transform: uppercase;
text-align: center;
background: transparent;
text-shadow: none;
margin-top: 15px;
display: inline-block;
font-weight: 500;
border: 1px solid #333;
font-size: 13px;
/*position: absolute;*/
bottom: 20px;
left: 15px;
}

.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);
}

/*----------------------list thumbnail style start-------------------------*/
.list-thumb
{
width: 40%;
float: left;
height: 215px;
}
.list-thumb img
{
    width: 100%;
    height: 100%;
}
.list-caption
{
width: 60%;
float: left;
}

.list-btn {
    padding: 7px 11px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    text-shadow: none;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #333;
    font-size: 13px;
    position: absolute;
bottom: 20px;

}
.list-btn:hover
{
    background: #d2232a;
    color: #fff;
    text-decoration: none;
    border-color: #d2232a;
}
.list-thumbnail
{
   min-height: 215px !important;
}

/*----------------------list thumbnail style end-------------------------*/


.grid-item-rhombus-wrapper {
    position: relative;
    top: 22px;
    align-self: flex-end;
    margin: 0 auto;
    z-index: 2;
}
.grid-item-rhombus-wrapper .rhombus-item {
    background-color: #f39b26;
    height: 44px;
    width: 44px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.grid-item-rhombus-wrapper .rhombus-item svg {
    height: 25px;
}
.grid-item-rhombus-wrapper .rhombus-item > * {
    display: inline-block;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-130deg);
}
.owl-carousel .owl-nav
{
    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
    top: calc(50% - 18px);
    position: absolute;
 left: -50px;
 font:normal !important;

}
.owl-carousel .owl-nav button.owl-next {
    float: right;
    top: calc(50% - 18px);
    position: absolute;
    right: -50px;

}
.owl-carousel .owl-prev a, .owl-carousel .owl-prev a:hover
{
  color: #888889;
  font-weight: lighter;
  text-decoration: none;
}
.owl-carousel .owl-next a, .owl-carousel .owl-next a:hover
{
  color: #888889;
  text-decoration: none;
   font-weight: lighter;
}


/*#owl-carousel-home .owl-dots {
      margin: 0 auto;
      width:auto;
      text-align: center;
}
#owl-carousel-home .owl-carousel button.owl-dot {
 width: 10px;
height: 10px;
border-radius: 0;
border: 1px solid #ccc;
background: #eee;
margin-right: 5px;
display: inline-block;
}
#owl-carousel-home .owl-carousel button.owl-dot.active {
     background: #333;
     width: 13px;
     height: 13px;
 }*/
 .owl-carousel-home .owl-carousel {
    position:relative;

}
 .owl-carousel-home .owl-dots {
  position: absolute;
  bottom: 3%;
 /* left:25%;*/
 right: 1%;
}
/* .owl-carousel-home .owl-dots {
      margin: 0 auto;
      width:auto;
      text-align: center;
}*/
.owl-carousel-home .owl-carousel button.owl-dot {
/*   width: 50px;
height: 3px;*/
    width: 4px;
    height: 6px;
border-radius: 0;
/*border: 1px solid #ccc;*/
background: #eee;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
}
.owl-carousel-home .owl-carousel button.owl-dot.active {
     background: #d2232a;
/*    width:50px;
height: 3px;*/
width: 30px;
height: 7px;
 }




/*#owl-carousel-home .owl-prev {
  float: left;
  top: calc(50% - 18px);
  position: absolute;
  left: 5px !important;
}

#owl-carousel-home .owl-prev a,
#owl-carousel-home .owl-next a {
  font-size: 30px;
  color: #fff;
}

#owl-carousel-home .owl-prev a:hover,
#owl-carousel-home .owl-next a:hover {
  text-decoration: none;
  color: #aaa;
}
*/
#owl-carousel-home .owl-next {
  float: right;
  top: calc(50% - 18px);
  position: absolute;
  right: 5px;
}
.adm-stats2 .owl-carousel .owl-prev {
    top: calc(100% - 18px) !important;
 left: 10px !important;
 font-size: 40px;
}
.adm-stats2 .owl-next {
    top: calc(100% - 18px) !important;
    left: 50px !important;
     font-size: 40px;
}
.adm-stats2 .owl-carousel .owl-prev a, .adm-stats2 .owl-carousel .owl-prev a:hover
{
color: #fff;
font-weight: 100;
}
.adm-stats2 .owl-carousel .owl-next a, .adm-stats2 .owl-carousel .owl-next a:hover
{
 color: #fff;
 font-weight: 100;   
}

/*============================admission stats 2======================*/

.adm-stats2
{
   /* background:url(../images/slide-02.jpg);*/
   background: linear-gradient(to bottom, #FFF, #fff, #c7c7c7);
    background-size: cover;
    /*color: #fff;*/
    font-size: 18px;
/*background-blend-mode: darken;*/
background-color: #333;
        padding: 1em 0em 2em;
    /*background-attachment: fixed;*/

}
.adm-count-block 
{
margin:0 auto;
 text-align: center;
}
.adm-stats2 h1
{
    font-weight: bold;
}
.adm-stats2 h3
{
    font-size: 23px;
font-weight: 300;
line-height: 35px;
}

.adm-stats2 h2
{
    font-size: 40px;
    font-weight: 1000;
}
.adm-stats2  select

{
    border-radius: 0px;
    height: 45px;
   border: 2px solid #d2d2d2;
}
.adm-stats2 .btn-red
{
background: #d2232a;

color: #fff;

width: 100%;

height: 45px;

border-radius: 0px;

text-transform: uppercase;

font-weight: bold;
}
.adm-stats2 .btn-red:hover
{
    background: #333;
    color:#fff;

}

.adm-stats2 .form-control
{
    color: #333;
    font-size: 17px;
    font-weight: 500;
}
.admission-bg 
{
    border-top:2px solid #000;
}

.admission-bg ul
{
    margin:0px;
    padding:0px;
}
.admission-bg ul li
{
    list-style:none;
       line-height: 40px;
}
.admission-bg ul li a
{
  color:#212529;
font-weight: bold;
text-transform: uppercase;
}
.admission-bg ul li a span
{
  font-weight: normal;
  margin-left: 5px;
  font-size: 14px;
  text-transform: none;
}
.admission-bg ul li a img
{
    width: 30px;
    margin-right: 10px;
}


.school-in-bg
{
background: #231f20 !important;
color: #fff;
}
.school-in-bg .sub-heading
{
color: #fff;
font-size: 17px;
}
.school-in-bg .txt
{
  color: #d5d0d0;
}

/*--------------------- start after homepage change school style-------------------*/

  .school-in-box {
 background:0 0;
margin: 20px 0 20px;
 padding:0;
 border:none;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none
}
.school-in-box:hover h3 a {
 text-decoration:none;
 color:#716e6e;
}
.school-in-box:hover h5 a {
 text-decoration:none;
color: #ff1b24;
}
.school-in-box h3 {
float: left;
margin: 0px 18px 0 0;
padding: 10px 15px 0;
line-height: 48px;
font-size: 40px;
color: #fff;
font-weight: 1000;
display: block;
position: relative;
width: 23%;
}
.school-in-box h3:after {
background: #555;
height: 50px;
display: block;
top: 10px;
right: 0;
content: '';
width: 2px;
position: absolute;
}
.school-in-box h3 a {
 text-decoration:none;
 color:#fff;
}
.school-in-box a
{
  color: #fff;
}
.school-in-box h3 a:focus {
 text-decoration:none;
 color:#fff;
}
.school-in-box h3 a:hover {
 text-decoration:none;
 color:#716e6e;
}
.school-in-box h3 img
{
width: 100%;
float: left;

}
.school-in-box h5 {
margin: 0;
line-height: 30px;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
font-weight: bold;
margin-left: 100px;
}
.school-in-box h5 small
{
  line-height: 20px !important;
  margin-top: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.school-in-box .service-box_txt {
    overflow: hidden;
padding: 19px 0 0;
color: #aeacac;
font-size: 14px;
margin-left: 100px;
}
.more-content {display:none;}
.cg-visible {display:block;}

.school-in-bg .btn-border
{
background: transparent;
padding: 10px 30px;
text-align: center;
display: inline-block;
margin-top: 10px;
font-weight: bold;
color: #fff;
font-size: 16px;
border: 1px solid #fff;
text-transform: uppercase;

}
.school-in-bg .btn-border:hover
{
  text-decoration: none;
  background: #fff;
  color: #333;
}
/*---------------------end after  homepage change school style-------------------*/




.school-acc
{
    background: #d2232a !important;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.school-acc h2::after
{
    background:#fff !important;
}

.school-acc .owl-dots {
      margin: 0 auto;
      width:auto;
      text-align: center;
}
.school-acc .owl-carousel button.owl-dot {
 width: 10px;
height: 10px;
border-radius: 0;
border: 1px solid #ccc;
background: #eee;
margin-right: 5px;
display: inline-block;
}
.school-acc .owl-carousel button.owl-dot.active {
     background: #fff;
     width: 13px;
     height: 13px;
 }
 .highlights-img
 {
    margin-bottom: 30px;
 }
 .highlights-img .owl-dots {
      margin: 10px auto;
      width:auto;
      text-align: center;
}
.highlights-img .owl-carousel button.owl-dot {
 width: 10px;
height: 10px;
border-radius: 0;
border: 1px solid #ccc;
background: #eee;
margin-right: 5px;
display: inline-block;
}
.highlights-img .owl-carousel button.owl-dot.active {
     background: #606062;
     width: 13px;
     height: 13px;
 }
.highlights-img .owl-carousel .owl-item img
{
   border: 5px solid #d4d4d4;
}
.sec-intern
{


}
.sec-intern ul
{
margin:0px;
padding-left: 15px;

}
.sec-intern ul li
{
  list-style:square;
  padding: 0px;
  line-height: 30px;
}
.sec-intern ul li a
{
  color: #d2232a;
}
.colab-logos
{

}
.colab-logos .owl-nav button.owl-prev
{
top: calc(40% - 18px) !important;
font-size: 20px !important; 
color: #000 !important;
display: block;
background: #4f4f4f !important;
width: 30px;
height: 30px;
border-radius: 50%;
}
.colab-logos .owl-nav button.owl-prev a
{
color: #fff;
}
.colab-logos .owl-nav button.owl-next
{
  top: calc(40% - 18px) !important;
  font-size:20px !important;
color: #000 !important;
display: block;
background: #4f4f4f !important;
width: 30px;
height: 30px;
border-radius: 50%;
}
.colab-logos .owl-nav button.owl-next a
{
  color: #fff;
}

.colab-logos img
{
  box-shadow: 0 2px 7px rgba(0,0,0,.15);
}
.scrollify {
  height: 100vh;
  width: 100%;

  text-align: center;
  padding: 0% 0;
  border: 1px solid black;
}

.normal-scroll-item {
  height: 100vh;
  width: 100%;

  text-align: center;
  padding: 0% 0;
  border: 1px solid black;
}



.moreless-button {
    background: 
transparent;
border: 1px solid
    #333;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
 /* Footer Styles */
footer
{
    background: #333;
   padding: 1em 3%;
    color: #fff;
  background: #ededed;
 
}
footer h4
{
  color: #d2232a;
font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
border-bottom: 1px solid #333;
padding-bottom: 12px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;


}
.centered
{
    text-align: center;
}
footer ul
{
    margin:0px;
    padding:0px;
}
footer ul li
{
  list-style: none;
line-height: 23px;
font-size: 14px;

}
footer ul li a
{
    color: #5d5d5d;
}
footer ul li a:hover
{
    color: #000;
    text-decoration: none;
}
.foostrip
{
    background: #231f20;
  
    color:#fff;
  padding: 6px 3%;
  font-size: 12px;
}
.foostrip a
{
    color: #fff;
}

/*--------- news & events------------*/

.news-grid
{
    
}
.news-grid .grid-block
{
    width: 100%;
height:100%;
float: left;
position: relative;

}
.news-grid .grid-block2
{
    width: 100%;
float: left;
height:50%;
position: relative;
}
.news-grid .grid-block3
{
    width: 50%;
float: left;
height:50%;
position: relative;
}
.news-grid span {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.news-grid span::before
{
    bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.news-grid span img {
    display: block;
    height: 100%;
    width: 100%;
    transition: .3s;
}
 .news-grid span:hover img {
    transform: scale(1.1);
}
.news-grid .over-txt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight:bold;
    z-index:2;
}

.news-grid .owl-carousel .owl-nav
{
    font-size: 30px;

font-weight: bold;

margin-top:15px;
margin-bottom: 2em;
}

.news-grid .owl-carousel .owl-prev a, .news-grid .owl-carousel .owl-prev a:hover {
color: #727171;
font-weight: lighter;
text-decoration: none;
border: 1px solid #727171;
padding: 5px 15px;
}

.news-grid .owl-carousel .owl-next a, .news-grid .owl-carousel .owl-next a:hover {
color: #727171;
font-weight: lighter;
text-decoration: none;
border: 1px solid #727171;
padding: 5px 15px;
}

.news-grid .owl-carousel .owl-nav button.owl-prev,  .news-grid .owl-carousel .owl-nav button.owl-next
{
top:auto;
}
.news-grid .owl-carousel .owl-nav button.owl-next
{
right:0px;
}
.news-grid .owl-carousel .owl-nav button.owl-prev
{
    right: 55px;
    left: auto;
}
.sec-news
{
    /*background: #e6e6e6;*/
}
.sec-news h5
{
    margin-bottom:15px;
    font-weight:bold;

}
.sec-news h5 a
{
    color:#333;
}
.sec-news p
{
    margin-bottom:5px;
}
.sec-news .btn-b
{
background: transparent;
border: 1px solid #333;
color: #333;
padding: 5px 10px;
text-decoration: none;
margin-top: 15px;
display: inline-block;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.sec-news .btn-b:hover
{
    background:#d2232a;
    color:#fff;
    border-color:transparent;
}
.sec-news h4
{
    font-size:26px;
    margin-bottom:30px;

}
.sec-news h4 span
{
    font-weight:1000;
}
.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:14px;
  color:#fff;

    
}
.date-tile .day
{
display:block;
width:100%;
padding:7px;
text-align:center;
text-transform:uppercase;
font-size: 28px;
font-weight:1000;
background: #fff;
   
}
.border-red
{
  
    padding-top:15px;
    padding-bottom:10px;
    padding-left:15px;
    border-bottom: 1px solid #e4e4e4;
}
.border-red1
{
    background: #fafafa;
    padding-top:15px;
    padding-bottom:10px;
    padding-left:15px;
    border: 1px solid #e4e4e4;
}
.event-name
{
    font-size: 20px;
font-weight: bold;
margin-bottom: 5px;
color: #d2232a;
}
.event-info
{
font-size: 14px;
line-height: 20px;
color: #767676;

}
.red-box
{
    width:100%;
    background:#d2232a;
    color:#fff;
    height:100%;
}
.b-shadow
{
   box-shadow: 0 2px 7px rgba(0,0,0,.15);
}



/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden;position:relative;margin-top: 40px;}
.main-timeline4:before{content: "";
width: 3px;
height: 100%;
background: #58595b;
position: absolute;
top: 50px;
left: 50%;
transform: translateX(-50%);}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top: 35%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border: 3px solid #d2232a; position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:hover, .main-timeline4 .timeline-content:focus
{
    text-decoration: none;
  cursor: auto;
}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top: 3px solid #58595b;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;font-size:30px;color:#f54957;text-align:center;box-shadow:0 0 10px rgba(0,0,0,.4);position:absolute;top:-15px;left:0}

.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{
    font-size: 18px;
font-weight: 600;
color: #333;
text-transform: initial;
margin: 0 0 5px;}
.main-timeline4 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}

.main-timeline4 .timeline:nth-child(2){margin-top:80px}
.main-timeline4 .timeline:nth-child(odd){margin:-80px 0 0; text-align: left;}
.main-timeline4 .timeline:nth-child(even){margin-bottom:40px;text-align: right;}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{top: -11px;}


@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}

.award-wrap
{

}
.award-wrap .accordion .btn
{
  text-align: left;
  color: #000;
      font-weight: bold;

}
.award-wrap .accordion a
{
    text-decoration: none;
}
.award-wrap .accordion a:hover
{
    text-decoration: underline;
}
.student-wrap .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.student-wrap .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.student-wrap .accordion .card .card-header
{
    margin-bottom: 0px;
    cursor: pointer;
}
.student-wrap .accordion .card .card-body
{
border-bottom: 1px solid rgba(0,0,0,.125);
}
.student-wrap ul li a
{
    text-decoration: none;
}
.student-wrap ul li a:hover
{
    color: #da3233;
    text-decoration: underline;
}
  .more-less {
    float: right;
    color: #212121;
  }

 #un-gra-tab i
{
  display: none;
}
.nirf
{

}

.nirf .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.nirf .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.nirf .card-title
{
font-size: 18px;
font-weight: bold;
}
.nirf .accordion .card 
{
  border: none;
}
.nirf .accordion .card .card-header {
    padding: .75rem 15px;
    cursor: pointer;
   margin-bottom:10px;
   margin-top:10px;
   border: 1px solid rgba(0,0,0,.125);
   border-radius: 0px;
}

.nirf ul
{
  margin: 0px;
  padding: 0px;
}
.nirf ul li
{
  list-style: none;
clear: both;

}
.nirf ul li a
{
  font-size: 16px;
  color: #333;

}
.nirf ul li a:hover
{
  color: #d2232a;
}

.nirf-text
{
width: 85%;
float: left;
border-bottom: 1px dotted #333;
margin-right: 5%;
padding: 5px 0px;
font-weight: 500;
border-bottom: 1px dashed #727272;
}
.nirf-img
{
  width: 10%;
}
.nirf ul li a span img
{
width: 35px;

}


.nirf ol
{
  margin: 0px;
  
}
.nirf ol li
{

clear: both;
padding-left: 5px;

}
.nirf ol li a
{
  font-size: 16px;
  color: #333;

}
.nirf ol li a:hover
{
  color: #d2232a;
}

.nirf ol li a span img
{
width: 35px;

}
  .side-p {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    display: table;
}
.corporate-faculty
{

}
.corporate-faculty h5
{
font-size: 18px;

}
.corporate-faculty h5 small
{
  
}
.sec-staff
{

}
.sec-staff table tr td a
{
color: #212529 !important;
}
.sec-staff table tr td a:hover
{
  color: #d2232a !important;
}

.inter-stu-staff
{
background-image: url(../images/slide-02.jpg) !important;
background-size: cover !important;
background-attachment: fixed !important;
background-color: #4c0306 !important;
background-blend-mode: hard-light;
}
.inter-stu-staff ul
{
    margin:0px;
    padding-left: 15px;
}
.inter-stu-staff ul li
{
   
}
.contact-sec h4
{
/*color: #d2232a;*/
font-weight: 500;
margin-bottom: 15px;

}
.contact-sec h6
{
    font-weight: 400 !important;
    margin-top: 10px;
}
.contact-sec h6 b
{
    font-weight: bold;
}
.contact-sec h4 span
{
  font-weight: 1000;
}
/*.contact-sec .border-right
{
  border-right: 1px solid #333 !important;
}*/
.contact-sec .border-right, .contact-sec .border-bottom
{
border-color:#d4d3d3  !important;
}
.c-icon
{
 float: left;
font-size: 18px;
color: #d2232a;

}
.c-text
{
  display: block;
  margin-left: 25px;
/*  color: #505050;*/

}
.awards-p
{
  padding-right:15px !important;
}
.desk-video
{
  width: 100%; 
  height: 342px; 
  background: #e32634; 
  overflow: hidden !important;
}
.sec-box-b .owl-item img {
    height: 342px;
}
.video-block
{
font-size: 16px;
  line-height: 26px;
}
.social {
    padding-right: 15px;
    color: #fff;
    margin-top: 10px;
}
.social a {
    color: #fff;
    padding: 2px;
}
.social a i {
    font-size: 1.5em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
  /*  border-radius: .8em;
    border: 1px solid #fff;*/
}
.social a:hover i
{
/*  color: #e32634;*/
} 
.v-txt
{
      /*padding: 3.5em 0em;*/
   /* padding: 3em 0em;*/
       padding: 5em 0em;
  width: 100%;

}
.v-txt ul
{
    margin:0px;
    padding-left: 15px;

}
.v-txt ul li
{
     list-style: square;
    margin-bottom: 10px;
    padding-left: 0px;
}
.enquiry-modal 
{
  border-radius: 0px;

}
.enquiry-modal .modal-content
{
    padding: 0 30px 30px;
/*background: rgba(255, 255, 255, 0.9);*/
/*   color: #fff;*/
    border: 3px solid #da3233;
}
.enquiry-modal .modal-title
{
font-weight: bold;
}
.enquiry-modal .modal-header .close
{
  position: absolute;
top: 10px;
right: 10px;
}
.enquiry-modal .form-control
{
  height: 2.4rem !important;
  font-size: 0.9rem !important;
   border-radius: 0rem !important;
 }

 .facebook-color:hover i
{
color: #3b5998;
}
.linkedin-color:hover i
{
  color:  #0e76a8;
}
.twitter-color:hover i
{
color: #00acee;
}
.instagram-color:hover i
{
  color: #3f729b;
}
.youtube-color:hover i
{
color: #c4302b;
}

.facebook-bg:hover 
{
background: #3b5998 !important;
}
.linkedin-bg:hover 
{
background:  #0e76a8 !important;
}
.twitter-bg:hover 
{
background: #00acee !important;
}
.instagram-bg:hover 
{
 background: #3f729b !important;
}
.youtube-bg:hover 
{
background: #c4302b !important;
}
.school-highlights2
{
background: linear-gradient(to bottom, #FFF, #cecece) !important;
}
.school-highlights
{
  background: -webkit-linear-gradient(to right, #D7DDE8, #757F9A);
background: linear-gradient(to bottom, #FFF, #ededed);
/*background: linear-gradient(to bottom, #FFF, #cecece);*/
font-size: 16px;
padding: 2em 0em 2em;
color: #222;
}
.school-highlights h2
{
    text-transform: uppercase;
font-size: 30px;
font-weight: bold;

}
.school-highlights h2 span
{
font-weight: 1000;
color: #da3233;
}
.gredient
{
    background: -webkit-linear-gradient(to right, #D7DDE8, #757F9A);
background: linear-gradient(to right, #FFF, #d7d7d7);
}
.school-highlights .border-left, .school-highlights .border-right
{
  border-color: #333 !important; 
}
.highlight-block {
     width: 100%;
height: 100%;
border: 1px solid #d3211d;
position: relative;
padding: 25px 25px 25px 35px; 
-webkit-box-shadow: 5px 4px 0px 0px rgba(134, 134, 134, 0.75);
-moz-box-shadow:  5px 4px 0px 0px rgba(134, 134, 134, 0.75);
box-shadow: 5px 4px 0px 0px rgba(134, 134, 134, 0.75);
background: #d3211d;
color: #fff;

}

.highlight-block:before, .highlight-block:after {
content: "";
border-style: solid;
border-width: 20px;
width: 0;
height: 0;
position: absolute;
top: 41%;
left: 0px;
}

.highlight-block:before{
        border-color:  transparent transparent transparent #d3211d;
}
.highlight-block:after
{
margin-top: 0px;
border-color: transparent transparent transparent #fefefe;
margin-left: -8px;
}


/*.highlight-block2 {
     width: 100%;
height: 100%;
border: 1px solid #d3211d;
position: relative;
padding: 15px 25px 15px 35px;
-webkit-box-shadow: 5px 4px 0px 0px rgba(134, 134, 134, 0.75);
-moz-box-shadow:  5px 4px 0px 0px rgba(134, 134, 134, 0.75);
box-shadow: 5px 4px 0px 0px rgba(134, 134, 134, 0.75);

}

.highlight-block2:before, .highlight-block2:after {
content: "";
border-style: solid;
border-width: 15px;
width: 0;
height: 0;
position: absolute;
top: 24%;
left: 0px;
}

.highlight-block2:before{
       border-color: transparent transparent transparent #454242;
}
.highlight-block2:after
{
margin-top: 0px;
border-color: transparent transparent transparent #fefefe;
margin-left: -8px;
}
*/

.highlight-block2 {
     width: 100%;
height: 100%;
position: relative;
padding: 15px 25px 15px 40px;
-webkit-box-shadow: 1px 1px 2px 0px rgba(134, 134, 134, 0.75);
background: #fff;
}

.highlight-block2:before, .highlight-block2:after {
content: "";
border-style: solid;
border-width: 18px;
width: 0;
height: 0;
position: absolute;
top: 34%;
left: 2px;
}

.highlight-block2:before{
     border-color: transparent transparent transparent #606062;
}
.highlight-block2:after
{
margin-top: 0px;

border-color: transparent transparent transparent #f4f4f4;

margin-left: -10px;
}
.highlight-block2 span
{
    font-size: 20px;

margin-right: 5px;
clear: right;
display: block;
margin-bottom: 4px;
color: #d2232a;
}

.font-1000
{
    font-weight: 1000;
}

.highlight-block3
{
    padding: 25px 20px;
width: 100%;
height: 100%;
box-shadow: 0 2px 7px rgba(0,0,0,.15);
font-size: 16px;
background: #fff;
border: 2px solid #c4c4c4;
text-align: center;
display: block;
}
.highlight-block3 .icon {
/*border: 2px solid #d2232a;*/
width: 75%;
margin: 0 auto;
height: 45px;
line-height: 35px;
border-radius: 0px 15px 15px 0px;
margin-top: -45px;
background-color: #d2232a;

background-size: 67%;
background-repeat: no-repeat;
background-position: center;
transition: background-color 0.5s ease;
text-align: center;
font-size: 15px;
font-weight:normal;
color: #fff;
margin-bottom: 15px;
text-transform: uppercase;
margin-left: -30px;
background: #ED213A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
position: relative;

}
.highlight-block3 .icon:before
{
content: '';

width: 0;

height: 0;

border-left: 10px solid transparent;

/*border-right: 20px solid transparent;*/

border-top: 10px solid #9b2820;

left: 0px;

position: absolute;

bottom: -10px;
}

.highlight-block3 .icon span
{
    font-weight: 1000;
    font-size: 25px;
    margin-left:3px;
}
.highlight-block3: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);
    border: 2px solid #d2232a;
}
/*.highlight-block3:hover .icon {
    background-image: url(../images/p-icon1.png);
    background-color: #fff;
    background-size: 67%;
    background-repeat: no-repeat;
    background-position: center;
}*/

.highlight-block4
{
    padding: 25px 20px;
width: 100%;
height: 100%;
box-shadow: 0 4px 1px 1px rgba(0,0,0,.15);
font-size: 16px;
background: #fff;
border: 1px solid #c4c4c4;
text-align: center;
display: block;
border-radius: 30px;
/*color: #544e4e;*/
letter-spacing: 0.7px;
}
.highlight-block4 .icon {
/*border: 2px solid #d2232a;*/
width: 85%;
margin: 0 auto;
height: 45px;
line-height: 35px;
color: #da3233;
background-size: 67%;
background-repeat: no-repeat;
background-position: center;
transition: background-color 0.5s ease;
text-align: center;
 font-weight: 1000;
text-transform: uppercase;
position: relative;
margin-bottom: 15px;
/*border-bottom: 1px solid #dcdcdc;*/
padding-bottom: 20px;

}
.highlight-block4 .icon:after
{
content: '';
background-color: #bebebe;
width: 50%;
height: 1px;
display: block;
margin: 0 auto;
}


.highlight-block4 .icon span
{
   font-size: 32px;
}
.highlight-block4 .icon span sup
{
    text-transform: lowercase;
}
.highlight-block4: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);
    border: 1px solid #d2232a;
}



.highlight-block5 {
     width: 100%;
height: 100%;
text-align: center;
position: relative;
padding: 25px;
border-right: 1px solid #d2232a;
/*background: #fff;*/

}

.highlight-block5 a
{
    color: #222;
}

.highlight-block5 a:hover
{
    text-decoration: none;
        text-shadow: 4px 4px 0px #d5d5d5, 3px 2px 0px rgba(0, 0, 0, 0.2);


}



.highlight-block5 span
{
font-size: 31px;
margin-right: 5px;
clear: right;
display: block;
margin-bottom: 15px;
color: #d2232a;
font-weight: 400;
line-height: 35px;
}
.highlight-block5 span b
{
    font-size: 40px;
    font-weight: 1000;
}

.highlight-home {
     width: 100%;
height: 100%;
text-align: center;
position: relative;
    padding: 19px 20px;
border-right: 1px solid #d2232a;
background: #fff;
color:#000;
font-size: 16px;
}



.highlight-home span
{
    font-size: 24px;
margin-right: 5px;
clear: right;
display: block;
margin-bottom: 15px;
color: #d2232a;
font-weight: bold;
}

.highlight-home span b
{
         font-size: 35px;

}
.height-170
{
    height:170px !important;
    margin-bottom: 2px;
}
.hightlight-overlay
{
        position: unset !important;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0px;
    color: #333;
    background-color: #fff;
 /*  padding-top: 12px;*/
/*padding-top: 30px;*/
/*padding-top: 20px;*/
padding-top: 12px;
}

.hightlight-overlay h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    font-weight: 1000;
}
.hightlight-overlay img
{
        width: 75%;
    display: block;
    margin: 0 auto;
}
.ml-115
{
    margin-left: 115px;
}
.team-b
{
    width: 100%;
    min-height: 85px;
display: block;
clear: both;
border-bottom: 1px solid #e0e0e0;
}
.team-b img
{
    width: 85px;
    border-radius: 50%;
border: 1px solid #bdbdbd;

}

#top-b {
  display: inline-block;
  background-color:#606062;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 105px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top-b::after {
  content: "\f077";
font-family: FontAwesome;
font-weight: lighter;
font-style: normal;
font-size: 18px;
line-height: 40px;
color:#fff;
}
#top-b:hover {
  cursor: pointer;
  background-color: #333;
}
#top-b:active {
  background-color: #555;
}
#top-b.show {
  opacity: 1;
  visibility: visible;
}

.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}



.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
 padding: 28% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
 filter:unset;
 opacity: 1;
 vertical-align: middle;
 display: block;
 margin: 0 auto;
 width: 30px;
 height: 30px;

}
.gallery-p figure.softeffect h4 i
{
  font-weight: lighter;
}



.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

 figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}

.squre-list
{
margin: 0px;
padding-left: 15px;

}
.squre-list li
{
    list-style:none;
    padding-left: 5px;
    margin-bottom: 5px;
}
.squre-list li a
{
    color: #333;
}
.squre-list li a:hover
{
    color: #da3233 !important;
    text-decoration: underline !important;
}
.squre-list li span
{
    margin-left:10px;
    display: block;
}
.squre-list li:before
{
   content: "\f105";
   font-family: 'FontAwesome';
  color: #da3233;
  font-weight: bold;
  display:block; 
  width: 1em;
  margin-left: -1em;
  float: left;
}
.research-highlights-b
{
margin-top: -70px;
background:#fff; border: 2px solid #ebebeb;
/*border-radius: 50px 50px 0px 0px;*/
margin-bottom: 20px;
}
.fxo-widget-iframe {

        bottom: 5% !important;
right: 0px !important;

}

.tableFixHead {
  overflow: auto;
  height:550px;
font-size: 13px;

}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  min-width: 160px;
  text-transform: uppercase;
}
.tableFixHead table tr:last-child
{
    background:transparent !important;
color:#333 !important;
}

.alumni-sec
{
  background-image:url(../images/wall-of-fame.jpg);
 background-attachment: fixed;
color:#fff;
background-size: cover;
padding: 4em 2em 4em 4em;
background-color:#160f05;
background-blend-mode: overlay;
}
.alumni-sec h1
{
  color: #fff;
   font-size: 30px;
    margin-bottom: 60px;
    text-transform: uppercase;
    margin-top: 5px;
}
.alumni-sec h1 span {
    font-weight: 1000;
}
.alumni-sec .owl-dots {
      margin: 0 auto;
      width:auto;
      text-align: center;
}
.alumni-sec .owl-carousel button.owl-dot {
 width: 10px;
height: 10px;
border-radius: 0;
border: 1px solid #ccc;
background: #aaa;
margin-right: 5px;
display: inline-block;
}
.alumni-sec .owl-carousel button.owl-dot.active {
     background: #fff;
     width: 13px;
     height: 13px;
 }
.single-testimonial {

  /*  background-color: #fff;*/
    padding: 25px 25px 25px 30px;
    border-radius: 5px;
    box-shadow: -2px 5.7px 20px 0 rgba(9, 30, 107, 0.05);
   
    background-size: auto;
    background-position: 100% -128%;
    background-repeat: no-repeat;
    transition: all 300ms linear 0s;
/*border: 1px solid #363636;*/
}
.single-testimonial .thumb {
      margin-right: 30px;
    max-height: 100px;
    width: 100px;
    /*border-radius: 100%;*/
 /*   border: 2px solid #ecf3f5;*/
/*    overflow: hidden;*/
    margin: 0 auto;
    float: left;
    position: relative;
}

.single-testimonial .thumb::before {
    bottom: -20%;
    left: -10%;
    border-bottom: 3px solid #da3233;
border-left: 3px solid #da3233;
}
.single-testimonial .thumb::after {
    top: -10%;
    right: -10%;
    border-top:3px solid #da3233;
border-right: 3px solid #da3233;
}

.single-testimonial .thumb::before, .single-testimonial .thumb::after {
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}

.single-testimonial h4 {
transition: all 300ms linear 0s;
margin-bottom: 10px;
font-weight: bold;
font-size: 18px;
color: #fff;
}
.single-testimonial .designation {
 font-style: italic;
    color: #d8b300;
    font-weight: bold;
    font-size: 25px;
}

/*.single-testimonial .designation span
{
        color: #e4c363;
}*/



 .single-testimonial .desc
{
  margin-left: 140px;
  position: relative;
}
.homepage-gallery
{
    padding: 4em 0em;
    background: #232323;
}
.gallery.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gallery-list.col-md-12,
.gallery-list.col-md-6,
.gallery-list.col-md-4,
.gallery-list.col-md-3,
.gallery-list.col-md-2,
.gallery-list.col-md-1 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.image-grid {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.image-grid img {
  width: 100%;
  height: auto;
  transform: scale(3);
  min-height: 300px;
}
.image-grid figure.softeffect h4
{
    padding: 100px 0 20px !important;
}
.image-grid:hover > img,
.image-grid.hover > img {
  opacity: 0.1;
}

.border-btn {
    background: transparent;
text-transform: uppercase;
padding:5px 11px;
text-align: center;
display: inline-block;
margin-bottom: 10px;
font-weight: bold;
color:#333;
font-size: 14px;
border: 1px solid #333;
text-decoration: none !important;
}
.enquire-tab {
    position: fixed;
    top: 11%;
    right: 0px;
    z-index: 9999;
    bottom: 0;
    height: 66px;
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
}
.enquire-tab {
position: fixed;
top: 15%;
right: 0px;
z-index: 9999;
bottom: 0;
height: 66px;
margin-left: -3px;
margin-bottom: -3px;
display: block;
}
.enquire-block  {

float: left;
color:#fff;
border: 1px solid #fff;
font-size: 16px;
cursor: pointer;
font-weight: bold;
height: auto;
z-index: 9999;
/*background-color:#222;*/
/*background-color: #286071;*/
    background-color: #d2232a;
margin-right: -67px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
padding-left: 19px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 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: 85px;
}
.enquire-block:hover
{
    background-color:#222;
}
.enquire-block a
{
    color: #fff;
}
.enquire-block a:hover
{
    text-decoration: none;
}
.btn-red1
{
background:#b01b12 !important;
color:#fff !important;
padding: 5px 20px;
font-weight: bold;
display: block;
width: 100%;
margin-bottom: 20px;
text-align: center;

}
.btn-red1:hover
{
background: #333;
}
.site-map
{

}
.site-map h4
{
font-size: 17px;
font-weight: bold;
text-transform: unset;
}
.site-map h5
{
    font-size: 17px;
    font-weight: bold;
}
.site-map h6
{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}
.site-map ul li
{
padding-left: 15px !important;
margin-bottom: 0px !important;
}

.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  margin-bottom: 10px;
}

.myaccordion .card-header {
      border-bottom-color: #fff;
  background: transparent;
      padding: 0px;
    background: #e6e6e6;
    
}

.myaccordion .fa-stack {
  font-size: 14px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #333;
  padding: 0;
  font-size: 18px;
  padding: 7px;
}
.myaccordion h2:after
{
    content: none;
}
.myaccordion h6
{
    font-size: 16px;
}
.myaccordion a
{
    color: #da3233;
    font-weight: bold;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
 
}
.myaccordion .btn-link:focus
{
     background:#da3233;
     color: #fff;
}

.myaccordion .btn-link:focus .fa-minus, .myaccordion .btn-link:focus .fa-plus
{
    color: #da3233;
}
.card-body ul
{
    margin:0px;
    padding-left: 15px;
}
.card-body ul li
{
   // list-style: square;
   // font-weight: bold;
}


.myaccordion li + li {
  margin-top: 5px;
}

.int-istitute
{

}
.int-istitute h4
{
font-weight: 1000;
font-size: 15px ;
  vertical-align: middle;
}
.int-istitute .inst-box-in
{
    position: relative;
        min-height: 110px;
          vertical-align: middle;
}

.int-istitute .inst-box-in p
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    color: #fff;
        padding: 5px 0px;

}
.int-istitute .inst-box-in p a
{
    color: #fff;
}
#owl-carousel-home
{

}
#owl-carousel-home .item
{
    position: relative;
}
#owl-carousel-home .caption
{
    position: absolute;
    bottom: 0px;
    width:100%;
       height: 50%;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    padding: 18% 3% 30px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
#owl-carousel-home .caption span
{
    font-weight: 1000
}
#owl-carousel-home .caption p
{
    margin-bottom: 0px;
}


#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  
  background-size: cover;
}

#notfound .notfound-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 36, 0.7);
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 910px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
}

.notfound .notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 220px;
  font-weight: 900;
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.notfound h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
}

.notfound .home-btn, .notfound .contact-btn {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 18px;
  border-radius: 40px;
  margin: 7px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .home-btn:hover, .notfound .contact-btn:hover {
  opacity: 0.9;
}

.notfound .home-btn {
  color: rgba(255, 0, 36, 0.7);
  background: #fff;
}

.notfound .contact-btn {
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.notfound-social {
  margin-top: 25px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px 6px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  color: rgba(255, 0, 36, 0.7);
  background-color: #fff;
  border-radius: 50%;
}
.pro-logo
{
    width: 15%;
    float: left;
    margin-right:3%;
    border:1px solid #aaa;
}


.thank-u {
    padding: 120px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 50px solid #fff;
}

.thank-u  h1
{
    font-size: 5em;
    font-weight: 1000;
}
/* Responsive Styles */
@media only screen and (max-width: 1440px) {
  /*   figure img
    {
        height: 100vh;
    }*/
   /* figure.effect-julia img
    {
        height: 100vh;
    }*/
    .searchbox
{
    display: block;

}
.v-txt
{
        padding: 3em 0em;
}
.stats-bg
{
        min-height: 80vh;
}
.nav-custom .navbar-nav .nav-link
{
        font-size: 14px;
            padding: 7px 10px;
    }

}
@media only screen and (max-width: 1366px) {

    .yamm .dropdown.yamm-fw .dropdown-menu3::before
    {
            left: 32%;
    }


    .nav-custom .navbar-brand
    {
            padding: 5px 5px;
            margin-right: 0px;
    }
    .image-grid
    {
        height: 270px;
    }
    .highlight-home
    {
  
        padding: 10px 10px;
    }

    figure h2
    {
        font-size: 16px;
    }
figure.effect-goliath p
{
    font-size: 70%;
}
.hightlight-overlay
{
  /*padding-top: 23px;*/
/*  padding-top:11px;*/
padding-top: 11px;
/*padding-top: 0px;*/
}

.highlight-home span b {
      font-size: 32px;
}
.height-170
{
   height: 149px !important;
}

.highlight-home span
{
   /* font-size: 18px;*/
               font-size: 21px;
    margin-bottom: 10px;
    font-weight: bold;
}
.banner h4
{
  margin-top: 65px;
}

.nav-custom .btn-red
{
    margin-top: 5px;
}
.overlay2
{
    font-size: 20px;
}

  .v-txt
{
padding: 2em 0em;
width: 100%;
/*font-size: 15px;*/
    /*font-size: 13px;*/
       font-size: 14px;
line-height: 22px;

}
.awards-p
{
  padding-right: 15px !important;
}
    figure img
    {
        height: 100vh;
    }
    figure.effect-julia img
    {
        /*height: 100vh;*/
        height: 100%;
    }

    figure.effect-julia p img {
    width: 45px !important;
    max-height: 30px !important;
    min-height: 30px;

  }
    .glo-search .search
    {
        width: 75%;
    }
.nav-custom .navbar-nav .nav-link
{
/*  padding: 10px 12px;*/
    padding: 10px 7px;
font-size: 14px;
}

.sec-box-b .owl-item img
{
  height: 350px;
}
.explore-btn a
{
  font-size: 18px !important;
}
.banner h1
{
  font-size: 29px;
}
.c-block .cam-div .text-div p
{
  font-size: 12px;
}

.yamm .yamm-content3 li
{
    line-height: 38px;
    }

     .table-striped
    {
font-size: 14px;
    }

    .institutes-banner
{
  padding-top: 7%;
}
/*----- homepage style change-----------*/

    .sec-box-b
{
    height: 300px;
}
figure
{
max-height: 300px;
height: 300px;
}
.sec-box-b .owl-item img {
    height: 300px;
}

figure.effect-goliath {
    height:149px;
}
figure.effect-sadie {
    height: 149px;
}
.glo-search {
    padding: 1em;
}
.glo-search .search
{
    height: 40px;
}
figure.effect-sadie p
{
    bottom: 0px;
    top: 7px;
}
.pt-15p
{
    transform: translate3d(0,110px,0) !important;
}
.glo-search .submit
{
    height: 40px;
    background-size: 20px 20px;
}
.effect-julia h2, .effect-julia p
{
    margin-bottom: 10px;
    margin-top: -20px;

}
figure.effect-julia p
{
    margin: 0 30px 5px;
    font-size: 15px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.yamm .yamm-content3 .accordion .btn-link
{
        font-size: 11px;
}
.nav-custom .navbar-nav .nav-link {

    padding: 10px 5px;
font-size: 11px;
}
.sec-box-b
{
    height: 278px;
}
figure
{
max-height: 280px;
height: 280px;
}
.sec-box-b .owl-item img {
    height: 280px;
}

figure.effect-goliath {
    height:138px;
}
figure.effect-sadie {
    height: 138px;
}

figure figcaption {
    padding: 1em;
}
.glo-search .search
{
    height: 35px;
}
.glo-search .submit
{
    height: 35px;
    background-size: 15px 15px;
}
.height-170
{
        height: 138px !important;
}
.institutes .thumbnail .caption p 
{
    font-size: 13px;
}
.hightlight-overlay {
    padding-top: 0px;
}
figure h2
{
    font-size: 15px;
}
.overlay2 h2
{
    font-size: 15px;
}
.overlay2 {
    font-size: 18px;
}
.ticker
{
    line-height: 25px;
}
.searchbox
{
    display: none;

}
 .stats-bg
 {
    min-height: auto;
 }
 .stats
 {
    font-size: 18px;
 }
 .stats h2
 {
    font-size: 34px;
 }
 .stats p {
    font-size: 18px;
}
.video-block {
        font-size: 12px;
    line-height: 20px;
    }
    .owl-carousel .owl-nav {
    font-size: 42px;
}
    .owl-carousel .owl-nav button.owl-prev
    {
        left: -30px;
    }
    .owl-carousel .owl-nav button.owl-next
    {
        right: -30px;
    }
    .institutes-banner {
    padding-top: 9%;
}
.yamm .yamm-content3 a 
{
    font-size: 12px;
}
.explore-btn a span
{
    display: none;
}
.yamm .dropdown.yamm-fw .dropdown-menu3::before
{
       left: 45%;
}

.module.categories-ii .modcontent ul.line > li.content h3.tilte
{
    font-size: 17px;
}
.module.categories-ii .modcontent ul.line > li.content .des
{
    font-size: 13px;
}
.main-timeline4 .timeline:nth-child(2n) .year {
    top: 65px;
}
.main-timeline4 .year {
    top: 35%;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

figure.effect-goliath img
{
    width: 100%;
}
.glo-search label
{
    text-align: center;
    display: block;
    float: none;
}
.stats h2 {
    font-size: 30px;
    }
    .stats p {
    font-size: 15px;
}
.stats
{
    font-size: 15px;
}
.stats-bg
{
    min-height: auto;
}
.institutes-banner {
    padding-top: 12%;
    background-position: left !important;
}
.school-banner img {
width: 85%;
}
.banner h4 {
    font-size: 12px;

    }
    .module.categories-ii .modcontent ul.line > li.icon-image img
    {
        width: 100%;
    }
    .module.categories-ii .modcontent ul.line > li.content h3.tilte
    {
        font-size: 14px;
    }
    .module.categories-ii .modcontent ul.line > li.content .des
    {
        font-size: 12px;
    }

    .main-timeline4 .timeline:nth-child(2n) .year {
    top: 70px;
}
.main-timeline4 .year {
    top: 35%;
    }
    .tabs-left > .nav-item > .nav-link
    {
        font-size: 13px;
    }
    .management-banner
    {
        height: 270px;
    }
    .nirf-text {
    width: 80%;
}
.awards-banner
{
    height: 225px;
}

}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

      .image-grid {
    width: 100%;
   height: 150px;
  }
}




@media(max-width:767px) {

    .tableFixHead {

  height:auto;


}

.tableFixHead thead th {
  position: static;

  min-width: auto;
}
figure.effect-goliath p
{
    font-size: 68%;
}
    body
    {
        overflow-x: hidden;
    }
#myVideo {
    width: 100%;
    background-color: black;
    background-image: ;
    background-position: center center;
    background-size: contain;
        height: 100%;
}
    .img-portfolio {
        margin-bottom: 15px;
    }
    .banner h1
    {
        font-size: 20px;
    }
.owl-next
{
    right:0px;
}
.owl-prev
{

    left: 0px;
}
.institutes h2
{
    font-size: 24px;
}
.institutes .thumbnail
{
    /*min-height: 460px;*/
}
.institutes .thumbnail .btn-bordered2
{
    margin-bottom: 30px;
}
.section-p h2
{
    font-size: 24px;
    margin-bottom: 10px;
}
.school-in-box h5
{
    font-size: 15px;
}
.school-acc
{
    font-size: 16px;
}
.list-thumbnail
{
    height: auto !important;
}
.list-thumb
{
    width: 100%;
    float: none;
}
.list-btn
{
    position: unset;
}
.school-banner img {
   width: 75%;
    padding-top: 0%;
}
.list-caption
{
    width: 100%;
    float: none;
}
.section-p h2::after
{
    margin: 15px auto 0px;
}
.institutes-banner {
    padding-top: 13%;
}

.institutes-banner
{
    height: 130px !important;
background-size: 190% 100% !important;
background-position: left bottom !important;
}

    header.carousel .carousel {
        height: 70%;
    }

    .nav-custom .navbar-brand
    {
            width: 70%;
        }
        .glo-search .search
        {
            width: 80%;
        }
        figure.effect-marley h2::after, figure.effect-marley p
        {
            
        }
        figure.effect-julia h2
        {
            font-size: 20px;
        }
        figure.effect-julia p
        {
            margin: 0 30px 5px;
            width: 95%;
            padding: 4px;
        }
        .sec-box
        {
            clear: both;
        }
      figure {
    max-height: 340px;
}
        .pr-03 {
    padding-right: 15px;
}
.sec-box-b
{
   height: 350px;
}
.overlay1 h3
{
    font-size: 16px;
}
.overlay1 span .big-txt
{
    font-size: 18px;
}
.overlay1 span
{
    padding: 0px 5px 0px 0px;
}
.btn-bordered
{
    margin-top: 5px;
}
figure h2
{
    font-size: 16px;
}
.overlay2 .b-bottom
{
    border-bottom: 0px;
}
.overlay2 img
{
    width: 29% !important;
    margin-top: 30px;

}
.col-half-offset
{
    margin-left: auto;
    margin-right: auto;
}
.br-left {
min-height: 126px;
padding-top: 16px;
}
.col-half-offset::after
{
    display: none;
}
.stats-bg
{
  margin-top: 2px;
  background: url(../images/stats-bg.jpg);
  min-height: auto;
  background-repeat: no-repeat;
  background-color: #895122;
}
.stats
{
  position: relative;
  font-size: 16px;
}
.stats p
{
    font-size: 18px;
border-bottom: 2px solid #9b0909;
padding-bottom: 20px;
width: 100%;
text-align: center;
margin: 0 auto;
font-weight: 400;
}


.sec-box-b img
{
    height: 350px;
}
.module.categories-ii .modcontent ul.line > li
{
    width: 50%;
}
.research-banner
{
    background-size: unset;
    height: 190px;
}
.mob-pa
{
    padding-right: 15px !important;
}
figure.effect-julia p 
{
     -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    font-size: 14px;
}
figure.effect-julia p img {

    width: 35px !important;
    max-height: 24px !important;

    }
    .h-250
    {
        height: 210px !important;
    }
    .navbar-btn
{
  margin-right: 20px;
  margin-left: 0px;
}
.p-0
{
    padding-left:15px;
}
.tabs-left
{
    width: 100%;
    padding: 0px;
    height: auto;
}
.tabs-left > li > a
{
    padding-left: 5px;
    font-size: 13px;
}
.tabs-left > li
{
   /* display: inline-block;*/
}
.tabs-left > li.active > a::after, .tabs-left > li.active > a:hover::after
{
    display: none;
}
.tabs-left > li > a:hover::after
{
    display: none;
}
.about-tabs
{
    height: auto;
    /*padding: 2em 0em;*/
        padding: 0em 0em;
}
.section-p
{
   padding: 1em 0em;
}
.inst-box
{
    width: 100%;
}
.adm-img1 img
{
    position: unset;
    margin-top:0px;
}
.adm-img2 img
{
    position: unset;
}
.adm-box1
{
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-right: 0px;
    height: auto;
}
.adm-box2
{
    padding-left: 30px;
    height: auto;
    padding-top:30px;
    padding-bottom: 30px;
  margin-left: 0px;
}
.adm-stats2
{
       padding: 0em 0em 1em;
}
.rt-vc-testimonial .owl-dots
{
    margin-left: 35%;
}
.adm-count-block
{
    min-height: 260px;
}
.adm-stats2 h3
{
    font-size: 16px;
    line-height: 26px;
}
.prog-list img {
    width: 100%;
}
.prog-list .list-block
{
   margin-left: 0px;
    padding-top: 20px;
    display: block;
    float: left;
    height: auto;
}
.breadcrumb ul li a
{
    font-size: 13px;
}
figure h2, figure p
{
    margin-bottom:15px;
}
figure.effect-goliath h2, figure.effect-goliath p
{
    left: 2%;
}
.overlay2 h2
{
        padding-top: 15px;
        padding-left: 32px;
}
.margin-bottom-2
{
    margin-bottom:2px;
}
.stats
{
    padding: 25px 10px;
}
.stats h1
{
    font-size: 25px;
}
.stats h2 {
    font-size: 46px;
    margin-top: 0px;
    font-weight: 1000;
    margin-bottom: 0px;
}
.awards-banner
{
  height: 115px;
}
.institutes
{
    padding: 1em 0em;
}
.institutes h1
{
    font-size: 25px;
}
.prog-list h4
{
    font-size:16px;
}
#filters li span
{
    font-size:15px;
}
figure.effect-julia p::after
{
    margin-left: 35px;
    width: 65%;
}
.pl-mob-0
{
    padding-left:0px !important;
}
#sidebar ul.components
{
  padding: 0px 0;
}
/*.stats p:after
{
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background: #850003;
  margin: 0 auto;
  margin-top: 30px;
}*/
.adm-box1 h4
{
  font-size: 24px;
}
.home-mob-banner
{
position: relative;
background: url(../images/slide-mob.jpg);
background-size: 100%;
background-position: left;
background-attachment: fixed;
}
.home-mob-banner .banner-overlay
{
  position: absolute;
  display: block;
  color: #fff;
  bottom: 15px;

}
.home-mob-banner .banner-overlay h1
{
  text-align: left;
  text-transform: uppercase;
  font-size: 52px;
  float:left; 
  font-weight: 1000; 
  clear: both;
  display: block; 
  width: 100%;

}
.home-mob-banner .banner-overlay h1 small
{
  display: block; 
  width: 100%;
  font-size: 25px;
  text-align: right;
  float: right;
}
figure.effect-goliath p
{
  opacity: 1;
transform: translate3d(0px,50px,0);
-webkit-transform: translate3d(0,50px,0);

}
.font-18 {
    font-size: initial;
}
#un-gra-tab
{
  cursor: pointer;
     margin-bottom: 20px;
}
#un-gra-tab i
{
float: right;
display: block;
font-size: 20px;
font-weight: bold;
}
.school-in-box h3
{
width: 24%;
margin: 0px 10px 0 0;
padding: 10px 7px 0;

}
.school-in-box h5
{
  margin-left: 50px;
}

.school-in-box .service-box_txt
{
  margin-left: 50px;
}
.management-banner
{
  background-size: cover !important;
  height: auto;
  padding: 30px 0px;
}
.m-cam-height
{
  min-height: auto !important;
}
.m-add-height
{
  min-height: auto !important;
}
figure.effect-ruby p {
    opacity: 1;
    -webkit-transform: translate3d(0,-30px,0) scale(1);
    transform: translate3d(0,-25px,0) scale(1);
}
figure.effect-ruby img {
    -webkit-transform: translate3d(0,-32px,0);
    transform: translate3d(0,-32px,0);
}

.pop-up-list ul li a
{
  font-size: 13px;
}

.school-in-box .service-box_txt
{
  color: #e6e6e6;
}
.school-in-box h3::after
{
  height: 100%;
}
.accordion .card .card-header
{
  padding: .75rem 0px;
}
.award-wrap .accordion .btn img
{
  display: block;
float: left;
}
.award-wrap .accordion .btn
{
  font-size: 14px;
}
.award-wrap .accordion .btn i
{
  display: block;
padding: 7px 0px;
width: 15px;
height: 15px;
margin-left: 5px;
}
figure.effect-julia img
{
  height: 100%;
}

#sidebar 
{
  height: 100%;
  overflow: auto;
  
}
.nirf .card-title
{
  font-size: 16px;
}
.side-p {
    position: relative;
    display: block;
}
.admission-bg ul li a
{
  font-size: 13px;
}
.foostrip
{
  margin-bottom: 40px;
}
.module-width
{
  width: 50% !important;
}
.ticker
{
  height: 120px;
  padding: 10px 20px 20px 30px;
  line-height: 28px;
}
.overlay2
{
  font-size: 21px;
}
.school-highlights {
    font-size: 16px;
}
.nirf-text
{
    width: 80%;
}
.nirf-img
{
    width:15%;
}
.highlight-block5
{
    border-bottom: 1px solid #d2232a;
    border-right: 0px;    
    padding: 10px;
}
.highlight-home
{
    border-bottom: 1px solid #d2232a;
    border-right: none;
}
.highlight-home img
{
display: block;
margin:0 auto;
}
.owl-carousel-home .owl-dots
{
    bottom: 1%;
}
.owl-carousel-home .owl-carousel button.owl-dot.active
{
    height: 3px;
}
.owl-carousel-home .owl-carousel button.owl-dot
{
    height: 3px;
}
.highlight-home span b {
    font-size: 40px;
}
.section-p h1
{
    font-size: 24px;
    margin-bottom: 30px;
}
.single-testimonial .thumb
{
    float: none;
}
.single-testimonial .desc
{
    margin-left: auto;
}
.image-banner
{
        height: auto;
}
.image-banner h1
{
    font-size: 27px;
}
.image-banner h4
{
    font-size: 16px;
}
.image-banner h4
{
    position: relative;
}

 .gallery.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-list.col-md-12,
  .gallery-list.col-md-6,
  .gallery-list.col-md-4,
  .gallery-list.col-md-3,
  .gallery-list.col-md-2,
  .gallery-list.col-md-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-row.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gallery-row.row.pdtb-40 {
    padding-top: 10px;
  }
.enquire-block
{
    padding-top: 7px;
    padding-bottom: 5px;
}
.section-p h3
{
        margin-bottom: 10px;
}
.section-p table
{
        margin-top: 0px;
}
.students-banner
{
        height: 325px;
}
.corporate-banner
{
        height: 285px;
}

#owl-carousel-home .caption
{
    text-align: center;
    padding: 22% 3% 30px;
}
    .notfound .notfound-404 {
    height: 146px;
  }
  .notfound .notfound-404 h1 {
    font-size: 146px;
  }
  .notfound h2 {
    font-size: 16px;
  }
  .notfound .home-btn, .notfound .contact-btn {
    font-size: 14px;
  }
  /*.section-p table tr td, .section-p table tr th
  {
    display: block;
  }
  .section-p table tr
  {
    margin-bottom: 10px;
  }*/

  .nav-tabs>.nav-item>.nav-link:focus
{
        background: #ba0c2f;
}
.pro-logo
{
        width: 40%;
        margin: 0 auto;
        float: none;
}
.tabs-left>.nav-item
{
        margin: 2px 0px;
}
}









