/*local*/
#main_navbar1.clg-menu{padding:0;min-height:0;}
#main_navbar1 .navbar-collapse {
   /* padding: 20px;*/
    min-height: 0;
}
.left1 {
    float: left;
    width: 150px;
}
.right1 {
    float: right;
    width: 150px;
}
.center1 {
    float: left;
    width: calc(100% - 300px);
}
.center1 img{display:table;
margin:auto;}
@media screen and (max-width:990px){
.center1 {
    width: calc(100% - 110px);
}
}
*{margin:0;padding:0;}

     body{    font-family: 'Montserrat'; 
             background:#F1F5C9   !important;
            background-image : url("bg/maxresdefault.html");
         }


/*--------------------------------------------------*/
/* Top header */
.top_header_area 
{
      background: #F1F5C9;
       background-image : url("bg/maxresdefault.html");
  /* background: #2d87cc; F1F5C9
    background: #006600; */
}

.top_header_area .top_nav li a {
  font: 400 14px/50px "Roboto", sans-serif;
  color: #fff;
  padding: 0;
  padding-left: 30px;
  font-weight: 600;
    font-size: 14px;
}
.top_header_area .top_nav li a i {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}
.top_header_area .top_nav li a:hover, .top_header_area .top_nav li a:focus {
  background-color: transparent;
  /* color: #8dc63f; */
  text-decoration:underline;
}
    .top_header_area .top_nav li:first-child a {
      padding: 0;
    }
.top_header_area .social_nav {
  margin: 0;
  padding-top: 12px;
}
.top_header_area .social_nav li a {
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
}
.top_header_area .social_nav li a i {
  line-height: 24px;
}
.top_header_area .social_nav li a:hover, .top_header_area .social_nav li a:focus {
  background: #8dc63f;
  color: #111f29;
}
.top_header_area .login{padding-left:35px;color:white;}
.top_header_area .login i{padding-right:10px;line-height:50px;float:left;}
.top_header_area .login span{padding:0 8px;line-height:50px;float:left;}
.top_header_area .login a{float:left;padding-left:0!important;}
/* End Top header */
/* Top header 2 */
/*#main_navbar .container-fluid{width:95%}*/
.top_header_area.top_header {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.top_header_area.top_header .right_top_header {
  background: #111f29;
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.top_header_area.top_header .right_top_header:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  background: #111f29;
  height: 50px;
  z-index: -1;
}

/* End Top header 2 */
/* Header Aera */
.header_aera {
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  top: 0;
  box-shadow: 0px 0px 20px 0px rgba(21, 47, 95, 0.2);
}
.header_aera .searchForm {
  height: 0;
  overflow: hidden;
  transition: all 300ms linear 0s;
}
.header_aera .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 0 45px;
  background: #8dc63f;
  color: #fff;
  cursor: pointer;
}
.header_aera .searchForm .form-control {
  height: 79px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #8dc63f;
  text-align: center;
  font: 400 16px "Roboto", sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.header_aera .searchForm .form-control.placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}
.header_aera .searchForm .form-control:-moz-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}
.header_aera .searchForm .form-control::-webkit-input-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}
.header_aera .show {
  height: 80px;
  border-bottom: 1px solid transparent;
}

