/*--
 * Name: Educational Institution Management
 * Author: Realwebcare
 * Author URL: https://www.realwebcare.com/
 * License: Creative Commons Attribution 3.0 Unported
 * License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
html, body{
	margin:0;
	font-size: 100%;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
a, i, span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a{
	color: #f5b120;
}
a:hover{
	color: #14B5BA;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:1.3em 0 0.4em;
	font-family: 'Hind Vadodara', sans-serif;
	font-weight: 700;
	line-height: 1.5;
}
h1 a {
    margin-left: 10px;
    font-size: 0.9em;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #555;
    text-decoration: none;
}
h1:hover a {
    opacity: 1;
}
.h3 {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h4, .h4 {
    font-size: 1.4rem;
	font-weight: 700;
}
h5, .h5 {
    margin: 0 0 0.4em !important;
}
p{
	margin:0 0 20px;
    word-spacing: 1px;
    font-size: 16px;
    line-height: 1.9;
    color: #333;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin: 1.3em 0 1.3em 3em;
	padding:0;
}
ul li {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}
label{
	margin:0;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-primary {
    color: #F5B120;
}
.btn {
    font-weight: normal;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
button, input {
    outline: none !important;
    font-family: "Open Sans", sans-serif;
}
.btn-pdf {
    position: absolute;
    top: -50px;
    right: 0;
}
.btn-eim {
    width: 150px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
	text-align: center;
    padding: 5px 15px;
    background: #F5B120 !important;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 1.5em;
    display: block !important;;
    border-radius: 0;
}
.btn-eim:hover {
	color: #fff;
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #14B5BA;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-eimsystem {
    color: #fff;
    background-color: #f5b120;
    border-color: #9c7114;
}
.btn-eimsystem:hover {
    color: #fff;
    background-color: #14B5BA;
    border-color: #137073;
}
.main-container {
    background: #fff;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
	overflow: hidden;
}
.m-right {
    margin-right: 1em;
}
.box-view {
	margin: 15px auto;
    width: 87%;
    box-shadow: 0px 0px 8px -3px #138286;
}
.widget {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #eee;
}

.widget header {
  margin-bottom: 20px;
}
.default-page .container {
	width: auto;
}
.about-eim,
.eim-services,
.eim-events,
.stats,
.test,
.gallery,
.contact,
.blog-intro,
.latest-posts,
.eim-lecturer,
.eim-information {
    padding: 5em 0;
}
.eim_head {
    font-size: 3em;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
	margin: 0 0 .7em;
    padding-bottom: .4em;
    position: relative;
}
.eim_head span {
    color: #f5b120;
}
.eim_head:before, .eim_head:after {
    position: absolute;
    background:#f5b120;
    height: 2px;
    content: '';
}
.eim_head:before {
    width: 11%;
    bottom: 8%;
    left: 44.5%;
}
.eim_head:after {
    width: 18%;
    right: 41%;
    bottom: 0%;
}
.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
}
/*-- top header --*/
.header-top {
    padding: 4px 0;
    border-top: 30px solid #f5b120;
}
.header-top .bottom_header_left {
    position: absolute;
    top: 7px;
    margin: 0;
    padding: 0;
}
.bottom_header_left p {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.bottom_header_left p i {
    padding-right: .3em;
    color: #fff;
}
.header-top .bottom_header_right {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-bottom: 20px solid #f5b120;
}
.header-top-right {
    position: relative;
    top: 9px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.header-top-right:before {
    position: absolute;
    content: "";
    top: 11px;
    border-color: #f5b120 transparent;
    border-style: solid;
    border-width: 28px 0 0 30px;
    left: -30px;
}
.header-top-right a {
	color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}
.header-top-right a span {
    margin-right: 5px;
}
/*-- //top header --*/

/*--header--*/
.header {
    padding: 0;
}
/*-- logo --*/
.header-logo {
    position: relative;
    min-height: 100px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.header-logo a.logo-brand {
    padding: 10px 0;
    width: 100%;
    height: auto;
}
.header-logo a.logo-brand h1 {
    color: #282828;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 33px;
    height: auto;
    width: 100%;
    line-height: normal;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.header-logo a.logo-brand h1.logo-text {
    line-height: 86px;
}
.header-logo a.logo-brand h1 img {
	float: left;
	max-width: 100%;
    max-height: 100px;
}
.header-logo a.logo-brand h1 p {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 84%;
    font-size: 42px;
    font-style: normal;
    letter-spacing: -2px;
    line-height: 1.3;
    color: #14B5BA;
}
.header-logo a.logo-brand h1 span {
    color: #f5b120;
    margin-right: 5px;
}
.header-logo a.logo-brand h1 label {
    position: absolute;
    left: 44px;
    top: 22px;
    color: #14B5BA;
    font-size: 12px;
    text-align: right;
    letter-spacing: 1px;
    font-weight: 600;
}
/*-- //logo --*/
/*-- navigation --*/
.header-nav {
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgb(245, 177, 32);
    padding: 0;
	/*box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);*/
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.box-view .header-nav {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
    float: left;
}
.nav.navbar-nav {
    border-left: 1px solid #d0971f;
    border-right: 1px solid #fbbf3f;
}
.box-view .nav.navbar-nav {
    border-left: none;
    border-right: none;
}
.navbar-default .navbar-nav>li {
    border-left: 1px solid #fbbf3f;
    border-right: 1px solid #d0971f;
}
.box-view .navbar-default .navbar-nav>li:first-child {
    border-left: none;
}
.box-view .navbar-default .navbar-nav>li:last-child {
    border-right: none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #99abd5;
	background: none!important;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    /*padding: 1.3em 2em;*/
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav li a.active {
    color: #fff;
}
.navbar-collapse {
	padding: 0!important;
}
/*-- nav-effect --*/
.navbar-nav>li>.dropdown-menu {
	background-color: #f5b120;
    margin: 0;
    padding: 0;
    border: 1px solid #d0971f;
    border-top: none;
    left: 0;
    right: auto;
    /*min-width: 220px;*/
}
/*-- //nav-effect --*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default li ul {
	display: none;
}
.navbar-default li.dropdown li {
    border-bottom: 1px solid #d0971f;
    border-top: 1px solid #fbbf3f;
}
.navbar-default li.dropdown li:first-child {
    border-top: none;
}
.navbar-default li.dropdown li:last-child {
    border-bottom: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.navbar-nav li ul li a {
	/*font-size: 16px;*/
    padding: .7em 1.5em;
    text-decoration: none;
    color: #fff;
}
.navbar-default li:hover li a:hover {
	background: #14b5ba;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #14b5ba;
    border-color: transparent;
}
.navbar-default ul ul ul {
	left: 100% !important;
    top: -3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #fbbf3f;
    box-shadow: none;
    background-color: #f5b120;
    padding: 0;
}
.collapsed span {
    display: inline-block;
    left: -1em;
    font-size: 11px;
}
/*-- //navigation --*/
/*-- //header --*/

/*!
 * T4B News Ticker Pro - v1.2 - 29-AUG-2019
 * by @realwebcare - https://www.realwebcare.com/
 */
.t4b-news-ticker{
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 94.6%;
    background: #ffffff;
    position: relative;
    margin: 5px auto;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    z-index: 99;
    border: solid 1px #ffffff;
}
.t4b-news-ticker *{
  box-sizing: border-box;
}
.t4b-news-ticker.t4b-fixed-top{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.t4b-news-ticker.t4b-fixed-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
p.t4bnt_notice {
	background-color: #FFF;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 24px;
	border-left: 4px solid #7ad03a;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);
	display: inline-block
}

/*********************************/
/*title styles start**************/
.t4b-label{
  font-family: 'Roboto Condensed', serif;
  background: #f5b120;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}
/*title styles end****************/

/*********************************/
/*news item style start **********/
.t4b-news{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  margin: 0 5px;
  overflow: hidden;
}
.t4b-news ul{
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.t4b-news ul li{
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  line-height: 40px;
  font-size: 14px;
  color: #696969;
}
.t4b-news ul li:before {
    content: "\f101";
	font-family:"Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-style:normal;
	font-weight:700;
    line-height: 1;
    float: left;
    margin: 0 10px;
    position: relative;
    top: 14px;
    left: 5px;
}
.t4b-news ul li a {
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0;
  color: #696969;
  font-size: 14px;
  position: relative;
  display: block;
  overflow: hidden;
}
.t4b-news ul li:hover,
.t4b-news ul li a:hover{
  color: #1e73be !important;
}
.t4b-loader-text{
  padding: 0 10px;
}
.t4b-seperator{
  /* display: inline-block; */
  float: left;
  margin-left: 10px;
  margin-right: 8px;
  max-width: 32px;
  min-width: 16px;
  height: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.t4b-seperator.t4b-news-dot{
  margin-right: 0;
}
.t4b-seperator.t4b-news-dot:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.t4b-prefix{
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px;
}
.t4b-positive{
  color: #0b8457;
  font-weight: 700;
}
.t4b-negative{
  color: #dc2f2f;
  font-weight: 700;
}
/*news item style end ************/

/*********************************/
/*controls style start ***********/
.t4b-controls{
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  /*border-left: solid 1px #EEE;*/
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.t4b-controls button{
    width: 26px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    text-align: center;
    background-color: #fff;
    outline: none;
    padding: 0 6px;
}
.t4b-arrow,
.t4b-action {
  margin: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.t4b-arrow.t4b-prev::after,
.t4b-arrow.t4b-next::after,
.t4b-play::after,
.t4b-pause::after {
	content: "\f053";
	font-family:"Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-style:normal;
	font-weight:700;
    margin: 0;
    position: relative;
    top: 1px;
    right: 0;
}
.t4b-arrow.t4b-next::after {
	content: "\f054";
}
.t4b-arrow.t4b-prev,
.t4b-arrow.t4b-next,
.t4b-action.t4b-pause,
.t4b-action.t4b-play {
  left: 0;
}
.t4b-pause::after,
.t4b-play::after {
    left: -1px;
}
.t4b-action.t4b-pause::after{
	content: "\f28b";
}
.t4b-action.t4b-play::after {
	content: "\f144";
}
/*controls style end *************/
/*********************************/
.t4b-direction-rtl{
  direction: rtl;
}
.t4b-direction-rtl .t4b-label{
  left: auto;
  right: 0;
}
.t4b-direction-rtl .t4b-controls{
  right: auto;
  left: 0;
  border-left: none;
  border-right: solid 1px #EEE;
}
.t4b-direction-rtl .t4b-seperator{
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.t4b-direction-rtl .t4b-prefix{
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.t4b-direction-rtl .t4b-arrow.t4b-prev,
.t4b-direction-rtl .t4b-arrow.t4b-next,
.t4b-direction-rtl .t4b-action.t4b-pause,
.t4b-direction-rtl .t4b-action.t4b-play {
	left: auto;
    right: -1px;
}
.t4b-direction-rtl .t4b-news ul li:before {
	content: "\f100";
    float: right;
    top: 14px;
    margin: 0 20px 0 0;
}

.t4b-effect-scroll .t4b-news ul{
  display: block;
  width: 100%;
  position: relative;
}
.t4b-effect-scroll .t4b-news ul li{
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}
.t4b-effect-scroll.t4b-direction-rtl .t4b-news ul li{
  float: right;
}

/*********************************/
/*********************************/

/*-- banner --*/
.carousel .item {
	max-height: 592px;
}
.carousel .item img {
    /*background: url(images/1.jpg) no-repeat center;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	max-height: 592px;
	width: 100%;
}
.carusel-outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    margin: auto;
}
.carousel-caption {
    left: 0;
    right: 0;
    top: 25%;
    bottom: 25%;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h3 {
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 12px 0 20px;
}
.carousel-caption h2 span,
.carousel-caption h3 span {
    color: #f5b120;
}
.carousel-caption p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}
.carousel-caption h6,
.carousel-caption h3,
.carousel-caption p {
	background: rgba(51, 51, 51, 0.35);
    padding: 7px;
    display: table;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);
}
.carousel-indicators {
    bottom: 5%;
}
.carousel-caption h6 {
    font-size: 16px;
    letter-spacing: 2px;
}
.carousel-control {
    line-height: 31em;
}
.carousel-control.right,
.carousel-control.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
/*-- notice board --*/
.notices-main {
    padding: 0 13px;
}
.notices-eim-grids {
	margin: 0 0 1em 1em;
    padding: 3em .5em;
    min-height: 250px;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    overflow: hidden;
    text-align: center;
    box-shadow: -10px 12px 20px rgba(158, 156, 156, 0.59);
}
.notice-4 {
	width: 23.9%;
}
.notice-3 {
	width: 32.3%;
}
.notice-2 {
	width: 49.2%;
}
.notice-1 {
	width: 100%;
}
.notices-eim-grids:nth-child(5n+1) {
    margin-left: 0;
}
.notices-eim-grids h5 {
    font-size: 1.2em;
    text-transform: capitalize;
    letter-spacing: .5px;
    color: #000000;
}
.notices-eim-img h6 {
    font-size: 1.2em;
    text-transform: capitalize;
    letter-spacing: .8px;
    padding: 0.9em 0;
    color: #ffffff;
}
.notices-eim-img p {
    font-size: 12px!important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #ffffff!important;
    display: inline-block;
    padding: 0 10px;
    margin: 0!important;
    border-bottom: 1px solid #fff;
}
.notices-eim-grids p {
	margin-top: 1em;
	font-size:15px;
	line-height:1.8em;
	color:#676565;
}
.sevices-eimlayouts-row .social-icons {
    margin: 1em 0 0;
}
.notices-eim-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	padding: 0 10px;
	transition: .7s all;
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
}
.ntimg1{
	background: #fd6900; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fd6900 1%, #ff984f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fd6900 1%,#ff984f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fd6900 1%,#ff984f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6900', endColorstr='#ff984f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ntimg2{
	background: #f2d701; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f2d701 2%, #ffef71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f2d701 2%,#ffef71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f2d701 2%,#ffef71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d701', endColorstr='#ffef71',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ntimg3{
	background: #ec407a; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ec407a 2%, #ff7aa7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ec407a 2%,#ff7aa7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ec407a 2%,#ff7aa7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec407a', endColorstr='#ff7aa7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ntimg4{
	background: #03a9f4; /* Old browsers */
	background: -moz-linear-gradient(45deg, #03a9f4 2%, #5fcdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #03a9f4 2%,#5fcdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #03a9f4 2%,#5fcdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a9f4', endColorstr='#5fcdff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.notices-eim-img i {
    color: #fff;
    font-size: 3em;
    margin-top: .9em;
}
.notices-eim-grids:hover div.notices-eim-img {
	top:100%;
}
/*-- //notice board --*/
/*-- //banner --*/

/*-- message --*/
#authorityCarousel .item {
	max-height: 100%;
}
.eim-msg {
	padding:100px 0;
	background-color: #fff;
}
.msg-banner {
	background-image: url(eim-includes/uploads/intro/message.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.eim-msg h3 {
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	margin: 0;
	padding: 0 50px 20px;
    color: #14B5BA;
    display: inline-block;
}
.eim-msg h3:before,
.eim-msg h3:after {
	content: '';
    background-color: #14B5BA;
    height: 2px;
    width: 40px;
    top: 20px;
    display: block;
    position: absolute;
}
.eim-msg h3:before {
    left: 0;
}
.eim-msg h3:after {
    right: 0;
}
.eim-msg p.msg-header {
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 17px 15px;
    color: #f5b120;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4)
}
.eim-msg .carousel-control.left,
.eim-msg .carousel-control.right {
	position: absolute;
    top: 100px;
	background-image:none;
	width: 50px;
    height: 50px;
	background-color:#14B5BA;
}
.eim-msg .carousel-control.left {
	margin:56px 0 0 58em;
}
.eim-msg .carousel-control.right {
    margin: 106px -120px 0 0;
}
span.fas.fa-chevron-left,
span.fas.fa-chevron-right {
    font-size: 25px;
}
span.fas.fa-chevron-left {
	left: 20px;
    top: 21px;
}
span.fas.fa-chevron-right {
	right:20px;
	top:21px;
}
.eim-msg .msg-details {
    border: 2px solid #f5b120;
	width:100%;
	height: 380px;
    margin-top: 55px;
    padding-bottom: 20px;
	background: rgba(241, 241, 241, 0.35);
}
.eim-msg .msg-details.msg-banner {
    background: rgba(0, 0, 0, 0.35);
}
.eim-msg .msg-details .msg-info2 {
    margin: 30px 0 0;
}
.eim-msg img.img-responsive {
    width: 100%;
    height: auto;
    margin-top: -57px;
    z-index: 999;
    display: block;
    border: 2px solid #fdfdfd;
    box-shadow: 0px 0px 0px 5px #fff;
}
.msg-banner img.img-responsive {
    box-shadow: none;
}
.eim-msg .msg-details .msg-info2 p {
    font-size: 16px;
    font-weight: normal;
    color: #7b7b7b;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
    padding: 0 50px 20px;
}
.eim-msg .msg-details.msg-banner .msg-info2 p {
    color: #ddd;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.eim-msg .msg-details .msg-info2 p:before {
	content: '';
    background-color: #14B5BA;
    height: 2px;
    width: 40px;
    left: 15px;
    top: 15px;
    display: block;
    position: absolute;
}
.eim-msg .msg-details .msg-info2 p span.line-w3ls {
	background-color: #14B5BA;
    height: 2px;
    width: 40px;
    margin: 0px 0 4px 20px;
    display: inline-block;
}
.eim-msg .carousel-indicators {
    bottom: -60px;
}
.eim-msg .carousel-indicators li {
    background-color: #000;
    width: 16px;
    height: 16px;
	border: none;
}
.eim-msg .carousel-indicators .active {
    background-color: #f5b120;
	margin: 1px;
}
/*-- //message --*/

/*-- about --*/
.about-eim {
	background: #f1f1f1 url(eim-includes/uploads/intro/qabout.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.full-about {
	background-color: #fff;
	padding: 0 0 50px;
}
.about-box {
	padding: 5px;
}
.image-box {
	margin-top: 3em;
    padding: 8px;
	overflow: hidden;
}
.image-box img {
    width: 100%;
	max-height: 350px;
}
.about-info {
    padding-left: 2.5em;
}
.about-info h2 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 0.8em;
}
.qab-banner .about-info h2 {
    color: #fff;
}
.about-info h5 {
    color: #14B5BA;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.about-info p,
.about-info div {
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 1em;
}
.qab-banner .about-info p,
.qab-banner .about-info div {
    color: #ddd;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
/*-- //about --*/

/*-- services --*/
main#service {
    background: #fff;
}
.eim-services {
	background: #fff;
}
.srv-banner {
	background-image: url(eim-includes/uploads/intro/service.jpg);
    background-repeat:  no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.eim_head.service {
	color: #000;
}
.srv-banner .eim_head.service {
	color: #f5f5f5;
}
.eim_services_content{
	padding:0;
}
.eim_services_details{
    padding: 0.22em;
    text-align: center;
}
.eim_services_details.all_services {
	width: 31.45%;
    margin: 0 30px 60px 0;
    border: 1px solid #f1f1f1;
}
.eim_services_details:nth-child(3n) {
	margin-right: 0;
}
.eim_services_details i{
	font-size: 2em;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-style: normal;
    display: inline-block;
    background: #14B5BA;
	line-height: 2.5em;
}
.eim_services_details h3{
	font-size:1.2em;
	color:#f5b120;
	text-transform:uppercase;
	margin:1em 0;
	position:relative;
	padding-bottom:.8em;
}
.eim_services_details h3 a {
	color:#f5b120;
}
.eim_services_details h3:before{
	content: '';
    background: #13b3bb;
    width: 25%;
    height: 2px;
    position: absolute;
    left: 36.9%;
    bottom: 0%;
}
.eim_services_details p{
	color: #929292;
    line-height: 1.5em;
}
.eim_services_details_effect{
    position: relative;
    overflow: hidden;
    display: inline-block;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
	padding: 1em .35em;
}
.eim_services_details_effect::before,
.eim_services_details_effect::after {
    width: 80px;
    height: 80px;
    background: transparent;
    content: "";
    position: absolute;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.eim_services_details_effect::before {
    right: 0;
    top: 0;
    border-right: 2px solid #b1b1b1;
    border-top: 2px solid #b1b1b1;
}
.eim_services_details_effect::after {
    left: 0;
    bottom: 0;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
}
.eim_services_details:hover .eim_services_details_effect::before {
    opacity: 1;
    right: 5px;
    top: 5px;
}
.eim_services_details:hover .eim_services_details_effect::after {
    opacity: 1;
    left: 5px;
    bottom: 5px;
}
.eim_services_details:hover{
	background:#ebf0f1;
}
.srv-banner .eim_services_details_effect {
    color: #f1f1f1;
}
.srv-banner .eim_services_details_effect:hover {
    color: #333;
}
.item-more {
    margin: 2em 0 -2em;
}
/*-- //services --*/

/*-- events --*/
.eim-events {
	background-color: #f1f1f1;
}
.evn-banner {
	background-image: url(eim-includes/uploads/intro/event.jpg);
    background-repeat:  no-repeat;
    background-position: 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.evn-banner .eim_head {
	color: #f5f5f5;
}
.event-left-img {
    min-height: 200px;
	overflow: hidden;
}
.event-left-img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.event-left-text {
    position: relative;
    background: rgba(0, 0, 0, 0.48);
    padding: 15px 0;
    margin: 0 3em;
    text-align: center;
    z-index: 2;
}
.event-left-text h5 {
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 1px;
	margin: 0;
}
.color-event1 {
    background: #FC9928;
}
.color-event2 {
    background: #2da0ff;
}
.color-event3 {
    background: #E91E63;
}
.color-event4 {
    background: #12e8b4;
}
.text-color1 a {
    color: #FC9928;
}
.text-color2 a {
    color: #2da0ff;
}
.text-color3 a {
    color: #E91E63;
}
.text-color4 a {
    color: #12e8b4;
}
.date-grid {
    margin: 10px 0 15px;
}
.evn-banner .event-info-bottom-eim {
    background: rgba(0, 0, 0, 0.45);
}
.admin p {
    color: #212121;
    font-size: .9em;
    margin: 0;
    text-decoration: none;
}
.evn-banner .admin p {
    color: #fff;
}
.map-marker {
    margin-top: 6px;
}
.map-marker p {
    color: #383838;
    font-size: .875em;
    margin: 0;
}
.evn-banner .map-marker p {
    color: #ddd;
}
.event-left-top-text a {
    text-decoration: none;
    font-size: 18px;
}
.event-left-top-text a:hover {
    color: #000;
}
.evn-banner .event-left-top-text a:hover {
    color: #fff;
}
.event-info-bottom-eim-text p {
    font-size: .9em;
}
.evn-banner .event-info-bottom-eim-text p {
    color: #ccc;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.eim-events-grid:nth-child(n+2) {
    margin: 2em 0 0 0;
}
.event-left-top-text a:focus {
    outline: none;
}
/*-- model --*/
.model-img-info img {
    max-width: 100%;
}
.modal-header{
	position: relative;
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #14B5BA;
    padding: 1em;
    overflow: hidden;
}
.modal-header h4 {
    font-size: 1em;
    color: #212121;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0;
}
.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background: #ddd;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 100%;
    width: 62px;
    height: 62px;
}
.modal-header .close span {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
}
.modal-body {
	display: block;
    max-width: 100%;
    height: auto;
	padding: 0;
}
.modal-body table {
	width: 96%;
    margin: 0 15px;
    padding: 0;
}
.modal-info-up {
	position: relative;
    margin: 0;
    padding: 0;
}
.modal-info-up,
.modal-body p,
.modal-body ol,
.modal-body ul {
    color: #999;
    text-align: left;
    padding: .6em 2em;
    margin: 0 !important;
    line-height: 1.8em;
}
.modal-info-up p {
    background: rgba(252, 153, 40, 0.74);
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0;
    padding: 5px 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 170px;
}
.modal-body ol,
.modal-body ul {
	padding: 1.5em 1.5em 1.5em 5em;
}
.modal-info-bottom {
    position: relative;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
}
.modal-info-bottom p {
    margin: 0;
    padding: .3em 1.9em;
    display: inline-block;
    font-weight: 600;
    color: #E91E63;
}
.modal-info-bottom p:nth-child(2) {
    float: right;
}
/*-- //model --*/
/*-- //events --*/

/*-- stats --*/
.stats{
	background-color: #fff;
}
.sts-banner{
    background-image: url(eim-includes/uploads/intro/stats.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   -moz-background-size: cover;
	background-attachment: fixed;
}
.eim_stats_left {
    padding: 0;
    text-align: center;
}
.eim_stats_left span {
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 2px;
    color:#14B5BA;
    margin: 0 0 0.2em 0;
}
.eim_stats_left h3 {
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 500;
	text-transform: uppercase;
}
.sts-banner .eim_stats_left h3 {
    color: #fff !important;
}
.sts-banner .eim_head {
    color: #f5f5f5 !important;
}
/*-- //stats --*/

/*-- testimonials --*/
.test{
	background-color: #f1f1f1;
}
.tmn-banner {
    background-image: url(eim-includes/uploads/intro/testimonial.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
	background-attachment: fixed;
}
h3.eim-test-title {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
}
.tmn-banner h3.eim-test-title {
    color: #fff;
}
h3.eim-test-title span {
    color: #f5b120;
}
p.test-para-eim {
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 33px;
}
.tmn-banner p.test-para-eim {
    color: #ddd;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.45);
}
.test-grid h4 {
    font-size: 1.5em;
    color: #f5b120;
    font-weight: 600;
    letter-spacing: .8px;
    margin: 1.5em 0 0.2em;
}
.test-grid span {
    font-size: 0.99em;
    color: #484747;
    font-style: italic;
}
.tmn-banner .test-grid span {
    color: #ddd;
}
.test-grid1 {
    /* background: rgba(28, 160, 222, 0.08); */
    position: relative;
    padding: 5em 2em 0;
}
img.img-r {
    width: 100%;
}
.test-grid1 p:before {
    background: url(images/quot.png) no-repeat;
    content: "";
    display: inline-block;
    margin: 0 1.2em 0 3em;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}
.test-left-eim-info {
    padding: 8.7em 0;
    border-right: 1px solid #ccc;
}
.eim-test-grids {
    border-left: 1px solid #fff;
}
.tmn-banner .test-left-eim-info {
    border-color: #f5b120;
}
.tmn-banner .eim-test-grids {
    border: none;
}
.owl-dots {
    position: absolute;
    right: 35%;
    bottom: 5px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
    background: #000;
}
.tmn-banner .owl-theme .owl-dots .owl-dot span {
    background: #f1f1f1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f5b120;
}
/*-- //testimonials --*/

/*-- breadcrumps --*/
.breadcrumbs {
    background: #f3f3f3;
    padding: 10px 0;
}
.breadcrumbs h3 {
    color: #434343;
    font-size: 18px;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 21px;
    font-weight: 600;
	margin-left: -15px;
}
ol.breadcrumb {
    background: transparent;
    border-radius: 0;
    color: #f5b120;
    margin: 0;
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
	font-size: 15px;
}
.breadcrumb > li.active {
    font-weight: 600;
}
ol.breadcrumb li:first-child {
    color: #f5b120;
    font-size: 16px;
    font-weight: normal;
}
ol.breadcrumb > li + li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    color: #14B5BA;
    padding: 0 5px 0 2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
ol.breadcrumb > li:first-child + li:before {
    content: "";
    padding: 0 3px 0 0;
}
ol.breadcrumb li a {
    color: #14B5BA;
    font-size: 16px;
}
/*--//breadcrumps--*/

/*-- gallery --*/
.banner-blog {
    background: #14b5ba url(eim-includes/uploads/intro/blog.jpg) no-repeat 0 0;
}
.banner-gallery {
    background: #14b5ba url(eim-includes/uploads/intro/gallery.jpg) no-repeat 0 0;
}
.banner-contact {
    background: #14b5ba url(eim-includes/uploads/intro/contact.jpg) no-repeat 0 0;
}
.banner-about {
    background: #14b5ba url(eim-includes/uploads/intro/about.jpg) no-repeat 0 0;
}
.banner-service {
    background: #14b5ba url(eim-includes/uploads/intro/service.jpg) no-repeat 0 0;
}
.banner-event {
    background: #14b5ba url(eim-includes/uploads/intro/event.jpg) no-repeat 0 0;
}
.banner-notice {
    background: #14b5ba url(eim-includes/uploads/intro/noticeboard.jpg) no-repeat 0 0;
}
.inner_page_banner {
	position: relative;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-attachment: fixed;
    min-height: 300px;
}
.inner_page_banner h3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	margin: 0;
    padding: 12.1% 0;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #14B5BA;
    text-shadow: 1px 1px 0px #27f2f9;
}
.w3gallery-grids {
    margin-bottom: 26px;
}
.agile-figcaption {
    background: rgba(0, 0, 0, 0.73);
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.col-lg-8 .agile-figcaption {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
}
.agileinfo-gallery-row a.img-figure {
    position: relative;
    display: block;
    box-shadow: -7px 7px 17px rgba(158, 156, 156, 0.59);
}

.w3gallery-grids:hover .agile-figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.agile-figcaption h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    padding-bottom: .5em;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
    transform: translateY(-50%);
    line-height: 1.9;
}
.agile-figcaption p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #14B5BA;
    margin: 5px 0 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.agile-figcaption h4:after {
    background: #f5b120;
    content: '';
    height: 2px;
    left: 50%;
    right: 50%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 65px;
    transform: translate(-50%, -50%);
}
.col-lg-8 .agile-figcaption h4,
.col-lg-8 .agile-figcaption p {
	font-size: 13px;
}
.sl-wrapper .sl-image .sl-caption p {
    line-height: 1.3;
    color: #fff;
}
/*--//gallery--*/

/*-- info --*/
#information .eim-info {
	background: #f1f1f1;
    margin: 0;
    padding: 4em 2em;
	display: flex;
    align-items: center;
}
#information .eim-info.alter {
	background: #fafafa;
    border: 1px solid #f1f1f1;
}
#information .eim-info .info-stats {
    background: #ffffff;
    margin: 0 10px 0 0;
    padding: 1em;
    border-right: 1px solid #f1f1f1;
    font-weight: 600;
    width: 31%;
}
.eim-info h3.info-heading {
    color: #F5B120;
	margin: 0;
}
.eim-info p.info-details {
    color: #888;
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0 0;
}
.info-right h4 {
    font-size: 2.4em;
    font-weight: 700;
    margin: 15px 0;
    color: #14B5BA;
}
.info-right span.fas {
    color: #fff;
    font-size: 20px;
    background: #F5B120;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/*-- //info --*/

/*-- lecturer --*/
.eim-lecturer{
	background:url(images/lecturer.jpg) no-repeat 0px 0px;
	background-size:cover;
} 
#information {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#information .eim-lecturer-grid {
	margin-top: 5em;
}
#information .lecturer-info{
    position: relative;
    overflow: hidden;	
}
#information .lecturer-info img{
	width:100%;
	min-height: 350px;
}
#information .lecturer-caption h4 {
    margin:0;
    color: #000;
    font-size:1em;
    text-transform: uppercase;
    line-height: 1.8em;
    font-weight: 800; 
}
#information .lecturer-caption h4 a {
	color: #000;
}
#information .lecturer-caption h4 a:hover {
	color: #14B5BA;
	text-decoration:none;
}
#information .lecturer-caption p {
    color: #fff;
    font-size: .8em;
    margin: 0 0 0.5em;
}
#information .lecturer-caption {
    background: #f5b120;
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
#information .lecturer-caption .lecturer-social-grids ul li { 
    margin: 0 0.5em;
}
#information .lecturer-info:hover .lecturer-caption{
    background-color: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    bottom: auto;
}
#information .lecturer-info:hover .lecturer-caption h4,
#information .lecturer-info:hover .lecturer-caption h4 a {
	color:#fff;
}
#information .lecturer-info:hover .lecturer-caption h4 a:hover {
	color:#f5b120;
}
#information .lecturer-info:before {
    background-color: rgba(0,0,0,0.85);
    border: 3px solid #f5b120;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#information .lecturer-info:hover:before {
    opacity: 1;
}
#information .lecturer-social-grids ul {
	padding:0;
	margin:0;
}
#information .lecturer-social-grids ul li {
    display: inline-block;
}
#information .lecturer-social-grids ul li a {
	color: #333;
    text-align: center;
}
#information .lecturer-social-grids ul li a i.fab,
#information .lecturer-social-grids ul li a i.fas {
    color: #FFF; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
#information .lecturer-social-grids ul li a:hover i.fab,
#information .lecturer-social-grids ul li a:hover i.fas {
    color: #3b5998;
} 
#information .lecturer-social-grids ul li a:hover i.fab.fa-twitter{
	color: #55acee;
} 
#information .lecturer-social-grids ul li a:hover i.fas.fa-rss{
	color: #f26522;
} 
#information .lecturer-social-grids ul li a:hover i.fas.fa-vk{
	color: #45668e;
}
#information .lecturer-social-grids ul li:nth-child(2){
	margin:0 1em;
}
#information .lecturer-social-grids ul li:nth-child(3){
	margin-right:1em;
}
/*-- //lecturer --*/

