/* inner page */
.wrap {
	padding: 20px 20px 35px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	line-height: 1.6;
	min-height:500px;
}

.wrap ul.list {
	margin: 1em 0;
}

.wrap ul.list li {
	margin: 1em;
	margin-left: 2em;
}

.wrap ul.list li:before {
	content: '\f0a4';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.8em;
	color: #81439a;
}

.wrap p{
	margin:0px;
	padding: 0px 0px 8px 0px; 
}

.searchtop {
	margin-top: 20px;
}

.btnxs {
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-radius: 30px;
	display: inline-block;
	white-space: nowrap;
}

.btnxs span {
	margin-right: 4px;
}

.btnxs:hover {
	color: #fff;
}

.mt23 {
	margin-top: 23px;
}
.innerbg {
	background: #3e4146 url(../img/dark-bg.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	width: 100%;
	height: 130px;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.innertitle {
	position: relative;
	padding-bottom: 5px;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

.innertitle::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 200px;
	background: #6b6b6b;
	top: 100%;
	left: 0;
}

.sidebar h3 {
	background: #1e4e9a;
	color: #fff;
	display: table;
	padding: 0 20px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.8;
	margin-bottom: 15px;
}

.sidebar h3::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #1e4e9a;
	left: 100%;
	top: 16px;
}

.sidebar ul li {
	position: relative;
	padding: 5px 5px 5px 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
	line-height: 1.4;
}

.sidebar ul li a {
	color: #000000;
	font-size:14px;
	font-style: italic;
	font-weight: 600;
}

.sidebar ul li a:hover {
	color: #990014;
}

.sidebar ul li::before {
	left: 15px;
	position: absolute;
	content: '';
	text-align: center;
	top: 50%;
	background: #2a5a8e;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0px 2px rgb(42, 90, 142);
	z-index: 3;
	transform: translateY(-50%);
	border: 2px solid #fff;
}

.sidebar ul li::after {
	content: '';
	width: 2px;
	background: #dfdfdf;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	z-index: 2;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.141);
}

.breadcrumb {
	background: transparent;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
}

.breadcrumb a,
.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	content: "\F30D";
	font-family: "Material Design Icons";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.btn-print {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	margin-top: 10px;
	background-color:transparent;
}

.btn-print:hover {
	background: #fff;
	color: #000;
}

.last-update {
	position: absolute;
	right: 20px;
	bottom: 5px;
	background: #dadada;
	font-size: 13px;
	padding: 3px 7px;
	color: #4e4e4e;
}


select.form-control {
	background: url(../img/custom-select.png) right 0.75rem center no-repeat;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
}

.name small {
	font-size: 13px;
	font-weight: 600;
	background: #f4f4c0;
	color: #630;
	display: block;
}

.img-holder img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #f5eae3;
}

.infodiv {
	background: #3e4146 url(../img/dark-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 20px 0 40px;
	font-size: 20px;
}

.hightlights {
	text-shadow: 0 2px 3px #000;
}

.hightlights span {
	color: #fec425;
}

.bg-blue {
	background-color: #4183ce;
}

.bg-theme {
	background: #990014;
}

.bg-red {
	background-color: #ed3e47;
	color: #fff;

}

.bg-yellow {
	background-color: #e37f2a;
	color: #fff;

}

.bg-purple {
	background-color: #764dad;
	color: #fff;
}

.bg-green {
	background-color: #7db336;
	color: #fff;

}

.bg-dpurple {
	background: #4c356b;
	color: #fff;

}

.linkbox {
	min-width: 25%;
	max-width: 25%;
	padding: 10px;
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.link-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	font-size: 40px;
	color: #fff;
	line-height: 70px;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.63);
	text-shadow: none;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 10;
	text-align: center;
	text-shadow: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.link-icon>span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
}

.linktxt {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	font-style: italic;
	color: #343a40;
}