.header_aera .navbar-header .navbar-brand img {
  max-width: 100%;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
  font: 700 14px/100px "Roboto", sans-serif;
  color: #222222;
/*  text-transform: uppercase;*/
  padding: 0;
  padding-left: 12px;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {
      color: #C6FFDD;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
  width: 100px;
  background: #8dc63f;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-left: 15px;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:focus {
  color: #222222;
}
@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu .other_dropdwn {
    margin-right: -122px;
  }
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  min-width: 190px;
  transition: all 500ms ease-in-out;
  background: #fff;
}
@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    margin-right: -150px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top;
  }
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li {
  display: block;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a {
  line-height: normal;
  font: 700 14px/normal "Roboto", sans-serif;
  padding: 12px 8px;
  display: block;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:before {
  content: "";
  width: 100%;
  height: 5px;
 /* background: #222222;*/
 	background:#2e87cc;
  position: absolute;
  top: 0px;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 800ms ease-in-out;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  background: #222222;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: all 800ms ease-in-out;
}
@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul {
    transform: rotateX(0deg);
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:before {
    transform: scaleX(1);
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:after {
    transform: scaleX(1);
  }
}

/* End Header Aera */
/* End header area 2 */
.header_aera_tow {
  background-color: transparent;
  position: relative;
  box-shadow: none;
}
.header_aera_tow .navbar_right_fulid {
  background: #fff;
  height: 100px;
  padding-left: 20px;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}
.header_aera_tow .navbar_right_fulid:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100px;
  background: #fff;
  width: 30%;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}
.header_aera_tow .navbar_right_fulid ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/* header area 2 */
/*--------------------------------------------------*/
/* slider_area */
.carousel .carousel-item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
}

.carousel .carousel-item:first-of-type {
    background-image: url("http://eskipaper.com/images/white-macro-hd-1.jpg");
}

.carousel .carousel-item:nth-of-type(2) {
    background-image: url("http://s9.favim.com/orig/130806/flower-flowers-photography-pink-Favim.com-833641.jpg");
}

.carousel .carousel-item:last-of-type {
    background-image: url("https://4.bp.blogspot.com/-pxMLcrD3N7I/UjAMNkqM43I/AAAAAAAAABQ/2-etadUS_48/s640/flowers.jpg");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
.carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-item {
	position: relative;
	display: none;
	width: 100%;
}
/* End slider_area */

/* Banner Area */
section.about_us_area {
    margin: 50px 0;
}
section.about_us_area .container{display:flex;}
section.about_us_area h4,.event_row h4 {
    border-bottom: 0px!important;
    margin: 0!important;
    font-weight: 600;
}
.BR{border-right:1px solid #eee;}
.BL{border-left:1px solid #eee;}
.banner_area {
  background: url("../images/banner-bg.html") no-repeat fixed;
  background-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.banner_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.banner_area h2 {
  color: #fff;
  font: 400 40px "Oswald", sans-serif;
  text-transform: uppercase;
  padding-top: 85px;
}
.banner_area .breadcrumb {
  background-color: transparent;
  padding-top: 15px;
}
.banner_area .breadcrumb li a {
  font: 400 14px "Roboto", sans-serif;
  color: #fefefe;
}
.banner_area .breadcrumb li a.active {
  color: #8dc63f;
}
section.slider_area {
    overflow: hidden;
}
/* End Banner Area */
/*--------------------------------------------------*/


.professional_builder .builder_all .builder:first-child{background:#10c35b;max-height: 223px;}
.professional_builder .builder_all .builder:nth-child(2){background:#fec736;max-height: 223px;}
.professional_builder .builder_all .builder:nth-child(3){background:#3079d5;max-height: 223px;}
.professional_builder .builder_all .builder:last-child{background:#e948af;max-height: 223px;}

.professional_builder .builder_all .builder {
  text-align: center;
  padding: 25px 15px ;
}
.professional_builder .builder_all .builder i {
  font-size: 48px;
  color: #fff;
}
.professional_builder .builder_all .builder h4 {
  font: 700 18px "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.professional_builder .builder_all .builder p {
	font: 400 14px/26px "Roboto", sans-serif;
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.professional_builder .builder_all .builder ol {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #fff;
}
.professional_builder .builder_all .builder ul {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #fff;
}
.professional_builder .builder_all .builder li {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #fff;
}
/* sidebar */
 #tp_style_selector.show {
    z-index: 9999999;
}
.tp_style_selector_container {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    width: 315px;
	width: 100%;
    overflow-x: hidden;
	padding-top: 25px;
}
.tp-buy-theme {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    overflow: hidden;
}
lector_container .tp-chameleon-demos-wrapper {
    width: 294px;
    padding-bottom: 0;
}
.tp-chameleon-demos-wrapper {
    padding-bottom: 20px;
}.tp_chameleon_demos {
    margin-left: 5px;
    margin-right: 5px;
}
.tp_demo:first-child {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	 width: 284px;
}
.tp_demo:nth-child(odd) {
    padding-left: 3px;
}
.tp_demo {
	width: 142px;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
    width: 50%;
    float: left;
}
.tp_demo:first-child a {
    width: 100%;
}
.tp_demo a {
    width: 100%;
    font-size: 14px !important;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    background: rgba(0,0,0,.5);
    color: white!important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.tp_demo img {
    height: 100px;
}
#tp_style_selector .style-toggle {
    left: -50px;
}
#tp_style_selector .style-toggle {
    width: 55px;
    cursor: pointer;
    /* background: blue; */
	background: #006600;
    border-radius: 10px 0 0 10px;
    left: -52px;
    position: absolute;
    top: 40vh;
    text-shadow: 0 0 0;
    font-weight: 400;
    opacity: 1;
    z-index: 0;
    color: #fff;
    writing-mode: vertical-lr;
    box-shadow: -3px 0 5px -2px rgba(0,0,0,.14);
    padding: 10px;
    text-align: center;
    border: 3px solid #fff;
}
.style-toggle.close {
    display: none;
	font-size:24px;
}
#tp_style_selector {

    background: #fff;
	font-size:24px;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    z-index: 9999;
    font-family: Arial,Helvetica,sans-serif!important;
    color: #fff;
    -webkit-transition: height 1s;
    transition: height 1s;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0 2px 9px 2px rgba(0,0,0,.14);
    box-shadow: 0 2px 9px 2px rgba(0,0,0,.14);
    border: 1px solid rgba(23,24,26,.15);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#tp_style_selector .style-toggle i{ font-size: 18px;
    padding: 8px 0px 0px 0px;}

/* sidebar end */
		/* about HAU section */
.about_hau h4,.latest-news h4,.event_row h4, .NJTM-division h4 {
   margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.about_hau img {
    margin: 10px 0 20px;
}
.news-div img {
    float: left;
    max-width: 55px;
    margin-right: 15px;
}
.news-div{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.news-div a {font-size: 14px;text-decoration: none; color: #333;  line-height: 24px;}
.vc-intro {
    float: left;
    width: 100%;
    padding-bottom: 15px;
	background:#fff;
}
.vc-intro img {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    margin-bottom: 5px;
}
.vc-intro p {
    font-size: 11px;
    margin: 0;
    float: left;
    width: 100%;
    line-height: 15px;
}
.about_wc .left, .about_wc .right {
    background: transparent;
}
/* wc section */


div#carousel-pager {
    max-height: 620px;
    overflow: hidden;
}
.carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right:0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right:0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}
.colleges{
    background: url(../images/bg_colleges.html) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	float:left;
	width:100%;
	color:white;
	padding-bottom:50px;
}
.colleges h2{padding-top:50px;}
/* mulitple item carousel */
.MultiCarousel { float: left; overflow: hidden; padding: 15px 0; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;font-weight:600;height: 190px !important;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
		.MultiCarousel-inner img {
    max-width: 100px;
    margin: auto;
}

/* events */
section.Events {
    float: left;
    width: 100%;
    padding: 50px 0;
}
ul.img-grid li {
    float: left;
    list-style: none;
    width: 48%;
    margin: 1%;
}
ul.img-grid {
    float: left;
    width: 100%;
    margin: 0;
	padding:0;
}
/* mediaclip */
.Newsdate {
    float: left;
    background: #2d87cc;
    border-radius: 4px;
    margin-right: 15px;
    padding: 10px;
}
p.date_heading {
    color: white;
    font-size: 24px;
    text-align: center;
}
.Newsdate p {
    color: white;margin:0;
}
.News_link {
    float: left;
    width: calc(100% - 100px);
}
.News_link h4 {
    font-size: 18px;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:95%;
}
.News_link h5 {
    margin-bottom: 10px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:95%;
}
.NJTM{float:left;width:100%;background:url(../images/NJTM_bg.html); background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;padding:50px 0;}
.NJTM .heading, .initiatives .heading{text-align:center;color:white;margin-bottom:30px;float:left;width:100%;}
.NJTM-row{display:flex;float:left;}
.NJTM-row .col-md-4{background:#fff;width:31%;margin:1%;padding: 0;}
.NJTM-division { background: #fff; /*padding: 30px 15px;*/float:left;}
.NJTM-division  h4{margin-bottom:0;}
.NJTM-division>a>h4 {
    padding: 15px 20px !important;
    float: left !important;
    width: 100% !important;
    border: 0!important;
}
ul.news {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: auto;
    padding: 2px;
    list-style-type: none;
    overflow: hidden;
    border-top: 1px solid #eee;
}
ul.news li {
    /*margin: 10px 0px 0px 0px;*/
    float: left;
    width: 100%;
    height: auto;
    list-style-type: none;
    padding: 15px 15px 25px 20px
}
ul.news li div.wrap {
    text-decoration: none;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
ul.news li div.wrap a.date {
    text-decoration: none;
    color: #ffffff;
    float: left;
    margin: 2px 0px 2px 0px;
    background: #404040;
    padding: 0px 10px 0px 0px;
    border-radius: 3px;
}
.news i {
      padding: 10px 15px;
    background: #8dc63f;
    border-radius: 3px 0px 0px 3px;
}
ul.news li div.wrap {
    text-decoration: none;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    word-break: keep-all;
}
.tender-quicklink {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #eee;
}
.tender-quicklink li {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    list-style-type: none;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.tender-quicklink li a {
    margin: 0px;
    padding-left: 20px;
    width: 100%;
    border-bottom: 0px solid #e8e0d1;
    height: auto;
    float: left;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    position: relative;
}
.tender-quicklink li a:before {
    font-family: FontAwesome;
    font-size: 17px;
    content: "\f101";
    color: rgb(141, 198, 63);
    position: absolute;
    left: 0px;
}
/* flagships */
.flagships{float:left;width:100%;padding:50px 0;}
.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
	padding-bottom: 20px;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:15px;
  text-align:left;
  position:relative;
}
.card-title {
  margin-top:0px;
  font-size: 1.35em;
  text-align:center;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
    display: table;
    margin: auto;
}
/* initiatives */
.initiatives{float:left;width:100%;background:url(../images/initiatives_bg.html); background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;padding:50px 0;}
.ini-block {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px;
}
.ini-block img {
    float: left;
    max-width: 170px !important;;
    max-height: 170px !important;;
	height: 170px !important;
    object-fit: cover;
}
.ini-content {
    padding: 10px;
    float: left;
    width: calc(100% - 175px);
    color: white;
}
.ini-content h5 {
    font-size: 18px;
}
.ini-content p {
    color: white;
    margin: 10px 0;
    line-height: 1.5em;
}
.ini-content a {
    color: #9beb38;
    font-size: 16px;
    text-decoration: underline;
}
.initiatives-row {
    float: left;
    margin-bottom: 30px;
}
/* international tieups */

.tieups .card{
    border-bottom: 3px solid #8dc63f;
}
.tieups .Datetitle{ position: absolute;
    top: -20px;
    background: #8dc63f;
    color: white;
    left: 0;
    padding: 5px 20px 5px 10px;
    border-radius: 0 4px 4px 0;
    min-width: 35%;
	letter-spacing:1px;}
.tieups .card-title {
    text-align: left;
    margin: 20px 0 15px;
}
.tieups .card-content p {
    text-align: left;
}
.tieups .card-title a{
    color: #337ab7;
}
/* partners */
.partners h2{color:white;text-align:center;margin-bottom:30px;position: relative;}

.partners{float:left;width:100%;background:url(../images/partner_bg.html); background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;padding:50px 0;}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
	align-items:center;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;max-width:80px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* farmer portal */
.farmer-portal{float:left;width:100%;padding:30px 0;background:#8dc63f;}
.farmer-portal h3{color:white;float:left;}
.farmer-portal h3 span{color:#333;text-decoration:underline;}
.farmer-portal button{float: right;
    background: transparent;
    border-color: #fff;
    color: #fff;}
/* footer_area */
.footer_area{float:left;width:100%;}
/*--------------------------------------------------*/
.footer_area {
  /* background: url("../images/footer.jpg") no-repeat; */
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.footer_area:after {
  /* content: ""; */
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.footer_area h2,.footer_area p,.footer_area a{color:#333!important;}
.footer_area .footer_row {
  padding-top: 95px;

}
.footer_area .footer_row .footer_about {
  padding-bottom: 50px;
}
.footer_area .footer_row .footer_about h2 {
  font: 400 18px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.footer_area .footer_row .footer_about img {
  max-width: 100%;
}
.footer_area .footer_row .footer_about p {
  font: 400 14px/26px "Oswald", sans-serif;
  color: #fefefe;
  padding-top: 22px;
}
.footer_area .footer_row .footer_about .socail_icon {
  padding: 0;
  margin: 0;
  padding-top: 25px;
}
.footer_area .footer_row .footer_about .socail_icon li {
  display: inline-block;
  list-style: none;
  padding-left: 8px;
}
.footer_area .footer_row .footer_about .socail_icon li:first-child {
  padding: 0;
}
.footer_area .footer_row .footer_about .socail_icon li a {
  border: 2px solid #8dc63f;
  display: block;
  line-height: 26px;
  width: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer_area .footer_row .footer_about .socail_icon li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #8dc63f;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footer_area .footer_row .footer_about .socail_icon li a i {
  font-size: 14px;
  /* color: #fff; */
  display: inline-block;
  padding-top: 7px;
}
.footer_area .footer_row .footer_about .socail_icon li a:hover:after, .footer_area .footer_row .footer_about .socail_icon li a:focus:after {
  transform: scaleY(1);
}
.footer_area .footer_row .footer_about .quick_link {
  padding: 0;
  margin: 0;
}
.footer_area .footer_row .footer_about .quick_link li {
  list-style: none;
}
.footer_area .footer_row .footer_about .quick_link li a {
  font: 400 14px/28px "Roboto", sans-serif;
  /* color: #fefefe; */
  position: relative;
  padding-left: 30px;
}
.footer_area .footer_row .footer_about .quick_link li a i {
  font-size: 14px;
  color: #8dc63f;
  padding-right: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms linear 0s;
    top:0 !important;

}
.footer_area .footer_row .footer_about .quick_link li a:hover, .footer_area .footer_row .footer_about .quick_link li a:focus {
  color: #8dc63f;
}
.footer_area .footer_row .footer_about .quick_link li a:hover i, .footer_area .footer_row .footer_about .quick_link li a:focus i {
  left: 8px;
}
.footer_area .footer_row .footer_about .twitter {
  font: 400 14px/28px "Roboto", sans-serif;
  /* color: #fefefe; */
  display: block;
  padding-bottom: 15px;
}
.footer_area .footer_row .footer_about .twitter:hover, .footer_area .footer_row .footer_about .twitter:focus {
  color: #8dc63f;
}
.footer_area .footer_row .footer_about address p {
  font: 400 14px/28px "Roboto", sans-serif;
  /* color: #fff; */
  padding: 0;
}
.footer_area .footer_row .footer_about address .my_address {
  padding: 0;
  margin: 0;
  padding-top: 15px;
}
.footer_area .footer_row .footer_about address .my_address li {
  list-style: none;
}
.footer_area .footer_row .footer_about address .my_address li a {
  font: 400 14px/28px "Roboto", sans-serif;
  /* color: #fff; */
}
.footer_area .footer_row .footer_about address .my_address li a i {
  color: #8dc63f;
  padding-right: 20px;
  font-size: 14px;
  display: inline-block;
}
.footer_area .footer_row .footer_about address .my_address li a:hover, .footer_area .footer_row .footer_about address .my_address li a:focus {
  color: #8dc63f;
}
.footer_area .footer_row .footer_about address .my_address li span {
  display: inline-block;
  padding-left: 35px;
  margin-top: -30px;
}
.footer_area .copyright_area {
  background: #090909;
  font: 400 14px/100px "Roboto", sans-serif;
 color: #fefefe;
  text-align: center;
}
.footer_area .copyright_area a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #8dc63f!important;
}
.footer_area .copyright_area a:hover, .footer_area .copyright_area a:focus {
  color: #fefefe;
}
.stick {
	position:fixed;
	top:0px;z-index:99;
}
@media (max-width: 1200px){
#main_navbar .container-fluid{width:100%;}
}
@media (max-width: 990px){
section.about_us_area .container,.event_row .row{display:block;}
.BR,.BL{border:0px; text-align:left;}
#main_navbar .container-fluid{padding:0;}
#main_navbar .navbar-header{width:100%;display: flex;align-items: center;}
#main_navbar .navbar-header .navbar-nav{margin:0;}
#main_navbar .navbar-collapse.collapse{display:none!important;}
#main_navbar .navbar-collapse.collapse.in {    display: block!important;
    float: left;
    width: 100%;
    position: absolute;
    background: #fff;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;}
#main_navbar .navbar-toggle{display:block;}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a{padding-left:0;}
.header_aera .navbar-collapse.in .navbar-nav.navbar-right li a{padding-left:30px;}
.professional_builder .container {position: relative;top: 0;}
.professional_builder  {padding: 20px 0 !important;}

section.about_us_area {margin: 0px 0 60px;}

}
@media (max-width: 767px){
	#main_navbar .container-fluid{width:100%;}
	.top_header_area ul{
		display: table;
		margin: auto;
	}
	.top_header_area .top_nav li {
		display: inline-block;float:left;
	}
	.NJTM-row {display: block;}
	.NJTM-row .col-md-4 {background:transparent;width: 98%;margin: 1%;float:left;}
	.img-card,.img-card img{height:auto;}
	.d-flex{display:block!important;} /* for home page theme boxed */
}
.d-flex{display:flex;} /* for home page theme box*/
/* About us page */

#menu-hot-link {
    list-style: none;
    margin-left: 0px;
    border-color: inherit;
}
#menu-hot-link li {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
	padding-left: 15px;
    background-position: 0px 15px;
    font-size: 13px;
	background: url(https://demo.goodlayers.com/grandcollege/wp-content/themes/grandcollege/images/icon/dark/arrow4.png) no-repeat 0px 14px;
	line-height: 22px;
}
#menu-hot-link li a {
    color: #2d3e50;
}
/* breadcrumb */
.breadcromb-wrapper {
    background: rgba(0, 0, 0, 0) url(../images/banner/gallery-bg.html) no-repeat fixed top center / cover;
    position: relative;
    padding: 60px 0 10px;
    /* float: left; */
    width: 100%;
    position: relative;
	display:flex;
	align-items:center;
}
.breadcromb-overlay {
    background: rgba(34, 50, 66, 0.6) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.breadcromb-left {
    text-align: left;
    margin: 0 0 60px;
}
.breadcromb-text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    text-align: center;
    width: 100%;
}
.breadcromb-text {
    bottom: -17px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}
.breadcromb-text ul {
    background: #86bc42;
    border-radius: 4px;
    margin: 0;
    padding: 5px 20px;
    display: inline-block;
}
.breadcromb-text li {
    color: #fff;
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize;
}
.breadcromb-text li a {
    color: #fff;
}
.breadcromb-left > h3 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}
.inner-page-wrapper {
    padding: 97px 0 80px;
    /* float: left; */
    position: relative;
    width: 100%;
}
.history p {
    line-height: 1.5em;
    text-align: justify;
}

/* Colleges */

.college-bg {
    background: url(../images/agri1.html);
    min-height: 350px;
}
/* tab */
.tab-section{margin-top:40px;}
.tab-section .list-group a, .tab-section .panel-body a {
    color: #2196F3;
}
.tab .nav-tabs{
    border-bottom: 0 none;
}
.tab .nav-tabs li{
    margin-right: 2px;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: #333;
    padding: 18px 15px;
    border: none;
    border-radius: 0;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}
.tab .nav-tabs li.active a:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #86bc42;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background:#86bc42;
    color: #fff;
    transition: all 0.20s linear 0s;
}
.tab .tab-content{
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
    padding: 5px 0;
    margin-top: 15px;
}
.tab .tab-content h3{
    margin-top: 10px;
    font-size: 24px;
}
.single-course-details {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid #86bc42 !important;
    margin-bottom: 40px;
    /* padding: 33px 0; */
}
.single-course-details .single-item-text {
    padding-right: 48px;
}
.single-course-details .single-item-text h4 {
    font-size: 24px;
    margin-bottom: 2px;
    padding-top: 32px;
}
.single-course-details .single-item-text-info {
    margin-bottom: 23px;
}
.single-item-text h5 {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 600;
    color: #2196F3;
}
.single-item-comment-view span:last-child {
    margin-right: 0;
}
.single-item-comment-view span {
    color: #696969;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 12px;
    margin-right: 17px;
}
/* colleges-contact */
.contact {
    background: url(../images/banner/bg-contact.html);
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}
.pg-contact i {
    font-size: 50px;
    color: #86bc42;
    margin: 15px 0 10px;
}
.pg-contact .text-left {
    text-align: left;
}
.new-con h4 {
    text-transform: uppercase;
    padding-bottom: 12px;
    color: #13293D;
    font-weight: 700;
}

/* contact */

.contact-form .form-control {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 25px;
    background: #fff;
}
.contact-form .text-area {
    border-radius: 0;
    height: 150px;
    padding-top: 20px;
}
.contact-address .contact-content {
    display: table;
}
.contact-address li:first-child {
    padding-top: 0;
}
.contact-address li {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 18px 0;
    color: #696969;
}
.contact-social-icon {
    margin-top: 20px;
}
.contact-social-icon li {
    margin: 0 7px;
    display: inline-block;
    overflow: hidden;
}
.contact-social-icon li a {
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	width: 40px;
	height: 40px;
}
.contact-social-icon li:nth-child(1) a {
	background: #3b5998;
	border: 2px solid #3b5998;
}
.contact-social-icon li:nth-child(2) a {
	background: #55acee;
	border: 2px solid #55acee;
}
.contact-social-icon li:nth-child(3) a {
	background: #dc4e41;
	border: 2px solid #dc4e41;
}
.contact-social-icon li:nth-child(4) a {
	background: #cb2027;
	border: 2px solid #cb2027;
}
.contact-social-icon li:nth-child(5) a {
	font-size: 28px;
	line-height: 40px;
	background: #3b5998;
	border: 2px solid #3b5998;
}
.contact-social-icon li:nth-child(1) a:hover, .contact-social-icon li:nth-child(2) a:hover, .contact-social-icon li:nth-child(3) a:hover, .contact-social-icon li:nth-child(4) a:hover, .contact-social-icon li:nth-child(5) a:hover {
	background: #f4630b;
	border: 2px solid #f4630b;
}
.address h3 {
    margin-bottom: 20px;
}
/* Google Map */
.google-map {
	/*float: left;*/
	pointer-events: none;
	width: 100%;
	margin: 80px 0 0;
}
.google-map iframe {
	border: medium none;
	height: 300px;
	margin: 0 0 -6px;
	width: 100%;
}

/* facts */

.single-latest-text > h3 {
    font-family: raleway;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.single-latest-item {
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.single-latest-item:hover {box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);}
.single-latest-text > h3 a {color: #2d3e50;}
.single-latest-image {float: left;}
.single-latest-image a {display: inline-block}
.single-latest-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #86bc42;
    overflow: hidden;
    padding: 30px 0 35px 35px;
}
.single-latest-item .single-item-comment-view span {margin-right: 13px;}
.single-latest-item .single-item-comment-view {
    display: block;
    margin-bottom: 2px;
}
.single-latest-item .button-default {
    font-size: 12px;
    margin-top: 7px;
    padding: 4px 21px;
}
.single-latest-item:hover .button-default {background: #2D3E50 none repeat scroll 0 0;}
 .single-latest-item{display:flex;}
.single-latest-image, .single-latest-text{flex:1;}

/*  10. Event Area
/*----------------------------------------*/
.single-event-image > a {display: block; position: relative;}
.single-event-image > span {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 96px;
    left: 0;
    position: absolute;
    width: 96px;
}
.single-event-image a > span {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 24px;
    height: 96px;
    left: 0;
    line-height: 35px;
    padding-top: 16px;
    position: absolute;
    width: 96px;
}
.single-event-image span {
    display: block;
    font-family: "montserratsemi_bold";
    font-size: 42px;
    text-align: center;
}
.single-event-text > h3 a, .single-event-text > h3 {color: #4c4c4c;}
.single-event-text > h3 {font-family: "Montserrat"; margin-bottom: 5px;}
.single-event-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #86bc42;
   /* padding: 29px 34px 35px;*/
    padding: 29px 24px 35px;
}
.single-event-item .single-item-comment-view {margin-bottom: 12px;}
.single-event-item .single-item-comment-view span {margin-right: 12px;}
.single-event-item .single-item-comment-view span:last-child {margin-right: 0;}
.single-event-item .button-default {
    margin-top: 16px;
    padding: 6px 23px;
}
.single-event-item:hover .button-default {background: #2d3e50 none repeat scroll 0 0;}
.single-event-item {box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);}
/*----------------------------------------*/

.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.no-padding {
    padding: 0 !important;
}

/* gallery */

.gallery-img, .gallery-img img {width: 100%}
.gallery-img {position: relative; overflow: hidden;}
.gallery-img img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
    display: block;
    position: relative;
	/* height: 250px; */
    max-height: 250px !important;
    min-height: 250px !important;
    object-fit: cover !important;
}
.home-gallery img{
    max-height: 250px !important;
    min-height: 250px !important;
    object-fit: cover !important;
}
.gallery-img .hover-effect {
    opacity: 0;
    transition: all 0.5s linear 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0
}
.gallery-img h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 19px;
    line-height: 28px;
    margin: 82px auto 10px;
    opacity: 0;
    padding: 9px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.gallery-img p {
  color: #ffffff;
  margin: 0 30px;
  opacity: 0;
  text-align: center;
  transform: scale(0);
  transition: all 0.5s linear 0s;
}
.gallery-img:hover img {transform: scale(1.5);}
.gallery-img:hover .hover-effect {opacity: 1;}
.gallery-img:hover h2, .gallery-img:hover p {
    opacity: 1;
    transform: scale(1);
}
.gallery-img, .gallery-img .hover-effect {
    background: rgba(134, 188, 66, 0.85) none repeat scroll 0 0;
}


/* single faculty */
table.table .avatar {
    /*border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    max-height: 50px;*/
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: top;
}
div#section-resrcharea .single-event-item, div#section-awardreco .single-event-item, div#section-othrdept .single-event-item, div#section-TSCO .single-event-item {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.back-btn {
    margin: 10px 0;
}
.pageheader {
    background: #f3f3f3;
    position: relative;
    padding: 60px 0 45px 0;
}
.page .section {
    padding: 70px 0;
    position: relative;
}
.color-1 {
    background: #fcfcfc;
}
.contact{background:url(../images/banner/bg-contact.html);    min-height: 350px;   background-size: cover;
    background-repeat: no-repeat;}
.faculty-bg{background:url(../images/faculty.html);    min-height: 350px;    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% bottom;}

/* page specifics
 **************************************************/
.page-container {
	position: relative;
}

.pageheader {
	background: #f3f3f3;
	position: relative;
	padding: 60px 0 45px 0;
}

.pageheader:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(8, 4, 13, 0);
	border-top-color: #f3f3f3;
	border-width: 30px;
	left: 50%;
	margin-left: -30px;
	z-index: 1;
}

.headercontent .title {
	font-size: 34px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}

.headercontent .subtitle {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.headercontent .subtitle h3 {
	margin: 0;
	padding: 0;
}

.page .section {
	padding: 70px 0;
	position: relative;
}

.section-container {
	padding: 0 15px;
}

.color-1 {
	background: #fcfcfc;
}

.color-2 {
	background: #f7f7f7;
}

.color-3 {
	background: #2c2c2d;
	color: #fff;
}

.color-4 {
	background: #000;
}

.section .title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 20px 0;
}

.section .title h3 {
	padding: 0;
	margin: 0;
	font-size: 26px;
}


.biothumb{position: relative;}
.biothumb .overlay{
	position: absolute;
	width: 100%;
	color:#fff;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	padding:25px;
}
.biothumb .overlay h1{
	font-size: 45px;
}

li.menu-item.active {
    background: #86bc42!important;
}
li.menu-item.active a {
    color: white!important;
}

/* ul-dates
 **************************************************/
ul.ul-dates,ul.ul-dates-gray {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.ul-dates li,ul.ul-dates-gray li {
	margin-bottom: 15px; /*margin-left:  20px;
	*/
}

ul.ul-dates div.dates,ul.ul-dates-gray div.dates {
	float: left;
	width: 75px;
}

ul.ul-dates div.dates span,ul.ul-dates-gray div.dates span {
	background-color: #86bc42;
	padding: 6px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}

ul.ul-dates-gray div.dates span {
	background-color: #BBBBBB;
}

ul.ul-dates-gray div.dates span:last-child {
	background-color: #979797;
}

ul.ul-dates-gray div.dates span:first-child,ul.ul-dates div.dates span:first-child {
	-webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	z-index: 3;
	position: relative;
}
ul.ul-dates div.dates span:last-child {
    background-color: #719f38;
}
ul.ul-dates div.content,ul.ul-dates-gray div.content {
	margin-left: 90px;
	min-height: 70px;
	padding-top: 10px;
}

ul.ul-dates div.content h4,ul.ul-dates-gray div.content h4 {
	font-weight: 400;
	font-size: 16px;
	margin-top: 0;
}

ul.ul-dates div.content p,ul.ul-dates-gray div.content p {
	font-size: 13px;
}
/* ul-card
 **************************************************/
ul.ul-card {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.ul-card li {
	position: relative;
	padding: 50px 15px 20px 0px;
	background-color: #fff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 3px;
	margin-left: 10px;
	color: #333;
}

ul.ul-card li .dy {
	position: absolute;
	top: 10px;
	border-radius: 0px;
	padding: 0;
	color: white;
}

ul.ul-card li .dy span {
	padding: 7px 10px;
	line-height: 30px;
	margin: 0;
}

ul.ul-card li .dy .degree {
	background-color: #719f38;
}

ul.ul-card li .dy .year {
background-color: #86bc42;
	-webkit-box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	margin-left: -3px !important;
}

ul.ul-card li .description p {
	font-size: 16px;
	margin: 0;
}

ul.ul-card li .description p.where {
	font-weight: 300;
	font-size: 14px;
}

/* accordion */
.accordion dl,
.accordion-list {
border:1px solid #ddd;}
  .accordion-list:after,.accordion dl:after {
       content: "";
       display:block;
       width:100%;
       background-color:darken(#38cc70, 10%);
     }
.accordionTitle:before, .accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion dd,
.accordion__panel {
   background-color:#eee;
   font-size:1em;
   line-height:1.5em;
}
.accordion p {
  padding:1em 2em 1em 2em;
}

.accordion {
    position:relative;
    background-color:#eee;
}
.accordionTitle,
.accordion__Heading {
 background-color:#86bc42;
   text-align:center;
     font-weight:700;
          padding:1.2em;
          display:block;
          text-decoration:none;
          color:#fff;
          transition:background-color 0.5s ease-in-out;
border-bottom:1px solid darken(#38cc70, 5%);}
.accordionTitleActive:before, .accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.accordionTitleActive,
.accordionTitle.is-expanded {
background-color:#719f38;}
.accordionTitleActive:before,.accordionTitle.is-expanded :before {

      transform:rotate(-225deg);
    }

.accordionItem {
    height:auto;
    overflow:hidden;
    transition:max-height 1s;
}

@media screen and (min-width:48em) {
       .accordionItem {
        transition:max-height 0.5s

    }
}

.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1;
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}
.accordion dt{margin-bottom:1px;}
.accordion-content ol li {
    margin-top: 10px;
}
.accordion-content ol {
    list-style: decimal;
    margin: 25px 30px;
}

/*************************************************
 *  uls
 **************************************************/
.ul-bolded li {
	font-weight: bold;
}

.ul-boxed li {
	padding: 10px;
	background-color:rgba(238, 238, 238, .5);
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 2px;
	border-left: 5px solid #86bc42;
}
div#section-resrcharea h4, div#section-awardreco h4, div#section-infradeve h4, div#section-packprac h4, div#section-othrdept h4, div#section-TSCO h4, div#section-catalogue h4 {
    padding: 12px;
    background: #dff0d8;
    border-radius: 3px 3px 0 0;
    margin-bottom: 15px;
}
/* media */
 @media only screen and (max-width: 479px){
         .tab .nav-tabs li{
         width: 100%;
         margin-bottom: 5px;
         }
         .tab .nav-tabs li a{
         padding: 20px;
         }
         .tab .nav-tabs li.active a:after{
         border: none;
         }
         .tab .tab-content{
         margin-top: 5px;
         }
         }
div#min_navbar li {
    position: relative;
}

   .navbar-nav .submenu .dropdown-menu li:hover .dropdown-menu {
    display: block!important;
}
.navbar-nav .submenu .dropdown-menu .dropdown-menu {
    display: none!important;
    top: 13px;
    right: -40px;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    top: 100%; margin-left: 0; /*left: 0;*/
}
.header_aera .navbar-collapse ul ul ul{
      left: 20px!important;
    /*right: 0;*/
}
/*div#min_navbar ul>li ul:last-child {right: 0!important;margin-right: 0;}*/

nav#main_navbar.menu {
    background: white!important;
    box-shadow: none!important;
	    padding: 20px 0!important;
}
nav#main_navbar.menu a {
  color: #333!important;
}
.p0{padding:0;}
#min_navbar .navbar-brand{padding:0!important;}
.col-md-2.col-sm-2.col-xs-2.avatar {
    width: 110px;
}
@media screen and (max-width:990px){
.avatar{display:none;}
nav#main_navbar.menu{top:40px;}
.col-md-9.col-sm-6.col-xs-6.res {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    width: 100%;
	z-index:888;
}
button.navbar-toggle {display:block!important;
}
 .zindex-res{z-index:999;}
 nav#main_navbar.menu {
    top: 83px;
    background: transparent!important;
    padding: 0!important;
}
}

/***** college page 02 october 2018**/
/* colleges page */
#main_navbar1.clg-menu {
    width: 100%;
    background: #86bc42!important;
	/*padding:20px;*/
}
.clg-menu ul.navbar-nav {
    margin: auto;
    display: table;
    float: none;
}
 .clg-menu li a {
    color: white!important;
    font-size: 16px;
}
#clg_navbar > ul > li.dropdown.submenu.open > ul > li a {
    color: black !important;
}
.clg-menu li ul a {
    color: #333!important;
    font-size: 16px;
}
.clg-menu li a:hover {
    background: transparent;
    text-decoration: underline;
}
	/* 7-Intro */

#intro {
	background: url(../images/intro.html) 50% 0 fixed;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: flex;
    align-items: center;
	min-height:340px;
}

#intro h1:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 1px;
	margin: 15px auto 20px;
	background-color: #99d328;
}

#intro h2 {
	color: #653f27;
	font-weight: 500;
}
#intro h6,#gallery h6 ,#gallery2 h6 {
	color: #f9680b;
	font-size: 18px;
	font-family: 'Playball', cursive;
	margin-top: 10px;
}
#intro h1 {
	/* color: #5b3821; */
	color: #fff;
	font-weight: 700;
	margin: 10px 0;
}
/* 8-Intro Images */

#intro-features {
	padding-top: 0;
	margin-top: -100px;
}

.intro-features-wrap {
	z-index: 3;
	position: relative;
	background-color: #fff;
	padding: 5px 5px 20px 5px;
}

#intro-features figure .image {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

#intro-features .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

#intro-features .image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.title-separator.left {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.min-feature {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 40px;
}

.min-feature .shadow {
	margin: 10px auto 0 auto;
}

.min-feature h3 {
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 300;
	padding: 15px 5px 5px 5px;
	margin: 0;
	text-transform: uppercase;
}
.min-feature h4 {
	font-size: 22px;
	color: #94c000;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#intro p {
		font-size: 16px;
	}
	#intro h1 {
		font-size: 38px;
	}
	#intro h2 {
		font-size: 22px;
	}
	#intro h2 {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	#intro h1 {
		font-size: 50px;
	}
	#intro h2 {
		font-size: 30px;
	}
	#intro h2 {
		font-size: 22px;
	}}
