body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
	    font-family: 'Roboto', sans-serif;
    color: #393939;
 line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

*:focus {
	box-shadow: none !important;
	outline: 0;
}

.form-control:focus {
	border-color: #2cacda !important;
}



.br0 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
	font-size: 14px;
}

h1, h2, h3 {
}

label {
	font-weight: 700;
	font-size: 14px;
}

a, .btn, .blockimg img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

/*new*/

.main {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	position: relative;
	z-index: 100;
}

.main-content {
	flex: 1 1 auto;
}


/*header*/

.main-header {
	background: #fff;
	box-shadow: 0 0px 15px rgba(15, 15, 15, 0.2);
	z-index: 10;
	position: relative;
}

.leftmenu li a {
    height: 20px;
    width: 20px;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 11px;
    color: #6b6b6b;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
    font-weight: 600;
    border: 1px solid #ddd;
    position: relative;
}

.leftmenu li a:hover {
	background: #ddd;
}

.rightmenu .input-group .form-control, .rightmenu .input-group .btn {
	background: #ffffff;
	border-color: #ebebeb !important;
	margin-top: -1px;
	color: #000;
	height: 27px;
}

.rightmenu .nav-item:not(:last-child) {
	border-right: 1px solid #ddd;
}

.rightmenu .nav-item .nav-link {
	display: block;
	padding: 0px 10px;
	color: #000000;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.rightmenu .nav-item .nav-link:hover {
	color: #e84a80;
}

#rightnav {
	position: fixed;
	left: 0;
	top: 60%;
}

#rightnav ul li a {
	height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 15px;
	border-radius: 0 4px 4px 0;
	margin: 3px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#rightnav ul li a:hover {
	color: #fff;
	opacity: .7;
}

.tooltip-inner {
	padding: 6px 10px;
}


.theme-black {
	background: #FFC107 !important;
}
.theme-regular{
background: #000000 !important;	
}

#rightnav .dropdown-toggle::after {
	display: none;
}
#topnav{

}
#navigation {
	background: #000000;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	margin-bottom: 20px;
}

#navigation .navbar-nav>li>a {
	display: block;
	color: #ffffff;
	font-size: 83%;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
#navigation .navbar-nav>li:not(:last-child)>a{
	border-right: 1px solid #4e4e4e;
}
#navigation .navbar-nav>li.active>a{
background-color: #085bb0;
}
#navigation .navbar-nav>li:hover>a:before, #navigation .navbar-nav>li.active>a:before {
	content:"";
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
}

#navigation .navbar-nav>li>a .mdi {
	font-size: 16px;
}

#navigation .navbar-nav>li:last-child>ul {
	right: 0;
	left: auto;
}

#navigation .navbar-nav .dropdown-menu li a {
	display: block;
	color: #2F2E37;
	font-size: 14px;
	padding: 8px 15px;
	min-width: 210px;
	font-weight: 500;
	border-bottom: 1px solid #ececec;
}

#navigation .navbar-nav>.dropdown-menu>li:last-child a {
	border-bottom: 0;
}

#navigation .dropdown-menu li a:hover, #navigation .dropdown-menu li a:focus {
	background: #eee;
}

.logo-wrapper {
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
}

.logo-holder {
	font-size: .9em;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
}

.logo-title {
	margin-left: 10px;
	color: #003468;
}

.logo-title h1 {
	line-height: 0.9;
	font-size: 1.9rem;
	margin-top: 10px;
}

.logo-title p {
	font-size: 1.3rem;
}

.navbar-light .navbar-toggler {
	outline: 0 none;
}



/*partners*/