.linktxt::after {
	font-family: 'Fontawesome';
	content: '\f178';
	font-weight: 400;
	margin-left: 6px;
	color: #990014;
}

.card {
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.061);
	transition: all .5s ease;
	background: #fff url(../img/dots.png) no-repeat right bottom;
	border-radius: 4px 4px 0 0;
	margin-top:30px;
}

.card-header {
	font-size: 16px;
	font-weight: 600;
}

.card-header .mdi {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.12);
	display: inline-block;
	line-height: 34px;
	text-align: center;
	margin-right: 8px;
	transition: all .3s ease;
}

.p-3 {
    padding: 30px !important;
}

.gallery-item {
    position: relative;
    margin: 0 2px;
    border: 9px solid #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    margin-bottom:30px;
}

/* tabs */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #924bae;
	background-color: #fff;
	border-bottom-color: #924bae;
}

.nav-pills .nav-link {
	border-radius: 0;
	background: #fff;
	text-transform: uppercase;
	padding: .5rem 2rem;
	border-right: 1px solid #eee;
	border-bottom: 4px solid #eee;
	font-weight: 600;
	color: #5a5a5a;
}

.nav-pills .nav-link .mdi {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 6px;
}

.last-update {
	position: absolute;
	right: 20px;
	bottom: 5px;
	background: #dadada;
	font-size: 13px;
	padding: 3px 7px;
	color: #4e4e4e;
}

.form-flex {
	display: flex;
	justify-content: space-between;
}

.form-flex label {
	width: 100px;
}

.form-flex .form-group {
	margin-bottom: 1rem;
	flex: 1 1 auto;
}

.form-flex .form-control {
	font-size: 14px;
	border-radius: 0;
}

.searchtop .btn {
	font-size: 15px;
	cursor: pointer;
}

.searchtop .btn:hover {
	opacity: .8;
}

.contact-detail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 15px;
}

.contact-detail h4 {
	background: #960;
	color: #fff;
	padding: 8px 15px;
	border-radius: 6px 6px 0 0;
}

.contact-detail p:before {
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 2.1rem;
	vertical-align: middle;
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	box-shadow: 0 0 10px #0000003b;
}

.contact-detail p {
	position: relative;
	padding: 8px 15px;
	width: 25%;
	text-align: center;

}

.contact-detail p+p {
	border-left: 1px dashed #d8d8d8;
}

.email::before {
	content: '\f5ef';
	font-family: 'Material Design Icons';
	background: #ed3e47;
}

.phone::before {
	content: '\f602';
	font-family: 'Material Design Icons';
	background: #0684c8;
}

.fax::before {
	content: "\f212";
	font-family: 'Material Design Icons';
	background: #f5862d;
}

.address::before {
	content: "\f34e";
	font-family: 'Material Design Icons';
	background: #8dc641;
}

#recap {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	background: #ededff;
	border-radius: 50%;
	margin: 0 10px;
	color: #006dff;
}

input#captcha {
	background: #f0f0f0;
	padding: 6px 12px;
	border: 1px solid #ddd;
}

.bookdetail ul.d-flex {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 12px 0 15px;
	padding: 5px 0;
}

.bookdetail .media img {
	max-width: 130px;
	margin-bottom: 10px;
	margin-right:20px;
}

.book_name {
	font-weight: 600;
	color: #990014;
	font-size: 22px;
}

.bookdetail ul.d-flex li {
	padding: 0 8px;
	color: #3f3f3f;
	font-weight: 600;
}

.bookdetail ul.d-flex li .mdi {
	height: 25px;
	width: 25px;
	background: #eee;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	color: #61a10b;
	margin-right: 5px;
}

/* pagination */

.pagination {
	list-style: none !important;
	padding: 0 !important;
	margin: 10px 0 15px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #57657e;
	color: #fff;
}

.pagination li a {
	height: 30px;
	min-width: 30px;
	display: inline-block;
	color: #3c3c3c;
	text-align: center;
	line-height: 30px;
	padding: 0 6px;
	margin-right: 5px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	font-weight: 600;
}


