/* --CSS For Navigation Bar is in navigation.css---- */

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
  overflow-x: hidden;
}
#loading{
  width: 100%;
  height: 100vh;
  background: #fff url('../img/731.gif')  no-repeat center;;
  position: fixed;
  z-index: 9999999;
}

/* -----------Pre Loader----------- */
#loading img{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #9a0202;
  font-family:sans-serif;
  text-align: center;
}

/* ---------Nav Bar-------------------- */
nav{
  height: 90px;
  width: 100%;
  /* border: 1px solid; */
  display: flex;
  justify-content: space-between;
  background: #e2e2e2;
  -webkit-box-shadow: 0px 6px 14px -2px rgba(0,0,0,0.8);
  box-shadow: 0px 6px 14px -2px rgba(0,0,0,0.8);
  background: #ED213A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: fixed;
  z-index: 9999;
}
nav .logo{
  height: 120px;
  width: 200px;
  margin-left: 10%;
  background: white;
  padding-left: 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 3px 17px 7px rgba(0,0,0,0.56);
  box-shadow: 0px 3px 17px 7px rgba(0,0,0,0.56);
  z-index: 99999;
}
nav .callNow{
  height: 50px;
  width: 200px;
  background: #f12711;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: 99999;
  position: absolute;
  right: 10%;
  top: 91px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
nav .logo img{
  height: 100%;
  width: 100%;
}
nav .callNow h4{
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
nav #mainUl{
  list-style-type: none;
  float: right;
  margin-right: 60px;
}


nav #mainUl li{
  float: left;
  height: 30px;
  line-height: 30px;
  margin-top: 32px;
  margin-left: 30px;
  width: auto;
  text-align: center;
}
nav #mainUl li a{
  text-decoration: none;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-weight: 500;
  padding: 10px;
  padding-bottom: 5px;
  color: white;
}
nav #mainUl li:nth-child(2){
  border-bottom: 2px solid #ff8200;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav #mainUl li:nth-child(2):hover{
  border: none;
}
nav #mainUl li a:hover{
  color: #ff8200;
  border-bottom: 2px solid ;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Styling the dropdown of more menu */
.dropdown{
  height: 320px;
  width:250px;
  position:absolute;
  top: 90px;
  right: 100px;
  transition: top .3s;
  visibility: hidden;
  border-top: 5px solid white;
  background: #ED213A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 5px;
  z-index: 999999;
}
.dropdown #subUl{
  list-style-type: none;
  float: none;
  margin-right: 0px;
  z-index: 999999;
}
.dropdown #subUl li{
  float: none;
  height: 5px;
  border-bottom: 1px solid #9e0000;
  line-height: 45px;
  margin-top: none;
  margin-left: 0;
  width: auto;
  text-align: center;
}
.dropdown #subUl li:nth-child(1){
  margin-top: 10px;
  border-bottom: none;
  line-height: 35px;
}
.dropdown #subUl li a{
  text-decoration: none;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-weight: 0;
  padding: 10px;
  padding-bottom: 5px;
  color: white;
  transition: top .3s;

}
#subUl li a:hover{
  color: white!important;
  font-size: 17px;
  border-bottom: none!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Displaying the dropdown by hovering on More Btn */
nav #mainUl #moreBtn:hover + .dropdown{
  visibility: visible;
  top: 70px!important;
}
.dropdown:hover{
  visibility:visible!important;
  top: 70px!important;
}
#moreBtn{
  padding-bottom: 10px!important;
}

/* Side Nav Bar */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 50%; /* 25% from the top */
  left: 50%;
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  transform: translate(-50%,-50%);
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* Menu Icon Styling */
#menuIcon{
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 85px;
  visibility: hidden;
}

/* -----------wrapper---------------- */
.wrapper{
  height: auto;
  width: 100%;
  padding-top: 80px;
}
.pg_tit_cont{
  height: 200px;
  width: 100%;
  background-image: linear-gradient(180deg,rgba(112, 0, 7, 0.73) 0%,rgba(42, 42, 42, 0.92) 100%),url('../img/wide_card.jpg')!important;
  background-size: cover;
  background-position: center;
  text-align:center;
  line-height: 230px;
  font-family: 'Teko',sans-serif;
  font-size: 55px;
  color: white;
}

/* ---------------sec_frame--------------- */
.sec_frame{
  height: auto;
  width: 100%;
  display: flex;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
}
.left_content{
  height: 400px;
  width: 50%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 50px;
  font-family: 'Open Sans','Hind',sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  word-spacing: 4px;
}