/*-- /student --*/
#form-students {
	margin: 2em 0 0;
    display: inline-block;
    position: relative;
}
.eim-student-grid {
	background: #fafafa;
	margin: 0 0 2em;
	padding: 1em;
	border: 1px solid rgba(221, 221, 221, 0.74);
	max-height: 302px;
}
.eim-student-grid .student-img {
	text-align: center;
    padding: 0;
}
.eim-student-grid .student-img img {
	width: 140px;
}
.eim-student-grid .student-img .student-id {
    background: #14B5BA;
    font-weight: 600;
    color: #fff;
    margin: 1em 0 0;
    padding: 0.2em 0.5em;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
	border-radius: 3px;
}
.eim-student-grid .student-info h4 {
    margin: 0;
}
.eim-student-grid .person-info ul {
    margin: 0;
    padding: 0;
}
.eim-student-grid .person-info ul li {
	list-style: none;
    display: block;
    margin-bottom: 0;
    color: #8a8a8a;
    font-size: 15px;
}
.eim-student-grid .person-info ul li span {
	width: 85px;
	float: left;
	color: #4a4a4a;
	font-weight: 600;
}
/*-- //student --*/

/*-- staff --*/
#information .eim-staff-grid {
	text-align: left;
	margin:1.5em 0 0;
	padding: 2em;
	border-left: 1px solid #dedede;
}
#information .eim-staff-grid:nth-child(4n),
#information .eim-staff-grid:last-child {
	border-right: 1px solid #dedede;
}
#information .img-staff {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	width: 200px;
	height: auto;
}
#information .staff-caption p {
	margin: 0 0 1.5em;
	line-height: 1.8em;
	font-size: .95em;
	color: #2d2d2d;
}
#information .staff-caption h4 {
	font-size: 1.5em;
	margin: 1.5em 0 0;
	color: #f5b120;
	font-weight: 400;
	letter-spacing: 0px;
}
#information .staff-caption h4 a {
	color: #f5b120;
}
#information .eim-staff-grid:hover.eim-staff-grid h4,
#information .eim-staff-grid:hover.eim-staff-grid h4 a {
	color:#fff;
}
#information .eim-staff-grid:hover.eim-staff-grid h4 a:hover {
	color: #f5b120;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000000;
}
#information .eim-staff-grid:hover {
	background: #14B5BA;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#information .eim-staff-grid:hover.eim-staff-grid p {
	color: #fff;
}
#information .eim-staff-grid:hover .img-staff {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#information .staff-social-grids ul {
	padding: 0;
	margin: 0;
}
#information .staff-social-grids ul li {
	display: inline-block;
}
#information .staff-social-grids ul li a {
	color: #333;
	text-align: center;
}
#information .staff-social-grids ul li a {
	height: 35px;
	width: 35px;
	background: #FFFFFF;
	line-height: 37px;
	margin-left: 3px;
	color: #383838;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#information .staff-social-grids ul li a.fab.fa-facebook-f:hover {
	background: #3b5998;
	color: #FFFFFF;
	text-decoration: none;
}
#information .staff-social-grids ul li a.fab.fa-twitter:hover {
	background: #1da1f2;
	color: #FFFFFF;
	text-decoration: none;
}
#information .staff-social-grids ul li a.fas.fa-rss:hover {
	background: #ee802f;
	color: #FFFFFF;
	text-decoration: none;
}
#information .staff-social-grids {
	float: right;
}
/*-- //staff --*/