/* 9-Gallery */

#gallery {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#gallery .item img {
	width: 100%;
	height: auto;
}

#gallery figure {
	position: relative;
}

#gallery figure .overlay {
	top: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
	border:1px solid #eee;
}

#gallery figure .overlay:hover {
	 background-position: 0 100%;
}

#gallery figure .overlay .content {
	display: block;
	width: 100%;
    position: relative;
    text-align: center;
    min-height: 80px;
	padding:10px 0;
}
#gallery figure .overlay .category {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 3px 7px;
	line-height: 16px;
	pointer-events: auto;
	background-color: #f26522;
	border-radius: 3px;
}

#gallery figure .overlay h3 {
	color: #fff;
	position: relative;
	width: 70%;
	margin: 0 auto;
	font-size:16px;
}
#gallery .owl-carousel .owl-item{padding:10px 0 10px 10px;}
#gallery .owl-theme{background:#fff;}
#gallery #owl-demo .owl-item img {
    max-height: 250px;
    object-fit: cover;
}
/* 10-OWL Carousel */

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: white;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 4px;
	background: #4b361e;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 7px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border: solid 2px #4b361e;
	background: #fff;
}
.title-separator {
    width: 150px;
    height: 1px;
    display: block;
    position: relative;
    margin: 40px auto 30px auto;
    background-color: #e7e7e7;
}
.title-separator::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    background-color: #cc9a50;
    border-radius: 2px;
    left: 73px;
}
.colgheading h6{
	color: #f9680b;
	font-size: 26px;
	font-family: 'Playball', cursive;
	margin-top: 10px;
}
#gallery2 figure .overlay {
	top: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+51,000000+100&0+0,0+50,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 45%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 45%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
    transition: background-position 0.4s;
}