.right_art{
  height: 400px;
  width: 50%;
  position: relative;
}
.right_shadow{
  height: 80%;
  width: 90%;
  background: #d1d1d1;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
.right_img{
  height: 80%;
  width: 90%;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
#introSlider{
  height: 100%;
  width: 100%;
  background: rgba(#e8e8e8, 0.68);
}
#introSlider .owl-next{
  display: none;
}
#introSlider .owl-prev{
  display: none;
}
/* ---------------FB_DIV------------- */
.fb_div{
  height: auto;
  width: 100%;
  border: 1px solid;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(180deg,rgba(112, 0, 7, 0.73) 0%,rgba(25,25,112,0.9) 100%),url('../img/footer_bg2.jpg')!important;
  background-size: cover;
  background-position: center;
}
.fb_container{
  margin: auto;
  height: auto;
  width: 342px;
}
.fb-page{
  width: 500px;
  height: 300px;
}
/* --------------TimeLine Data---------- */
.timeLineData{
  height: auto;
  width: 100%;
  margin-top:60px;
  padding-top: 30px;
}
.timeLineDataTitle{
  text-transform: capitalize;
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans',sans-serif;
}
.timeLineDataContent{
  width: 60%;
  margin: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  color: #2A2B2DFF;
  line-height: 25px;
}
/* -----------TimeLine--------------- */

.timeLine{
  height: auto;
  width: 100%;
  margin-top: 50px;
}
.timeLineTit{
  text-align: center;
  font-family: 'Rubik', sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  margin-top: 20px;
}
.timeLineContent{
  height: auto;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  line-height: 32px;
  word-spacing: 3px;
  padding: 10px;
  color: rgb(107, 107, 107);
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;

}

 main {
	 min-width: 200px!important;
	 max-width: 800px!important;
	 margin: auto;
   counter-reset: section +2012;
}
 #timePara {
	 font-size: 15px;
	 line-height: 1.75em;
	 border-top: 3px solid;
	 border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
	 border-image-slice: 1;
	 border-width: 3px;
	 margin: 0;
	 padding: 40px;
	 counter-increment: section;
	 position: relative;
	 color: #34435e;
}
 #timePara:before {
	 content: counter(section);
	 position: absolute;
	 border-radius: 50%;
	 padding: 5px;
	 height: 2.25em;
	 width: 2.25em;
	 background-color: #34435e;
	 text-align: center;
	 line-height: 2.25em;
	 color: #fff;
	 font-size: 1em;
}
 #timePara:nth-child(odd) {
	 border-right: 3px solid;
	 padding-left: 0;
}
 #timePara:nth-child(odd):before {
	 left: 100%;
	 margin-left: -20px;
}
 #timePara:nth-child(even) {
	 border-left: 3px solid;
	 padding-right: 0;
}
 #timePara:nth-child(even):before {
	 right: 100%;
	 margin-right: -20px;
}
 #timePara:first-child {
	 border-top: 0;
	 border-top-right-radius: 0;
	 border-top-left-radius: 0;
}
 #timePara:last-child {
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}


.tableContainer{
  height: auto;
  width: 90%;
  margin: auto;
}

/* --------------TimeiMg-------------- */
.timeImg{
    height: auto;
    width: 100%;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.timeImg img{
  height: 300px;
}

/* ----------timeText----------- */
.timeText{
  height: auto;
  width: 100%;
  padding: 30px;
  padding-top: 0px;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  word-spacing: 3px;
  letter-spacing: 1px;
}
.cond_events{
  padding: 8px;
  background: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  color: white;
  transition: .3s;
}
.cond_events:hover{
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:0px 0px 6px 0px rgba(50, 50, 50, 0.75);
   box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
}
.imgTxt{
  margin-bottom: 10px;
}

/* Inseting an Update under Free Tech Suport
at 23-FEB-2021
Inseting an profile cards section css */


/* ----------------Card Holder------------ */
.card_Holder_title{
  width: 100%;
  height: 90px;
  margin-top: 20px;
  text-align: center;
  line-height: 90px;
  font-size: 40px;
  font-family: 'Roboto Condensed',sans-serif;
  background-color: #f6f6f6;
}
.cardHolder{
  height: auto;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.card{
  height: 450px;
  width: 330px;
  margin-top: 30px;
  overflow: hidden;
  box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.75);
  background: #f5f5f5;
  transition: .3s;
}
.card:hover{
  transform: scale(1.03);
  cursor: pointer;
}
.card_img{
  height: 270px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}
.card_info{
  height: 130px;
  width: 100%;
  text-align: center;
}
.card_info #name{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2A2B2DFF;
  padding-top: 5px;
}
.card_info #edu{
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #2A2B2DFF;
  padding-top: 4px;
}
.card_mail{
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 48px;
  background: #ff9a22;
  font-family: 'Montserrat', sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  transition: .3s;
}
.card_mail a{
  text-align: center;
  line-height: 48px;
  font-size: 13px;
  letter-spacing:  1px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
.card_mail:hover{
  cursor: pointer;
  background: #ff7822;
}

/* End OF Inseting an Update under Free Tech Suport
at 23-FEB-2021*/

/* ------------ imgSlider------------ */

/* --------Lab Slider-------- */
.sliderContainer{
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #dddddd;
  padding: 30px;
  padding-top: 0;
}
.title{
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-family: 'Open Sans',sans-serif;
  padding-bottom: 15px;
  padding-top: 15px;
}
#labSlider{
  height: 350px;
  width: 100%;
  overflow:hidden;
}
#labSlider .item img{
  height: 350px;
}