/*-- Student --*/
#information .student-social-grids {
    display: inline-block;
}
#information .student-social-grids ul {
    margin: 0;
    padding: 0;
}
#information .student-social-grids ul li {
	display: inline-block;
}
#information .student-social-grids ul li a {
	color: #333;
	text-align: center;
}
#information .student-social-grids ul li a {
	height: 24px;
    width: 24px;
    background: #FFFFFF;
    line-height: 24px;
    color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#information .student-social-grids ul li a.facebook{
    background: #3b5998;
}
#information .student-social-grids ul li a.twitter{
    background: #00acee;
}
#information .student-social-grids ul li a.linkedin{
    background: #0072b1;
}
#information .student-social-grids ul li a.fab.fa-facebook-f:hover {
	background: #3b5998;
	color: #FFFFFF;
	text-decoration: none;
}
#information .student-social-grids ul li a.fab.fa-twitter:hover {
	background: #1da1f2;
	color: #FFFFFF;
	text-decoration: none;
}
#information .staff-social-grids ul li a.fas.fa-rss:hover {
	background: #ee802f;
	color: #FFFFFF;
	text-decoration: none;
}
/*-- //Student --*/

/*-- contact --*/
.agile_contact_grid_left{
	background:#0ea2a7;
    text-align: center;
}
.agile_contact_grid_left i{
	font-size: 2em;
    color: #fff;
    line-height: 3.8em;
}
.agile_contact_grid_right {
    background: #14B5BA;
    padding: 1em;
}
.agile_contact_grid_right h4 {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 4px 0;
}
.agile_contact_grid_right p{
	color:#fff;
	line-height:1.5em;
	font-size:16px;
	margin: 0;
}
.agile_contact_grid_left,.agile_contact_grid_right{
	min-height:122px;
}
.agile_contact_grid_right p span{
	display:block;
}
.agile_contact_grid_right p a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_left {
    background: #efa200 !important;
}
.agileits_w3layouts_right {
    background: #f5b120 !important;
}
.agile_contact_grid_right p a:hover{
	color:#212121;
}
.contact-map iframe {
    width: 100%;
    min-height: 350px;
}