#gallery2 figure .overlay:hover {
	 background-position: 0 100%;
}

#gallery2 figure .overlay .content {
	display: block;
	bottom: 40px;
	width: 100%;
    position: absolute;
    text-align: center;
    min-height: 80px;
}

#gallery2 figure .overlay .category {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 3px 7px;
	line-height: 16px;
	pointer-events: auto;
	background-color: #f26522;
	border-radius: 3px;
}

#gallery2 figure .overlay h3  {
	color: #fff;
	position: relative;
	width: 70%;
	margin: 0 auto;
   font-size: 16px;
}
#gallery2 figure .overlay h3  a{
	color: #fff;
}
#gallery .tab .nav-tabs li a{padding: 18px 10px;}
#gallery .tab .tab-content h3 {
    margin-top: 10px;
    font-size: 16px;
}
.wordBreak{word-break: break-all !important;}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
/*** college page***/
.single-course-details img {
    max-height: 300px !important;
    overflow: hidden !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
}
/****** home navigation css***/

#min_navbar>ul>.dropdown>ul>li:hover .other_dropdwn1,#min_navbar .dropdown-menu.other_dropdwn1>li:hover .other_dropdwn2,#min_navbar .dropdown-menu.other_dropdwn2>li:hover .other_dropdwn3,#min_navbar .other_dropdwn li:hover .other_dropdwn1,#min_navbar .other_dropdwn1 li:hover .other_dropdwn2 {
    display: block;left: 100%!important;
    top: 0!important;
    right: initial!important;
}