.img-box {
	position: relative;
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 0px;
	margin: 0px 8px;
	background: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.img-box img {
	max-width: 140px;
	max-height: 100%;
}


/* footer */

.footer {
	background: #ffffff;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -15px;
	margin-right: -15px;
}

.footer h4 {
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;
}


.footer, .footer li a {
	color: #f7f2ff;
	position: relative;
}

.footer-links li a {
	padding: 0px 12px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8rem;
	margin: 0 3px;
	color: #140707;
	font-weight: 600;
}

.footer-links li+li a::before {
	content: "|";
	position: absolute;
	left: -5px;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

.footer-top li a {
	padding-left: 25px;
}

.footer-top li a::before {
	left: 0;
	position: absolute;
	content: '\f13e';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	color: #5f6065;
}

.footer-bottom .footer-links li+li a:after {
	color: #fff;
}

.footer-middle {
	padding: 10px 0;
}

.footer-bottom {
	padding: 10px 10px;
	background: #1e3977;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: .8rem;
}



.back-top {
	position: absolute;
	display: inline-block;
	bottom: 60px;
	right: 8px;
	height: 32px;
	width: 32px;
	z-index: 2;
	background: rgb(0, 0, 0);
	color: #fff !important;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
	line-height: 30px;
	font-size: 24px;
}

.back-top:hover {
	background: #fff;
	color: #000 !important;
}

.validation img {
	max-height: 24px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #f09800 !important;
	margin-top: 5px;
	margin-right: -10px;
}

.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;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* useful links */

.linkbox ul li {
	min-width: 25%;
}

.linkbox ul li a {
	position: relative;
	color: #ffdfca;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	background: rgba(93, 81, 60, 0.322);
	margin-right: 8px;
	padding: 5px 6px 5px 30px;
	margin-top: 8px;
	font-weight: 500;
	font-size: .82rem;
	border: 1px solid transparent;
	text-align: left;
}

.linkbox ul li a:hover {
	border-color: #e07e2e;
}

.linkbox ul li a::before {
	content: "\f134";
	position: absolute;
	font-family: 'Material Design Icons';
	left: 8px;
	color: #f5bb82;
}



select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 20px) calc(1em + 2px),
 calc(100% - 15px) calc(1em + 2px),
 100% 0;
    background-size: 5px 5px,
 5px 5px,
 2.5em 2.5em;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}


#navigation .navbar-nav>li a{padding: 9px 20px;}
/*responsive*/

@media (min-width: 768px) {
	.web-nav .dropdown>.dropdown-menu {
		top: 100%;
		margin-top: 0;
	}
	.web-nav .dropdown-menu {
		display: block;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		border: 0;
		border-radius: 0;
		box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
		transition: all .3s ease-in;
		background: #fff;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		z-index: 10;
	}
	.web-nav .dropdown:hover>.dropdown-menu, .web-nav .dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

/*responsive*/

@media (min-width: 1600px) {
	.container {
		max-width: 80% !important;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 95% !important;
	}
	#navigation .navbar-nav li a {
		font-size: 13px;
		padding: 5px 10px;
	}
	.contact-info {
		font-size: 12px;
	}
	.rightmenu .nav-item .nav-link {
		padding: .5rem;
		font-size: .72rem;
	}
	.text{font-size: 13px;}

}

@media (max-width: 992px) {
	#rightnav.navbar-light .navbar-nav li a {
		padding: 12px 8px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-nav li a {
		font-size: 11px;
		padding: 8px;
		text-align: center;
		height: 100%;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		text-align: left;
		padding: 8px 15px;
		font-size: 13px;
	}
	#navigation .navbar-nav li a>i {
		display: block;
	}
	.logo-title h1 {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 0 !important;
	}
	.main-header {
		position: relative;
	}
	.container {
		max-width: 100%;
	}
	#rightnav .navbar-collapse {
		background: #24232F;
		z-index: 1000;
		padding: 10px 15px;
	}
	#rightnav .nav-item {
		border: 0;
	}
	.logo-holder {
		top: 0;
	}
	#navigation .navbar-nav li a {
		padding: 6px 10px;
	}
	.important img {
		margin: 0 auto 10px;
	}
	#navigation {
		width: 100% !important;
		left: 0 !important;
		right: 0;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		border: 0;
	}
	#navigation .dropdown-menu {
		padding: 0;
	}
	.logo-title h1 {
		font-size: 20px;
	}
	.logo-title {
		margin-top: 0;
	}
	.logo img {
		max-width: 60px;
	}
	#rightnav.navbar-light .navbar-nav.mr-auto li+li a::after, .nivo-controlNav {
		display: none;
	}
	.footer-bottom .float-left, .footer-bottom .float-right {
		float: none !important;
		margin-top: 10px;
	}
	.btn-red {
		margin-left: 12px;
	}
	.media {
		flex-direction: column;
		-ms-flex-direction: column;
	}
	#navigation .navbar-nav>li>a {
		border: 0;
	}
}

