 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Lobster+Two:400,400i,700,700i');
@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=Francois+One&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
/*font-family: 'Architects Daughter', cursive;
font-family: 'Lobster Two', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Francois One', sans-serif;
font-family: 'Playfair Display', serif;*/


@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Playball');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
/*
font-family: 'Signika', sans-serif; 
font-family: 'Source Code Pro', monospace;
font-family: 'Playball', cursive;
font-family: 'Kaushan Script', cursive;
*/

*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.clearfix:after{
    content: "";
    visibility: hidden;
    clear: both;
    display: block;
}

.page-center{
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    display:block;
}
.page-center p{
    text-align: justify;
    font-family: 'Lato', sans-serif;
}
body{
    background: #fff;
    font-size: 16px;
    line-height: 1.2;
    color: #0d0f0d;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.body-wrapper{
    background: #eee;
   /* padding: 40px 0 0 0;*/
}

.body-wrapper ul{
    list-style-type: none;
}
.body-wrapper ul li{
    padding: 10px;
    color: rgba(0,0,0,0.76);
    text-align:justify;
    
}
.body-wrapper ul li:before{
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    float: left;
    margin-right: 10px;
    color: #333;
    font-size: 18px;
}

.body-wrapper p{
    margin: 0 0 10px;
    text-align: justify;
} 

h1,h2,h3,h4,h5,h6{
    line-height: 1.1;
    color: #800000;
    
    margin: 0 0 20px;
}
li > a {
    text-decoration: none;
    color: #800;
}
li > a:hover{
    color: #333;
}


/*---------------Back To Top---------------------*/

#back-to-top {
    display: none;
    cursor: pointer;
    border-color: #f90;
    background-color: #800000;
    border: 2px solid;
    border-radius: 50%;
    bottom: 0;
    color: #f90;
    
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 100;
    padding: 6px 10px;
    bottom: 50px;
}
#back-to-top:hover {
    color: #800000;
    background: #f90;
    border-color: #800000;
}
#back-to-top i {
    font-size: 25px;
    font-weight: bold;
}
#back-to-top:hover i {
    font-size: 25px;
    font-weight: bold;
}



/*------------------Header Section-------------------*/

/*-----------------------------APPLY NOW BUTTON --------------------------*/

    



.header-wrapper{
	background: #eee;
    position: relative;
    z-index: 999999999;
    min-height: 135px;
}

.notification-bar-wrapper{
    width: 100%;
    background:#dbb212;
}   
.notification-bar-inner {
    padding: 5px 0;
}
.notification-bar-inner-title{
    width: 15%;
    float: left;
}
.notification-bar-inner-title h5{
    border-right: 1px solid #fff;
    padding:8px 10px;
    color: #fff;
    margin: 0; 
    
}
ul.notification{
	list-style-type: none;	
}
.notification-bar-inner-message{
    width: 70%;
    float: left;
    padding:5px; 
}
.close-notification{
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor:pointer;
}
.notification button.slick-arrow{
    display: none !important;
}
.notification li a{
    color: #fff;
    font-size: 12px;
    padding: 0 50px; 
}
.notification li:before{
    display: none !important;
}



.slick-initialized .slick-slide{
    padding: 0 !important;
}
.upper-menu{
    background:#600202;
    position: relative;
    z-index: 999;
}

.upper-menu ul {
    list-style: none;
    display: block;
    text-align: left;
}

.upper-menu ul li {
    display: inline-block;
    cursor: pointer;
   
}
.upper-menu ul li:last-child,.upper-menu ul li:nth-child(6),.upper-menu ul li:nth-child(7){
    float: right;
}

.upper-menu ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 14px;
    display: block;
    font-size: 12px;
}
.upper-menu ul li a:hover{
    background: #0a0000;
}
.mobile-trigger{
    display: none;
}

/*=====================================*/


.header-bottom{
    text-align: center;
    border-left: 0;
    border-right: 0;
    background: #eee;
}

.header-bottom .main-menu {
    display: inline-block;
    vertical-align: middle;
    width: calc(49% - 75px);
}

.header-bottom .logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -6px;
    width: 110px;
    position: relative;
    z-index: 999;
}
.header-bottom .logo a h3 {
    margin: 0;
    color: #fff;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Playfair Display',serif;
    letter-spacing: 1px;
    font-size: 20px;
}
.header-bottom .logo a {
    text-decoration: none;
}
.header-bottom .logo img {
    max-width: 100%;
}
.main-menu.mobile-menu {
    display: none;
    
}
.header-bottom,
.header-bottom .logo img,
.header-bottom .logo
{
    transition: all 0.5s;
}

/*--------search---------*/

.search-wrapper {
    background: #222;
    padding: 15px;
    text-align: center;
    display: none;
}
.search-wrapper input.search-field {
    color: #fff;
    background: transparent;
    border: 0;
    font-size: 30px;
    text-align: center;
    outline: none !important;
    width: 90%;
}
.search-wrapper form.form-box {
    margin: 0;
}

/*------------Logo---------------*/