/*nav#main_navbar li:last-child>.other_dropdwn {
    left:-100%!important;
}*/
#min_navbar li{position:relative;}
.other_dropdwn1,.other_dropdwn2,.other_dropdwn3 {
    position: absolute;
    left: 100%;
    top: 0;
}
#min_navbar li:last-child>.other_dropdwn >li>.other_dropdwn1,#min_navbar li:last-child .other_dropdwn1 >li>.other_dropdwn2, #min_navbar li:last-child .other_dropdwn2 >li>.other_dropdwn3 {
    left: -100%;
}
nav#main_navbar {
    background: transparent!important;
    box-shadow: none!important;

}
nav#main_navbar a {
    color: #333!important;
}
.p0{padding:0;}
#min_navbar .navbar-brand{padding:0!important;}
.avatar {float:right;margin-left:10px;
}
/*#min_navbar{display:flex!important;align-items:center;float:right;}*/
.zindex-res {
    max-width: 350px;
}
nav#main_navbar a {
    color: #fff!important;
    padding: 10px 7px;
    font-weight: 600;
    font-size: 14px;}
@media screen and (max-width:1368px){
.zindex-res { max-width: 300px;}
nav#main_navbar a {padding: 10px 5px;}
}
@media screen and (max-width:1270px){
.zindex-res { max-width: 350px;}
nav#main_navbar a {font-size:12px;}
.top_header_area .top_nav li a {font-size:14px;}
}
@media screen and (max-width:1226px){
.avatar{display:none;}
.header_aera .container-fluid{display:flex;align-items:center;}
}
@media screen and (max-width:990px){
#min_navbar>ul>.dropdown>ul>li:hover .other_dropdwn1, #min_navbar .dropdown-menu.other_dropdwn1>li:hover .other_dropdwn2, #min_navbar .dropdown-menu.other_dropdwn2>li:hover .other_dropdwn3, #min_navbar .other_dropdwn li:hover .other_dropdwn1, #min_navbar .other_dropdwn1 li:hover .other_dropdwn2 {
    left: 0!important;
}
.other_dropdwn1,.other_dropdwn2,.other_dropdwn3 {position:relative;left:initial;}
.avatar{display:block;float: left;margin:0;padding:0;}
.col-md-9.col-sm-6.col-xs-6.res {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    width: 100%;
	z-index:888;
}
.header_aera .navbar-header{float:none;}