/* ---------Video Slider--------- */
.videoSlider{
  height: auto;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
}
.stud_activity_content_caption{
  font-size: 15px;
  font-family: 'Roboto Condensed',sans-serif;
  color: #2A2B2DFF;
  padding: 10px;
}
#videoSlider .owl-next{
  font-size: 25px;
  margin-left: 20px;
}
#videoSlider .owl-prev{
  font-size: 25px;
  margin-right: 20px;
}
#workShopSlider .owl-next{
  /*display: none;*/
}
#workShopSlider .owl-prev{
  /*display: none;*/
}
#ivSlider .owl-next{
  /*display: none;*/
}
#ivSlider .owl-prev{
  /*display: none;*/
}
#labSlider .owl-next{
  /*display: none;*/
}
#labSlider .owl-prev{
  /*display: none;*/
}


/* ---------WebLink------------- */
.webLink{
  height: 200px;
  width: 100%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232526;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
a{
  text-decoration: none;
  border: none;
}
.linkContainer{
  height: auto;
  width: 600px;
  border: 1px solid;
  margin: auto;
  border-radius: 4px;
  background: #00B4DB;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition: .3s;
  border: none;
  text-align: center;
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  color: white;
  word-spacing: 1px;
  line-height: 40px;
  padding: 15px;
}
.linkContainer:hover{
  transform: scale(1.03);
  -webkit-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.75);
  color: #2A2B2DFF;
}
/* --------------dev_footer----------- */
.dev_footer{
  height: auto;
  background: rgba(96, 96, 96, 0.93);
  padding-left: 150px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
}
.dev_footer #dev{
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  color: #2A2B2DFF;
}
.dev_footer a{
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  color: #1a1b1c;
  text-decoration: none;
  transition: .3s;
}
.dev_footer a:hover{
  color:#e2e2e2;
}
.dev_footer #Disclaimer{
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  color: #2A2B2DFF;
  margin-right: 150px;
}
#Disclaimer #disc{
  margin-right: 10px;
}
#Disclaimer #pri_pol{
  margin-left: 10px;
}




/* ---------------------------------- */
/* -----------Responsivity----------- */
/* Changing Padding of wrapper div */
@media screen and (max-width: 1275px) {
  .wrapper{
    padding-top: 60px;
  }
}
/* Changing Menu Icon and second frame */
/* When screen is below 1024px the menu icon is visible */
@media screen and (max-width: 1215px) {
  #menuIcon{
    visibility: visible;
    line-height: 50px;
    z-index: 99999;
    position:fixed;
    /* margin-right: %!important; */
  }
  nav #mainUl{
    visibility: hidden;
  }
  nav .logo{
    padding-left: 9px;
    position: absolute;
    left: 5%;
  }
  nav{
    height: 70px;
  }

  /* ---SecondFrame------ */
  .sec_frame{
    display:flex;
    flex-flow:column-reverse;
  }
  .left_content{
    margin:auto;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .right_art{
    margin: auto;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* ---EventFrame------ */
  .event_frame{
    display:flex;
    flex-flow:column-reverse;
  }
  .event_left_content{
    margin:auto;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .event_right_art{
    margin: auto;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inserting Update For Section Card
  Under Free Tech Support at 23-FEB-2021*/
  /* ------Cards---------- */
  .card{
    height: 400px;
    width: 280px;
  }
  .card_img{
    height: 240px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  }
  .card_info{
    height: 110px;
    width: 100%;
    text-align: center;
  }
  .card_info #name{
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #2A2B2DFF;
  }
  .card_info #edu{
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #2A2B2DFF;
  }
  .card_mail a{
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    letter-spacing:  1px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
  }
}

/* Inserting Update For Section Card
Under Free Tech Support at 23-FEB-2021*/
@media screen and (max-width: 1080px){
  .cardHolder{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px){
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 95%;
  margin: auto;
  margin-bottom: 30px;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  width: auto;
}
}
/*  DEV_FOOTER || Seond frame*/
@media screen and (max-width: 800px){
  /* --------------dev_footer----------- */
  .dev_footer{
    height: auto;
    background: rgba(96, 96, 96, 0.93);
    padding-left: 0px;
    line-height: 40px;
    display: block;
  }
  .dev_footer #dev{
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    color: #2A2B2DFF;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
  }
  .dev_footer a{
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    color: #2A2B2DFF;
    text-decoration: none;
    transition: .3s;
  }
  .dev_footer #Disclaimer{
    width: 100%;
    text-align: center;
  }

  /* ---------second frame------------- */
  .right_art{
    height: 300px;
  }
  .right_shadow{
    visibility: hidden;
  }
  .right_img{
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .left_content{
    height: auto;
    padding-bottom: 10px;
  }
  /* ---------event frame------------- */
  .event_right_art{
    height: 300px;
  }
}
@media screen and (max-width: 735px){
  .linkContainer{
    width: 95%;
    height: auto;
    line-height: 30px;
  }
}