/*----------Main Menu-------------*/
.main-menu ul{
    list-style: none;
    text-align: center;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    text-decoration: none;
    color: #ccc;
    display: block;
    font-family: 'Signika', sans-serif;
    padding: 14px 19px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.3px;
}
.main-menu > ul > li:hover > a {
    color: rgba(46, 46, 46, 0.52);
}
.main-menu.clearfix {
    border-bottom: 2px solid #ff9900;
}
.main-menu ul li ul{
    list-style-type: none;
    width: 250px;
    position:absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
    text-align: left;
    z-index: 999;
    background: #5c0000;
    border: 2px solid #ddd;
}
.main-menu ul li:hover > ul{
    display: block;
}
.main-menu ul li ul li{
    width: 100%;
    position: relative;
}
.main-menu ul li ul li a{
    text-decoration: none;
    color: #111;
    padding: 8px 15px;
    padding-left: 10px; 
    display: block;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 13px;
}

.main-menu ul li ul li a:hover {
    padding-left: 15px; 
    /*color: rgba(46, 46, 46, 0.52)*/
}
.main-menu > ul > li > ul > li:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    transition: all 0.4s ease;
}
.main-menu > ul > li > ul > li:last-child:after {
    display: none;
}
.main-menu > ul > li > ul > li:hover:after {
    width: 100%;
}


/*--------------scroll body-------------*/

@media(min-width: 768px){
    .scroll-body .header-bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        background: #eee;
    }
    .scroll-body .header-bottom .logo {
        margin-bottom: -8px;
        width:85px;
    }
}


/*-------------Body Part Start---------------------*/


/*---------------------------------youtube--------------------------------------------------*/


/*--------------------Slider-------------------------*/

.slider-img {
    
    min-height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    
}
.slider > li.slick-slide{
    padding: 0;
}
.slider-img .s-content {
    background: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    font-family: 'Playfair Display', serif;
    left: 60px;
    right: 60px;
    bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.slider button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 20px;
    transform: translateY(-50%);
    padding: 10px;
    background: transparent;
    border: 0;
    color: transparent;
    width: 50px;
    height: 115px;
    cursor: pointer;
    outline: none;
}
.slider button.slick-arrow:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    color:#fff;
    font-size: 90px;
}
.slider button.slick-arrow.slick-next {
    right:20px;
    left: auto;
}
.slider button.slick-arrow.slick-next:before {
    content: "\f105";
}

@media (max-width: 768px) {
  .slider-img {
    min-height: 220px !important;
    background-position: center center;
    background-size: cover;
  }

  .slider-img .s-content {
    font-size: 16px;
    padding: 10px;
    left: 20px;
    right: 20px;
  }

  .slider button.slick-arrow:before {
    font-size: 50px;
  }
}


/*--------------------News and Events------------------*/

/*--------------------News and Events------------------*/
.news-events-wrapper {
    background: #eee;
}
.news-events {
    padding-bottom: 50px;
    width: 100%;
}
.events {
    width: 70%;
    float: left;
}
.news {
    overflow: hidden;
    width: 30%;
    padding: 0 20px;
}
.events .event-sub {
    width: 32%;
    float: left;
    padding: 10px !important;
    border: 1px solid #ddd;
    margin: 5px;
    background:#fff;

}
.events .event-box {
    padding: 10px;
    text-align: center;
    overflow: hidden;
    border: 1px dashed #bbb;
    height: 316.61px;
}
.news-events h1 {
    font-family: 'Inter', sans-serif;
    color: #333;                  /* Slightly darker for better contrast */
    font-size: 32px;              /* Larger, more readable */
    font-weight: 600;             /* Bolder look */
    text-align: center;
    text-transform: uppercase;    /* Optional: makes heading more striking */
    letter-spacing: 1px;          /* Adds clarity and polish */
    padding: 50px 15px 15px 15px; /* Same padding you had */
   /* color: #333;
    padding: 50px 15px 15px 15px;
    font-size: 32px;
    font-family:  "Lato";/*'Playfair Display', serif;*/
   /* text-align: center;*/
}
.events button.slick-arrow {
    display: none !important;
}
.event-box > a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.event-box img {
    width: 100%;
    transition: all 0.5s;
    display: block;
}
.event-box:hover img{
    transform: scale(1.1);
}
.event-box h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
}
.event-box p{
    text-align: justify;
    color: #505050;
}

ul.event-slider {
    text-align: center;
}
.events4 ul.event-slider button.slick-arrow {
    display: none !important;
}

.event-slider a{
    text-decoration: none;
    color: #505050;
}
.events4 {
    background: transparent;
    border: 0;
    width: 100%;
}
.events4 h3 {
    text-align: center;
    color: #333;
    margin-top: 12px;
    font-family: serif;
}
.events4 ul li {
    margin-top: 30px;
}
.events4 ul li :before{
    display: none;
}
.news-page-link{
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    margin-top: 0px;
    display: block;
    float: right;
    font-weight: bold;
}
.news-page-link:hover{
    color: #800000;
}

.event-slider li {
    margin: 0 !important;
    margin-bottom: 30px !important;
}




/*------------Main Content-----------*/

