@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
p,
div {
  font-size: 13px;
  line-height: 20px;
}
li {
  list-style: none;
  position: relative;
}
input {
  border: 0;
}
input:focus {
  border: 0;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
img {
  max-width: 100%;
  display: inline-block;
}
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  line-height: 16px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "sapisrg_", "sapism_", "sapisl__", "SapientSansBold_gdi", Arial, Helvetica, sans-serif;
  max-width: 100%;
}
@font-face {
  font-family: "sapisrg_";
  src: url("../fonts/sapisrg_.eot");
  src: url("../fonts/sapisrg_.eot?#iefix") format("embedded-opentype"), url("../fonts/sapisrg_.woff") format("woff"),
    url("../fonts/sapisrg_.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sapism_";
  src: url("../fonts/sapism_.eot");
  src: url("../fonts/sapism_.eot?#iefix") format("embedded-opentype"), url("../fonts/sapism_.woff") format("woff"),
    url("../fonts/sapism_.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sapisl__";
  src: url("../fonts/sapisl__.eot");
  src: url("../fonts/sapisl__.eot?#iefix") format("embedded-opentype"), url("../fonts/sapisl__.woff") format("woff"),
    url("../fonts/sapisl__.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SapientSansBold_gdi";
  src: url("../fonts/SapientSansBold_gdi.eot");
  src: url("../fonts/SapientSansBold_gdi.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SapientSansBold_gdi.woff") format("woff"), url("../fonts/SapientSansBold_gdi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-top {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  float: right;
  width: 800px;
  background: #fff;
  flex: 0 0 74%;
  margin-left: 23%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header {
  position: relative;
  width: 100%;
  background: #fcfcfc;
}
.header-top ul {
  flex: 0 0 43%;
}
.header-top ul li {
  border-left: 1px solid #e2e2e2;
  box-sizing: border-box;
  color: #838383;
  float: left;
  font-family: arial;
  font-size: 11px;
  padding: 4px 10px 0;
}
.header-top ul li span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.clear {
  clear: both;
}
.marquee {
  background: rgba(0, 0, 0, 0) url("../images/nirf-icon.jpg") no-repeat scroll 0 0;
  box-sizing: border-box;
  color: red;
  font-family: arial;
  font-size: 12px;
  padding-right: 7px;
  padding-top: 9px;
  font-weight: 600;
  padding-left: 36px;
  padding-bottom: 0px;
  flex: 0 0 55%;
}
.marquee span {
  float: left;
  width: 40px;
  display: block;
  height: 30px;
  display: none;
}

.logo {
  /* float: left;
	width: 100px;
  padding: 10px 0; */
  flex: 0 0 8%;
}
.header-right-bottom {
  /* margin-top: 23px; */
  flex: 0 0 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo-other {
  flex: 0 0 54%;
}
.header-bottom-right {
  flex: 0 0 44%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-search {
  width: 290px;
  float: left;
}
.r-img img {
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 1px;
}
.search-input-button {
  float: right;
  width: 30px;
}
.search-input-button img {
  display: block;
}
.search-input {
  float: left;
  width: 260px;
}
.header-search {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 59%;
}
.search-input input {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 6px;
  width: 100%;
}
.header-social {
  flex: 0 0 39%;
}
.header-social li {
  float: left;
  margin-left: 2px;
}
.header-social li img {
  display: block;
}
.header-menu {
}
.header-menu {
}
.main-mmnu {
  vertical-align: top;
  display: inline-block;
}
.header-menu ul li {
  color: #000;
  float: left;
  font-size: 14px;
  padding: 0;
  position: static;
  transition: all ease 0.6s;
}
.header-menu ul li ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 1px #000;
  box-sizing: border-box;
  display: none;
  left: 0px !important;
  opacity: 1;
  overflow: hidden;
  padding: 20px 30px;
  position: absolute;
  top: 42px;
  transition: all 0.6s ease 0s;

  width: 1170px;
}
.header-menu ul li ul.acad-sub-menu {
  left: -172px;
}
.header-menu ul li ul.phd-sub-menu {
  left: -281px;
}
.header-menu ul li ul.admission-sub-menu {
  left: -398px;
}
.header-menu ul li ul.train-sub-menu {
  left: -504px;
}
.header-menu ul li ul.stud-sub-menu {
  left: -694px;
}
.header-menu ul li ul.contact-sub-menu {
  left: -819px;
}
.header-menu ul li ul.resour-sub-menu {
  left: auto;
  right: -124px;
}
.header-menu ul li ul.alum-sub-menu {
  left: auto;
  right: -39px;
}

.header-menu ul li ul:after {
}
.header-menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 42px;
  display: block;
}
.header-menu ul li ul li {
  color: #000;
  font-size: 12px;
  padding: 5px 0;
  font-family: "sapism_";
}
.header-menu ul li ul li ul {
  height: auto;
  left: 0;
  top: 0 !important;
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  opacity: 1;
  box-shadow: none;
}
.header-menu ul li ul li ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.header-menu ul li ul li ul li {
  display: block;
  float: none;
}
span.arr-header {
  background: none repeat scroll 0 0 #2f3472;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  display: none;
  transition: all ease 0.4s;
  font-weight: bold;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  cursor: pointer;
}
span.arr-header::after {
  content: "+";
  text-align: center;
  width: 40px;
  position: absolute;
  vertical-align: baseline;
  top: 11px;
  transition: all ease 0.4s;
  font-weight: normal;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  color: #fff;
}
span.arr-header.active:after {
  transform: rotate(45deg);
  transition: all ease 0.4s;
  font-weight: bold;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
.header-menu li a {
  color: #fff;
  display: block;
  padding: 11px 11px;
  font-size: 11px;
  text-transform: uppercase;
}
.slide-button {
  background: url("slide-icon.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 40px;
  position: absolute;
  right: -45px;
  top: 19px;
  width: 45px;
  display: none;
  cursor: pointer;
}
ul.insideli-header li a {
}
.nav {
  background: #c92d1e url(../images/navigation.png) center no-repeat;
  color: #fff;
  display: none;
  float: right;
  font-size: 0;
  height: 36px;
  width: 44px;
  cursor: pointer;
}
.navigation {
  background: #2f3472 none repeat scroll 0 0;
  position: absolute;
  z-index: 99999999;
  width: 100%;
  transition: all ease 0.6s;
}
.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease 0.6s;
}
.header-menu > ul > li.active,
.header-menu > ul > li:hover {
  background: #db591f none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
}
.header-menu ul li:hover::after {
  background: rgba(0, 0, 0, 0) url("../images/nav-active-arrow.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 11px;
  height: 6px;
  display: none;
}
.header-menu ul li .subheading-header .heading {
  font-size: 13px;
}
.header-menu ul li .subheading-header .heading span {
  background: #fff;
}
.header-menu ul li .subheading-header .heading:after {
  content: "";
  display: block;
  height: 1px;
  background: #d0d0d0;
  width: 100%;
}
.banner-content,
.banner-up {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.banner-content {
  bottom:70px;
  max-width: 1200px;
}
.banner-content span {
  font-family: "sapism_";
  color: #fff;
  display: inline-block;
  font-size: 33px;
  padding: 13px 14px;
  text-transform: uppercase;
}
.banner-content p {
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding: 2px 44px 17px 15px;
  width: 750px;
}
.banner {
  width: 100%;
  position: relative; /*height:460px;*/
  overflow: hidden;
  margin-top: 43px;
}
/*.banner::after {
	background: #0095d4 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	z-index: 99;
}*/
.announcment-outer {
  position: absolute;
  width: 1160px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.announcment-outer {
  position: relative;
  width: 278px;
  float: left;
}
.annoucement {
  background: #f8f8f8;
  box-sizing: border-box;
  float: right;
  height: 100%;

  position: relative;
  width: 270px;
  z-index: 9999999;

  overflow: hidden;
  border: 1px solid #0069bc;
}
.annouc-heading {
  /* border-bottom: 1px solid #ccc; */
  color: #0069bc;
  font-family: "sapism_";
  font-size: 20px;
  line-height: normal;
  /* margin-bottom: 10px; */
  padding-bottom: 15px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 13px;
}
.l-img {
  float: left;
  width: 100px;
  box-shadow: 0 2px 2px #ccc;
  border: 2px solid #fff;
}
.l-img img {
  display: block;
}
.r-img {
  /*float: right;
	width: 250px;*/
  margin-right: 9px;
}
.r-img h2 {
  font-size: 15px;
  color: #de5d23;
  font-weight: normal;
  font-family: "sapism_";
}
.r-img p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.r-img a.re-more {
  font-size: 11px;
  color: #000;
  font-family: "sapism_";
  text-transform: uppercase;
}
.r-img > span {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 8px;
}
.banner-up-slider {
}
.banner-up-slider li {
  /* border-bottom: 1px solid #fff; */
  color: #000;
  font-size: 13px;
  margin-bottom: 0;
  /* min-height: 44px; */
  padding-top: 0;
  background: rgba(0, 0, 0, 0) url("../images/dotted-right-arrow.png") no-repeat scroll 15px 5px;
  padding-left: 12px;
  padding-right: 0px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.r-img p.relative {
  position: relative;
  height: 60px;
  width: 100%;
}
.r-img p.relative a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.annouc-heading > img {
  margin-left: 9px;
  vertical-align: top;
}
.cro-right-slider .annoucement .annouc-heading {
  color: #c92d1e;
}
.banner-up-slider .read-more {
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
  font-size: 10px;
  padding: 0px 6px;
  text-transform: uppercase;
  transition: all 0.6s ease 0s;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 23px;
}
.add-both-new-section {
  padding: 0px 0px 20px;
  overflow: hidden;
}
.r-img p a:hover {
  color: #000;
}
.bx-wrapper .bx-controls-direction a {
  height: 22px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 22px;
  z-index: 9999;
}
.bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/slider-right-arrow.jpg") no-repeat scroll 0 0;
  right: 10px;
}
.announcements-slider .bx-wrapper .bx-controls-direction a {
  bottom: -36px;
  margin: 0 !important;
  top: auto;
}
.banner-up-slider .bx-default-pager {
  display: none;
}
.banner .bx-controls-direction {
  display: none;
}
.banner .banner-up-slider .bx-controls-direction {
  display: block;
}
.banner-up-slider li:hover .l-img {
  border: 2px solid #00a4ea;
}
.banner-up-slider li:hover .r-img h2 {
  color: #00a4ea;
}
.r-img a.re-more:hover {
  color: #00a4ea;
}
.course-offer {
  /*background: rgba(0, 0, 0, 0) url("../images/h-bg.jpg") no-repeat scroll 0 0 / 100% auto;*/
  /*background: rgba(0, 0, 0, 0) url("../images/h2-bg.jpg") no-repeat scroll 0 0 / 100% auto;*/
  /*overflow: hidden;*/
  /*padding: 30px 0 42px 0;*/
  /*width: 100%;*/
    background: rgba(0, 0, 0, 0) url(../images/h2-bg.jpg) no-repeat;
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
}
.course-offer .heading{
    color:#fff;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.heading {
  color: #00a4ea;
  font-family: "sapisl__";
  font-size: 40px;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}
.heading span {
  font-family: "sapism_";
}
.offer-cours-left {
  float: left;
  width: 100%;
}
.offer-cours-left ul {
}
.offer-cours-left ul li {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  width: 20%;
  background: #fff;
  transition: all ease 0.6s;
  padding-bottom: 12px;
  overflow: hidden;
  outline:none;
}
.offer-cours-left ul li:hover {
  background: #009adc;
}
.offer-cours-left ul li:hover .cr-img img {
  transition: all ease 0.6s;
}
.cr-text {
  box-sizing: border-box;
  padding: 15px;
  min-height: 170px;
}
.cr-img img {
  box-sizing: border-box;
  display: block;
  border-bottom: 0;
  transition: all ease 0.6s;
}
.cr-img {
  position: relative;
  transition: all ease 0.6s;
}
.cr-img::after {
  border: 15px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 0;
  transition: all ease 0.6s;
}
.offer-cours-left ul li:hover .cr-img::after {
  border: 0px solid #fff;
  transition: all ease 0.6s;
}
.cr-heading {
  font-size: 14px;
  color: #000;
  //text-transform: uppercase;
  line-height: normal;
  margin-bottom: 12px;
  font-family: "sapism_";
  transition: all ease 0.6s;
}
.cr-text > p {
  color: #000;
  font-size: 14px;
  min-height: 112px;
  text-align: justify;
  transition: all 0.6s ease 0s;
}
.read-more {
  border: 1px solid #ccc;
  color: #000000;
  font-size: 12px;
  padding: 7px 11px;
  text-transform: uppercase;
  transition: all ease 0.6s;
  display: inline-block;
}
.cr-text {
  box-sizing: border-box;
  min-height: 180px;
  padding: 15px;
  transition: all ease 0.6s;
}
.offer-cours-left ul li:hover .cr-heading,
.offer-cours-left ul li:hover .cr-text > p,
.offer-cours-left ul li:hover .read-more {
  color: #fff;
  transition: all ease 0.6s;
}
.cro-right-slider .annouc-heading > img {
  margin-left: 0;
  vertical-align: top;
  margin-right: 10px;
}
.cro-right-slider {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  margin-top: 0;
  width: 280px;
  margin-left: 20px;
}
.cro-right-slider .annoucement {
  /* background: #fff none repeat scroll 0 0; */
  /* border-top: 6px solid #de5d23; */
  box-sizing: border-box;
  float: right;
  height: 571px;
  /* padding: 15px; */
  position: relative;
  width: 100%;
  z-index: 9999999;
  border: 1px solid #c92d1e;
  min-height: 407px;
}
.cro-right-slider .r-img {
  /*float: right;
    width: 140px;*/
  margin-right: 9px;
}
.cro-right-slider .banner-up-slider li {
  padding-bottom: 12px;
}
.cro-right-slider .bx-wrapper .bx-prev {
  bottom: 6px !important;
  right: 26px;
}
.cro-right-slider .bx-wrapper .bx-next {
  bottom: 6px;
  right: 7px;
}
.tab {
  margin-bottom: 0px;
  margin-top: 16px;
  width: 560px;
  border: 1px solid #e2e2e2;
  border-right: 0;
  border-left: 0;
}
.tab ul li {
  background: #f6f6f6 none repeat scroll 0 0;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #545454;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin-bottom: -1px;
  margin-right: 0;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
.tab-container {
  background: #fff none repeat scroll 0 0;
  clear: both;
  color: #643e14;
  font-size: 16px;
  line-height: 20px;
  min-height: 206px;
  padding: 14px;
}
.respon {
  background: #fceacb none repeat scroll 0 0;
  border-bottom: 1px solid #f1ce9a;
  box-sizing: border-box;
  display: none;
  padding: 8px;
  position: relative;
}
.respon .span.active {
  background: #5f0a0a url("../images/up-arrow.png") no-repeat scroll center center;
}
.respon .span {
  background: #5f0a0a url("../images/down-arrow.png") no-repeat scroll center center;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
}
.cross,
.respon .span {
  cursor: pointer;
  width: 40px;
}
.span {
  background: #c79140 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 13px;
  padding: 3px 6px 6px;
  text-align: center;
  width: 10px;
  z-index: 9999999;
}
.research {
  float: left;
  width: 600px;
  /*border: 1px solid #c92d1e;*/
}
.tab ul li.active {
  background: #fff none repeat scroll 0 0;
  color: #204581;
}
.contant > h2 {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 7px;
  font-family: "sapism_";
}
.contant img.img {
  float: left;
  margin-right: 16px;
}
.contant > p {
  color: #000;
  font-size: 14px;
}
a.download {
  background: rgba(0, 0, 0, 0) url("../images/download-icon.jpg") no-repeat scroll right top;
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: 14px;
  padding: 5px 46px 5px 12px;
  text-transform: uppercase;
  font-family: "sapism_";
}
.res-heading {
  color: #c92d1e;
  font-family: "sapisl__";
  font-size: 36px;
  line-height: normal;
  padding-bottom: 0;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  /*padding-left: 5px;*/
}
.research .text {
  padding-left: 0px;
}
.res-heading img {
  margin-right: 11px;
  vertical-align: top;
}
.res-dev {
  /*background: #f6f6f6 url(../images/rech-shad.png) top center no-repeat;*/
  overflow: hidden;
  padding: 40px 0;
  width: 100%;
}
.text {
  color: #000;
  font-size: 14px;
  line-height: normal;
  margin-top: 12px;
  font-family: "sapism_";
  text-align: justify;
  padding-right: 9px;
}
.stu-heading {
  color: #204581;
  font-family: "sapisl__";
  font-size: 36px;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 10px 6px 10px;
}
.stu-heading img {
  margin-right: 11px;
  vertical-align: top;
}
.student-placement {
  width: 562px;
  float: right;
  background: #f6f6f6;
  border: 1px solid #9badc5;
  /*padding-bottom: 12px;*/
}
.stpl-logo {
  margin-top: 15px;
}
.stpl-logo li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0;
  width: 125px;
  text-align: center;
  padding-top: 6px;
}
.stpl-logo li img {
  transition: all ease 0.6s;
}
.stpl-logo li:hover img {
  transform: scale(1.1);
  transition: all ease 0.6s;
}
.student-placement h3 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: "sapism_";
}
.student-placement h3 strong {
  color: #000;
  font-weight: normal;
}
.student-placement p {
  font-size: 14px;
  color: #000;
}
.student-placement .read-more {
  margin-top: 9px;
}
.read-more:hover {
  background: #db591f;
  color: #fff;
}
.read-more:hover a {
  color: #fff;
}
.our-infrasture .heading {
  text-align: center;
}
.our-infrasture .text {
  text-align: center;
}
.our-infrasture {
  padding: 40px 0;
  /* background-color: #f6f6f6;*/
}
.line {
  margin: 0 auto;
  position: relative;
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
}
/*.line::after {
	background: #ccc none repeat scroll 0 0;
	bottom: 10px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}*/
.tabn-cover {
  width:calc(100% - 600px);
  float: right;
}
.tabn-cover ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabn-cover li {
  cursor: pointer;
  width: 31%;
  margin-bottom: 15px;
  /* margin-right: 10px; */
  text-align: center;
  vertical-align: sub;
}
.tabn-cover li:nth-last-of-type(1), .tabn-cover li:nth-last-of-type(2), .tabn-cover li:nth-last-of-type(3) {
  margin-bottom: 0;
}
.tabn-cover li img {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.tabn-cover li img:after {
}
.tabn-cover li p {
  color: #000000;
  font-family: "sapism_";
  font-size: 15px;
  padding: 10px;
  text-transform: uppercase;
}
/*.tabn-cover li:hover p {*/
/*  background: rgba(0, 164, 234, 0.77);*/
/*  color: #fff;*/
/*  transition: all ease 0.4s;*/
/*}*/
.inf-img-cover {
  position: relative;
  border: 1px solid #ccc;
}
.hover_content {
    position: absolute;
    background: rgb(222 93 35 / 85%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    visibility:hidden;
    transition: all 0.4s ease-in-out;
}
.tabn-cover li:hover .hover_content {
    opacity:1;
    visibility:visible;
    transition: all 0.4s ease-in-out;
}
.hover_content span{
    font-size:13px;
    color:#fff;
    display: block;
    width: 90%;
}

/*.tabn-cover li:hover .inf-img-cover {*/
/*  border-color: #009deaa6;*/
/*  transition: all 0.6s ease;*/
/*}*/
.inf-img-cover::after {
  border: 4px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999;
  box-sizing: border-box;
  transition: all ease 0.6s;
}
.tab-containern {
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 570px;
}
.responn {
  display: none;
}
.inf-img-left {
  width: 250px;
  float: left;
}
.inf-txt-right {
  width: 270px;
  float: right;
}
.inf-t-heading {
  color: #00a4ea;
  font-family: "sapism_";
  font-size: 23px;
  line-height: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.bold-txt {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 9px;
  font-family: "sapism_";
}
.inf-rat-text > p {
  color: #000;
  font-size: 14px;
  margin-bottom: 13px;
  text-align: justify;
}
.infra-tab {
  margin: 30px 0 0;
  overflow: hidden;
}
/*.tabn-cover li:hover .inf-img-cover::after,*/
/*.tabn-cover li.activen .inf-img-cover::after {*/
/*  border: 4px solid #00a4ea;*/
/*}*/
.video {
  width: 100%;
  height: auto;
}
.video-div {
  position: relative;
}
.video-div .container {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}
.video-heading {
  color: #fff;
  font-family: "sapisl__";
  font-size: 60px;
  line-height: normal;
  margin-top: 65px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.video-heading span {
  font-family: "sapism_";
  color: #00a4ea;
}
.video-text {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 25px;
  width: 570px;
  margin-top: 10px;
}
.video-text p {
  color: #0a0a0a;
  font-family: "sapism_";
  font-size: 14px;
  margin-bottom: 20px;
}
.video-text p span {
  color: #0b2061;
}
.msg-foun {
  background: #204581 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 9px;
  padding: 8px 17px;
  text-transform: uppercase;
  font-family: "sapism_";
}
.msg-foun a {
  color: #fff;
}
.rd-home-desc {
  min-height: 163px;
  color: #000;
  font-size: 14px;
}
.rd-home-desc p {
  color: #000;
  font-size: 14px;
}
.faclity .heading {
  text-align: center;
}
.faclity .text {
  text-align: center;
}
.fac-ul ul {
}
.fac-ul ul li {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 25%;
}
.fac-ul h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  font-family: "sapisl__";
  color: #000;
  margin: 10px 0;
  transition: all ease 0.6s;
}
.fac-ul h3 span {
  font-family: "sapism_";
}
.fac-ul p {
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
  transition: all ease 0.6s;
}
.faclity {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 40px 0;
}
.fac-ul {
  margin-top: 25px;
}
.fac-ul ul li:last-child {
  border-right: 0;
}
.fac-ul img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all ease 0.6s;
}
.fac-ul ul li:hover img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all ease 0.6s;
}
.fac-ul ul li:hover h3,
.fac-ul ul li:hover p {
  color: #00a4ea;
  transition: all ease 0.6s;
}
.campus .heading {
  text-align: center;
}
.campus .text {
  text-align: center;
  width: 100%;
}
.campus {
  padding: 40px 0;
  position: relative;
}
.campus-ul {
  margin-top: 20px;
}
.campus-ul ul {
}
.campus-ul li {
  float: left;
  position: relative;
  width: 25%;
  overflow: hidden;
}
.campus-ul li img {
  display: block;
}
.hover-text-campus {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 30%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  transition: all ease 0.6s;
}
.hover-text-campus h3 {
  font-family: "sapism_";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.hover-text-campus p {
  color: #fff;
  font-size: 14px;
  padding: 11px;
}
.hover-text-campus .read-more {
  color: #fff;
  padding: 5px 10px;
}
.campus-ul li:hover .hover-text-campus {
  height: 100%;
  background: rgba(48, 82, 133, 0.9);
  padding-top: 40%;
}
.footer {
  background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") repeat scroll 0 0;
  border-top: 3px solid #20447e;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
}
.footer-right {
  width: 235px;
  float: right;
}
.footer-menu {
  width: 630px;
  float: left;
  margin-right: 20px;
}
.footer-newsletter {
  width: 225px;
  float: left;
  margin-right: 20px;
}
.footer-logo {
  float: left;
  margin-right: 11px;
  width: 80px;
}
.footer-right-logo {
  width: 135px;
  float: right;
  margin-top: 9px;
}
ul.footer-add {
  margin-top: 15px;
}
ul.footer-add li {
  color: #747474;
  font-family: "sapism_";
  font-size: 12px;
  margin-top: 10px;
}
ul.footer-add li img {
  float: left;
  vertical-align: middle;
  margin-right: 14px;
}
ul.footer-add li span {
  color: #204581;
}
.footer-last {
  background: #ededed none repeat scroll 0 0;
  padding: 10px 0;
}
.footer-last p {
  font-size: 11px;
  color: #797979;
  font-family: "sapism_";
}
.footer-last p.f-l {
  float: left;
}
.footer-last p.f-r {
  float: right;
}
.footer-last p a {
  color: #797979;
}
.mega.subheading-header {
  float: left;
  width: 492px;
}
.mega.subheading-header li {
  width: auto;
}
.mega.subheading-header img {
  display: block;
  margin-top: 10px;
}
.mega.subheading-header li {
  color: #204581;
  float: left;
  font-family: "sapism_";
  font-size: 12px;
  margin-right: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.heading-menu {
  color: #204581;
  font-family: "sapism_";
  font-size: 12px;
  margin-bottom: 2px;
  margin-right: 14px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.heading-menu b {
  background: #fff none repeat scroll 0 0;
  font-weight: normal;
  padding: 0 11px;
  position: relative;
  z-index: 99999999;
}
.heading-menu::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 10px;
  left: 0;
  z-index: 999999;
  content: "";
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-taxt-inner {
  bottom: 75px;
  color: #fff;
  left: 0;
  margin: auto;
  max-width: 1170px;
  position: absolute;
  width: 100%;
  right: 0;
}
.banner-taxt-inner h2,
.banner-taxt-inner h1 {
  font-family: "sapisl__";
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
}
.banner-taxt-inner > p {
  font-size: 20px;
  line-height: normal;
  margin-top: 5px;
}
.banner-taxt-inner span {
  font-family: "sapism_";
}
.bradcam {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.bradcam-inside {
  max-width: 1200px;
  margin: 0 auto;
}
.bradcam-inside ul {
}
.bradcam-inside ul li {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 13px;
}
.bradcam-inside li a {
  color: #a1a1a1;
  display: block;
}
.section-left {
  float: left;
  width: 300px;
}
.section-left ul {
}
.section-left ul li {
  box-sizing: border-box;
  color: #696969;
  font-family: "sapism_";
  font-size: 14px;
  padding: 0px 5px 11px 0px;
  text-transform: uppercase;
}
.section-left ul li li {
  border-bottom: 1px dashed #ccc;
}
.section-left ul li li {
  background: rgba(0, 0, 0, 0) url("../images/dotted-arrow.png") no-repeat scroll 24px 19px;
  padding: 0;
}
.section-left ul li li a {
  padding: 11px 30px 11px 40px;
}
.section-left ul li li li {
  background: rgba(0, 0, 0, 0) url("../images/dotted-arrow.png") no-repeat scroll 42px 19px;
}
.section-left ul li a {
  color: #696969;
  padding-left: 40px;
  display: block;
  word-break: break-word;
}
.section-left ul li li li a {
  padding-left: 60px;
  display: inline-block;
}
.section-left ul li li li {
  border-top: 1px dashed #ccc;
  border-bottom: 0;
}
.section-left ul li li ul {
  margin-top: 10px;
}
.section-left h3 {
  background: #eeeeee none repeat scroll 0 0;
  color: #204581;
  padding: 20px 42px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  font-family: "sapism_";
}
.padding-inner {
}
.section-left ul li.active {
  color: #204581;
}

.section-right {
  float: right;
  width: 808px;
  overflow: hidden;
}
.inside-heading {
  font-size: 36px;
  color: #00a4ea;
  line-height: normal;
  text-transform: uppercase;
  font-family: "sapisl__";
}
.inside-heading span {
  font-family: "sapism_";
}
.inside-heading {
  color: #00a4ea;
  font-family: "sapisl__";
  font-size: 36px;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.text-inner p {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
}
p.font-medi {
  font-family: "sapism_";
  font-size: 16px;
}
.full-img {
  border: 1px solid #ccc;
  text-align: center;
}
.full-img img {
  border: 4px solid #fff;
  box-sizing: border-box;
  display: block;
}
.text-inner h2 {
  border-bottom: 1px solid;
  color: #01256e;
  font-family: "sapism_";
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  margin: 25px 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.text-inner h3 {
  font-size: 36px;
  font-weight: normal;
  color: #204581;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 6px;
  margin-top: 25px;
}
.text-inner h4 {
  color: #01256e;
  font-family: "sapism_";
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 10px 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}
#block-views-technical-staff-block h2,
#block-views-contact-us-block h2,
#block-views-contact-us-block-2 h2,
#block-views-contact-us-block-1 h2 {
  color: #01256e;
  font-family: "sapism_";
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 10px 0;
  padding-bottom: 7px;
  text-transform: uppercase;
  padding-left: 3px;
  background: none;
  border-bottom: none;
  padding-left: 0px;
}
.text-inner h3 img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
ul.with-bull {
  margin-bottom: 35px;
}
ul.with-bull li {
  background: rgba(0, 0, 0, 0) url("../images/blue-arrow.jpg") no-repeat scroll 1px 8px;
  color: #333333;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 11px;
  padding-left: 21px;
}
ul.about-course {
}
ul.about-course li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  min-height: 326px;
  overflow: hidden;
  padding-right: 38px;
  padding-top: 30px;
  width: 365px;
}
ul.about-course li:nth-child(2n) {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
  padding-left: 35px;
}
ul.about-course img {
  display: block;
}
ul.about-course h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "sapism_";
}
ul.about-course p {
  color: #111111;
  font-size: 14px;
}
.abc-div p {
  background: #fff none repeat scroll 0 0;
  font-family: "sapism_";
  font-size: 14px;
  left: 0;
  padding: 3px 15px;
  position: absolute;
  top: 0;
}
.abc-div img {
  box-sizing: border-box;
}
.padding-inner {
  padding: 50px 0;
}
.abc-div {
  position: relative;
}
.sub-menu-right {
  float: right;
  margin-left: 45px;
  position: relative;
  width: 730px;
  z-index: 9999999;
}
.sub-menu-left-img {
  float: left;
  width: 330px;
}
ul.insideli-header li a {
  background: rgba(0, 0, 0, 0) url("../images/dotted-arrow.png") no-repeat scroll 2px 8px;
  color: #000;
  font-size: 13px;
  padding: 1px 18px;
  text-transform: none;
}
.header-menu .sub-menu-right ul {
}
.header-menu .sub-menu-right ul li {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 31px;
  width: 210px;
}
.header-menu .sub-menu-right ul li li {
  width: 100%;
}
.header-menu .sub-menu-right ul li h3 {
  font-size: 14px;
  color: #01256e;
  text-transform: uppercase;
  font-weight: normal;
  background: rgba(0, 0, 0, 0) url("../images/left-menu-active.png") no-repeat scroll 0 6px;
  padding-left: 20px;
}
.header-menu .sub-menu-right ul li h3 a {
  background: none;
  color: #01256e;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 0;
}
.header-menu .sub-menu-right > ul > li > ul {
  border-top: 1px solid #01256e;
  margin-top: 5px;
}

.header-menu .sub-menu-right .border-none {
  border: 0;
  margin-top: 0;
}
.header-menu .sub-menu-right .postgraduate {
  width: 450px;
}
.header-menu .sub-menu-right .postgraduate ul li {
  width: 49%;
  margin-right: 1.3%;
}
.header-menu .sub-menu-right .postgraduate ul li:nth-of-type(2n) {
  margin-right: 0;
}

.exp-acc {
  background: rgba(0, 0, 0, 0) url("../images/left-menu-after-arrow.png") no-repeat scroll center center;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  cursor: pointer;
}
.exp-acc.active {
  background: url(../images/down_arrow.png) center center no-repeat;
}
ul.tab-ul ul.tab-ul {
  display: none;
}
.block__title {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #01256e;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 25px;
}
.fact-slider li {
  text-align: center;
}
.fact-slider {
  box-sizing: border-box;
  height: 200px;
  margin: 60px 0;
  padding-top: 45px;
  position: relative;
  width: 99%;
}
.fact-slider::after {
  border: 1px solid #ccc;
  bottom: 0;
  content: "";
  height: 94%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 99%;
}
.fact-slider::before {
  border: 1px solid #ccc;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fact-slider li p {
  font-size: 60px;
  font-family: "sapisl__";
  color: #01256e;
  line-height: normal;
  text-align: center;
}
.fact-slider li span {
  font-size: 14px;
  font-family: "sapisl__";
  color: #44464b;
  line-height: normal;
}
.fact-slider .bx-default-pager {
  display: none;
}
.fact-slider .bx-wrapper .bx-controls-direction a {
  border: 1px solid #000;
  bottom: -19px !important;
  height: 43px;
  left: 0;
  margin: auto;
  outline: 0 none;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: auto;
  width: 43px;
  z-index: 9999;
  opacity: 1;
}
.fact-slider .bx-wrapper .bx-next {
  background: url("../images/dotted-arrow.png") no-repeat scroll center center #fff;
  opacity: 1;
  right: -89px !important;
  border-left: 0 !important;
}
.fact-slider .bx-wrapper .bx-prev {
  background: url("../images/dotted-arrow.png") no-repeat scroll center center #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fact-slid-heading {
  background: #fff none repeat scroll 0 0;
  color: #01256e;
  font-size: 16px;
  left: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -17px;
  width: 74px;
  z-index: 999;
}
.vision-div {
  background: rgba(0, 0, 0, 0) url("../images/vision-bg.jpg") no-repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  height: 288px;
  margin-right: 28px;
  padding: 23px;
  width: 392px;
}
.vision-div h3 {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.vision-div p {
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}
.mission-div {
  background: #01256e none repeat scroll 0 0;
  float: right;
  width: 382px;
  height: 285px;
  padding: 23px;
  box-sizing: border-box;
}
.mission-div ul {
}
.mission-div ul li {
  color: #fff;
  background: rgba(0, 0, 0, 0) url("../images/blue-arrow-dotted.png") no-repeat scroll 1px 8px;
  margin-bottom: 14px;
}
.mission-div h3 {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 15px;
}
.mission-div h3 img {
  margin-right: 10px;
  vertical-align: top;
}
.about-course a.read-more {
  margin: 10px 0;
}
.abc-div p {
}
.header-search .form-item {
  flex: 0 0 87%;
}
.header-search .form-actions {
  flex: 0 0 11%;
}
.header-search .form-item input {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 6px;
  width: 100%;
}
.search-form {
  margin: 0;
}
.search-form > div {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.header-search .form-actions input {
  background: rgba(0, 0, 0, 0) url("../images/search-icon.jpg") no-repeat scroll 0 0;
  cursor: pointer;
  width: 31px;
  height: 29px;
  text-indent: -99999px;
}
.footer-menu {
}
.footer-menu ul {
}
.footer-menu ul li {
  box-sizing: border-box;
  float: left;
  margin-right: 30px;
  width: 180px;
}
.footer-menu ul li a {
  color: #294370;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 10px 0;
  font-family: "sapism_";
  margin-bottom: 5px;
}
.footer-menu ul li ul {
}
.footer-menu ul li ul li {
  width: 100%;
}
.footer-menu ul li ul li a {
  background: rgba(0, 0, 0, 0) url("../images/footer-li-bg.png") no-repeat scroll 0 10px;
  border-bottom: 0 none;
  color: #747474;
  font-size: 12px;
  padding: 4px 0 4px 17px;
  text-transform: none;
  margin-bottom: 0;
}
.menu__item.is-expanded.expanded.footer-li-3 {
  min-height: 160px;
}
.menu__item.is-expanded.expanded.footer-li-4 {
  min-height: 173px;
}
.menu__item.is-leaf.leaf.footer-li-5 a,
.menu__item.is-leaf.leaf.footer-li-6 a,
.menu__item.is-leaf.leaf.footer-li-7 a,
.menu__item.is-leaf.leaf.footer-li-8 a,
.menu__item.is-leaf.leaf.footer-li-9 a {
  border-bottom: 0 none;
  padding: 5px 0;
  margin-bottom: 0;
}
.footer-newsletter h2.block__title {
  border-bottom: 1px solid #ccc;
  color: #294370;
  display: block;
  font-family: "sapism_";
  font-size: 13px;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
  background: none;
  margin-bottom: 5px;
}
.footer-newsletter .form-email {
  background: #fff url("../images/mail-icon-footer.png") no-repeat scroll 4px 10px;
  border: 1px solid #ccc;
  padding: 6px 25px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  margin: 10px 0;
}
.footer-newsletter label {
  display: none;
}
.footer-newsletter .webform-submit {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #294370;
  padding: 4px 15px;
  text-transform: uppercase;
  color: #294370;
  cursor: pointer;
}
.page-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.page-table tr th {
  font-weight: bold;
  background: #a2d3d8;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
  padding: 8px;
}
.page-table tr:nth-child(2n) {
  background: #f3f3f3 none repeat scroll 0 0;
}
.page-table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
  padding: 8px;
}
.page-table td a {
  color: #294370;
  font-family: "sapism_";
}
.downloadpdf {
  background: #0095d4 none repeat scroll 0 0;
  color: #fff !important;
  float: right;
  font-weight: normal !important;
  padding: 5px 10px;
}
.page-li {
}
.page-li li,
.node-type-faculty .node-faculty ul li {
  background: rgba(0, 0, 0, 0) url("../images/blue-arrow-dotted.png") no-repeat scroll 0 8px;
  color: #000;
  font-size: 13.5px;
  margin-bottom: 10px;
  padding-left: 17px;
  text-align: justify;
}
.text-inner a {
  color: #294370;
  font-family: "sapism_";
  font-weight: bold;
}
.messages__icon {
  display: none;
}
.section-left ul li li li a.active,
.section-left ul li li a.active {
  color: #01256e;
  font-weight: bold;
  display: block;
}
.img-right-para {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img-right-para img {
  width: 100%;
  z-index: 9;
  position: relative;
}
.contact-section {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  margin-bottom: 31px;
  min-height: 170px;
  padding: 10px 24px;
  width: 50%;
}
.contact-section h4 {
  font-size: 15px;
}

.page-table tr:first-child td {
  font-weight: bold;
  background: #a2d3d8;
}
.page-table.table-headng tr:first-child td {
  font-weight: normal;
  background: none;
}
.webform-client-form-1 {
}
.webform-client-form-1 label, .webform-client-form-3822 label, .webform-client-form-3825 label {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
  display: none;
}
.webform-client-form-1 input,
.webform-client-form-1 textarea, .webform-client-form-3822 input, .webform-client-form-3825 input {
  border: 1px solid #ccc;
  display: block;
  font-family: "sapisrg_";
  margin-bottom: 16px;
  padding: 14px;
  atext-transform: uppercase;
  width: 80%;
  font-size: 13px;
  margin-top: 14px;
}
.webform-client-form-1 input.webform-submit, .webform-client-form-3822 input.webform-submit, .webform-client-form-3825 input.webform-submit {
  background: #00acb8 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  padding: 9px;
  width: 100px;
}
.no-sidebars .section-right {
  width: 100%;
}
.alumni-photo-gallery {
}
.alumni-photo-gallery li {
  float: left;
  margin-right: 1%;
  overflow: hidden;
  position: relative;
  width: 32%;
  margin-bottom: 1%;
  margin-bottom: 1%;
  max-height: 248px;
}
.alumni-gallery-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
}
.alumni-gallery-desc p {
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.alumni-gallery-desc a {
  background: #00a4ea none repeat scroll 0 0;
  bottom: 5px;
  color: #fff;
  font-weight: normal;
  padding: 4px 9px;
  position: absolute;
  right: -84px;
  z-index: 99999;
  transition: all ease 0.6s;
}
.alumni-photo-gallery li:hover a {
  right: 0;
}
.alumni-photo-gallery li img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  display: block;
}
.field-name-field-gallery-images .field-item {
  float: left;
  margin-bottom: 1%;
  margin-right: 1%;
  overflow: hidden;
  width: 32%;
}
.field-name-field-faculty-images .field-item {
  border: 2px solid #0095d4;
  float: left;
  margin-bottom: 1px;
  margin-right: 21px;
  width: 161px;
  position: relative;
  z-index: 999;
}
.field-name-field-faculty-profile .field-item {
  color: #01256e;
  font-family: "sapism_";
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.field-name-field-email .field-item {
  color: #01256e;
  font-family: "sapism_";
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding-bottom: 5px;
}
.field-name-field-faculty-images .field-item img {
  width: 100%;
  height: auto;
  display: block;
}
.section-right .field-name-field-research-download-file,
.section-right .field-name-field-research-images {
  display: none;
}
.page-search-node ol.search-results li:nth-child(2n + 1) {
  background: #fcfad4 none repeat scroll 0 0;
  border-bottom: 1px solid #ede6b8;
}
.page-search-node ol.search-results li {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.7%;
  padding: 15px;
}
.page-search-node ol.search-results .title {
  margin: 8px 0;
}
.page-search-node ol.search-results .search-snippet-info {
  padding-bottom: 2px;
  padding-top: 2px;
}
.page-search-node ol.search-results .search-snippet-info .search-snippet {
  color: #535353;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
}
.page-search-node ol.search-results li:nth-child(2n) {
  background: #f5f5f5 none repeat scroll 0 0;
}
.page-search-node ol.search-results li {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.7%;
  padding: 15px;
}
#search-form,
.page-search-node h2 {
  display: none;
}
.search-results .search-info {
  display: none;
}
.element-invisible {
  clear: both;
}
.faculty-img img {
  border: 1px solid #000;
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
.faculty-img {
  float: left;
  height: auto;
  margin-right: 15px;
  width: 98px;
}
.img-right-para {
  width: 200px;
  height: auto;
}
.lab-img {
  float: left;
}
.lab-link {
  float: right;
}

.faculty-list {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 2%;
  vertical-align: top;
  width: 47%;
  border: 1px solid #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.latest-left-date {
  border: 1px solid #2f3472;
  float: left;
  margin-right: 15px;
  text-align: center;
  width: 50px;
  background: url(../images/date-bg.jpg) repeat;
  background: #2f3472;
}
.days b {
  font-size: 14px;
  margin-top: 5px;
}
.days h2 {
  font-weight: normal;
  font-size: 14px;
}
.months {
}
.months {
  background: #de5d23 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.days {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.latest-right-data > h2 {
  color: #df5c24;
  font-size: 17px;
  font-weight: normal;
}
.faculty-name {
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 6px;
}
.faculty-email {
  font-size: 14px;
  margin-bottom: 5px;
  word-break: break-all;
}
.pager li {
  float: left;
  padding: 10px;
}

/****************************************remove this code after styleing*****************************************/
#block-system-main-menu {
  display: none;
}
/*********************************************************************************/

/*.sticky .header-menu{  transition: all ease 0.6s;  float: right;}
.sticky .header-menu li a {
  padding: 35px 10px;
 }*/
.stic-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 5px #ccc;
  position: fixed;
  top: -100px;
  transition: all 0.6s ease 0s;
  width: 100%;
  z-index: 2147483647;
}
.stic-menu .header-menu li.first-li-header > a {
  padding: 27px 4px;
}
.logo-stic {
  float: left;
  width: 54px;
  margin-top: 3px;
}
.logo-stic img {
  width: 100%;
  height: auto;
}
.hed-right {
  width: 1100px;
  float: right;
}
.stic-menu .header-menu > ul > li:hover ul {
  top: 75px;
}

.stic-menu .header-menu ul li ul.about-sub-menu {
  left: -144px;
}
.stic-menu .header-menu ul li ul.acad-sub-menu {
  left: -242px;
}
.stic-menu .header-menu ul li ul.phd-sub-menu {
  left: -352px;
}
.stic-menu .header-menu ul li ul.admission-sub-menu {
  left: -416px;
}
.stic-menu .header-menu ul li ul.train-sub-menu {
  left: -522px;
}
.stic-menu .header-menu ul li ul.stud-sub-menu {
  left: -711px;
}
.stic-menu .header-menu ul li ul.contact-sub-menu {
  left: -836px;
}
.stic-menu .header-menu ul li ul.resour-sub-menu {
  left: auto;
  right: -107px;
}
.stic-menu .header-menu ul li ul.alum-sub-menu {
  left: auto;
  right: -21px;
}
.stic-menu .header-menu li a {
  color: #000;
}
.stic-menu .header-menu > ul > li.active,
.stic-menu .header-menu > ul > li:hover {
  background: #0095d4 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
}

.stic-menu .header-menu > ul > li.active > a,
.stic-menu .header-menu > ul > li:hover > a {
  color: #fff;
}
.stic-menu.sticky {
  top: 0;
}
.alumni-ev-description {
  display: none;
  margin-top: 20px;
}
.alumni-ev-listing .read-wrapper .read-more {
  cursor: pointer;
}
.alumni-ev-listing .accordin-li li {
  list-style: square;
  color: #000;
  font-size: 13.5px;
  margin-bottom: 10px;
  padding-left: 17px;
  text-align: justify;
  margin-bottom: 0;
  border: none;
  line-height: 4px;
}
.node-announcements .field-name-field-date span,
.node-type-latest-update .field-name-field-date span {
  color: #01256e;
  font-family: "sapism_";
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 10px 0;
  text-transform: uppercase;
  display: block;
}
.webform-client-form-1 p, .page-node-3822 .block-webform h2.block__title {
  font-family: "sapism_";
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  margin: 10px 0;
  text-transform: uppercase;
  color: #01256e;
  border-bottom: 1px solid #01256e;
  line-height: 37px;
  padding-bottom: 0 0 7px 0;
  display: inline;
  background: none;
}
.node-type-about-us .fact-slider .bx-wrapper .bx-next {
  border-left: 1px solid #000;
}
.node-type-about-us .bx-wrapper .bx-controls-direction a {
  transform: none;
}
.r-img p a {
  color: #000;
  display: inline;
  font-size: 14px;
  line-height: 18px;
  margin-left: 3px;
}
.r-img p {
  /* background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 1px 6px; */
  padding-left: 15px;
  font-size: 13px;
  text-align: justify;
  padding-right: 15px;
}
.region.region-announcements {
}
.impo-noti-full {
  background: #fff url("../images/rech-shad.png") no-repeat scroll center top;

  width: 100%;
  padding: 50px 0;
}
.home-impo-link {
  width: 276px;
  float: left;
  background: #fff;
  border: 1px solid #a5bbdd;
  height: 418px;
}
.home-noti-board {
  width: 275px;
  float: right;
  background: #fff;
  min-height: 400px;
  border: 1px solid #0d880d;
}
.home-impo-link h2 {
  background: rgba(0, 0, 0, 0) url("../images/important-link-icon.png") no-repeat scroll 0 0;
  color: #de5d23;
  font-family: "sapisl__";
  font-size: 36px;
  line-height: normal;
  margin-bottom: 30px;
  padding: 0 0 0 46px;
  text-transform: uppercase;
}
.home-impo-link ul {
  height: 210px;
}
.home-impo-link ul li {
  background: rgba(0, 0, 0, 0) url("../images/dotted-right-arrow.png") no-repeat scroll 1px 6px;
  color: #000;
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 16px;
}
.home-impo-link ul li p {
  color: #000;
  font-size: 14px;
}
.home-impo-link ul li a {
  color: #000;
}
.home-impo-link ul li a:hover {
  color: #01256e;
}
.home-noti-board h2 {
  background: rgba(0, 0, 0, 0) url("../images/notice-board-icon.png") no-repeat scroll 0px 5px;
  color: #00a4ea;
  font-family: "sapisl__";
  font-size: 36px;
  line-height: normal;
  margin-bottom: 30px;
  padding: 0 0 0 57px;
  text-transform: uppercase;
  vertical-align: top;
}
.notice_board_listing_wrap {
  height: 275px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.notice-board-heading {
  background: rgba(0, 0, 0, 0) url("../images/right-gray-arrow.png") no-repeat scroll 100% center;
  background-position: 100% 8px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 0;
  /* text-transform: uppercase; */
}
.notice-board-heading.activen {
  background: rgba(0, 0, 0, 0) url("../images/blue-down-arrow.png") no-repeat scroll 100% center;
}
.notice_board_listing_wrap {
}
.notice_board_listing_wrap ul li li {
  background: rgba(0, 0, 0, 0) url("../images/dotted-right-arrow.png") no-repeat scroll 1px 6px;
  color: #000;
  font-size: 14px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.notice-board-description {
  display: none;
}
.notice_board_listing > li {
  margin-bottom: 13px;
}
.notice_board_listing {
  margin-right: 5px;
  padding-right: 15px;
}
.impo-noti-full .read-more {
  margin-top: 15px;
}
.close-video-tax {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 30px;
  line-height: 28px;
  text-align: center;
  top: -24px;
  width: 30px;
  position: relative;
  right: -23px;
}
.cro-right-slider .bx-controls-direction {
  display: none;
}
.faculty-interest-area {
  min-height: 93px;
  display: none;
}
.faculty-description a {
  float: right;
}
.latest-right-data a {
  color: #000;
  font-size: 14px;
}
.faculty-profile {
  font-weight: 800;
}
.blogs-written {
  margin-right: 10px;
}
.cro-right-slider .annoucement li {
  border-bottom: 1px solid #ccc;
  padding-right: 17px;
  box-sizing: border-box;
}
.for-color {
  width: 100%;
  position: relative;
  height: 2px;
  margin-bottom: 10px;
}
.for-color span.cl-1 {
  width: 33%;
  height: 100%;
  float: left;
  background: #1f4583;
}
.for-color span.cl-2 {
  width: 33%;
  height: 100%;
  float: left;
  background: #53b143;
}
.for-color span.cl-3 {
  width: 34%;
  height: 100%;
  float: left;
  background: #c92d1e;
}
.annouc-heading span {
  /*float: right;*/
  margin-left: 20px;
}
.announcements-slider-inside-wrap {
  height: 439px;
  margin-top: 5px;
}
.announcements-slider-inside1-hh {
  height: 450px;
  margin-top: 5px;
}
.add-both-new-section-left {
  width: 580px;
  float: left;
}
.for-padding {
  padding: 0 10px;
}
.imt-not {
  width: 570px;
  float: right;
}
.region.region-important-link,
.region.region-notice-board{
  padding: 0 14px;
  padding-bottom: 34px;
  height: 238px;
}
.imt-not .read-more {
  margin: 20px;
}
.line img {
  position: absolute;
  top: -4px;
}
.admi-over-banner {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  width: 1200px;
  margin: 0 auto;

  margin: auto;
  right: 0;
  left: 0;
}
.banner .view-front-admissions-image img {
  padding: 0;
  display: block;
}
.an-cover {
  width: 260px;
  right: 15px;
  position: relative;
  float: right;
  margin-top: 20px;
  background: #fff;
  border-top: 5px solid #c92d1e;
  z-index: 99;
}
.view-front-admissions-image img {
  padding: 5px 15px 15px 0;
}
.ul-data {
  padding: 0 17px;
}
.ul-data li {
  background: rgba(0, 0, 0, 0) url("../images/dotted-right-arrow.png") no-repeat scroll 1px 6px;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.ul-data li:last-child{
  
  border-bottom: none;
}
.ul-data li a,
.ul-data li {
  color: #000;
  /* text-transform: uppercase; */
}
.left-part-slide {
  background: #2f3472 url(../images/arrow-right.png) center no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 5px;
  width: 40px;
  display: none;
  transition: all ease 0.6s;
}
.left-part-slide.left-part-slide-active {
  background: #2f3472 url(../images/arrow-left.png) center no-repeat;
}
.messages--error h2 {
  display: none;
}
.messages--error {
  color: #f00;
}
.tabs {
}
.tabs li.tabs__tab {
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: normal;
  padding: 6px 11px;
}
#block-menu-menu-client-menu {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  z-index: 2147483647;
}
#block-menu-menu-client-menu ul {
}
#block-menu-menu-client-menu li {
  float: left;
  padding: 10px;
  position: relative;
}
#block-menu-menu-client-menu li:hover ul {
  display: block;
}
#block-menu-menu-client-menu li ul {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  left: 0;
  padding-left: 6px;
  position: absolute;
  top: 39px;
  width: 221px;
  display: none;
}
#block-menu-menu-client-menu li ul li {
  width: 100%;
}
#block-menu-menu-client-menu li a {
  color: #fff;
}
fieldset {
  border: 0 none;
}
.fieldset-description {
  color: #fff;
}
.tabs li.tabs__tab.is-active {
  background: #01256e;
  color: #fff;
  border: 1px solid #01256e;
}
.tabs li.tabs__tab.is-active a {
  background: #01256e;
  color: #fff;
}
#biotech-highlights {
  background: #01256e;
  color: #fff;
}
.latest-download a {
  color: #0069bc;
  cursor: pointer;
  float: right;
}
.new-training-placement {
  width: 562px;
  background: #f8f8f8;
  float: right;
  border: 1px solid #0069bc;
}

.new-training-placement .text {
  padding: 10px;
}
.new-training-placement .text span {
  color: #c92d1e;
}
.red-bg {
  background: #c92d1e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 1px;
}
.li-scroll ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.li-scroll ul li {
  width: 100%;
  background: url(../images/dotted-right-arrow.png) 0 5px no-repeat;
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  padding-left: 15px;
  box-sizing: border-box;
  padding-right: 15px;
}
.li-scroll {
  padding: 5px 15px 15px 15px;
  height: 111px;
  background: #ffffff;
}
.sc-wrapper {
  padding: 15px 15px 0 15px;
  background: #fff;
}
.sc-wrapper .li-scleft,
.sc-wrapper .li-scright {
  font-size: 15px;
  margin-left: 14px;
}
.new-training-placement h5 {
  font-size: 17px;
  padding: 20px 10px;
  padding-bottom: 0;
  font-weight: normal;
}
.new-training-placement h5 strong {
  font-weight: bold;
}
.new-training-placement .bx-wrapper img {
  width: auto;
}
.new-training-placement .bx-wrapper {
  position: relative;
}
.traing-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 13px 30px;
  box-sizing: border-box;
}
.traing-slider.owl-carousel .owl-item img {
  width: auto;
}
.traing-slider.owl-carousel .owl-stage-outer {
}
.owl-prev {
  background: url(../images/slider-l.png) 0 0 no-repeat;
  font-size: 0;
  position: absolute;
  top: 25px;
  left: 8px;
  width: 20px;
  height: 24px;
}
.owl-next {
  background: url(../images/slider-r.png) 0 0 no-repeat;
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 8px;
  width: 20px;
  height: 24px;
}
.li-scleft {
  width: 48%;
  float: left;
}
.theatre-hub-page .top-overview-sec {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  justify-content: space-between;
}
.theatre-hub-page .top-overview-sec .left {
  width: 750px;
}
.theatre-hub-page .top-overview-sec .right {
  width: 385px;
  background: #f5f7fa;
  padding: 10px;
  box-sizing: border-box;
}
.theatre-hub-page .top-overview-sec .right .tabbing {
  margin: 0;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.theatre-hub-page .top-overview-sec .right .tabbing a {
  padding: 15px 30px;
  box-sizing: border-box;
  font-weight: normal;
  background: #fff;
  margin-right: 10px;
  color: #545454;
  font-size: 15px;
  text-transform: uppercase;
  transition: all linear 0.3s;
}
.theatre-hub-page .top-overview-sec .right .tabbing a.active {
  background: #51b041;
  color: #fff;
}
.theatre-hub-page .top-overview-sec .right ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 327px;
}
.theatre-hub-page .top-overview-sec .right ul li {
  margin: 0;
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e7e9;
  width: 100%;
  float: left;
}
.theatre-hub-page .top-overview-sec .right ul li:last-child {
  border: none;
}
.theatre-hub-page .top-overview-sec .right .date {
  width: 80px;
  background: #4f4f5b;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
}
.theatre-hub-page .view-theatre-events-body,
.theatre-hub-page .content-body-text {
  display: none;
}
.theatre-hub-page .view-theatre-events-body.active,
.theatre-hub-page .content-body-text.active {
  display: block;
  width: 100%;
}
.theatre-hub-page .top-overview-sec .right .date span {
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.theatre-hub-page .top-overview-sec .right .date span b {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
}
.theatre-hub-page .top-overview-sec .right ul li .detail {
  width: calc(100% - 100px);
  float: right;
}
.theatre-hub-page .top-overview-sec .right ul li .detail .title {
  font-size: 20px;
  display: block;
}
.theatre-hub-page .top-overview-sec .right ul li .detail .time-day {
  font-size: 14px;
  background: url(../images/upcom-event.png) no-repeat 0 0;
  padding: 1px 0 1px 33px;
  margin-top: 6px;
  float: left;
}
.theatre-hub-page .do-dont-sec {
  background: #fafafa;
  padding: 50px 30px 30px;
  box-sizing: border-box;
}
.theatre-hub-page .do-dont-sec .inner {
  border: solid 1px #f6e9e8;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.theatre-hub-page .do-dont-sec .inner .do-dont-tabbing {
  width: 100%;
  margin-top: -25px;
  float: left;
  text-align: center;
}
.theatre-hub-page .do-dont-sec .inner .do-dont-tabbing a {
  padding: 15px 40px 15px 45px;
  background: url("../images/icon-do.png") no-repeat 20px 20px #fff;
  font-size: 17px;
  font-weight: normal;
  color: #000;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.theatre-hub-page .do-dont-sec .inner .do-dont-tabbing a.dont {
  background: url("../images/icon-dont.png") no-repeat 20px 20px #fff;
}
.theatre-hub-page .do-dont-sec .inner .do-dont-tabbing a.dont.active {
  background: url("../images/icon-dont-active.png") no-repeat 20px 20px #c92d1e;
}
.theatre-hub-page .do-dont-sec .inner .do-dont-tabbing a.active {
  background: url("../images/icon-do-active.png") no-repeat 20px 20px #c92d1e;
  color: #fff;
}
.theatre-hub-page .do-dont-sec .inner ul {
  display: flex;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
}
.theatre-hub-page .do-dont-sec .inner ul li {
  width: 33.33%;
  padding: 10px 10px 5px 15px;
  background: url(../images/right_arrow-red.png) no-repeat 0 14px;
  font-size: 15px;
  box-sizing: border-box;
}
.theatre-hub-page .find-love-sec {
  background: #30357a;
  padding: 40px 30px 20px;
  text-align: center;
  color: #fff;
}
.theatre-hub-page h5 {
  font-size: 30px;
  text-transform: uppercase;
}
.theatre-hub-page .find-love-sec p {
  color: #fff;
  font-size: 15px;
  padding-top: 20px;
  text-align: center;
}
.theatre-hub-page .find-love-sec ul {
  margin: 0 0 20px;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.theatre-hub-page .find-love-sec ul li {
  width: 25%;
  padding: 10px 10px 5px 15px;
  background: url("../images/right_arrow-blue.png") no-repeat 0 14px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
}
.theatre-hub-page .gallery-sec {
  text-align: center;
  width: 100%;
  float: left;
  padding: 40px 0;
}
.theatre-hub-page .gallery-sec p {
  color: #000;
  font-size: 15px;
  padding-top: 20px;
  text-align: center;
}
.theatre-hub-page .gallery-sec .gal-sec-inner {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.theatre-hub-page .our-acts-sec {
  padding-top: 20px;
  width: 100%;
  float: left;
}
.theatre-hub-page .our-acts-sec .heading {
  font-size: 50px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
  color: #000;
  position: relative;
}
.theatre-hub-page .our-acts-sec .heading:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 5px;
  background: #c92d1e;
  left: 0;
  bottom: 0;
}
.theatre-hub-page .our-acts-sec .act-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  color: #000;
  align-items: center;
}
.theatre-hub-page .our-acts-sec .act-inner .content {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.theatre-hub-page .our-acts-sec .act-inner .image {
  width: 50%;
}
.theatre-hub-page .our-acts-sec .act-inner .image img {
  width: 100%;
  display: block;
  height: auto;
}
.theatre-hub-page .our-acts-sec p {
  color: #000;
  font-size: 15px;
  text-align: left;
  line-height: 23px;
}
.theatre-hub-page .our-acts-sec .title {
  font-size: 30px;
  color: #c92d1e;
  padding-bottom: 20px;
  display: block;
}
.theatre-hub-page .our-acts-sec .act-inner:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.theatre-hub-page .our-acts-sec .act-inner:nth-of-type(odd) .content {
  padding-right: 0;
  padding-left: 40px;
}

/* quick enquiry*/
.popup-quick-enquiry {
  position: fixed;
  bottom: -433px;
  right: 30px;
  z-index: 99999999;
  width: 300px;
  background: #2f3472;
  padding: 0;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.popup-quick-enquiry .hide-show {
  position: absolute;
  right: 25px;
  top: 23px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  cursor: pointer;
  transition: all ease 0.5s;
  transform: rotate(-45deg);
}
.popup-quick-enquiry .hide-show.remove {
  transform: rotate(135deg);
  margin-top: -11px;
}
.popup-quick-enquiry .block__title {
  padding: 15px 20px;
  cursor: pointer;
  background: #2f3472;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.popup-quick-enquiry .content {
  margin-top: 5px;
  display: none;
  padding: 0 20px 10px;
}
.popup-quick-enquiry .form-item {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.popup-quick-enquiry .form-item label {
  margin-bottom: 5px;
  display: none;
}
.popup-quick-enquiry .form-item.form-item-captcha-response label {
  display: block;
}
.popup-quick-enquiry .form-item.form-item-captcha-response .field-prefix {
  margin-right: 5px;
}
.popup-quick-enquiry .form-item.form-item-captcha-response .form-text {
  width: calc(100% - 50px);
}
.popup-quick-enquiry input,
.popup-quick-enquiry select {
  width: 100%;
  line-height: 20px;
  padding: 8px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-quick-enquiry .form-actions input {
  background: #daaa3e;
  cursor: pointer;
  transition: all ease 0.5s;
  font-size: 20px;
}
.popup-quick-enquiry .form-actions input:hover {
  background: #db591f;
  color: #fff;
}
.popup-quick-enquiry #webform-ajax-wrapper-207 p {
  color: #fff;
}
.popup-quick-enquiry #webform-ajax-wrapper-207 .link {
  display: none;
}

.messages--error li {
  display: none;
}

/*17-4-19*/
.training-placement-logo img {
  padding-right: 12px;
  border-right: solid 1px #ccc;
  padding-left: 15px;
}
.training-placement-logo a {
  /*display: block;*/
  /*text-align: right;*/
  /*padding-right: 10px;*/
  /*color: #2f3472;*/
  /*font-size: 14px;*/
    display: inline-block;
    text-align: right;
    font-size: 13px;
    line-height: 15px;
    color: #2f3472;
    padding: 5px 8px;
    margin-right: 13px;
    background: #fff;
    margin: 4px 13px 0;
    border: 1px solid #ccc;
}

.training-placement-company li img {
  float: left;
  margin: 10px 25px;
}
/*18-05-2019*/
.theatre-hub-page .top-overview-sec .right .tabbing .views-field-nothing .desc a {
  text-transform: none;
  padding: 0;
  word-break: break-all;
  background: transparent;
  color: #22b0ed;
}

.header-menu-new ul li {
  color: #000;
  float: left;
  font-size: 14px;
  padding: 0;
  position: relative;
  transition: all ease 0.6s;
}
.header-menu-new ul li.has-child a,
.header-menu-new ul li.has-sub-child a{
position: relative;
}
.header-menu-new ul li.has-child > a::after,
.header-menu-new ul li.has-sub-child > a::after{
  position: absolute;
  content: '';
  right: 10px;
  top: 10px;
  height: 0px;
  width: 0px;
  /* background: rgba(0, 0, 0, 0) url(../images/dotted-right-arrow.png) no-repeat scroll 1px 6px; */
  border: 3.5px solid #666;
  border-left: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  transform: rotate(45deg);
}
.header-menu-new ul li.has-child:hover > a::after,
.header-menu-new ul li.has-sub-child:hover > a::after{
border-top-color:#fff;
border-right-color:#fff;
}
.header-menu-new li a {
  color: #fff;
  display: block;
  padding: 11px 6px;
  font-size: 12.4px;
  text-transform: uppercase;
}
.header-menu-new li ul {
  position: absolute;
  background: #fbfaf9;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  width: 240px;
  top: 42px;
  left: 0;
  display: none;
}
.header-menu-new li ul li {
  font-size: 14px;
  color: #626262;
  width: 100%;
}
.header-menu-new li:hover > ul {
  display: block;
}
.header-menu-new li li:hover > a {
  background: url(../images/white-menu-icon.png) 11px 13px no-repeat #db591f;
  color: #fff;
}
.header-menu-new li ul li a {
  color: #626262;
  font-size: 14px;
  text-transform: none;
  border-bottom: 1px solid#cfcfcf;
  background: url(../images/blue-menu-icon.png) 11px 13px no-repeat;
  padding: 6px 20px 8px 27px;
  word-break: break-word;
  font-family: "sapism_";
  color: #000;
}
.header-menu-new li ul li ul {
  left: 100%;
  top: 0;
}
.achivement {
  width: 100%;
  border: 1px solid #c92d1e;
  background: #fff;
}
.achivement .annouc-heading {
    color: #c92d1e;
    display: flex;
    align-items: center;
}
.achivement.ranking {
  border: 1px solid #2b2966;
}
.achivement.ranking .annouc-heading {
  color: #2b2966;
}
/*.achivement .annouc-heading span {*/
/*  margin-top: -5px;*/
/*}*/
.two-slider {
  background: #f6f6f6;
  padding: 60px 0;
}
#java-tab1 .tab-ul {
  justify-content: flex-start;
  /* border-bottom: 1px solid rgba(43, 41, 102, 0.5); */
  background: #f6f6f6 none repeat scroll 0 0;
}
.java-tab .tab-ul li {
  width: calc(100% / 7);
  color: #300707;
  font-size: 19px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #2b2966;
  box-sizing: border-box;
  padding: 14px 0;
  letter-spacing: 1px;  
  background: #f6f6f6 none repeat scroll 0 0;
  border-right: 1px solid #e4e4e4;
}
.java-tab .tab-ul li:last-child {
  /* border: 0; */
}
.java-tab .tab-ul li.active {
  /* background: #fff; */
  color: #fff;
  background: #2F3472 none repeat scroll 0 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-slider .for-color {
  margin-bottom: 0;
}
.two-slider .owl-carousel .owl-item {
  text-align: center;
}
.two-slider .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.tab-containerr {
  background: #fff;
  /* padding: 40px 20px 10px; */
  padding: 20px;
}
.ach-contetn-outer {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: flex-start;*/
  /*flex-wrap: wrap;*/
  position: relative;
  /*min-height: 130px;*/
  height: 200px;
}
.ach-contetn-outer .banner-up-slider {
  width: 100%;
  height: 227px;
  /* margin-bottom: 10px;
  padding-bottom: 10px; */
}
.ach-contetn-outer .item {
  width: 38%;
}
.ach-contetn-outer  .banner-up-slider li {
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 20px;
  padding-top: 0px;
  padding-left: 22px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 14px;
  background: url(../images/dotted-right-arrow.png) 5px 5px no-repeat scroll rgba(0, 0, 0, 0);
}
.ach-contetn-outer .banner-up-slider li:last-child{
  margin-bottom: 0;
}
.ach-contetn-outer .banner-up-slider .ach_txt {
    width: 60%;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.ach-contetn-outer .read-more {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: -7px;
  left: 23px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  padding: 5px 12px;
  transition: all 0.6s ease 0s;
  margin: 0px;
}


.two-slider .achivement .slick-list.draggable {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.two-slider .achivement .slick-arrow {
  position: absolute;
  top: 50%;
  height: 35px;
  width: 35px;
  border: 2px solid #eee;
  transform: translateY(-50%);
  font-size: 0;
  outline: none;
  border-radius: 50%;
}
.two-slider .achivement .slick-next {
  right: 5px;
  left: auto;
  background: url(../images/right-arrow.png) center no-repeat;
}
.two-slider .achivement .slick-prev {
  left: 5px;
  right: auto;
  background: url(../images/left-arrow.png) center no-repeat;
}
.tab-containerr .content {
  display: none;
}
.ranking-rigth h5 {
  font-size: 16px;
  color: #2f3472;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ranking-img {
  width: 480px;
  text-align: center;
  border: 1px solid #ccc;
  background: #f0f0f0;
}
.ranking-report {
  width: 280px;
  height: 330px;
}
.ranking-report p {
  background: url(../images/dotted-right-arrow.png) 0 7px no-repeat;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  padding-left: 14px;
  margin-bottom: 8px;
  margin-right: 25px;
}

/*home page goverment scheme slider*/
#java-tab2 .item:not(:last-child) {
  margin: 5px 0px;
  padding-bottom: 6px;
}
#java-tab2 .item img {
  padding: 5px;
  /* box-shadow: 0 0 5px #e4e2e3; */
  margin: 0 auto;
  width: 90%;
}

#java-tab2 .slick-list.draggable::before {
  position: absolute;
  height: 100%;
  width: 10px;
  background: #fff;
  left: 0;
  content: '';
  z-index: 2;
}
#java-tab2 .slick-list.draggable::after {
  position: absolute;
  height: 100%;
  width: 10px;
  background: #fff;
  right: 0;
  content: '';
  z-index: 2;
  top: 0;
}
.item-outer {
  position: relative;
}
.item-outer::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #ccc;
  top: 50%;
  right: 0;
  left: 0;
}
.item-outer::after {
  position: absolute;
  height: 93%;
  top: 50%;
  transform: translate(-50%,-50%);
  right: 0;
  width: 0.5px;
  background: #ccc;
  content: '';
}

/*banne bottom slider*/
.banner-log-slider {
  margin-top: -45px;
  padding-bottom: 10px;
  width: 100%;
}
.banner-log-slider .container>div{
    overflow:hidden;
    /*border:1px solid;*/
}
.bl-outer {
  display: flex;
  align-items: flex-start;
  overflow: hidden;    
  /*border: 1px solid #0069bc;*/
  z-index: 91;
  width: 100%;
  box-shadow: 6px 6px 10px -6px rgba(0,0,0,0.2)
}
.banner-log-slider .block__title {
display: none;
}
.right {
  width: 100%;
  background: #fff;
}
.bl-outer .right .for-color{
  margin-bottom: 0;
  width: calc(100% / 5);
}
.bl-outer .right .flex{
  justify-content: flex-start;
  width: 101%;
}
.bl-outer .right ul li {
  /*min-height: 120px;*/
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bl-outer .right ul li::after {
  position: absolute;
  height: 100%;
  width: 10px;
  background: url(../images/seprator.png)no-repeat center;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display:none;
}
.right ul .slick-arrow{
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  z-index: 9;
  border: none;
  outline:none;
}
.right ul .slick-next {
  background: url(../images/right-arrow.png) center no-repeat;
  right:10px;
  left: auto;
}
.right ul .slick-prev {
  background: url(../images/left-arrow.png) center no-repeat;
  left: 10px;
  right: auto;
}
.right ul .slick-list.draggable {
  /*width: calc(100% - 100px);*/
  margin: 0 auto;
}
.right ul .slick-list.draggable:before {
  position: absolute;
  height: 80%;
  width: 10px;
  background: url(../images/seprator.png)no-repeat center;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  z-index: 9;
  display:none;
}
.right ul .slick-list.draggable:after {
  position: absolute;
  height: 80%;
  width: 10px;
  background: url(../images/seprator.png)no-repeat center;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  z-index: 9;
  display:none;
}
.banner .bx-pager.bx-default-pager {
  /*bottom: 170px;*/
  /*max-width: 1170px;*/
  /*right: 0px;*/
    bottom: 60px;
    max-width: 1170px;
    right: 0;
    transform: translateX(-50%);
    
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
  background: #fff;
}

.page-node-115 .banner-taxt-inner h1{
  text-transform: none;
}
.gallery-row {
    display: inline-block;
    width: 100%;
}
.view-jiit-gallery p {
    text-align: left !important;
    padding-top: 6px !important;
}
.gallery-row h6 {
    text-align: left;
    margin: 14px 0px 0px;
    font-size: 20px;
}

/*11-5-21*/
ul.new_info_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #de5d23;
    color: #fff;
    z-index: 99;
}
ul.new_info_slide li {
    /*width: 31.1%;*/
    border-right: 1px solid rgba(255,255,255,0.2);
    /*padding: 10px 15px 10px 10px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l_left {
    width: 30%;
    display: block;
}
.l_left h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
}
.l_right {
    width: 69%;
}
.l_right h5 {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 5px;
}
.l_right p {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.logo_sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.logo_sec ul li {
    width: calc(100% / 12);
    padding: 10px 12px;
    position: relative;
    display: flex;
    align-items: center;
}
.logo_sec ul li:after {
    position: absolute;
    height: 80%;
    right: 0;
    width: 1px;
    background: rgba(0,0,0,.1);
    content: '';
}
.logo_sec {
    margin-bottom: 30px;
}
.logo_sec ul li:last-child:after{
    display:none;
}
.logo_sec ul li img {
    height: auto;
}
.bootom-color-bar.flex {
    /*margin-bottom: 20px;*/
}
.banner-log-slider .bootom-color-bar .for-color {
    width: 20%;
}
.java-tab2 .tab-ul li{
    width:50%;
    font-size: 15px;
}
.training-placement-logo {
    border-bottom: 1px solid #2f3472;
    padding-bottom: 10px;
    text-align:right;
}
.new-training-placement .red-bg {
    background: #fff;
    color: #2f3472;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ach-contetn-outer .mCSB_container {
    margin-right: 20px;
}
.scroll_sec {
    height: 150px;
    min-height: 150px;
}
.viewAll {
    margin-top: 14px;
}
.viewAll a {
    border: 1px solid #ccc;
    padding: 6px 10px;
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
}
.ach-contetn-outer ul li {
    background: url(../images/dotted-right-arrow.png) 5px 5px no-repeat scroll rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-left: 20px;
}
.course_infra .our-infrasture {
    width: 47%;
    padding: 0;
}
.course_infra p{
    letter-spacing:0.5px;
}
.course_infra {
    padding: 20px 0 0;
}
.course_infra  .our-infrasture .heading {
    text-align: left;
}
.course_infra .about_university {
    width: 47%;
}
.course_infra .about_university  .au_vid {
    margin-top: 30px;
}
.course_infra .about_university .heading {
    color: #2f3472;
}
.course_infra .our-infrasture .tabn-cover {
    width: 100%;
    float: none;
    margin-top: 30px;
}
.au_vid {
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 5px;
}
 .cr-text ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*margin-bottom: 10px;*/
    /*height: 310px;*/
    text-transform: capitalize;
}
.course-offer .cr-text ul li {
    background: url(../images/dotted-right-arrow.png) 5px 5px no-repeat scroll rgba(0, 0, 0, 0);
    width: 100%;
    border: 0;
    padding: 0 0 0 15px;
}
.course-offer .cr-text {
    min-height: 307px;
    padding: 10px;
    padding-bottom: 0;
    position:relative;
}
.course-offer .cr-img img{
    /*height: 170px;*/
    height: auto;
    width: 100%;
}
.course-offer .cr-text a.read-more {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
}

.res-dev .tab {
    display: flex;
    flex-wrap: wrap;
    border: 0;
}
.res-dev .tab >ul {
    width: 200px;
    display: flex;
    flex-direction: column;
}
.res-dev .tab > ul li {
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}
.res-dev .tab > ul li:last-child{
    border:none;
}
.res-dev .tab ul li.active {
    background: none;
    color: #de5d23;
    border-bottom: 1px solid #de5d23;
}
.res-dev .tab .tab-container {
    width: calc(100% - 230px);
    padding: 0;
    background: none;
}
.res-dev .contant{
    position: relative;
    z-index: 999;
}
.research .text {
    width: 40%;
    /*padding-left: 10px;*/
    text-align: left;
    font-size: 13px;
    line-height: 19px;

}
.contant img.img {
    float: none;
    margin-right: 16px;
    position: absolute;
    z-index: -1;
    top: -133px;
    right: -47px;
    max-width: 90%;
    box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 30%);
}
.rd-home-desc {
    min-height: auto;
    color: #fff;
    font-size: 14px;
    background: #de5d23;
    padding: 18px 20px;
    /*max-width: 79%;*/
    height: 184px;
    overflow: auto;
    box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 20%);
}
.rd-home-desc p{
    color: #fff;    
}
.rd-home-desc ul li {
    font-size: 14px;
    margin-bottom: 6px;
    padding-bottom: 0;
    color: #ffff;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    line-height: 17px;
    background: rgba(0, 0, 0, 0) url(../images/dotted-right-arrow.png) no-repeat scroll 1px 6px;;
    padding-top: 0;
    border: 0;
}
.rd-home-desc .read-more {
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    border-color: #fff;
}
.banner .bx-wrapper {
    position: relative;
}
.univ .ach-contetn-outer {
    width: 65%;
    display: inline-block;
}
.univ .item {
    width: 30%;
    float: right;
}
.univ .item img {
    height: 210px;
}
/*11-5-21*/
/*26-5-21*/
.form-item-captcha-response input[type='text'] {
    border: 1px solid;
}
/*26-5-21*/
/*31-5-21*/
.region-our-courses .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 25px;
    width: 25px;
    font-size: 0;
    border: 6px solid #2f3472;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}
.region-our-courses .slick-next.slick-arrow {
    right: 0;
    border-left: 0;
    outline: none;
    border-bottom: 0;
}
.region-our-courses .slick-prev.slick-arrow {
    left: 0;
    border-top: 0;
    border-right: 0;
}
.region-our-courses  .slick-list.draggable {
    width: 90%;
    margin: 0 auto;
}
/*31-5-21*/

.view-id-goverances table caption {
text-align: left;
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}

/*9/03/2022*/
ul.opportunity-slider li{
    width: 92% !important;
}
ul.others-slider {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.international-campus-dv .content{
    position: relative;
    text-align: right;
    padding-left: 12px;
}
.intern-page h2{
    margin-top: 0 !important;
}
.international-campus-dv .rd-home-desc{
    position: absolute;
    width: 50%;
    height: auto !important;
    padding: 20px !important;
    top: auto;
    bottom:0;
    text-align: left;
    color: #fff;
}
.cntn-img{
    text-align: right;
}
.cntn-img img{
    display: inline;
}
.international-campus-dv .rd-home-desc h4{
    color: #fff;
    font-size: 14px;
}
.international-campus-dv .rd-home-desc p{
    margin-bottom: 12px;
}
.text-center{
    text-align: center;
}
.choice-list img{
    margin: 0 auto;
}
.culture-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.culture-content {
    width: 48%;
}
.intern-campus-slider .slick-arrow, .opportunity-slider .slick-arrow{
    position: absolute;
    top: -74px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.intern-campus-slider .slick-prev, .opportunity-slider .slick-prev{
    left: 90% !important;
    background: url(/sites/all/themes/ibees/images/international-courses/left-arrow.png) no-repeat center;
}
.intern-campus-slider .slick-next, .opportunity-slider .slick-next{
    background: url(/sites/all/themes/ibees/images/international-courses/right-arrow.png) no-repeat center;
}
.opportunity-list h4 {
    color: #000;
    font-size: 15px;
}
.intern-faq .internation-course-fq{
    color: #0070C0;
}
.opportunity-list p {
    margin-top: 10px;
}
.intern-bg {
    background: url(https://www.jiit.ac.in/sites/all/themes/ibees/images/international-courses/bg-intern.jpg);
    text-align: center;
    padding: 50px 80px;
    margin: 10px 0px 30px;
    color: #fff;
    width: 85%;
}
.intern-bg h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.intern-bg h4 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}
.intern-bg p {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 24px;
}
.intern-bg a.read-more {
    background-color: #de5d23;
    color: #fff;
    border: 1px solid #de5d23;
    padding: 8px 30px;
    font-size: 16px;
}
.grievence-radio-input input{
    width: auto;
    margin: 6px;
}
.form-item.grievence-radio-input {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
    font-weight: 600;
}
.webform-client-form-1 select, .webform-client-form-3822 select, .webform-client-form-3825 select{
    border: 1px solid #ccc;
    display: block;
    font-family: "sapisrg_";
    margin-bottom: 16px;
    padding: 14px;
    width: 82.5%;
    font-size: 13px;
    margin-top: 14px;
    opacity: 0.8;
}
.grievance-tabs{
    border-top: 0;
    width: 100%;
}
.grievance-tabs ul li.active{
    background: #2f3472;
    color: #fff;
}
.faqcontent h5{
    font-size: 14px;
    font-weight: 600;
    color: #0070C0;
    font-family: Calibri;
    margin-bottom: 12px;
}
#webform-client-form-3825 input, #webform-client-form-3825 select, #webform-client-form-3822 input, #webform-client-form-3822 select {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.8;
    color: #777;
}
#webform-client-form-3825 select, #webform-client-form-3822 select{
    width: 84%;
    padding: 14px 9px;
}
#webform-client-form-3825 .webform-submit, #webform-client-form-3822 .webform-submit{
    color: #fff;
    font-weight: 500;
}
.webform-component--your-grievance input {
    height: 50px;
}
.form-item.form-type-textfield.form-item-captcha-response {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.form-item.form-type-textfield.form-item-captcha-response input {
    width: 5%;
    margin-left: 12px;
    border: 1px solid #ccc;
}
.form-item.form-type-textfield.form-item-captcha-response .description{
    width: 100%;
}
.home-impo-link ul{
    height: 284px;
}
.incubation-page .vision-div {
    width: 45%;
}
.teams-section-incubation ul {
    display: flex;
    flex-wrap: wrap;
}
.teams-section-incubation ul li {
    width: 17%;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 0px 10px;
}
.incubation-page .culture-content{
    width: 70%;
}
ul.page-li.state-lst {
    display: flex;
    flex-wrap: wrap;
}
ul.page-li.state-lst li {
    width: 45%;
}
.intern-bg.new{
  background: url(/sites/all/themes/ibees/images/certificate-course-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 30px;
}