button.navbar-toggle {display:block!important;}
 .zindex-res{z-index:999;width:100%;max-width: 80%;}
 nav#main_navbar{
    background: transparent!important;
    padding: 0!important;min-height:auto;    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	float:left;
}
div#min_navbar ul, div#min_navbar ul li {
    float: left;
    width: 100%;margin:0;
}
.collapse.in ul.nav.navbar-nav {
    padding-left: 15px;
}
#min_navbar .dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: 0 0 0;
    line-height: 34px;
    padding-left: 20px;
    background: #FD870B !important;
}
#min_navbar .dropdown-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
#main_navbar .navbar-collapse.collapse.in {
    display: block!important;
    float: left!important;
    width: 100%;
    position: absolute;
    background: #FD870B;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#min_navbar{float:left!important;display:block!important;}
.header_aera .navbar-toggle {
    margin-top: 35px;
}
}
/**05-10-2018*/
.news{margin:0;padding:0;}
.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555;
	list-style:none;
}
/* #min_navbar .nav li a:focus, #min_navbar .nav li a:hover {
    background-color: #2d87cc!important;    /*** updated 06 octobaer

    color: white!important;
} */
#min_navbar .nav li a:focus, #min_navbar .nav li a:hover {
   /* background-color: #86bc42!important; #10c35b*/
   background-color:#006600!important;
    color: white!important;
}
#min_navbar .navbar-nav>li>a {
    font-size: 1.2vw;padding:20px 7px!important;
}
ul.img-grid img {
    width: 100%;
    object-fit: cover;
    max-height: 220px;
    min-height: 220px;
}
.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.home-gallery img {
    min-height: 200px;
    max-height: 200px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
/*** 06 octobaer 18***/
 nav#main_navbar .nav>li:hover .other_dropdwn {
	 right: 0;
    display: block;
}
 .clg-menu {
    min-height: 0;
	display:block;
}
@media screen and (max-width:990px){
	.clg-menu{display:none;}
}
div#modal-gallery {
    z-index: 99999;
}
div#modal-carousel img.center-img {
    width: auto;
}
/* speaker crousel**/
.V-carousel li{float:left;width:100%;list-style:none;}
#min_navbar{display:table!important;float:none;margin:auto;text-align:center;vertical-align:middle;}