@media (max-width: 576px) {
	.logo-title {
		margin-top: 0;
	}
	.logo-title h1 {
		font-size: 12px;
	}
	.logo-title p {
		font-size: 14px;
	}
	.logo-right img {
		max-width: 30px;
	}
	.logo-slider .slick-next {
		right: 0;
	}
	.logo-slider .slick-prev {
		left: 0;
	}
	.back-top {
		right: 0;
		bottom: 0;
	}
	.holder {
		top: 42%;
	}
	.news-list {
		padding-top: 0;
	}
	.countbox {
		width: 100%;
	}
	.breakingNews {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
	}
	.content-box {
		top: 0;
	}
}

@media (max-width: 480px) {
	.titlediv h1 {
		font-size: 20px;
	}
	.login-form {
		max-width: 280px;
	}
	.footer-links li a, .footer {
		font-size: 13px;
	}
}

.selected {
	border: 2px solid #fff;
}



.nav-icon{
	    width: 47px;
}


@media(max-width: 1300px){
.logo-title h1 {
	font-size: 1.50rem;
}
}
.pulse {
    background: #E91E63;
    cursor: pointer;
    box-shadow: 0 0 0 #E91E63;
    animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #E91E63;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px #E91E63;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #E91E63;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #E91E63;
    box-shadow: 0 0 0 0 #E91E63;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.nav-filter{
	    -ms-flex-direction: row;
	    flex-direction: row;
	    margin-top: 3px;
}
.nav-filter .form-control{
	min-width: 145px;
	height: calc(2.25rem + 2px);
	background-color: #fff;
}
.nav-filter .btn-search{
	height: calc(2.25rem + 2px);
	background-color: #313131;
	color: #fff;
	border-radius: 0px 30px  30px 0px;
	/* width: 103%; */
}


.text-red{
	    color: #ff0100;
}
.text-red.count-title:after{
	background: #d94342;
}
.text-grey{
	    color: #384c6c;
}
.text-grey.count-title:after{
	background: #384c6c;
}
.text-yellow{
	    color: #ec8d00;
}
.text-yellow.count-title:after{
	background: #e4b700;
}

.text-green{
	    color: #067d18;
}
.text-green.count-title:after{
	background: #42b653;
}