/* about */

.title h2 {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-family: 'Niconne', cursive;
	font-size: 33px;
	text-transform: capitalize;
}

.title p {

	background: #990014;

	color: #fff;

	display: table;

	margin: 10px auto 20px;

	padding: 0 20px;

	text-transform: uppercase;
	position: relative;
	line-height: 1.8;
}

.title p::before,
.title p::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #990014;
	right: 100%;
	top: 12px;
}

.title p::after {
	left: 100%;
	right: auto;
}

.about {
	background: #fff;
}

.heading-sm {
	font-weight: 800;
	color: #808000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.detail ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #b1b1b1;
	padding-bottom: 6px;
}


.detail ul li::before {
	left: 0;
	position: absolute;
	content: '\f4d2';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 18px;
	top: 2px;
	font-size: 18px;
	color: #000;
}

.aboutd {
	background: #fff0e4;
	padding: 15px;
}

.listing a {
	font-size: 18px;
	margin: 15px 10px 0;
	display: inline-block;
	font-weight: 600;
	background: #fff;
	padding: 4px 12px;
}

.block4 {
	background: #fff;
	position: relative;
}

.listheading {
	padding: 0 10px 0 60px;
	color: #fff;
	margin-bottom: 8px;
	display: table;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.listheading .float-left .mdi {
	height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	position: absolute;
	top: -5px;
	border-radius: 50%;
	left: 8px;
	font-size: 22px;
}

.listheading .float-right {
	color: #fff;
	padding: 10px 13px;
	font-size: .9rem;
	background: #ffffff26;
	position: relative;
	left: 18px;
	transform: skew(-18deg);
	-webkit-transform: skew(-18deg);
	-moz-transform: skew(-18deg);
	-ms-transform: skew(-18deg);
	-o-transform: skew(-18deg);
}

.listheading .float-right:hover {
	background: #ffffff52;
	color: #fff;
}

.listheading.bg-dpurple .float-left .mdi {
	background: #ede0ff;
	color: #4c356b;
	border: 2px solid #4c356b;
}

.listheading.bg-theme .float-left .mdi {
	background: #ffeaef;
	color: #962e48;
	border: 2px solid #962e48;
}

.date {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #497b07;
}

.rulebook {
	display: flex;
	display: -ms-flexbox;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 8px;
	border-bottom: 1px dashed #fdb440;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: 700;
}

.rulebook .mdi {
	height: 40px;
	width: 40px;
	display: inline-block;
	background: #ffffef;
	text-align: center;
	line-height: 40px;
	color: #960;
	margin-right: 8px;
	font-size: 1.5rem;
	border: 1px solid #ffda92;
	border-radius: 3px;
}

.linklist ul li a {
	font-size: .9rem;
	display: block;
}

.bordered {
	height: 211px;
	width: 211px;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	background: #fff;
	display: block;
	position: absolute;
	top: 15px;
	left: calc(50% - 105.5px);
	z-index: 0;
}

.btn-show {
	background: #764dad;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.288);
}

.btn-show:hover {
	color: #fff;
	background: #990014;
}

.shape {
	position: absolute;
	top: 100%;
	z-index: 5;
	left: 0;
	right: 0;
	margin-top: -30px;
}

.bg-success {
    background-color: #28a745!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}


.minister-desk {
    text-align: center;
    padding: 15px;
    border: 4px solid #fff;
    background: #f2f2f2 url(../images/flower.png) no-repeat center center;
    width: 100%;
    background-size: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.minister-desk img {
    height: 190px;
}

.minister-desk .name {
    font-size:16px;
    color: #fff;
    background: #e07e2e;
    padding: 8px 20px;
    display: table;
    margin: 0 auto 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.minister-desk .name::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 6px solid #f2f2f2;
    border-bottom: 18px solid transparent;
}

.minister-desk .name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 6px solid #f2f2f2;
    border-bottom: 18px solid transparent;
}

.minister-desk p+p {
    text-transform: uppercase;
    font-size:14px;
}

.titlemessage {
  font-size: 28px;
  font-weight: 800;
  position: relative;
  margin:0px 0px 50px 20px;
  padding: 0px;
}
.titlemessage::before {
    content: '\f756';
    position: absolute;
    top: -8px;
    right: 100%;
    font-family: Material Design Icons;
    font-size: 35px;
    color:#1e4e9a;
}
.titlemessage::after {
    content: '\f442';
    position: absolute;
    top: 100%;
    left: 0;
    font-family: Material Design Icons;
    font-size: 34px;
    color: #9c9c9c;
}

.cm-quote h2 {
  color: #1e4e9a;
  font-weight: 600;
  font-size: 18px;
}
.cm-quote h2 small{
  display: block;
  line-height:3;
}

/* faq */

.question {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: relative;
	padding: 8px 20px 8px 45px;
	line-height: 1.4;
	margin-bottom: 16px;
	background: #f3f3f3;
}

.question::before {
	content: "\f415";
	font-family: 'Material Design Icons';
	height: 30px;
	width: 30px;
	background:#1e4e9a;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	left: 5px;
	top: 6px;
}

.question.active::before {
	content: "\f374";
}

.answer {
	padding-left: 25px;
	border-left: 2px solid #ddd;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 8px;
}
.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

.member-box{
    width: 45%;
    margin: 15px 15px 0px 0px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.member-thumb{
	width: 25%
}

.member-thumb img{
	    width: 120px;
    height: 120px;
}
.member-discription{
	    width: 75%;
    padding: 10px 10px 0px 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;
}
.w-half{
	width: 45%;
	margin:5px;
}
.minister-name{
	    border-left: 2px solid #ff9800;
    background-image: linear-gradient(to right, #fff7e1, #fff);
    padding: 6px;
    font-size: 18px;
    color: #f93c00;

}
.minister-designation{
	padding: 6px 0px;
    font-size: 14px;
    color: #5f5f5f;
}

/**************************Sitemap********************************/
.sitemap{
	    border-left: 1px dashed #626262;
	        margin-left: 30px;
}
.sitemap ul{
	margin-left: 30px;
	border-left: 1px dashed #626262;
}
.sitemap li{
	position: relative;
	padding-left: 30px;
}
.sitemap li:before{
    font-family: "Material Design Icons";
    position: absolute;
    left: -9px;
    background-color: #fafafa;
}
.sitemap li:after{
	content: "";
    width: 10px;
    height: 1px;
    background-color: #a2a2a2;
    position: absolute;
    left: 14px;
    top: 14px;
}
.sitemap > li:before{
	    content: "\F24B";
	    color: #FF9800;
}
.sitemap> li > ul > li:before{
	       content: "\F214";
	       color: #2196F3;
}
.sitemap> li > ul > li >ul >li:before{
	       content: "\F219";
	       color: #8BC34A;
}

.sitemap > li a{
	font-size: 15px;
}

.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(../images/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;
}



.important-appinner{
    margin:0px;
    padding:15px 0px 0px 0px;
}

.card .important-appinner p a{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size: 18px;
}

.important-appinner .gallery-item{
        margin-bottom: 15px;
}

.mt-0{
    margin-top:0px !important;
}

.btn-more{
    color: #1e4e9a;
    background-color: #ffffff;
    border: 2px solid #1e4e9a;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 14px;
    margin:15px 0px; 
}

.btn-more:hover{
	border: 2px solid #d95b2f;
}

/**********************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);
  }
}


@media (max-width: 767px) {
	.member-box{
		width: 100%;
	}
	.member-thumb {
    width: 60%;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: block !important;
}

.member-discription {
    width: 100%;
    padding: 10px;
    text-align: center;
}
	}