.agileits_mail_grid_right1{
	padding:3em 3em 5.1em;
	background:#f5f5f5;
}
.agileits_mail_grid_right1 span i{
    position: absolute;
    left: 2px;
    top: 10px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    width: 20%;
    min-height: 38px;
    background: #14B5BA;
    padding: 8px 10px;
    text-align: center;
}
.agileits_mail_grid_right1 span:nth-child(5) i {
    height: 88.7%;
    padding: 88px 10px;
}
.agileits_mail_grid_right1 input[type="text"],
.agileits_mail_grid_right1 input[type="email"],
.agileits_mail_grid_right1 input[type="number"],
.agileits_mail_grid_right1 textarea{
	outline: none;
    width: 100%;
    background: #fff;
    color: #212121;
    padding: 10px 10px 10px 22%;
    font-size: 14px;
    border: 1px solid #E7E7E7;
}
.agileits_mail_grid_right1 span {
	position: relative;
    padding: .5em 0;
    display: block;
}
.agileits_mail_grid_right1 textarea{
	min-height:200px;
}
.agileits_mail_grid_right1 input[type="submit"] {
    outline: none;
    width: 17%;
    background: #f5b120;
    color: #fff;
    padding: 15px 0;
    font-size: 1em;
    border: none;
    margin: .5em 0;
    float: right;
}
.agileits_mail_grid_right1 input[type="submit"]:hover{
    background:#14B5BA;
}
/*--//contact--*/

/* managing committee */
.eim-committee table {
	font-size: 13px;
}
/*--//managing committee--*/