.title{
	position: relative;
	font-size: 25px;
	margin-bottom: 30px;
}
.title:before{
	content:"";
	width: 100%;
	height: 1px;
	display: block;
	background-image: linear-gradient(to right, #000000 , #e8e8e8);
	position: absolute;
	bottom: -10px;
}
.title:after{
	content:"";
	width: 90px;
	height: 4px;
	display: block;
	background-color: #FF9800;
	position: absolute;
	bottom: -11.5px;
}

.form{
	margin-top:20px;
}
.form button[type="submit"] {
    background: #18d26e;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

.loader {
    background: #000;
    background: radial-gradient(rgba(34, 34, 34, 0.86), #000);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: 
		spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
	;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: hsl(0, 80%, 60%);
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: hsl(240, 80%, 60%);
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*
=============================================

Update CSS
+++++++++++++++++++++++++++++++++++++++++++++
*/
.widget{
	background-color: #fff;
	position: relative;
}
.widget-title{
	font-size: 16px;
	position: relative;
}


.list-wrap{
    font-size: 15px;
}
.list-wrap li{
    position: relative;
    padding-left: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.list-wrap li:not(:last-child){
	border-bottom: 1px dashed #c4c3c3;
}
.list-wrap li:before{
	    content: "\F13E";
	    font-family: "Material Design Icons";
	    position: absolute;
	    left: 0;
}
.slider-wrapper{
	position: relative;
}
.bg-f5f5f5{
	    background-color: #fafafa;
	    border-bottom: 2px solid #2196F3;
	    border-top: 2px solid #2196F3;
}
.gallery-image{
    border: 2px solid #fff;
    height: 250px;
    background-size: cover;
}
body{
background-color: #b8b8b8;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23aeaeae' fill-opacity='0.4'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.breadcrumb{
	width: 80%;
}
.download-print{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 18px;
    width: 20%;
}
.download-print a{
	background-color: #00BCD4;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    margin-left: 5px;
}
/*********************PAGE*******************************/
.page-list li{
	position: relative;
	    padding-left: 20px;
}
.page-list li:before{
	    content: "\F135";
	    font-family: "Material Design Icons";
	    position: absolute;
	    left: 0px;
	        color: #085bb0;
}
/********************Contact No*****************************/
.address p{
	font-size: 17px;
}
.address-text, .contact-text, .fax-text, .email-text{
		position: relative;
}
.address-text:before{
	    content: "\F34E";
	  font-family: "Material Design Icons";
	      padding-right: 10px;
}
.contact-text:before{
	     content: "\F11E";
	  font-family: "Material Design Icons";
	      padding-right: 10px;
}
 .fax-text:before{
 	      content: "\F212";
	  font-family: "Material Design Icons";
	      padding-right: 10px;
 }
 .email-text:before{
 	     content: "\F1EF";
	  font-family: "Material Design Icons";
	      padding-right: 10px;
 }
/**************************Sitemap********************************/
.sitemap > ul{
	    border-left: 1px dashed #626262;
	        margin-left: 30px;
}
.sitemap > ul ul{
	margin-left: 30px;
	border-left: 1px dashed #626262;
}
.sitemap > ul li{
	position: relative;
	padding-left: 30px;
}
.sitemap > ul li:before{
    font-family: "Material Design Icons";
    position: absolute;
    left: -9px;
    background-color: #fafafa;
}
.sitemap > ul li:after{
	content: "";
    width: 10px;
    height: 1px;
    background-color: #a2a2a2;
    position: absolute;
    left: 14px;
    top: 14px;
}
.sitemap > ul > li:before{
	    content: "\F24B";
	    color: #FF9800;
}
.sitemap > ul > li > ul > li:before{
	       content: "\F214";
	       color: #2196F3;
}
.sitemap > ul > li > ul > li >ul >li:before{
	       content: "\F219";
	       color: #8BC34A;
}
/**********************404***************************/
 .st0{fill:#085bb0;}
svg {
  display: block;
  margin: 0 auto;
  overflow: visible !important;
}
svg #robot_1_ {
  animation-name: verticalAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
svg #light_1_ {
  animation-name: blinkLight;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: steps(2);
}
svg #leftEye_1_, svg #rightEye_1_ {
  animation-name: blinkEye;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
}
svg #leftArm_1_ {
  animation-name: moveLeftArm;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 10%;
  transition: all;
}
svg #rightArm_1_ {
  animation-name: moveRightArm;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 10%;
}
svg #shadow_1_ {
  animation-name: shadowAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: 50%;
}

@keyframes wave {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(170deg);
  }
}
@keyframes moveLeftArm {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes moveRightArm {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@keyframes shadowAnimation {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.15);
    opacity: 0.6;
  }
}
@keyframes verticalAnimation {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes blinkLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkEye {
  0% {
    transform: scaleY(0);
  }
  4% {
    transform: scaleY(1);
  }
}
.single-event{
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 15px;
}
.event-thumb{
    width: 15%;
    background-size: cover;
    background-position: center;
}
.event-discription{
	    padding: 15px;
    width: 85%;
}
.event-title{
	font-size: 19px;
    color: #125ba5;
    margin-bottom: 10px;
    background: left 50% repeat-x url(../img/pattern-headline.png);
}
.event-title span {
    background: #fff;
    padding-right: 10px;
}
.event-discription p{
	font-size: 14px;
}
.event-date{
	    color: #6c8c9c;
    letter-spacing: 0.1em;
    font-style: italic;
}
.event-link{
	    font-size: 12px;
    text-transform: uppercase;
    color: #F44336;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.member-box{
    width: 45%;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.member-thumb{
	width: 25%
}
.member-discription{
	    width: 75%;
    padding: 10px;
}
.member-title{
    font-size: 16px;
    color: #3F51B5;
    margin-bottom: 5px;
    background: left 50% repeat-x url(../img/pattern-headline.png);
}
.member-title span {
    background: #fff;
    padding-right: 10px;
}
.member-designation{
	font-size: 14px;
    font-style: italic;
    color: #969697;
}
.contact-list li{
	padding-right: 15px;
}
.contact-list li .mdi{
	    color: #E91E63;
    margin-right: 5px;
}
.member-address{
	    font-size: 13px;
    color: #000;
    letter-spacing: 0.1em;
}
.member-address .mdi{
    color: #9C27B0;
}
.pagination .active span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #cacaca;
    background-color: #e8e8e8;
    border: 1px solid #ddd;
}
.search-list{
    background-color:#fff;
    border:1px solid #ddd;
    padding:10px;
}
main{
 min-height: 65vh;
}