.collapse.in ul.nav.navbar-nav {
    padding-left: 0px;
}
/* 08-10-2018 */
		.navigation-right{float:right;}

		.full-logo{float:left;width:calc(100% - 510px);display:flex;align-items:center;color:white;}
		.full-logo img{max-width:90px;float:left;margin-right:10px;}
		.logo-txt{width:calc(100% - 100px);float:left;}
		.hindi-txt{    font-size: 1.5vw;margin-top:10px;margin-bottom:0px;font-weight:600;}
		.eng-txt{font-size: 1.2vw;margin-top:10px;
    font-weight: 600;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
	@media screen and (max-width:1200px){
		.navigation-right .avatar{display:none;}
		#min_navbar .navbar-nav>li>a {
    font-size: 1.5vw;
	}
.full-logo {
    float: left;
    width: calc(100% - 380px)!important;
		}}
	@media screen and (max-width:1224px){
#min_navbar .navbar-nav>li>a {
    padding: 20px 12%!important;
}
}

	@media screen and (max-width:990px){
	.full-logo{float:left;width:calc(100% - 80px)!important;}
	.ini-content{width:100%;}
	.ini-block{margin-bottom:20px;}
	 .ini-block img{   float: left;
    max-width: 100%;
    width: 100%;}
	#min_navbar .navbar-nav>li>a {padding:10px 0!important;font-size:16px;text-align:left!important;}

	.navbar-nav .search-box {
    position: static!important;
    margin-top: 18px;
    right: 90px;
    width: 100%!important;
    max-width: 300px;
    margin-bottom: 20px!important;
}

	}
	@media screen and (max-width:768px){
		#min_navbar .navbar-nav>li>a {
			font-size: 12px !important;
		}
		.full-logo{width:100%!important;}
	.hindi-txt {
    font-size: 3vw!important;}
	.eng-txt {
    font-size: 2.5vw;}
	.full-logo img {
    max-width: 12vw;}
	.header_aera .container-fluid{display:block!important;position:relative;}
	}

@media screen and (max-width:550px){
.top_header_navbar .container-fluid{display:block!important;}
.logo-txt{width:100%;}
}
#carouselExampleIndicator a.left.carousel-control, #carouselExampleIndicator a.right.carousel-control {
    background: transparent;
}
.our_speakers_area {
  padding-bottom: 70px;
  background: #fefefe;
}
.our_speakers_area .speakers_row {
  padding-top: 70px;
}
.our_speakers_area .speakers_row .speakers_membar {
  height: 378px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.our_speakers_area .speakers_row .speakers_membar img {
  width: 100%;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content {
 background: #8dc63f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content ul {
  padding: 0;
  margin: 0;
  height: 0px;
  overflow: hidden;
  transition: all 300ms linear 0s;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content ul li {
  list-style: none;
  padding-left: 20px;
  display: inline-block;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content ul li:first-child {
  padding: 0;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content ul li a:hover, .our_speakers_area .speakers_row .speakers_membar .speakers_content ul li a:focus {
  color: #8dc63f;
  background: #fff;
}
.our_speakers_area .speakers_row .speakers_membar .speakers_content .name {
  font: 700 14px "Roboto", sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;

}
.our_speakers_area .speakers_row .speakers_membar .speakers_content h6 {
  font: 400 14px "Roboto", sans-serif;
  color: #fff;
  padding-top: 5px;
}
.our_speakers_area .speakers_row .speakers_membar:hover .speakers_content ul, .our_speakers_area .speakers_row .speakers_membar:focus .speakers_content ul {
  height: 50px;
}
.slide.slick-slide {
    height: 100px!important;
    width: 16%!important;
}
.slick-slide img {
	max-width: inherit!important;
    display: block;
    height: 100px;
    width: auto!important;
}
/***** new 02-11-2018*/
.top_header_area .login {
    color: white;
  /*  width: 115px !important; */
	padding-left:15px;
	margin-top: -35px;
}

#min_navbar .navbar-nav>li>a {
      font-size: 1.2vw;
    padding: 20px 2vw!important;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}
.logo-txt p.small{    font-size: 130%;
    font-weight: 900;}

.navigation-right li {
    white-space: nowrap;
}

.search-box{position: absolute !important;
    margin-top: 18px; right:90px;}
.search-box .search{width:87%;}
@media screen and (max-width:1200px)
{
.search-box .search{width:100%;}
.search-box{right:20px;}
}

.ani-text {
  text-align: center;
  margin-top: 56px;
  color: #fff;
  font-size: 1.0em;
  font-family: sans-serif;
  text-transform: uppercase;
}
.image-class {
	display: block;
	width: 100%;
	padding: 0.355rem 0.25rem !important;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

table>tbody>tr>td .innerTable{
  border: 1px solid #fff;
  vertical-align: middle;
    text-align:center;
}
td.tdWidth {
    width: 10% !important;
    vertical-align: middle;
    text-align:center;
}
.news-gif {
    max-height: 79px !important;
    min-height: 79px;
    object-fit: contain;
}
.biothumb img {
    width: 100%;
}
.contact-form .form-group {    margin-bottom: 30px;}
.res-form.contact-form .form-control{margin-bottom:0;}
.res-form.contact-form { padding: 20px;}
.res-form.contact-form h3 {    margin-bottom: 30px;}

/*** for navigation **/
div#min_navbar>ul>li>ul>li>a {
    word-break: keep-all;
    white-space: normal;
	text-transform: uppercase;
}
div#min_navbar>ul>li>ul>li a {
    text-transform: uppercase;
}
@media screen and (min-width:990px) and (max-width:1370px){
 #min_navbar>ul>.dropdown>ul>li:hover .other_dropdwn1, #min_navbar .dropdown-menu.other_dropdwn1>li:hover .other_dropdwn2, #min_navbar .dropdown-menu.other_dropdwn2>li:hover .other_dropdwn3, #min_navbar .other_dropdwn li:hover .other_dropdwn1, #min_navbar .other_dropdwn1 li:hover .other_dropdwn2 {
    display: block;
    left: 100%!important;
    top: 0!important;
    right: initial!important;
    white-space: normal;
    min-width: 250px;
	 /* max-width: 300px !important; */
}
.other_dropdwn1 a,.other_dropdwn2 a{white-space:normal!important;}
}
nav#main_navbar .dropdown-menu>li>ul>li>a {
    white-space: normal!important;
    min-width: 350px ;
}
#downloads {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#downloads td, #downloads th {
    border: 1px solid #ddd;
    padding: 8px;
}