.main-content-wrapper .main-content-menu{
    color: #fff;
}
.main-content-wrapper .main-content-menu ul{
    list-style: none;
    display: block;
    margin: 0;
    padding: 10px;
}
.main-content-wrapper .main-content-menu ul:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.main-content-wrapper .main-content-menu ul li {
    float: left;
    width: 25%;
    /* //==================== edit============== */
  /*  width: 33.33%; */
    /* //==================== edit============== */
    box-sizing: border-box;
    border-right: 1px solid;
    padding: 10px;
    color:#fff;
}
.main-content-wrapper .main-content-menu ul li:first-child {
    border-left: 1px solid;
}
.main-content-wrapper .main-content-menu ul li a {
    color: #ddd;
    text-decoration: none;
    display: block;
  /*  font-family:'TimesnewRoman';*/
    font-weight: bold;
    font-size: 25px;
    padding: 12px 0;
    border-right: 1px solid;
    margin: 0;
    border: 0;
    text-align: center;
}
.main-content-wrapper .main-content-menu ul li a:hover{
    background: #eee;
    color: #800000;
}
.main-content-wrapper>.section1>.main-content-menu>.page-center>ul>li:before,
.main-content-wrapper>.section2>.main-content-menu>.page-center>ul>li:before
{
    display: none;
}
.main-content-inner > .page-center > ul > li {
    display: none;
}
.main-content-inner .main-content .main-content-section > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-content-inner>.page-center>ul>li:before{
    display: none;
}
.main-content-inner > .page-center > ul > li.active {
    display: block;
}
/* //==================== edit============== 
.main-content-wrapper .section1-menu ul li {
    width: 25%;
}  
 //==================== edit============== */
.main-content-wrapper .main-content-menu ul li.active a {
    background: #eee;
    color: #800000;
}
.main-content-inner .main-content {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 50px 0;
}
.section1-menu{
    background: #590000;
}
.section1-inner{
    background: #e7f3ff;
}
.section2-menu{
    background: #590000;
}
.section2-inner{
    background: #f8edd6;
}
.section1-inner .main-content .main-content-section {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 20px;
}
.section1-inner .main-content .main-content-section a {
    display: block;
    text-decoration: none;
}
.section1-inner .main-content .main-content-section a img {
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.5s;
    width: 100%;
    height: 190px;.
}
.section1-inner .main-content .main-content-section:hover a img {
    transform: scale(1.1);
}
.section1-inner .main-content .main-content-section a h6 {
    margin: 0;
    font-size: 20px;
    color: #000;
}
.section1-inner .main-content .main-content-section:hover a h6{
    color: #f90;
}



/*---------------Section 2------------------*/
.main-content-wrapper .section2-menu ul li {
    width: 25%;
}
.section2-inner a {
    display:block;
    text-decoration: none;
   
    padding: 5px 10px;
    
}

.main-content-inner .main-content .main-content-section > ul >li:before{
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    float: left;
    margin-right: 10px;
    color: #333;
    line-height: 2;
    font-size: 18px;
}
.section2-slider button.slick-arrow{
    display: none !important;
}

ul.section2-slider li:before{
display:none;
}

.section2-inner ul li.career-development-logo:nth-child(3) {
    background: #fff;
}

/* -------------Start Pop Up Model -11-----------------------*/


.row::after {
  content: "";
  clear: both;
  display: table;
}

	/* For mobile phones: */
[class*="col-"] {
  /*float: left;*/
     padding: 0px 0px 0px 0px;
 

}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;  }
  .col-6 {width: 50%;float:left}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;

  border: 1px solid #888;
  width: 70%;
    margin-bottom:12%;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding:15px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid #17b6bb;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}


.form-inline label {
  margin: 5px 5px 5px 0;    width: 70%;
}



.form-inline button {
  padding: 10px 20px;
  background: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  font-weight:700;font-size:18px;
  cursor: pointer;
 width:100%
}

.form-inline button:hover {
  background-color: darkblue;
}

select{
  width: 100%;
  padding: 10px;
  margin: 5px 0 20px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}