/* view result */
.eim-view-result,
.eim-view-student {
	width:50%;
	margin: 0 auto 90px;
}
.eim-view-student {
	width:60%;
}
.eim-view-result .form-control {
    height: 39px;
}
h3.title1 {
    font-size: 2em;
    color: #e94e02;
    margin: 0 0 0.8em;
}
.widget-shadow {
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.widget-shadow .panel-body {
    margin: 0;
    padding: 0;
}
.widget-shadow .panel-body h3 {
    margin: 0 -15px;
    padding: 15px;
    border-left: 20px solid #f5b120;
    border-right: 20px solid #f5b120;
    background: #14B5BA;
    color: #fff;
    text-align: center;
}
.compose-left {
    width: 28%;
    padding: 0;
}
.compose-right {
    width: 70%;
    margin-left: 2%;
    padding: 0;
}
h4.title3 {
	position: relative;
	margin: 0;
    padding: 1em;
    background-color: rgb(27, 180, 185);
    color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.compose-right h4.title3 {
    text-align: left;
}
.compose-right  .btn.btn-warning {
    position: absolute;
    right: 22%;
    top: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.compose-right  .btn.btn-default {
    position: absolute;
    right: 24px;
    top: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.profile-top {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.5em;
}
.profile-top img {
    vertical-align: middle;
    border: 4px solid #14B5BA;
    border-radius: 63%;
    max-width: 100%;
    background: #fff;
}
.profile-top h3 {
    font-size: 1em;
    color: #fff;
    margin: .5em 0 0;
}
.profile-top p {
    margin: 0;
	color: #101010;
}
.profile-top h4 {
    font-size: 1em;
    color: #101010;
    margin: .1em 0;
}
.profile-text {
    padding: 1.5em;
}
.profile-left {
    float: left;
    width: 20%;
}
.profile-row .profile-icon {
    font-size: 1.4em;
    color: #6F6F6F;
}
.profile-right {
    float: left;
    width: 80%;
}
.profile-right h4 {
    font-size: 1em;
    color: #504E4E;
    font-weight: 500;
}
.profile-right p {
    font-size: .9em;
    color: #999;
    margin: .4em 0 0;
}
.profile-row.row-middle {
    margin: 1em 0;
}
.profile-row.row-middle .profile-icon, .profile-row.row-last .profile-icon {
    margin-top: 0.6em;
}
.row-middle .profile-right {
    border-top: 1px dotted #6164C1;
    border-bottom: 1px dotted #6164C1;
    padding: 1em 0;
}
.row-middle .profile-right {
    border-bottom: none;
    padding: 1em 0 0;
}
.row-last .profile-right {
    border-top: 1px dotted #6164C1;
    padding: 1em 0 0;
}
.charts {
    margin: 2em 0 0;
}
.margin-t-15 {
    margin-top: 15px;
}
.padding-0 {
    padding: 0 !important;
}
h4.modal-title {
    font-size: .9em;
    line-height: .5;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: normal;
}
.table.stats-table {
    margin-bottom: 0;
}
.compose-right .table.stats-table th {
    font-size: 14px;
}
.table tr td:first-child {
    font-weight: 600;
}
.compose-right .table.stats-table td,
.compose-right .table.stats-table th {
    font-size: .9em;
    color: #555;
    padding: 16px 10px;
	position: relative;
}
.compose-right .table.stats-table .progress {
    margin: 3px 0 5px;
    height: 15px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
}
.compose-right .table.stats-table .progress-bar {
    font-size: 10px;
    line-height: 14px;
}
.progress-bar-yellow {
    background-color: #98982d;
}
.stats-table h5, .profile-right span {
	margin: 3px 0 5px;
    color: #4F52BA;
    font-size: 0.9em;
}
.compose-right .table.stats-table span {
    position: absolute;
    left: 10px;
    bottom: 3px;
    font-size: 8.6px;
    color: #052963;
}
.stats-table h5 i.fas {
    font-size: 1.2em;
    font-weight: 800;
    margin-left: 3px;
}
.stats-table h5.down, .profile-right span.down {
    color: #D81B60;
}
.modal-body .table.stats-table td,
.compose-right .table.stats-table th {
    padding: 12px 10px;
}
.compose-right .modal-footer {
    position: relative;
    text-align: center;
    color: #e94e02;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 10px;
}
.compose-right .panel-body {
    padding: 2em;
}
/* //view result */

.category a {
    letter-spacing: 0.08em;
    font-size: 13px;
    background: #337ab7;
    color: #fff;
    padding: 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.category a:after {
  content: ',';
  color: #ddd;
  display: inline-block;
  margin-right: 5px;
}

.category a:last-of-type::after {
  display: none;
}

.category a:hover {
  color: #000;
}

/* latest blog */
.blog-intro {
	background: #fafafa;
}
.text-big {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5em;
  color: #111;
  margin: 0;
}
/*.latest-posts header {
  margin-bottom: 50px;
}*/
.post a {
  text-decoration: none;
}
.post a:hover, .post a:focus {
  text-decoration: none;
}
.post .post_image {
	height: auto;
	width: 100%;
	min-height: 160px;
	background-size: 100%;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.post-meta {
  margin: 10px 0;
  font-size: 0.8em;
}

.post-meta .date {
  text-transform: uppercase;
  font-weight: 400;
}

.post-meta .date::after {
  display: none;
}
.post p:not(.lead) {
	font-weight: 400;
	color: #777;
	font-size: 0.95em;
	letter-spacing: normal;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.post h3 {
  line-height: 1.2em;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

.post h3:hover {
  color: #555;
}

.post .category a {
	background: #337ab7;
    color: #fff;
    padding: 0 5px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.post .date {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #aaa;
}

.post .avatar {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.post .title,
.post .date,
.post .comments,
.post .views {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

.post .title i,
.post .date i,
.post .comments i,
.post .views i {
  margin-right: 5px;
  font-size: 1.1em;
}

.post .title::after,
.post .date::after,
.post .comments::after,
.post .views::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.post .category {
    position: absolute;
    right: 8px;
    top: -36px;
}

.post .post-single .category {
    position: relative;
    right: auto;
    top: auto;
}

.post .post-tags {
  margin-top: 30px;
}

.post .post-tags .tag {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.post .post-tags .tag:hover {
  background: #999;
  color: #fff;
  border-color: #999;
}

.post .meta-last::after {
  display: none;
}

/* Latest Posts Section Media Query ------------------------------------- */
@media (max-width: 767px) {
  .post {
    margin-bottom: 40px;
  }
  .post:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
}
@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
}
/*--//latest blog--*/
.col-lg-5,
.col-lg-7,
.col-lg-8,
.col-lg-4,
.col-xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* all posts */
.all-posts {
	padding: 0 0 5em;
}
.all-posts .row:nth-of-type(odd) .text {
  background: #fafafa;
}

.all-posts .row:last-of-type {
  margin-bottom: 0;
}

.all-posts p {
  font-weight: 400;
  color: #777;
  font-size: 0.95em;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.all-posts .text-inner {
  padding: 70px 30px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-posts a {
  /*color: inherit;*/
  text-decoration: none;
}

.all-posts h2 {
  line-height: 1.1em;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-posts h2:hover {
  color: #555;
}

.all-posts .avatar {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded-circle {
    border-radius: 50%!important;
}

.all-posts .title,
.all-posts .date,
.all-posts .comments {
  font-size: 0.8em;
  font-weight: 400;
  color: #999;
}

.all-posts .title i,
.all-posts .date i,
.all-posts .comments i {
  margin-right: 5px;
}

.all-posts .title::after,
.all-posts .date::after,
.all-posts .comments::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.all-posts .comments::after {
  display: none;
}

.all-posts .image {
    max-height: 200px;
    width: auto;
    overflow: hidden;
    padding: 0;
}

.all-posts .image img {
  height: 100%;
}

.all-posts .post-header {
  margin-bottom: 10px;
}

.all-posts .post-footer {
  margin-top: 30px;
}

.post-footer i[class*="fa-"] {
    -webkit-transform: translateY(3px);
    transform: translateY(1px);
}

/* All Posts Section Media Query ------------------------------------- */
@media (min-width: 992px) {
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
}
@media (max-width: 991px) {
	.eim-lecturer-grid:nth-child(3),.eim-lecturer-grid:nth-child(4){
		margin:2em 0 0 0;
	}
  .all-posts .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	width: 100%;
    max-height: 300px;
    min-height: auto !important;
  }
  .all-posts .image img {
    width: 100%;
    height: auto !important;
  }
  .all-posts .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 575px) {
  .all-posts .post-footer {
    font-size: 0.9em;
  }
}

@media (max-width: 350px) {
  .all-posts .text-inner {
    padding: 15px;
  }
  .all-posts .post-footer {
    font-size: 0.75em;
  }
}
/*--//all post--*/

/*--blog-post--*/
.blog-post {
    display: flex;
	padding-left: 0;
	padding-right: 0;
}
.blog-post .post-footer {
  font-size: 0.8em;
}

.blog-post .post-thumbnail img {
  width: auto;
  margin-bottom: 10px;
}

.blog-post h1 {
  color: #444;
  line-height: 1.1em;
}

.blog-post h1:hover {
  color: #444;
}

.blog-post .post-footer {
  margin-top: 20px;
}

.blog-post .post-body {
  margin-top: 40px;
}

.blog-post .post-body h2,
.blog-post .post-body h3,
.blog-post .post-body h4,
.blog-post .post-body h5,
.blog-post .post-body h6 {
  color: #333;
}

.blog-post .post-body p {
	margin-bottom: 30px !important;
	letter-spacing: 1px;
	text-align: justify;
}

.blog-post .post-body p:not(.lead) {
  font-size: 1em;
  line-height: 1.7em !important;
  color: #555;
}

.blog-post .post-body .container {
    width: auto;
}

.blog-post .posts-nav {
  margin-top: 50px;
  color: #777;
  font-size: 0.8em;
}

a.prev-post {
	text-align: left;
}

a.next-post {
	text-align: right;
}

.blog-post .posts-nav a {
  color: inherit;
  width: calc(50% - 10px);
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.blog-post .posts-nav a:hover {
  border-color: #999;
}

.blog-post .posts-nav a:hover .icon {
  background: #999;
  color: #fff;
  border-color: #999;
}

.blog-post .icon {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #ddd;
  color: #aaa;
  font-size: 1.5em;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-post .icon.prev {
  margin-right: 20px;
}

.blog-post .icon.next {
  margin-left: 20px;
}
.post-nav-text, .h6 {
	font-size: 1rem;
	font-weight: 700;
}

.blog-post .post-comments {
  margin-top: 50px;
}

.blog-post .post-comments span.no-of-comments {
  color: #777;
  font-size: 0.8em;
  margin-left: 5px;
  font-weight: 400;
}

.blog-post .post-comments header {
  margin-bottom: 40px;
}

/*.blog-post .post-comments .comment:last-of-type .comment-body {
  border-bottom: none;
}*/

.blog-post .post-comments .image {
  margin-right: 15px;
}

.blog-post .post-comments .title::after {
  display: none;
}

.blog-post .post-comments img {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}

.blog-post .post-comments strong {
  display: block;
  color: #555;
}

.blog-post .post-comments span.date {
  font-size: 0.8em;
  color: #999;
}

.blog-post .post-comments span.date::after {
  display: none;
}

.blog-post .post-comments .comment-body {
  position: relative;
  margin-left: 55px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.blog-post .post-comments p {
  font-size: 0.95em;
  color: #555;
}

.blog-post .add-comment {
  margin-top: 50px;
}

.blog-post .add-comment header {
  margin-bottom: 30px;
}

.blog-post .add-comment input,
.blog-post .add-comment textarea {
	background: none;
	height: auto;
	border: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	padding: 10px 0;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

.blog-post .add-comment input::-moz-placeholder,
.blog-post .add-comment textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 0.9em;
  color: #aaa;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.blog-post .add-comment input::-webkit-input-placeholder,
.blog-post .add-comment textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.9em;
  color: #aaa;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.blog-post .add-comment input:-ms-input-placeholder,
.blog-post .add-comment textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.9em;
  color: #aaa;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.blog-post .add-comment input:focus,
.blog-post .add-comment textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #999;
}

.blog-post .add-comment textarea {
  min-height: 150px;
}

.blog-post .post-comments .reply_form {
	display: none;
	margin-left: 55px;
}

.blog-post .post-comments .reply-btn {
	position: absolute;
    right: 0;
    bottom: -10px;
    margin: 10px 0;
    padding: 3px 5px;
    border-radius: 0;
    background: #eee;
    color: #999;
    border-color: #eee;
    font-size: 14px;
    font-weight: 600;
}

.blog-post .post-replies,
.blog-post .post-replies .sibling {
	margin-left: 55px;
}

blockquote.blockquote {
  font-size: 1.05em;
  line-height: 1.7em;
  border-color: #999;
  border: 1px solid #eee;
  border-left: 6px solid #eee;
  padding: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 30px;
}

blockquote.blockquote p {
  margin-bottom: 15px !important;
}

@media (max-width: 767px) {
  .posts-nav a {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .blog-post .title::after {
    display: none !important;
  }
  .blog-post .author {
    margin-bottom: 10px;
  }
}
/*--//blog-post--*/

/*-- category --*/
main, aside {
    padding: 0 0 100px;
}
aside, .main-page, .default-page, .post {
    padding-top: 50px;
}

main.posts-listing {
  padding: 30px 0 0;
  display: flex;
}

main.posts-listing .post {
  margin-bottom: 50px;
}

main.posts-listing .post .post-thumbnail,
main.posts-listing .post .post-details {
    position: relative;
}

.post .post-thumbnail .featured-author {
    position: absolute;
    right: 0;
    top: 10px;
}

.post .post-thumbnail .featured-author img.img-fluid {
    border: 2px solid #ddd;
    border-radius: 50%;
}

main.posts-listing .post-footer {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
/*--//category--*/
/*-- widget --*/
.widget.search .form-group {
  position: relative;
}

.widget.search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 0.95em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: none;
}

.widget.search input::-moz-placeholder {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
}

.widget.search input::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
}

.widget.search input:-ms-input-placeholder {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
}

.widget.search .submit {
  height: 40px;
  padding: 0;
  line-height: 40px;
  background: none;
  border: none;
  color: #555;
  font-size: 0.9em;
  position: absolute;
  top: 0;
  right: 0;
}

.widget.wid-latest a {
  display: block;
  color: #555;
  text-decoration: none;
}

.widget.wid-latest a:hover {
  color: #000;
}

.widget.wid-latest .image {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
}

.widget.wid-latest .item {
  margin-bottom: 20px;
}

.widget.wid-latest strong {
  font-size: 0.85em;
  display: block;
  line-height: 1.5;
}

.widget.wid-latest .views,
.widget.wid-latest .comments {
  font-size: 0.8em;
  font-weight: 400;
  color: #bbb;
  margin-top: 10px;
}

.widget.wid-latest .views i,
.widget.wid-latest .comments i {
	margin-right: 5px;
	-webkit-transform: translateY(3px);
	transform: translateY(1px);
}

.widget.wid-latest .views::after,
.widget.wid-latest .comments::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.widget.wid-latest .comments::after {
  display: none;
}

.widget.notice.wid-latest a {
    display: inline-block;
    color: #666;
    font-weight: 600;
}
.widget.notice.wid-latest a:hover {
    color: #1886C9
}
.widget.notice .item {
    padding: .5em;
}
.widget.notice .item:last-child {
    margin-bottom: 5px;
}
.widget.notice.wid-latest .views, .widget.notice.wid-latest .comments {
    color: #555;
}
.widget.notice .image img {
    background: rgb(255 255 255);
    border: 1px solid rgb(34 34 34 / 50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.widget header .h6 {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
}
.widget header .h6:before, .widget header .h6:after {
    position: absolute;
    background: #f5b120;
    height: 2px;
    content: '';
}
.widget header .h6:before {
    width: 60%;
    left: 0;
    bottom: -15px;
}
.widget header .h6:after {
    width: 40%;
    left: 0;
    bottom: -8px;
}

.widget.contact-info .eim-info p {
    margin-bottom: 5px;
}

.widget.categories .item {
  background: #fafafa;
  padding: 10px;
  color: #777;
  font-weight: 700;
}

.widget.categories .item:nth-of-type(2n+2) {
  background: none;
}

.widget.categories .item a {
  color: inherit;
  font-size: 0.95em;
}

.widget.categories .item a:hover {
  color: #000;
  text-decoration: none;
}

.widget.categories .item span {
  font-size: 0.9em;
  color: #aaa;
}

.widget.tags .tag {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.widget.tags .tag:hover {
  background: #999;
  color: #fff;
  border-color: #999;
}

.widget.social ul {
    margin: 10px 0 0;
    list-style-type: none;
}

.widget.social ul li {
    display: inline-block;
    list-style-type: none;
	margin: 0 5px 5px 0;
}

.widget.social ul li:nth-child(9n) {
    margin: 0;
}

.widget.social ul li a i {
    background: #14B5BA;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.widget.social ul li a i.fab.fa-facebook-f {
    background: #3b5998;
}

.widget.social ul li a i.fab.fa-google-plus-g {
    background: #CC3333;
}

.widget.social ul li a i.fab.fa-twitter {
    background: #00acee;
}

.widget.social ul li a i.fab.fa-youtube {
    background: #c4302b;
}
/*-- //widget --*/

/*-- pagination --*/
.pagination {
    margin: 5em 0 0;
}
.pagination-template li {
  margin: 0 5px;
}
.pagination-template li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f5b120;
    color: #14b5ba;
    text-align: center;
    padding: 0.5rem 0.75rem;
}
.pagination > li:first-child > a {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 64px;
}
.pagination > li:last-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 64px;
}
.pagination-template li.active a:hover,
.pagination-template li a:active,
.pagination-template li a:focus,
.pagination-template li a:hover,
.pagination-template li.active a {
    background: #14b5ba;
    border-color: transparent;
    font-weight: 700;
	color: #fff;
}
.pagination-template li.active a {
	border-radius: 50% !important;
	width: 40px !important;
}
/*-- //pagination --*/

/*-- footer --*/
.footer {
	padding: 5em 0 4em;
	background-color: rgb(16, 16, 16);
}
.footer h3 {
    color: #fff;
    font-size: 1.4em;
    margin: 0.4em 0 .5em;
    text-transform: capitalize;
}
.footer-grids ul li,
.footer-grids ol li,
.copyright-eim ul.copy-nav li {
	position: relative;
	margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.footer-grids ul li:before,
.footer-grids ol li:before,
.copyright-eim ul.copy-nav li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 0;
    color: #a5a5a5;
}
.footer-grids ul li a,
.footer-grids ol li a,
.copyright-eim ul.copy-nav li a {
    font-size: 14px;
    text-decoration: none;
    line-height: 2em;
    margin-left: 20px;
}
ul.b-nav li {
	display:block;
}
.footer-grids ul li a:hover,
.footer-grids ol li a:hover {
  color: #a5a5a5;
}
.footer-social-icon {
    text-align: left;
}
.footer-social-icon ul li {
	display: inline-block;
}
.footer-social-icon ul li:before {
	content: '';
}
.footer-social-icon ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #fff;
    border-radius: 50px;
    margin: 18px 2px 0;
    border: 1px solid #fff;
    text-align: center;
}
.footer-social-icon ul li a:hover {
    background: #14B5BA;
    border-color: #14B5BA;
}
.footer-grids img {
    position: absolute;
    top: 0;
    left: 15px;
    max-width: 60px;
}
.footer-grids.firstwid .fsttitle {
    color: #f5b120;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 -42px 0;
}
.footer-grids .lgtitle {
    position: absolute;
    top: 12px;
	left: 30%;
}
.footer-grids p a{
	color: #868686;
    font-size: 14px;
    text-decoration: none;
}
.footer-grids p a:hover {
	color: #fff;
}
.footer-grids p,
.footer-grids.eim-lists span,
.footer-grids div {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 2em;
    margin: 0;
    letter-spacing: .5px;
}
.footer-grids .eim-info ul,
.footer-social-icon ul {
    margin: 0;
}
.footer-grids .eim-info.logowid,
.footer-grids.firstwid .eim-info {
    margin-top: 45px;
}
.widget.subscribe form,
.footer-grids form {
  margin-top: 1.2em;
  display:inline-block;
}
.widget.subscribe form input[type="email"],
.footer-grids form input[type="email"] {
  width: 72%;
  padding: 9px 12px;
  font-size: 0.9em;
  float: left;
  color: #8D8D8D;
  outline: none;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-appearance: none;
}
.widget.subscribe form input[type="submit"],
.footer-grids form input[type="submit"] {
	width: 24%;
	min-height: 40px;
    font-size: 14px;
    float: left;
    color: #fff;
    outline: none;
    padding: 9px 9px;
    border: none;
    background:#f5b120;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -webkit-appearance: none;
}
.widget.subscribe form input[type="submit"]:hover,
.footer-grids form input[type="submit"]:hover{
	background: #14B5BA;
}
/*-- Copyright --*/
.copyright-eim {
    background: #000;
	 padding: 25px 0px;
}
.copyright-eim ul.copy-nav {
    margin: 0 1em;
}
.copyright-eim ul.copy-nav li {
    line-height: 1;
	display: inline-block;
	margin-right: 1em;
}
.copyright-eim ul.copy-nav li a {
    line-height: 1.4;
	margin-left: 15px;
}
.copyright-eim p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: left;
    margin: 1em 1em 0;
}

.copyright-eim a {
	color: #14B5BA;
	text-decoration: none;
}
.copyright-eim a:hover {
    color: #ffffff;
}

.copyright-eim ul.copy-nav li:before {
    content: "\f101";
}
/*-- //Copyright --*/
/*-- //Footer --*/

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("images/arrow.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--responsive--*/
@media (min-width: 768px) {
	.navbar-right {
		margin: 0; 
	}
	.modal-dialog {
		width: 736px;
	}
	.eim_stats_left {
		padding: 0;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media(max-width: 1366px) {
    .carousel-caption h3 {
        font-size: 48px;
    }
	.eim-msg .carousel-control.left {
		margin: 0px 0 0 51.5em;
	}
	.eim-msg .carousel-control.right {
		margin: 0px 0px 0 0;
	}
	h3.eim-test-title {
		font-size: 34px;
		margin-bottom: 0.6em;
	}
	.about-info h2 {
		font-size: 34px;
		margin-bottom: 0.4em;
	}
	.test-grid h4 {
		font-size: 1.2em;
		margin: 2em 0 0.2em;
	}
    .inner_page_banner {
        min-height: 400px;
    }
	.footer {
		padding: 4em 0 3em;
	}
}
@media(max-width: 1280px) {
	.carousel .item,.carousel .item img {
		max-height: 600px;
	}
	h3.eim-test-title {
		font-size: 32px;
	}
	.about-info h2 {
		font-size: 32px;
		margin-bottom: 0.5em;
	}
	.test-left-eim-info {
		padding: 9.4em 0 8.4em;
		border-right: 3px solid #eee;
	}
}
@media(max-width: 1200px) {
	.notices-eim-grids {
		max-height: 247px;
	}
	.notice-4 {
		width: 23.6%;
	}
	.notice-3 {
		width: 32.1%;
	}
	.notice-2 {
		width: 49.1%;
	}
	.notice-1 {
		width: 100%;
	}
	#information .eim-info .info-stats {
		width: 28%;
	}
	.eim-msg .carousel-control.left {
		margin: 0px 0 0 44.5em;
	}
	.eim-msg .carousel-control.right {
		margin: 0 60px 0 0;
	}
	.eim-msg img.img-responsive {
		margin-top: -6px;
	}
	.eim-msg .msg-details .msg-info2 p {
    	line-height: 28px;
	}
	.owl-dots {
		bottom: 65px;
	}
	.agile-figcaption {
		padding: .5em
	}
	.agile-figcaption h4 {
		font-size: 1em;
	}
	.agile-figcaption p {
		font-size: 13px;
	}
	.agile_contact_grid_right p {
		line-height: 1.4em;
		font-size: 14px;
	}.agile_contact_grid_right h4 {
		margin-bottom: 10px;
	}
	.agileits_mail_grid_right1 span i {
		width: 26%;
	}
	.agileits_mail_grid_right1 input[type="text"],
	.agileits_mail_grid_right1 input[type="email"],
	.agileits_mail_grid_right1 input[type="number"],
	.agileits_mail_grid_right1 textarea {
		padding-left: 28%;
	}
}
@media(max-width: 1080px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 16.5px;
		padding: .6em 2em;
	}
	.carousel .item,.carousel .item img {
		max-height: 530px;
	}
    .carousel-caption h3 {
        font-size: 45px;
    }
    .carousel-caption h6 {
        font-size: 15px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-indicators {
        bottom: 16%;
    }
	.notices-eim-grids h5 {
		font-size: 1.6em;
	}
	.notices-eim-img i {
		font-size: 2.5em;
		margin-top: 1.2em;
	}
	.notices-eim-img h6 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.eim-msg h3 {
		font-size: 30px;
	}
	.eim-msg h3:before,
	.eim-msg h3:after {
		width: 35px;
		top: 16px;
	}
	.eim-msg .msg-details .msg-info2 p {
		font-size: 14px;
		padding:30px;
	}
	.eim-msg .msg-details {
		height: 345px;
		margin-top: 20px;
	}
	.eim-msg img.img-responsive {
		margin-top: -25px;
	}
	.eim-msg .msg-details .msg-info2 p:before {
		width: 30px;
		left: 4px;
		top: 47px;
	}
	.eim-msg .msg-details .msg-info2 p span.line-w3ls {
		width: 35px;
		margin: 0px 0 4px 15px;
	}
	.eim-msg .carousel-control.left {
		margin: -42px 0 0 41.5em;
	}
	.eim-msg .carousel-control.right {
		margin: -42px 0px 0 0;
	}
	.about-eim,
	.eim-services,
	.eim-events,
	.stats,
	.test,
	.gallery,
	.contact,
	.blog-intro,
	.latest-posts {
		padding: 4em 0;
	}
	.all-posts {
		padding: 0 0 4em;
	}
	.about-info p,
	.about-info div {
		font-size: 15px;
		line-height: 30px;
	}
	.about-info h5 {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.about-img {
		margin-top: 2.9em;
	}
	.image-box {
		margin-top: 0;
	}
    .event-info-bottom-eim {
        padding-right: 0;
    }
    .event-info-bottom-eim-text p {
        font-size: .85em;
    }
    .event-left-text {
        padding: 13px 0;
        margin: 0 2em;
    }
    .event-left-text h5 {
        font-size: 19px;
    }
    .event-left-img {
        min-height: 190px;
    }
	.test-grid1 {
		padding: 4.2em 2em 0;
	}
	.agile-figcaption {
		bottom: 35px;
		left: 35px;
		right: 35px;
		top: 35px;
	}
	.agile_contact_grid_right h4 {
		font-size: 1.1em;
	}
	.agile_contact_grid_right p {
		font-size: 12px;
	}
	.agile_contact_grid_left, .agile_contact_grid_right {
		min-height: 114px;
	}
	.agile_contact_grid_left i {
		line-height: 3.5em;
	}
	.footer-grids h6 {
		font-size: 23px;
		margin-bottom: 11px;
	}
	.footer-social-icon ul li a {
		margin-top: 14px;
	}
}
@media(max-width:1050px){
	.test-grid1 {
		padding: 3em 2em 0;
	}
	.test-grid h4 {
		margin: 1.5em 0 0.2em;
	}
	.test-left-eim-info {
		padding: 7.4em 0 6.33em;
		border-right: 3px solid #eee;
	}
	h3.eim-test-title {
		font-size: 29px;
	}
	.owl-dots {
		bottom: 30px;
	}
}
@media(max-width: 1024px) {
	.carousel .item,.carousel .item img {
		max-height: 500px;
	}
    .carousel-caption h3 {
        font-size: 42px;
    }
    .carousel-indicators {
        bottom: 10%;
    }
	.eim-msg h3:before,
	.eim-msg h3:after {
		width: 23px;
	}
    .banner_bottom_left h4 {
        font-size: 1.9em;
    }
    .banner_bottom_left {
        padding-right: 2em;
    }
	.about-eim {
		padding: 3.5em 0em;
	}
	#information .eim-staff-grid {
		width: 50%;
		margin: 0;
	}
	#information .eim-staff-grid:nth-child(2) {
		border-right: 1px solid #dedede;
	}
	#information .eim-staff-grid:nth-child(1),
	#information .eim-staff-grid:nth-child(2) {
		border-bottom: 1px solid #dedede;
	}
    .inner_page_banner {
        min-height: 250px;
    }
	.banner-blog {
		min-height: 300px;
	}
	.footer-grids ul li {
		margin-bottom: 0.7em;
	}
	.footer-social-icon ul li {
		margin-bottom: 0;
	}
	.footer {
		padding: 4em 0 3.4em;
	}
}
@media(max-width: 991px) {
    .bottom_header_right {
        margin-top: 10px;
    }
	.navbar-default .navbar-nav>li>a {
		padding: .6em 1.9em;
	}
	.header-top-right {
		float: none;
		text-align: center;
	}
	.bottom_header_left p {
		text-align: center;
	}
    .carousel-caption {
        top: 18%;
    }
	.carousel-caption h3 {
		font-size: 30px;
	}
    .carousel-indicators {
        display: none;
    }
    .banner_bottom_left {
        padding-right: 1em;
    }
    p {
        font-size: 14px;
    }
	h3.eim-test-title {
		font-size: 27px;
	}
	.notices-eim-grids {
		display: inline-block;
	}
	.notice-4 {
		width: 48.4%;
	}
	.notice-3 {
		width: 31.3%;
	}
	.notice-2 {
		width: 48.5%;
	}
	.notices-eim-grids:nth-child(4n+1) {
		margin-left: 0;
	}
	.notice-3:nth-child(5) {
		margin-left: 1em;
	}
	.notices-eim-img i {
		margin-top: 0.6em;
	}
	#information .eim-info .info-stats {
		width: 46%;
		margin-bottom: 10px;
	}
	#information .eim-lecturer-grid {
		float: left;
		width: 50%;
	}
	#information .eim-staff-grid {
		float: left;
	}
	.eim-msg h3 {
		display: block;
	}
	.eim-msg h3,
	.eim-msg p.msg-header {
		text-align: center;
	}
	.col-lg-4.col-md-4.col-sm-4.msg-info1,
	.col-lg-8.col-md-8.col-sm-8.msg-info2 {
		width: 100%;
		float:left;
	}
	.eim-msg .carousel-control.left {
		margin: 336px 0 0 30.5em;
	}
	.eim-msg .carousel-control.right {
		margin: 336px 0 0 0;
	}
	.eim-msg .msg-details {
		margin-top:25em;
		height:400px;
	}
	.eim-msg img.img-responsive {
		margin:-380px auto 0;
		width:50%;
	}
	.eim-msg .msg-details .msg-info2 p {
		padding:30px 35px;
	}
	.eim-msg .msg-details .msg-info2 p:before {
		width: 30px;
		left: 12px;
		top: 47px;
	}
	.eim-msg .msg-details .msg-info2 p span.line-w3ls {
		width: 30px;
		margin: 0px 0 3px 10px;
	}
	.about-img {
		margin-top: 0;
	}
	.about-box {
		width: 100%;
		float: none;
	}
	.about-info {
		padding-left: 15px;
	}
	.about-info h2 {
		font-size: 25px;
	}
    .eim-events-left:nth-child(2) {
        margin-top: 2em;
    }
    .event-left-text h5 {
        font-size: 20px;
    }
    .event-left-text {
        padding: 14px 0;
        margin: 0 5em;
    }
    .event-left-top-text a {
        font-size: 20px;
    }
    .event-left-img {
        min-height: 220px;
    }
    .event-info-bottom-eim {
        margin: 18px 0;
    }
	.eim_stats_left h3 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.test-left-eim-info {
		padding: 0;
		border: none;
		display: inline-block;
	}
	.test-grid1 {
		padding: 1em 2em 0em 2em;
		width: 76%;
		float: left;
		border-left: 2px solid #eee;
	}
	.test-grid2 img.img-r {
		width: 22%;
		float: left;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 11px;
		height: 11px;
	}
	.owl-dots {
		right: 31%;
		bottom: 17px;
	}
    .w3gallery-grids {
        padding: 0 .5em;
    }
	.agile-figcaption {
		bottom: 10px;
		left: 10px;
		right: 10px;
		top: 10px;
	}
	.w3_agile_contact_grid {
		width: 33%;
		float: left;
		padding: 0 2px;
	}
	.agile_contact_grid_right {
		width: 72%;
	}
	.agile_contact_grid_left {
		width: 28%;
	}
	.footer-social-icon {
		float: left;
	}
	.footer-grids {
		width: 50%;
		float: left;
	}
	.footer-grids .footer-social-icon {
		margin-left: 0;
	}
	.footer {
		padding: 3.3em 0 3.4em;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2) {
		margin-bottom: 1.4em;
	}
	.footer-grids ul li:nth-child(4) {
		margin-bottom: 0;
	}
	.footer-grids .footer-social-icon ul li a {
		margin-top: 11px;
	}
}
@media(max-width: 900px) {
	.col-lg-6.col-md-6.col-sm-6.about-info1,
	.col-lg-6.col-md-6.col-sm-6.about-info2 {
		width: 100%;
		float: left;
	}
	.footer-social-icon {
		margin-left: 9.5em;
	}
}
@media(max-width: 800px) {
    .bottom_header_left p {
        font-size: 13px;
    }
	.carousel .item,.carousel .item img {
		max-height: 430px;
	}
	.carousel-caption h6 {
		font-size: 13px;
	}
    .carousel-caption h3 {
        font-size: 24px;
        margin: 4px 0;
    }
    .carousel-caption p {
        font-size: 12px;
    	line-height: 16px;
    }
	.about-eim {
		padding: 2em 0em;
	}
	.about-img {
		padding: 0px 8px 11px 8px;
	}
	.about-eim,
	.eim-services,
	.eim-events,
	.stats,
	.test,
	.gallery,
	.contact,
	.blog-intro,
	.latest-posts {
		padding: 3em 0;
	}
	.all-posts {
		padding: 0 0 3em;
	}
	.test-grid2 img.img-r {
		width: 20%;
		float: left;
	}
	.test-grid h4 {
		font-size: 1.1em;
	}
	.test-grid span {
		font-size: 0.8em;
		letter-spacing: 0.7px;
	}
	.owl-dots {
		right: 30%;
		bottom: 35px;
	}
    .inner_page_banner {
        min-height: 200px;
    }
	.agileits_mail_grid_right1 span i {
		width: 29%;
	}
	.agileits_mail_grid_right1 input[type="text"],
	.agileits_mail_grid_right1 input[type="email"],
	.agileits_mail_grid_right1 input[type="number"],
	.agileits_mail_grid_right1 textarea {
		padding-left: 31%;
	}
	.footer-social-icon {
		margin-left: 7.5em;
	}
	.footer-grids h6 {
		font-size: 20px;
		margin-bottom: 10px;
		letter-spacing: 1.5px;
	}
	.footer {
		padding: 2em 0 2.4em;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2) {
		margin-bottom: 1em;
	}
}

@media(max-width: 768px) {
    .banner_bottom_left h4 {
        font-size: 1.8em;
    }
	.eim-msg h3 {
		font-size: 30px;
		margin-left: 30px;
	}
	.eim-msg p.msg-header {
		margin-left: 30px;
	}
	.eim-msg .carousel-control.left {
		margin: 336px 0 0 0;
	}
	#toTop {
		bottom: 14px;
		right: 1.5%;
		width: 40px;
		height: 40px;
	}
	.footer-social-icon {
		margin-left: 5.5em;
	}
}

@media(max-width: 767px) {
    .header {
        padding: 5px 0;
    }
    .header-top {
        padding: 6px 0;
    }
    .bottom_header_left {
        margin: .45em 0 0;
    }
	.navbar-nav {
		float: none!important;
		width: 100%;
		margin: 0.5em 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #ffffff;
		margin: 1em 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f4b01f;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}
	div#main-navbar {
		background: rgba(0, 0, 0, 0.93);
		margin: 3.5em 0 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		overflow-y: visible;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 0px 5px 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #1ca0de;
	}
	.navbar-nav>li {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 0px;
	}
	.navbar-nav>li:nth-child(5) {
		margin-bottom: 0!important;
	}
	.navbar-toggle {
		margin-top: 0px;
		margin-right: 49px;
		margin-bottom: 0px;
		padding: 9px 6px;
		position: absolute;
		left: -15px;
    	top: -8px;
	}
	.navbar-default {
		float: none;
	}
	.navbar-default li.dropdown li {
		border: none;
	}
	.navbar-nav>li>.dropdown-menu {
		display: none;
		background-color: #010101;
		width: 100%;
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav li a.active {
		color: #f5b120;
	}
	.navbar-default ul ul ul {
		left: unset !important;
		top: 0;
		position: relative !important;
	}
	.navbar-default li:hover li {
		border: none;
	}
    .carousel-caption {
        top: 15%;
    }
	.carousel-caption h6, .carousel-caption h3, .carousel-caption p {
		padding: 2px;
	}
	.test-grid1 p:before {
		background-size: 25px;
		margin: 0 .3em 0 3em;
	}
	.notice-4 {
		width: 48.3%;
	}
	.notice-2 {
		width: 48.4%;
	}
	#information .eim-info .info-stats {
		width: 31.1%;
		margin: 2em 0 0;
		display: inline-block;
	}
	#information .eim-info {
		display: block;
	}
	#information .eim-info.alter .info-stats {
		margin: 0 0 2em;
	}
	#information, #information #form-students {
		width: 100%;
	}
	#information .eim-student-grid {
		max-height: 500px;
	}
}

@media(max-width: 736px) {
	.about-info h2 {
		font-size: 24px;
	}
	h3.eim-test-title {
		font-size: 24px;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
    	width: 24%;
	}
	.owl-dots {
		bottom: 45px;
	}
	.agile-figcaption h4 {
		font-size: 13px;
	}
	.footer-social-icon ul li a {
		margin: 11.5px 2px 0;
	}
	.footer h3 {
		font-size: 1.2em;
	}
	.footer-grids p,
	.footer-grids.eim-lists span,
	.footer-grids div {
		letter-spacing: 0;
	}
	.notice-4 {
		width: 48.1%;
	}
	.notice-3 {
		width: 31%;
	}
	.notice-2 {
		width: 48.3%;
	}
	.notice-1 {
		width: 100%;
	}
}

@media(max-width: 667px) {
	.notice-4 {
		width: 48%;
	}
	.notice-3 {
		width: 30.9%;
	}
	.notice-2 {
		width: 48.2%;
	}
	.notice-1 {
		width: 100%;
	}
	.notices-eim-img i {
		margin-top: 1em;
	}
	.eim-msg .msg-details {
		margin-top: 25em;
		height: 380px;
	}
	.about-info h2 {
		line-height: 31px;
	}
	.image-box {
		margin-top: 0;
	}
	h3.eim-test-title {
		line-height: 31px;
	}
	.agile-figcaption p {
		font-size: 13px;
	}
	.agile_contact_grid_right p {
		font-size: 11px;
	}
	.footer-social-icon {
		margin-left: 3em;
	}
}

@media(max-width: 640px) {
	.carousel .item,.carousel .item img {
		max-height: 400px;
	}
	.carousel-caption {
		top: 10%;
	}
    .carousel-caption h3 {
        font-size: 18px;
    }
	.notice-4 {
		width: 47.9%;
	}
	.notice-3 {
		width: 30.7%;
	}
	.notice-2 {
		width: 48%;
	}
	.eim-msg .carousel-control.left {
		margin: 256px 0 0 0;
	}
	.eim-msg .carousel-control.right {
		margin: 256px 0 0 0; 
	}
	.eim-msg .msg-details {
		margin-top: 20em;
		height: 450px;
	}
	.eim-msg img.img-responsive {
		margin: -310px auto 0;
		width: 50%;
	}
    .event-left-text h5 {
        font-size: 17px;
    }
    .event-left-text {
        margin: 0 4em;
    }
	.agile-figcaption p {
		letter-spacing: .80px;
	}
	.agile_contact_grid_right p {
		font-size: 10px;
	}
	.footer-social-icon {
		margin-left: 2em;
	}
	.footer h3 {
		margin: 0em 0 .5em;
	}
	.footer-grids .footer-social-icon ul li a {
		margin-top: 6px;
	}
	.footer-grids p,
	.footer-grids.eim-lists span,
	.footer-grids div {
		font-size: 12px;
	}
}

@media(max-width: 600px) {
    .carousel-caption {
        top: 7%;
    }
	.notice-4 {
		width: 100%;
	}
	.notice-3 {
		width: 100%;
	}
	.notice-2 {
		width: 47.9%;
	}
	.notices-eim-grids:nth-child(n+1) {
		margin-left: 0;
	}
	.notice-2:nth-child(3) {
		margin-left: 1em;
	}
	.eim-msg img.img-responsive {
		margin: -290px auto 0;
		width: 50%;
	}
	.eim-msg p.msg-header {
		padding: 0;
	}
	.eim-msg .carousel-control.left,
	.eim-msg .carousel-control.right {
		margin: 240px 0 0 0;
	}
    .event-info-bottom-eim {
        margin: 15px 0;
    }
	.test-grid1 {
		padding: 1em 1em 0em 1em;
		width: 70%;
	}
	.test-grid2 img.img-r {
		width: 28%;
	}
	.test-grid h4 {
		margin: .4em 0 0.2em;
	}
	.test-grid h4 {
		margin: .4em 0 0em;
	}
	.owl-dots {
		right: 7%;
		bottom: -5px;
	}
	.agile-figcaption p {
		font-size: 11px;
	}
	.agileits_mail_grid_right1 span i {
		width: 32%;
	}
	.agileits_mail_grid_right1 input[type="text"],
	.agileits_mail_grid_right1 input[type="email"],
	.agileits_mail_grid_right1 input[type="number"],
	.agileits_mail_grid_right1 textarea {
		padding-left: 34%;
	}
}

@media(max-width: 568px) {
    .carousel-caption {
        top: 3%;
    }
    .carousel-caption h6 {
        font-size: 12px;
    }
	.carousel .item,.carousel .item img {
		max-height: 367px;
	}
    .carousel-caption p {
        font-size: 11px;
    }
	.notice-2 {
		width: 47.5%;
	}
	.eim-msg .carousel-control.left, .eim-msg .carousel-control.right {
		margin: 236px 0 0 0;
	}
	.eim-msg .carousel-control.left,
	.eim-msg .carousel-control.right {
		width:45px;
		height:45px;
	}
	span.fas.fa-chevron-left {
		left: 23px;
		top: 20px;
	}
	span.fas.fa-chevron-left,
	span.fas.fa-chevron-right {
		font-size: 23px;
	}
	span.fas.fa-chevron-right {
		right: 22px;
		top: 20px;
	}
    .banner_bottom_left h4 {
        font-size: 1.5em;
        margin-bottom: 14px;
    }
    label.header {
        font-size: 17px;
        margin: 2px 0px 3px;
        padding-left: 7px;        
    }
	.about-info h2 {
		font-size: 23px;
		margin-bottom: 0.5em;
	}
	.about-info h5 {
		font-size: 14.4px;
	}
	.about-info p,
	.about-info div {
		font-size: 14.4px;
		line-height: 27px;
	}
	h3.eim-test-title {
		font-size: 23px;
		margin-bottom: 0.5em;
	}
	.test-grid1 p:before {
		background-size: 22px;
		margin: 0 0em 0 3em;
		height: 26px;
	}
	.owl-dots {
		right: 7.5%;
		bottom: -12px;
	}
    .inner_page_banner {
        min-height: 150px;
    }
    .w3gallery-grids {
        width: 50%;
    }
	.agile-figcaption h4 {
		font-size: 1em;
	}
	.agile-figcaption p {
		font-size: 13px;
		letter-spacing: 0;
	}
	.w3_agile_contact_grid {
		width: 100%;
	}
	.agile_contact_grid_right h4 {
    	font-size: 1.3em;
	}
	.agile_contact_grid_right p {
		font-size: 16px;
	}
	.agileits_mail_grid_right1 span i {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
	}
	.agileits_mail_grid_right1 span:nth-child(5) i {
		height: auto;
		padding: 8px 10px;
	}
	.agileits_mail_grid_right1 input[type="text"],
	.agileits_mail_grid_right1 input[type="email"],
	.agileits_mail_grid_right1 input[type="number"],
	.agileits_mail_grid_right1 textarea {
		padding-left: 10px;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		width: 100%;
	}
	#toTop {
		bottom: 37px;
		right: 3.5%;
		width: 31px;
		height: 31px;
	}
	.footer-social-icon {
		margin-left: 1em;
	}
	.footer-social-icon ul li a {
		width: 28px;
		height: 28px;
		line-height: 23px;
	}
	.footer-social-icon ul li a i {
		font-size: 13px;
	}
	.footer-grids ul li {
		margin-bottom: 1.08em;
	}
}

@media(max-width: 480px) {
    .header-logo a.logo-brand h1 p {
        font-size: 22px;
        left: 30%;
    }
    .row.inner_eim_stats_grids {
        text-align: center;
    }
    .eim_stats_left {
        padding: 0 0 0 14px;
    }
    .eim_stats_left span {
        font-size: 2.5em;
    }
    .eim_stats_left h3 {
        font-size: 14px;
    }
    .eim-student-grid .student-info h4 {
        margin: 7px 0 0;
        font-size: 16px;
        line-height: 20px;
    }
    .eim-student-grid .person-info ul li {
        margin-bottom: 0;
        font-size: 12px;
    }
    .eim-student-grid .person-info ul li span {
        width: 68px;
    }
    p {
        font-size: 12px;
    }
    .bottom_header_left p span {
        padding-right: .5em;
    }
	.navbar-default a.navbar-brand h1 {
		font-size: 24px;
		text-align: left;
	}
	.navbar-default .navbar-brand label {
		margin-left: 60px;
		text-align: left;
	}
    .carousel-caption {
        top: 1%;
    }
	.carousel-caption h3 {
		font-size: 12px;
	}
    .carousel-caption p {
        font-size: 8px;
		line-height: 8px;
    }
	.carousel .item,.carousel .item img {
		max-height: 333px;
	}
	.notices-eim-grids {
		float: none;
	}
	.notice-2 {
		width: 100%;
	}
	.notice-2:nth-child(3) {
		margin-left: 0;
	}
	.notices-eim-grids:nth-child(3) {
		margin-bottom: 1em!important;
	}
	.notices-eim-img p {
		display: inline!important;
		padding-bottom: 5px!important;
	}
	.notices-eim-img i {
		margin-top: 0.9em;
		font-size: 2.3em;
	}
	.notices-eim-img h6 {
		font-size: 1.4em;
		padding: 1em 0 0.5em;
	}
	.eim-msg h3 {
		font-size: 25px;
		margin-left: 30px;
	}
	.eim-msg .msg-details {
		margin-top: 18em;
		height: 575px;
	}
	.eim-msg img.img-responsive {
		margin: -270px auto 0;
		width: 60%;
	}
	.about-info h2 {
		font-size: 21px;
		margin-bottom: 0.5em;
	}
    .event-left-text {
        margin: 0 2em;
    }
    .event-left-top-text a {
        font-size: 17px;
    }
    .event-info-bottom-eim-text p {
        font-size: .75em;
    }
    .event-left-img {
        min-height: 200px;
    }
    .event-info-bottom-eim {
        margin: 8px 0;
    }
    .eim-events-grid:nth-child(n+2) {
        margin: 1.5em 0 0 0;
    }
    .eim-events-left:nth-child(2) {
        margin-top: 1.5em;
    }
	.owl-dots {
		right: 5.5%;
		bottom: 21px;
	}
	.eim-lecturer-grid { 
		padding: 0 .5em;
	}
	.lecturer-caption h4 { 
		font-size: 1.2em; 
	}
	#information .info-right span.fas {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	#information .eim-lecturer-grid {
		width: 100%;
	}
	#information .staff-social-grids ul li a {
		height: 30px;
		width: 30px;
		font-size: 15px;
		line-height: 31px;
	}
	#information .eim-staff-grid {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #dedede;
	}
	#information .eim-staff-grid:nth-child(2),
	#information .eim-staff-grid:nth-child(4) {
		border-right: none;
	}
	h3.eim-test-title {
		font-size: 21px;
		margin-bottom: 0.5em;
	}
	.w3gallery-grids {
		float: none;
		width: 100%;
	}
	.w3gallery-grids .img-responsive {
		width: 100%;
	}
	.agileits_mail_grid_right1 {
		padding: 1em 1em 5.1em;
	}
	.agile-figcaption p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	#toTop {
		bottom: 17px;
	}
	.footer-social-icon {
		float: right;
	}
	.footer-grids .footer-social-icon {
		float: left!important;
	}
	.footer-grids {
		width: 100%;
		float: none;
	}
	.footer-grids ul li {
		margin-bottom: .5em;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2),.footer-grids:nth-child(3) {
		margin-bottom: 1.5em;
	}
	.copyright-eim p {
		font-size: 13px;
		line-height: 30px;
	}
	.copyright-eim {
		padding: 15px 20px;
	}
	.footer h3 {
		font-size: 1.03em;
	}
	.footer-grids h6 {
		font-size: 18px;
		margin-bottom: 8px;
	}
}

@media(max-width: 440px) {
    .bottom_header_left p {
        font-size: 12px;
    }
    .header-top-right {
        margin-top: 2px;
    }
}

@media(max-width: 414px) {
    .bottom_header_right {
        text-align: center;
    }
    .header {
        padding: 6px 0;
    }
	.header-top-right a {
		font-size: 11px;
		padding: 5px;
	}
    .carousel-caption h6 {
        font-size: 8px;
    }
	.carousel .item,.carousel .item img {
		max-height: 274px;
	}
	.eim-msg h3 {
		font-size: 22px;
		margin-left: 30px;
	}
	.eim-msg img.img-responsive {
		margin: -205px auto 0;
		width: 85%;
	}
	.eim-msg .carousel-control.left {
		margin: 227px 0 0 0em;
	}
	.eim-msg .carousel-control.left,
	.eim-msg .carousel-control.right {
		width: 30px;
		height: 30px;
	}
	span.fas.fa-chevron-left {
		left: 17px;
		top: 15px;
	}
	span.fas.fa-chevron-right {
		right: 16px;
		top: 15px;
	}
	.eim-msg .msg-details {
		margin-top: 14em;
		height: 835px;
	}
	.eim-msg .carousel-control.left,
	.eim-msg .carousel-control.right {
		margin: 178px 0 0 0em;
	}
	.about-eim,
	.eim-services,
	.eim-events,
	.stats,
	.test,
	.gallery,
	.contact,
	.blog-intro,
	.latest-posts {
		padding: 2em 0;
	}
	.all-posts {
		padding: 0 0 2em;
	}
	.about-img {
		padding: 10px 0px 10px 0px;
		width: 100%;
		float: none;
	}
    .event-left-img {
        min-height: 274px;
        width: 100%;
    }
    .event-info-bottom-eim {
        margin: 14px 0;
        width: 100%;
        padding: 0;
    }
    .event-left-top-text a {
        font-size: 18px;
    }
    .event-info-bottom-eim-text p {
        font-size: .8em;
    }
    .eim-events-left:nth-child(2) {
        margin-top: 1em;
    }
    .event-left-text {
        margin: 0 4em;
        padding: 15px 0;
    }
	.test-grid1 {
		padding: 1em 0em 1em 1em;
		width: 100%;
		float: none;
	}
	.test-grid2 img.img-r {
		width: 100%;
		float: none;
	}
	.owl-dots {
		bottom: 27.5em;
	}
	.agile_contact_grid_right p {
		font-size: 14px;
	}
	.footer {
		padding: 1.8em 0 2em;
	}
	.footer-grids:nth-child(1), .footer-grids:nth-child(2), .footer-grids:nth-child(3) {
		margin-bottom: 1em;
	}
}

@media(max-width: 384px) {
	.owl-dots {
		bottom: 25em;
	}
	.eim-msg h3 {
		font-size: 20px;
		margin-left: 30px;
	}
	.eim-msg .msg-details .msg-info2 p {
		padding: 30px 25px;
	}
	.eim-msg .msg-details .msg-info2 p:before {
		width: 25px;
		left: 9px;
		top: 47px;
	}
	.eim-msg .msg-details .msg-info2 p span.line-w3ls {
		width: 25px;
		margin: 0px 0 3px 10px;
	}
	.eim-msg .msg-details {
		margin-top: 14em;
		height: 815px;
	}
}

@media(max-width: 375px) {
	.owl-dots {
		bottom: 22.2em;
	}
	.notices-eim-grids {
		padding: 2.2em 1.5em;
	}
	.test {
		padding: 1.5em 0em;
	}
	.agile-figcaption h4 {
		font-size: 14px;
	}
	.eim-msg img.img-responsive {
		margin: -205px auto -10px;
		width: 85%;
	}
	.agileits_mail_grid_right1 {
		padding: .1em .5em 4.3em;
	}
	.footer {
		padding: 1.5em 0 1.5em;
	}
}

@media(max-width: 320px) {
    p {
        font-size: 10px;
        line-height: 1.8em;
    }
    .header-top-right {
        margin-top: 2px;
    }
    .header {
        padding: 5px 0 2px;
    }
    .carousel-caption h3 {
        font-size: 11px;
        letter-spacing: 0px;
    }
	.carousel .item,.carousel .item img {
		max-height: 238px;
	}
    .carousel-caption p {
        font-size: 7px;
    }
	.carousel-caption h3,.carousel-caption h6,.carousel-caption p {
        padding: 1px;
	}
	.eim-msg h3 {
		font-size: 19px;
		line-height: 25px;
		padding-bottom: 5px;
		margin-left: 30px;
	}
	.eim-msg p.msg-header {
		font-size: 13px;
		padding:0 0 20px;
	}
	.eim-msg .carousel-control.left,
	.eim-msg .carousel-control.right {
		width: 30px;
		height: 30px;
	}
	span.fas.fa-chevron-left,
	span.fas.fa-chevron-right {
		font-size: 20px;
	}
	span.fas.fa-chevron-left {
		left: 15px;
		top: 14px;
	}
	span.fas.fa-chevron-right {
		right: 16px;
		top: 14px;
	}
	.eim-msg .msg-details .msg-info2 p {
		padding: 30px 18px;
		font-size:13px;
	}
	.eim-msg .msg-details .msg-info2 p:before {
		width: 20px;
		left: 7px;
		top: 47px;
	}
	.eim-msg .msg-details {
		margin-top: 14em;
		height: 890px;
	}
	#information .info-right span.fas {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.about-info h2 {
		font-size: 20px;
	}
    .event-left-text {
        margin: 0 3em;
    }
    .event-left-img {
        min-height: 215px;
    }
    .event-left-top-text a {
        font-size: 17px;
    }
	h3.eim-test-title {
		font-size: 20px;
	}
	.owl-dots {
		bottom: 18.2em;
	}
    .inner_page_banner {
        min-height: 100px;
    }
	.agile-figcaption p {
		font-size: 12px;
	}
	.footer-social-icon {
		margin-left: 0em;
		padding: 0 14px 0 0;
	}
	.footer-social-icon ul li a {
		margin: 11.5px 0.5px 0;
	}
}
/*--//responsive--*/