#downloads tr:nth-child(even){background-color: #f2f2f2;}

#downloads tr:hover {background-color: #ddd;}

#downloads th {
    padding-top: 12px;
    padding-bottom: 12px;
    /* text-align: left; */
    background-color: #4CAF50;
    color: white;
    text-align: center;
}
.sr_no{
text-align: center;
width: 10%;
}
   section#intro{position: relative;}
section#intro:before {
	position:relative
    content: "";
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.partners {
    float: left;
    width: 100%;
   /* background: url(../images/divider-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    position: relative;
}
section.partners:before {
    content: '';
    background: rgba(0,0,0,.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
/**** 04-01-2019***/
ul.news li:nth-child(odd), .tender-quicklink li:nth-child(odd) {
    background: #f1f1f1;
}
/*** in case of 2 images in photo gallery (home page)***/
ul.img-grid.flex li {
    width: 100%;
}
ul.img-grid.flex img {
    min-height: auto;
    max-height: auto;
}
ul.img-grid.flex {
    display: flex;
    flex-flow: column;
}
.social {
    float: left;
    width: 100%;
}
.social ul {
    float: right;
    margin-right: 20%;
    top: -15%;
    position: absolute;
    right: 0;
}
.social ul li {
    float: left;
    padding: 0!important;
}
.social li a {
    font: 400 12px/20px "Roboto", sans-serif!important;
    padding: 5px!important;
}
@media screen and (max-width:1200px){
.social ul {
    float: right;
    margin-right: -15px;
    top: -50px;
    position: absolute;
    right: 0;
}
}

.navbar-collapse .top_nav li {
    float: left;
    width: auto!important;
}
.navbar-collapse .top_nav {
    float: left;
    width: 100%;
    padding-left: 20px;
}
/** header dropdown background color **/
.dropdown-menu {
    background: #fd870b;
}
.social li a i {
    font-size: 14px!important;
}
/**** pagination ***/
ul.pagination {
    display: table;
    margin: 30px auto 0;
}
 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #4caf50;
    border-color: #4caf50;
}
.col-md-3.col-sm-6.builder img {
    height: 90px!important;
}
div#single-course-details {
    padding: 5px 30px;
}
footer.footer_area .dropdown-menu {
    background: white;
}
section#intro:before {
    content: "";
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.inner-page-wrapper .container {
    background: white;
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    border-radius: 8px;
    padding: 20px;

}
nav#main_navbar1 .dropdown-menu {
    background: #86bc42;
}
nav#main_navbar1 .dropdown-menu a{color:#fff!important;}
.latest-news .card {
    width: 100%;
    overflow: hidden!important;
    overflow-y: auto!important;
}
/**** social links 23-01-19****/
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
   left: -180px;
    top: 35%;
    width: 220px;
    z-index: 1000;
}
.sticky li:hover {
    margin-right: -115px;
}
.sticky li {
    list-style-type: none;
    background-color: rgb(197, 243, 197);
    color: rgb(239, 239, 239);
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.socialIcons {
    width: 34px;
    height: 34px;
    float: right;
    margin: 4px;
    color: white;
    text-align: center;
    font-size: 18px;
}
.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 12px;
    float: right;
    margin-right: 15px;
}
.sticky li p a {
    text-decoration: none;
    color: rgb(44, 53, 57);
}
#fa-facebook {
    background: #3a5ba2;
    border-radius: 50%;
}
#fa-facebook-f {
    background: #3a5ba2;
    border-radius: 50%;
}
#fa-twitter , #fa-twitter-square {
    background: #1ebef0;
    border-radius: 50%;
}
#fa-youtube,#fa-youtube-square {
    background: #e02b25;
    border-radius: 50%;
}
#fa-linkedin {
    background: #007ab9;
    border-radius: 50%;
}
#fa-instagram {
    background: #ec4355;
    border-radius: 50%;
}
#fa-blogger {
    background: #fd870b;
    border-radius: 50%;
}
#fa-google {
    background: #FBBC05;
    border-radius: 50%;
}
#fa-google-plus-g {
    background: #FBBC05;
    border-radius: 50%;
}
#icon_linkpint {
    background: #cb1c24;
    border-radius: 50%;
}
#default{
/*	background: #006600; */
border-radius: 50%;
}
.socialIcons i {
    margin-top: 8px;
}
.sticky-container li:last-child {
    border-radius: 0 0 7px 0;
}
.sticky-container li:first-child {
    border-radius: 0 7px 0 0;
}

 @media screen and (max-width:767px){
	.full-logo .avatar{float: none;display: table; margin: auto;}
	.full-logo img {max-width: 90px;}
	.hindi-txt,.eng-txt {font-size: 13px!important;text-align:center;}
	.full-logo {width: 100%!important;display: block;padding: 0;}
	.header_aera .navbar-toggle {margin: auto;float: none!important;}
	.carousel-caption {bottom: 50%;}
	.carousel .item img {height: 200px!important;object-fit: cover;}
	.carousel-caption h1 {font-size: 16px !important;}
	.vc-intro img {object-fit: contain;}
	.header_aera .navigation-right { float: none!important; display: table;margin: auto;}
   .logo-txt,.logo-txt .box{width:100%;text-align:center;}
}
/***** 07-02-2019 ***/
ul#menu-hot-link li a {
    font-size: 14px;
    color: #000;
}
/*** 20-06-19**/
div#carouselExampleIndicators img {
    width: 100%;
}