.model_header{
    background:#d31b1b;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}
.modal-body{
	  padding: 5px;
}

/* -------------End Pop up model --11------------------*/

/*------------------Virtual tour---------------------*/

.virtual-tour-wrapper{
    /*background: #590000;*/
    /* background: linear-gradient(to right, #5e0000, #200000);*/
     background: linear-gradient(to right, #6a0000, #b30000);
    padding: 40px;
    
}


.video {
    /* display: inline-block; */
    float: left;
    width: 60%;
    text-align: center;
     gap:20px;
    margin: auto;
}
.video iframe{
    max-width: 100%;
     border-radius: 8px;
}
.video-content {
    /* display: inline-block; */
    color: #eee;
    width: 40%;
    color: #eee;
    float: left;
    padding: 40px 20px;
}
 /*'Playfair Display', serif*/
.video-content h2 {
    font-family:"Montserrat"; /*"apple-system", "BlinkMacSystemFont", "Segoe UI"," Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    color: #fff;
}
.video-content p {
    padding: 30px 0;
}
.video-content a {
    text-decoration: none;
    text-transform: capitalize;
    color: #ccc;
}
.video-content a:hover{
    color: rgba(255,255,255,0.25);
}


/*------------Footer------------------*/

footer {
    background-color:#ddd;
}
.footer-content {
    width: 100%;
    padding: 30px;
} 

.footer-copyright {
    width: 100%;
    text-align: center;
    
}
.col {
    float: left;
    width: 20%;
    line-height: 1.5;
    padding: 0 10px;
}
.footer-content .col ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.footer-content .col h3{
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.footer-content .col ul li{
    padding: 0;
}
.footer-content .col ul li a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-family: 'Francois One', sans-serif;
}

.footer-content .col ul li a:hover{
    color: #800000;
}
.footer-content .col ul li:before{
    display: none;
}
.footer-content .fourth-col,.footer-content .fifth-col{
    text-align: right;
}
.thrid-col img {
    width: 85%;
    padding-top:30px;
}
.footer-copyright-wrapper{
    background: #333;
    color: #fff;
    padding: 20px;
}
.footer-copyright-wrapper .footer-address{
    width: 50%;
    float: left;
}
.footer-copyright-wrapper .footer-address a{
    display:block;
    float: left;
    padding: 0 10px;
    width:20%;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.footer-address a p {
    text-align: center;
    font-size: 20px;
    font-family: 'playfair-display';
    letter-spacing: 2.3px;
}
.footer-address .footer-address-inner {
    border-left: 1px solid #ccc;
    padding: 10px;
    float: left;
}
.footer-address .footer-address-inner p{
    color: #ccc;
}
.footer-address .footer-address-inner a {
    text-decoration: none;
    color: rgb(0, 206, 255);
}

.footer-copyright-wrapper .footer-social{
    width: 50%;
    float: left;
    text-align:right;
}
.footer-copyright-wrapper .footer-social ul{
    list-style-type: none;
    
    margin: 0;
    padding:0;
}
.footer-copyright-wrapper .footer-social ul li{
    display: inline-block;
}
.footer-copyright-wrapper .footer-social ul li a i.fa {
    font-size: 30px;
    padding: 5px 10px;
    color: #ccc;
}
.footer-copyright-wrapper .footer-social ul li a i.fa:hover {
    color: #f90;
}
.footer-copyright-wrapper .footer-social p {
    text-align: right;
}
.footer-copyright-wrapper .footer-social p a {
    text-decoration: none;
    color: rgb(0, 206, 255);
}
.footer-copyright-wrapper .copyright-links{
    width: 100%;
    float: none;
    text-align: center;
    color: #ccc;
}
.footer-copyright-wrapper .copyright-links ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-copyright-wrapper .copyright-links ul li{
    display: inline-block;
    padding: 10px; 
}
.footer-copyright-wrapper .copyright-links ul li:after{
    content: '/';
    display: inline-block;
    font-weight: bold;
    color: #ccc;
}
.footer-copyright-wrapper .copyright-links ul li:last-child:after{
    display: none;
}
.footer-copyright-wrapper .copyright-links ul li a{
    text-decoration: none;
    color: #ccc;
    font-size: 12px;
    padding: 10px 30px;
}
.footer-copyright-wrapper .copyright-links ul li a:hover{
    color: #f90;
}
.copyright-links span{
    font-size:12px;
}
.copyright-links span a {
    text-decoration: none;
    color: #ccc;
}
.copyright-links span a:hover {
    color: #f90;
}
/*-----------President Table content-----------*/

table.hovertable {
    font-family: 'Open Sans', sans-serif;
    width: 95%;
    border:2px solid #ccc;
    border-collapse: collapse;
    margin:0 auto;
}
table.hovertable th {
    background-color:#800;
    min-height: 40px;
    color: #fff;
}
th,td{
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
}
tr td:nth-child(5) {
    text-align: center;
}
tr td:last-child {
    text-align: center;
}
tr td:nth-child(1),tr td:nth-child(2),tr td:nth-child(3) {
    
    text-align: left;
}
table.hovertable a{
    text-decoration: none;
}
table.hovertable tr:nth-child(odd) {
    background-color: #333;
    color: #ccc;
}
table.hovertable tr:nth-child(even) {
    background-color: transparent;
    color: #333
}
table.hovertable tr:nth-child(odd) a{
    color: #ccc;
}
table.hovertable tr:nth-child(even) a{
    color: #333;
}



/*-----------------banner style-----------------*/
.banner-img {
    position: relative;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 300px;
}

/*
.banner-img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9;
    top: 0;
    left: 0;
}
.banner-name{
    position: relative;
    
    display: table;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.banner-name > h1{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 65px;
    font-family: 'Francois One', sans-serif;
}*/

/*---------------common page styling-----------*/

.custom-sidebar {
    float: left;
    width: 300px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 30px;
}

.custom-main-content {
    float: left;
    width: calc(100% - 300px);
    padding-bottom: 40px;
}

.custom-sidebar ul li {
    padding: 0;
    background: #ccc;
    margin-bottom: 1px;
}
.custom-sidebar ul li:before{
    display: none;
}
.custom-sidebar ul li:hover,
.custom-sidebar ul li.active{
    background: #800;
}
.custom-sidebar ul li a{
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #000;
    transition: all 0.5s;
}
.custom-sidebar ul li:hover a,
.custom-sidebar ul li.active a{
    color: #fff;
}
.custom-sidebar ul li:hover a{
    padding-left:20px;
}

@media (min-width: 768px){
    .sidebar-fixed .custom-sidebar ul {
        position: fixed;
        top: 75px;
        width: 270px;
    }
}

.imp-links {
    padding: 20px;
}
.imp-links a {
    display: block;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.imp-links a:hover{
    color: #800;
}
.enquiry-form {
    position: absolute;
    top: 50%;
    /*top:50px;*/
    transform: translateY(-50%);
    /*transform: none;*/
    right: 90px;
    width: 250px;
    z-index: 99;
}

.enquiry-form h4 {
    margin: 0;
    background: #800;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #f90;
    position: relative;
    cursor: pointer;
}
.enquiry-form h4 span:before,.enquiry-form h4 span:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
}
.enquiry-form h4 span:after{
    transform: rotate(90deg);
}
.enquiry-form.active h4 span:after{
    background: transparent;
}
.enquiry-form-inner {
    background: #fff;
    padding: 10px;
}
.enquiry-form-inner form {
    margin: 0;
}
.enquiry-form-inner form input {
    width: 90%;
    padding: 8px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: black;
    font-size: 12px;
    outline: none !important;
}
.enquiry-form-inner form button {
    border: 0;
    background: #800;
    padding: 10px;
    color: #fff;
    width: 100%;
}
.enquiry-form-inner form i{
        
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: grayscale;
        float: left;
        margin-right: 10px;
        color: #333;
        line-height: 2;
        font-size: 18px;
        font-weight: bold;
        width: 5%;
}
.enquiry-form-inner form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.enquiry-form-inner form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.enquiry-form-inner form input::-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.enquiry-form-inner form input::-moz-placeholder { /* Firefox 18- */
  color: #000;
}

table.custom-table,
table.custom-table tbody,
table.custom-table td,
table.custom-table tr {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
table.custom-table td {
    padding: 10px;
}
table.custom-table tr:first-child td:first-child {
    padding: 0;
}
.custom-main-content h2{
    text-align: center;
}

/*--------------About Page------------------*/
.about-content{
    padding-top: 30px;
}
.custom-main-content .about-content p{
    color: #333;
    text-align: justify;
}
.about-content h4.title {
    padding: 15px 0 15px 10px;
    background: -webkit-linear-gradient(red, yellow);
    background: -o-linear-gradient(red, yellow);
    background: -moz-linear-gradient(red, yellow);
    background: linear-gradient(to right,#eee,#ff9900, maroon);
    border-radius: 3px;
}
.clg-vip-img {
    text-align: center;
    padding: 30px;
}
.clg-vip-img img {
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
/*--------------Admission Page------------------*/
.admission-page > .custom-main-content > .page-center>h4:last-child{
    padding-top: 30px;
}

.admission-page > .custom-main-content > .page-center > ul > li > ul > li:before{
    display: none;
}


/*======================================================================*/
/*===================Faq Page, Faculty Page, News page==================*/
/*======================================================================*/



.faq-page-inner > ul,.faqulty-page-inner > ul, .news-page-inner > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq-page-inner > ul > li > h4,.faqulty-page-inner > ul > li > h4,
.news-page-inner > ul > li > h4 {
    margin: 0;
    padding: 10px;
    background: #ccc;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.faq-page-inner > ul > li > h4:hover, .faq-page-inner > ul > li.active > h4,
.faqulty-page-inner > ul > li > h4:hover , .faqulty-page-inner > ul > li.active > h4:hover,
.news-page-inner > ul > li > h4:hover , .news-page-inner > ul > li.active > h4:hover
{
    background: #bbb;
}
.faq-page-inner > ul > li, .faqulty-page-inner > ul > li,
.news-page-inner > ul > li{
    border-bottom: 1px solid #ccc;
}
 .faq-page-inner > ul > li:before, .faqulty-page-inner > ul > li:before,
 .news-page-inner > ul > li:before{
    display: none;
 }
.faq-page-inner > ul > li > .faq-page-inner-ans p, 
.faqulty-page-inner > ul > li > .faqulty-page-inner-ans p,
.news-page-inner > ul > li > .news-page-inner-ans p {
    margin: 0 0 10px;
    text-align: left;
    word-wrap: break-word;
}
.faq-page-inner > ul > li > .faq-page-inner-ans p:last-child,
.faqulty-page-inner > ul > li > .faqulty-page-inner-ans p:last-child,
.news-page-inner > ul > li > .news-page-inner-ans p:last-child 
{
    margin: 0;
}
.faq-page-inner > ul > li > .faq-page-inner-ans, 
.faqulty-page-inner > ul > li > .faqulty-page-inner-ans,
.news-page-inner > ul > li > .news-page-inner-ans  {
    padding: 10px;
    background: #dedede;
    display: none;
}
.faq-page-inner > ul > li > h4:before,.faq-page-inner > ul > li > h4:after,
.faqulty-page-inner > ul > li > h4:before,.faqulty-page-inner > ul > li > h4:after,
.news-page-inner > ul > li > h4:before,.news-page-inner > ul > li > h4:after{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #800000;
    position: absolute;
    top: 50%;
    left: 10px;
}
.faq-page-inner > ul > li > h4:after,.faqulty-page-inner > ul > li > h4:after,
.news-page-inner > ul > li > h4:after {
    transform: rotate(90deg);
}
.faq-page-inner > ul > li.active > h4:after, .faqulty-page-inner > ul > li.active > h4:after,
.news-page-inner > ul > li.active > h4:after{
    background: transparent;
}

.faculty-img {
    float: left;
    width: 20%;
}
.faculty-img img {
    border: 2px solid rgba(0,0,0,0.5);
    padding: 5px;
    border-radius: 3px;
}
.faculty-info {
    float: left;
    width: 80%;
    padding: 10px 30px;
}



/*=====================================================*/
/*=============== Student Acheivements ================*/
/*=====================================================*/
.stu-ach-page-inner > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.stu-ach-page-inner > ul > li > h4 {
    margin: 0;
    padding: 10px;
    background: #ccc;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.stu-ach-page-inner > ul > li > h4:hover, .stu-ach-page-inner > ul > li.active > h4
{
    background: #bbb;
}
.stu-ach-page-inner > ul > li{
    border-bottom: 1px solid #ccc;
}
 .stu-ach-page-inner > ul > li:before{
    display: none;
 }
.stu-ach-page-inner > ul > li > .stu-ach-page-inner-ans p {
    margin: 0 0 10px;
}
.stu-ach-page-inner > ul > li > .stu-ach-page-inner-ans p:last-child
{
    margin: 0;
}
.stu-ach-page-inner > ul > li > .stu-ach-page-inner-ans {
    padding: 10px;
    background: #dedede;
    display: none;
}
.stu-ach-page-inner > ul > li > h4:before,.stu-ach-page-inner > ul > li > h4:after{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #800000;
    position: absolute;
    top: 50%;
    left: 10px;
}
.stu-ach-page-inner > ul > li > h4:after {
    transform: rotate(90deg);
}
.stu-ach-page-inner > ul > li.active > h4:after{
    background: transparent;
}
.stu-ach-img {
    text-align: center;
}
.stu-ach-img img {
    border: 1px solid #bbb;
    padding: 10px;
    margin: 0 10px;
}



/*-----------------Virtual tour-----------------*/
.about-page>.custom-main-content>.page-center>.virtual-tour-wrapper{
    padding: 0;
    background: transparent;
}
.virtual-tour-content {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

p.virtual-tour-content-name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.virtual-tour-content:hover p.virtual-tour-content-name {
    color: #800000;
}

/*------------Academic Page--------------*/
.academic-page ul li ul li:before{
    display: none;
}



/*------------News Event Page--------------*/
.news-event-img {
    float: left;
    width: 48%;
    padding: 15px;
    border: 1px solid #bbb;
    margin: 5px;
    text-align: center;
}
.news-event-img a{
    display:block;
}

/*---------------apply online page-----------*/
form{
    margin-top: 30px;
}
.form-textfield {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-textfield:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}



/*======================= Apply Now Form========================*/


#career-apply  {
    margin: 20px auto;
    width: 500px;
}

#career-apply  fieldset {
    margin: 0 0 20px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#career-apply  ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#career-apply  li {
    margin: 0 0 12px;
    position: relative;
}

#career-apply  label {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

legend {
    color: #00C492;
}

#career-apply  fieldset input,
#career-apply  fieldset select {
    background: #fff url(ico_validation.png) 260px 24px no-repeat;
    display: inline-block;
    width: 280px;
    border: 1px solid #00C492;
    padding: 8px;
    -moz-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#career-apply  fieldset textarea {
    display: inline-block;
    width: 280px;
    border: 1px solid #00C492;
    padding: 8px;
    -moz-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}


#career-apply  fieldset input[type="radio"] {
    width: 20px;
}

#career-apply  fieldset select {
    width: 280px;
    padding: 8px;
}

#career-apply  fieldset #postcode {
    padding: 3px;
    width: 270px;
}

#career-apply  input::-webkit-input-placeholder,
#career-apply  input:-moz-placeholder input:placeholder {
    color: #f2f2f2;
}

#career-apply  .validation01 {
    background: #F08080;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    right: -160px;
    text-align: center;
    top: 0;
    width: 150px;
    outline: 0;
    -moz-box-shadow: 0px 0px 4px #ffffff;
    -webkit-box-shadow: 0px 0px 4px #ffffff;
    box-shadow: 0px 0px 4px #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#career-apply  input:focus + .validation01 {
    display: block;
}

#career-apply  input:focus:required:invalid + .validation01 .valid,
#career-apply  input.error:focus + .validation01 .valid,
#career-apply  input.required:focus + .validation01 .valid,
#career-apply  input:focus + .validation01 .valid {
    display: none;
}

#career-apply  input:focus:required:valid + .validation01,
#career-apply  input.valid:focus + .validation01 {
    background: green;
}

#career-apply  input:focus:required:valid + .validation01 .invalid,
#career-apply  input.valid:focus + .validation01 .invalid {
    display: none;
}

#career-apply  input:focus:required:valid + .validation01 .valid,
#career-apply  input.valid:focus + .validation01 .valid {
    display: block;
}

#career-apply  fieldset input:required:valid {
    background-color: #fff;
    background-position: 260px -61px;
}

#career-apply  input.error {
    background-color: #F08080;
    background-position: 260px 3px;
    outline: none;
}

#career-apply  input.required {
    background-color: #fff;
    background-position: 260px -30px;
}

#career-apply  input.valid {
    background-color: #fff;
    background-position: 260px -61px;
}

#career-apply  input.error::-webkit-input-placeholder,
#career-apply  inputerror:-moz-placeholder {
    color: #f2f2f2;
}

input[type="submit"] {
    background: #00C492;
    border: none;
    width: 200px;
    margin: auto;
    
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}




/*--------------- International MOU-----------------*/

.collaboration{
    padding: 20px;
}
.collaboration img, .collaboration a {
    float: left;
    padding-left: 10px;
    width: 20%;
    height: 145px;
    text-align: center;
}
.collaboration a {
    text-decoration: none;
    float: left;
    padding-left: 10px;
    width: 60%;
    color: #f90;
    text-align: center;
}

.raffles-business-img {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 1px 1px 15px #800000;
    margin-bottom: 20px;
}
.raffles-business-page ul li a{
    text-decoration: none;
    color: #333;
}
.raffles-business-page a:hover{
    color: #800;
}

/*=================Online fee Submission=================*/
.online-fee-submision-wrapper a {
    padding: 15px;
    text-align: center;
    width: 48%;
    float: left;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
}
.online-fee-submision-wrapper {
    padding: 10px;
}
.online-fee-submision-wrapper a p {
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
}
.online-fee-submision-wrapper a:hover img {
    transform: scale(1.1);
    overflow: hidden;
}


/*=================Internship & Placement Page logos=================*/

.intern-place-img {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 32%;
    text-align: center;
    float: left;
    margin: 5px;
    height: 120px;
    overflow: hidden;
    /* display: inline-block; */
}


/*----------------------Media Queries----------------------*/


@media (max-width:767px){
	
    .header-wrapper{
    	z-index:1;
    }
    .page-center{
    	padding:0 5px;
    }	
	
    .main-menu ul li a{
        color: #fff;
    }
    
    .col {
        float: none;
        width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
    }
    .col.thrid-col li {
        display: inline-block;
        padding: 0 10px;
    }
    .thrid-col img{
    	width:30%;
    	padding:0;
    }
    
    
    .notification-bar-inner-title {
        width: 100%;
        float: none;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .notification-bar-inner-title h5{
    	border:0;
    }
    .notification-bar-inner-message{
    	width:95%;
    }
    .notification li a {
    	padding:0;
    }
    .upper-menu ul {
        text-align: center;
    }
    .upper-menu ul li:last-child,.upper-menu ul li:nth-child(7) {
        float: none;
    }
    .upper-menu ul li:nth-child(6){
    	float:right;
    }
    .events {
        width: 80%;
    	float: none;
   	margin: 0 auto;
    }
    .news {
    	width: 100%;
    }
    
    .banner-name > h1{
        font-size: 50px;
    }
    .main-content-wrapper .main-content-menu ul li {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
        border-left: 1px solid;
    }
    .main-content-wrapper .main-content-menu ul li a{
    	font-size:18px;
    	padding:0;
    }
    .section1-inner .main-content .main-content-section {
        display: block;
    }
    .section2-inner a{
    	padding:0;
    }
    .main-content-inner .main-content {
        padding: 50px 20px;
    }
    .video {
        display: block;
        float: none;
        width: 100%;
    }
    .video-content {
        width: 100%;
        float: none;
    }

    .page-center p{
        padding: 10px;
    }

    .main-menu ul li {
        display: block;
    }
    .mobile-trigger {
        display: block;
        max-width: 100px;
        text-align: center;
        border: 2px solid #590000;
        width: 100%;
        line-height: 33px;
        color: #590000;
        border-radius: 4px;
        cursor: pointer;
        position: absolute;
        top: 28%;
        right: 24px;
    }
    .mobile-trigger:hover{
        background: #590000;
        color: #fff;
    }
    .main-menu > ul {
        display: none;
    }
    .main-menu ul li ul {
        width: 100%;
        position: static;
        text-align: center;
        font-size: 13px;
        padding: 0;
        
        border-left: 0;
        border-right: 0;
        display: none;
    }

    .slider-img .s-content {
        display: block;
        width: 100%;
        max-width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
   

    .virtual-tour-wrapper {
        padding: 50px 10px;
    }
    .custom-sidebar {
        float: none;
        width: 100%;
        padding:0;
    }
    .custom-main-content {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    table.custom-table td {
        padding: 10px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .custom-main-content .about-content p {
        padding: 0 20px;
    }
    .clg-vip-img{
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    

    .main-menu.mobile-menu {
        display: block;
        border: 0 !important;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    .main-menu.desktop-menu {
        display: none;
    }
    .header-bottom .logo {
        float: left;
        margin-left: 20px;
        position: relative;
        z-index: 999999;
        width: 100px;
        margin-bottom: -44px;
    }
    .main-menu.mobile-menu > ul {
        display: none;
        text-align: center;
        position: absolute;
        background: #590000;
        right: 25px;
        top: 70px;
        border: 1px solid #ccc;
        width: 240px;
        border-radius: 3px;
    }
    .header-wrapper {
        min-height: 130px;
    }
    .main-menu ul li:hover > ul {
        display: none;
    }
    .main-menu > ul > li > ul {
        text-align: right;
    }
    .main-menu > ul > li.active > ul {
        display: block;
        text-align: center;
    }
    .main-menu > ul > li.active > a {
       
        color: #fff;
    }
    .main-menu > ul > li:hover > a{
    	color:#fff;
    }
    .footer-copyright-wrapper .footer-address{
    	width:100%;
    	float:none;
    }
    .footer-address a p{
    	padding:0;
    }
    .footer-address .footer-address-inner p{
    	padding:0;
    }
    .footer-copyright-wrapper .footer-social{
    	width:100%;
    	float:none;
    	text-align:center;
    }
    .footer-copyright-wrapper .footer-social p{
    	text-align:center;
    }
    .footer-copyright-wrapper .footer-address a{
    	float:none;
    	width:100%;
    }
    .footer-address .footer-address-inner{
    	text-align:center;
    	width:100%;
    	float:none;
    	border:0;
    }
    .footer-address .footer-address-inner p{
    	text-align:center;
    }
    .faculty-img {
	    float: none;
	    width: 100%;
    }
    .faculty-info {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
    }
	
    .news-event-img{
         width:100%;
	 float:none;
    }
    .news-event-img a img{
    	width:100%;
    }
    .clg-vip-img img{
    	width:90%;
    }
    #career-apply{
    	width:100%;
    }
    #career-apply  fieldset{
    	padding: 10px;
    	margin: 20px auto;
    	width: 90%;
    }
    #career-apply  label{
    	width:100%;
    }	
    .stu-ach-img{
    	width:100%;
    }
    .stu-ach-img img{
    	width:100%;
    	margin:0;
    }
     .virtual-tour-content{
      	width:100%;
      	float:none;
      }
   .virtual-tour-content iframe {
   	width: 100%;
      }
    
}

/*==============================*/

@media(max-width: 480px){
    .event-sub {
        width: 100%;
    }
    .online-fee-submision-wrapper a{
    	width:100%;
    	margin:10px auto;
    }
    .collaboration img, .collaboration a{
    	width:100%;
    	float:none;
    	padding:0;
    }
    table.hovertable {
	width: 100%;
	display: block;
	overflow: auto;
      }
  
}






/*=============Infrastructure Slider===============*/
.gallery-slider1-inner {
    width: 100%;
}
.gallery-slider1-inner img {
    width: 100%;
    border: 1px solid #bbb;
    padding: 10px;
}
ul.gallery-slider1 li:before{
    display: none !important;
}
ul.gallery-slider{
    padding-top: 30px;
}
ul.gallery-slider li{
    width: 256px;
}
ul.gallery-slider li:before{
    display: none;
}
ul.gallery-slider button.slick-arrow {
    display: none !important;
}
ul.slick-dots {
    display: none !important;
}

ul.gallery-slider .slick-slide img {
    width: 100%;
    padding: 10px;
}
ul.gallery-slider .slick-list {
    padding: 0 !important;
}
ul.gallery-slider li.slick-slide.slick-active{
opacity:0.5;
}
ul.gallery-slider li.slick-slide.slick-active.slick-center{
opacity:1;
}



/*==================Contact Us Form================*/

.contact-us-form {
    margin: 20px 0px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
.contact-us-form-wrapper {
    padding: 20px;
    border: 2px dashed #ccc;
}
.contact-us-form-inner i.fa {
    width: 4%;
    font-size: 25px;
    float: left;
}
.contact-us-form-inner input {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
}
.contact-us-form-inner textarea {
    width: 95%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.contact-us-form-inner button {
    padding: 10px;
    border: 1px solid #590000;
    color: #fff;
    background: #590000;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    cursor:pointer;
}




/*-------Faculty Engineering

ul.faculty-tabber {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
ul.faculty-tabber li {
    padding: 0;
}
ul.faculty-tabber li:before{
    display:none;
}
ul.faculty-tabber:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
ul.faculty-tabber li {
    padding: 0;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    padding:1px;
}
ul.faculty-tabber li a {
    padding: 10px;
    display: block;
    background-color: #cccccc;
}
ul.faculty-tabber li a:hover,
ul.faculty-tabber li.active a{
   background:#800;
   color:#fff;
}
.faqulty-page-inner>h3 {
    text-align: center;
}
.faqulty-page-box .faqulty-page-inner{
    display:none;
}
.faqulty-page-box .faqulty-page-inner.active{
    display:block;
}
-------*/
@media (max-width:767px){
	 ul.faculty-tabber li {
	    width: 100%;
	 }
	

}