/* TimeLine IMage*/
@media screen and (max-width: 700px){
  /* --------------TimeiMg-------------- */
  .timeImg{
      height: auto;
      width: 100%;
      padding: 0px;
      padding-top: 0px;
      padding-bottom: 10px;
  }
  .timeImg img{
    height: 200px;
  }
  .timeLineDataTitle{
    font-size: 23px;
  }
}

/* Inserting Update For Section Card
Under Free Tech Support at 23-FEB-2021*/
@media screen and (max-width: 667px){
  .cardHolder{
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
  }
}


/* second frame display block */
@media screen and (max-width: 644px){
  .sec_frame{
    padding-left: 10px;
    padding-right: 10px;
  }
  .left_content{
    height: auto;
    padding-bottom: 10px;
  }
  .right_img{
    height: 300px;
  }
/* ------------- */
  .event_frame{
    padding-left: 10px;
    padding-right: 10px;
  }
  .event_left_content{
    height: auto;
    padding-bottom: 10px;
  }

  /* ----------Table Container--------- */
  .tableContainer{
    width: 100%;
    overflow-x: auto;
  }
  table{
    width: 700px;
  }

  /* ---Page Title----------- */
  .pg_tit_cont{
    font-size: 45px;
  }

  /* -----Time Line Data TExt-------- */
  .timeLineDataContent{
    width: 85%;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
  }
}

@media screen and (max-width: 600px){
  .timeLineDataTitle{
    font-size: 18px;
    font-weight: 600;
    width: 90%;
    margin: auto;
  }
}
/* Menu Icon || Logo || FB Page*/
@media screen and (max-width: 500px){
  #menuIcon{
    visibility: visible;
    line-height: 50px;
    z-index: 99999;
    position:absolute;
    right: 5%;
    position: fixed;
  }
  /* changing size of menu icon for mobiles */
  #menuIcon i{
    font-size: 25px;
  }
  /* Changing Height And width OF logo */
  nav .logo{
    height: 80px;
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5%;
  }

  /* Updating Profile Section's CSS at 23-FEB-2021 */
  .card_Holder_title{
    font-size: 30px;
  }
}


  /* second frame display block */
  @media screen and (max-width: 466px){
    .sec_frame{
      padding-left: 5px;
      padding-right: 5px;
    }
    .left_content{
      height: auto;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .right_art{
      height: 300px;
    }
    .right_img img{
      height: 100%;
    }
    /* -------------- */
    .event_frame{
      padding-left: 5px;
      padding-right: 5px;
    }
    .event_left_content{
      height: auto;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .event_right_art{
      height: 300px;
    }

    /* ----------timeText----------- */
    .timeText{
      padding: 5px;
    }

    /* --------Lab Slider------ */

    #labSlider{
      height: 200px;
      width: 100%;
      overflow:hidden;
    }
    #labSlider .item img{
      height: 200px;
    }

    #workShopSlider{
      height: 200px;
      width: 100%;
      overflow:hidden;
    }
    #workShopSlider .item img{
      height: 200px;
    }

    #ivSlider{
      height: 200px;
      width: 100%;
      overflow:hidden;
    }
    #ivSlider .item img{
      height: 200px;
    }

    .timeLineTit{
      font-size: 25px;
      width: 80%;
      margin:auto;
    }
  }

  /* second frame display block */
  @media screen and (max-width: 400px){
    .sec_frame{
      padding-left: 5px;
      padding-right: 5px;
    }
    .left_content{
      height: auto;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .right_art{
      height: 230px;
      overflow: hidden;
      margin-bottom: 20px;
    }
    .right_img img{
      height: 100%;
    }
    /* ----------- */
    .event_frame{
      padding-left: 5px;
      padding-right: 5px;
    }
    .event_left_content{
      height: auto;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .event_right_art{
      height: 270px;
    }

    /* ---Page Title----------- */
    .pg_tit_cont{
      font-size: 35px;
    }
}

/* TimeLine IMage*/
@media screen and (max-width: 380px){
  /* --------------TimeiMg-------------- */

  .timeImg img{
    height: 150px;
  }
}

  /* --------Nav Bar Overlay Code "Don't Touch It"----- */
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }
