@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
body {
	font-family: "Poppins", sans-serif;
}
a {
	font-family: "Poppins", sans-serif;
	text-decoration: none;
}
p {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.widarea {
	float: right;
	width: 820px;
	position: absolute;
	right: 0;
	padding: 0;
}

/**header area**/
.headertop {
	background-size: cover;
	padding: 7px 0;
	background-image: url(../img/header-topbg.jpg);
}
.left-contact-detail {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 0;
}
.left-contact-detail a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	font-family: "Comfortaa";
	text-align: center;
	gap: 10px;
}
.left-contact-detail a p {
	margin: 0;
}
.social-box i:hover {
	color: #fff;
	background-color: #3d9ecd;
}
.left-contact-detail .call {
	border-right: 1px solid #fff;
	padding-right: 10px;
}
.right-social-media {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}
.social-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-box .social-link {
	margin-left: 15px !important;
}
.logo-area {
	width: 70%;
}

.logo-area img {
	width: 100%;
}
.headerlogo img {
	width: 100%;
}
.menu-header {
	background-size: cover;
	padding: 5px 0;
	background-image: url(../img/footerbg.jpg);
}
.menuarea-header-rr {
	float: right;
}

.social-box p {
	color: #fff;
}

.social-box i {
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	line-height: 30px;
	text-align: center;
	color: #205fa4;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.menuarea-header-rr a {
	font-size: 16px;
	color: #000 !important;
	font-weight: 400;
}
.menuarea-header-rr li {
	padding-right: 25px;
}
.menuarea-header-rr li:last-child {
	padding-right: 0;
}
.menuarea-header-rr .container-fluid {
	padding: 0;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 102px;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(../img/menuicon.png);
}

/**footer area**/
.footer-logo {
	text-align: center;
}

.footer-logo img {
	width: 100%;
}

ul.social-footer {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.social-footer li:nth-child(1) a {
	display: block;
	background-color: #1a98e6;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-family: "Poppins";
	border-radius: 100px;
}

.footersecond {
	margin-top: -400px;
}

.whitebox {
	background-color: #fff;
	padding: 20px;
	background-image: url(../img/footerbg.jpg);
	border-left: 2px solid #205fa4;
}

ul.social-footer li {
	margin-top: 20px;
}

ul.social-footer li:nth-child(2) a {
	background-image: linear-gradient(#204483, #345ea5);
	display: block;
	background-color: #1a98e6;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 100px;
}
ul.social-footer li:nth-child(3) a {
	background-image: linear-gradient(#204483, #345ea5);
	display: block;
	background-color: #1a98e6;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 100px;
}
ul.social-footer li:nth-child(4) a {
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	display: block;
	background-color: #1a98e6;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 100px;
}

.copyrightar {
	padding: 10px 0;
	background-color: #205fa4;
	text-align: center;
	position: relative;
	width: 100%;
	bottom: 7px;
	z-index: 99999999;
}
.copyrightar a {
	color: #000;
	font-weight: 400;
}
.footer-logo {
	text-align: center;
	margin-top: -96px;
}
.footersecond {
	margin-top: -456px;
	position: absolute;
	width: 100%;
}
ul.call-footer {
	padding: 10px;
	align-items: center;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	border: 1px solid #eee;
	margin-bottom: 18px;
	background-color: #fff;
}

ul.call-footer li i {
	background-color: #205fa4;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	text-align: center;
	border-radius: 100px;
}

ul.call-footer li span {
	font-size: 16px;
	display: block;
	color: #000;
}

ul.call-footer li a {
	font-size: 22px;
	font-weight: 500;
	padding: 5px 0 0 0;
	display: block;
	color: #000;
}

.loct a {
	font-size: 14px !important;
}
.discl {
	background-color: #5d8721;
	color: #fff;
	padding: 19px;
}
.copyrightar a {
	color: #fff;
	font-weight: 400;
}
.copyrightar p {
	color: #fff;
}
.mainboxhome {
    /* padding: 50px 0 0px; */
    /* margin-top: -730px; */
    z-index: 999;
    position: relative;
    height: 680px;
    overflow: hidden;
    background-image: url(../img/bookbgggg.jpg);
    background-size: cover;
}
.front-section {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 85%;
    width: 100%;
    height: 50px;
}
ul.social-footer li a:hover {
	background-color: #000 !important;
}

ul.social-footer li a:hover {
	background-image: none;
}
.msn h4 {
	padding-bottom: 25px;
	font-size: 25px;
	font-weight: 600;
}

/**homepage**/
/* .arrowbox {
	background-image: url(../img/member-bg.jpg);
	padding: 30px;
	text-align: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-size: cover;
	background-position: bottom;
	border-radius: 5px;
} */

.arrowbox {
	padding: 0px;
    width: 90%;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    /* background: #fff; */
    padding-bottom: 0px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border: 2px solid transparent;
    margin: 0 auto;
}

.arrowbox::before {
	content: "";
	position: absolute;
	background-color: #0000009c;
	width: 100%;
	height: 110px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.heading-book {
	text-align: center;
	margin-top: -133px;
	z-index: 99;
	position: relative;
}

.heading-book h4 {
        color: #040e26;
	background-color: #fff;
	width: 60%;
	margin: 0 auto;
	padding: 10px 10px 25px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	z-index: 0;
	overflow: hidden;
	text-transform: uppercase;
}

.heading-book h4::before {
	content: "";
	background-color: #76b33b;
	width: 100%;
	bottom: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.arrowbox img {
	width: 100%;
	height: 500px;
	/* height: 308px; */
}

.arrowbox h4 {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 15px 0;
}
.arrowbox:hover {
	background-color: #fffbfb;
}
.arrowbox i {
	background-color: #205fa4;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 21px;
	text-align: center;
	border-radius: 100px;
	animation: bounce 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a.entr {
    border: 0px solid #194f0e;
    background-image: none;
    /* background-image: linear-gradient(to right, #194f0e, #87bf3c); */
    display: block;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    width: 40%;
    font-weight: 600;
    margin: 0px auto 0;
    background: linear-gradient(#78b53c, #75b23b 50%, #1f5ea3 50%, #1f5ea2);
    background-size: 100% 200%;
    transition: background 1s;
    border-radius: 100px;
    margin-top: -19px;
    z-index: 0;
    position: relative;
    text-transform: uppercase;
}

a.entr:hover {
	background-position: 100% 100%;
}

@keyframes bounce {
	50% {
		transform: translateY(-15px);
	}
}

.navbar-toggler {
	padding: 0px;
	border: 0px solid transparent;
}
.navbar-toggler-icon {
	width: 43px;
	height: 43px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: #1f5ea3 !important;
	border: 1px solid #205fa4;
}

.para-new {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: -260px;
    border-radius: 15px;
    z-index: 99999;
    position: relative;
}

.para-new p {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}
/*.arrowbox img {*/
/*	transform: scale(1.1);*/
/*}*/

/*.arrowbox:hover img {*/
/*	transform: scale(1.1);*/
/*	transition: transform 0.5s, filter 1.5s ease-in-out;*/
/*}*/

/*@keyframes bounce {*/
/*	50% {*/
/*		transform: translateY(-15px);*/
/*	}*/
/*}*/

.dropdown-menu li {
	padding: 0;
}

ul.dropdown-menu {
	padding: 0;
	overflow: hidden;
	border-radius: 0px;
}

ul.dropdown-menu li {
	border-bottom: 1px solid #eee;
}

ul.dropdown-menu li a {
	padding: 8px 10px;
}

ul.dropdown-menu li a:hover {
	color: #fff !important;
	background-color: #205fa4;
}

ul.dropdown-menu li:last-child {
	border-bottom: 0px;
}

/*******************about us************************/
.breadcrumbs {
	color: #fff;
	text-align: center;
}

.breadcrumbs h1 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 25px;
	padding-bottom: 5px;
}

.breadcrumbs a {
	color: #fff;
	font-size: 15px;
}

.breadcrumbs span {
	color: #ffff;
	font-size: 15px;
}

.ab-section {
	padding: 35px 0;
	background-image: url("../img/background-title.jpg");
}

.msn-vsn h4 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.leftsideimg img {
	width: 100%;
}
.abtsec {
	border-top: 1px solid #eee;
	background-image: url(../img/bgabout.jpg);
	border-bottom: 1px solid #eee;
}

.leftsideimg {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: 1px solid #ffdede;
}
.msn-vsn p {
	text-align: justify;
}

ul.teambx {
	margin: 0;
	display: flex;
	list-style: none;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	gap: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 0;
}

ul.teambx li img {
	width: 100%;
}

ul.teambx li:first-child {
	width: 100%;
	border-right: 1px solid #eee;
}

ul.teambx li h5 {
	font-size: 22px;
	font-weight: 600;
}

ul.teambx li p {
	font-size: 17px;
}

ul.teambx {
	margin: 0;
	display: flex;
	list-style: none;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	gap: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

ul.teambx li p {
	font-size: 17px;
}

.team-web {
	margin: 20px 0;
}

.footer-sec-1 {
	background: url(../img/foot-bg-img-three.jpg);
	padding: 176px 0 40px;
	background-attachment: fixed;
	background-size: cover;
}
.foot-all-bg {
	background: #fff;
	padding: 32px 30px 20px;
}
.foot-scl-sec li {
	list-style-type: none;
	margin-top: 17px;
}
.foot-scl-sec a {
	color: #fff;
	z-index: 999;
	position: relative;
}
.foot-scl-sec li {
	border: 1px solid #eee;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 100px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.foot-twit-sec {
	background: #1a98e6;
	color: #fff;
}

.foot-link {
	background: #016ea9;
	color: #fff;
}
.fot-face {
	background-image: linear-gradient(#204483, #345ea5);
	color: #fff;
}
.foot-insta {
	background: #f09433;
	background: -moz-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	color: #fff;
}
.foot-scl-sec1 {
	margin-top: -125px;
}
.foot-dic-to-inf li {
	list-style-type: none;
	display: inline-block;
}

.foot-dic-to-inf li:nth-child(1) {
	width: 13%;
	float: left;
}

.foot-dic-to-inf li:nth-child(2) {
	width: 80%;
	padding-left: 20px;
}

.foot-dic-to-inf p {
	margin-bottom: 0;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.foot-dic-to-inf {
	line-height: 18px;
	padding-left: 30px;
	border-left: 3px solid #8ec63f;
	margin-bottom: 30px;
}
ul.foot-env-sec a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

ul.foot-env-sec {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.foot-dic-to-inf a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
.disc-sec p {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
.foot-logo-sec img {
	width: 100%;
}
ul.foot-btm-lftlink {
	width: 100%;
	float: none;
	vertical-align: middle;
	margin-bottom: 4px;
	align-items: center;
	text-align: center;
}

ul.foot-btm-lftlink li {
	list-style-type: none;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
}

ul.foot-btm-lftlink a {
	text-transform: uppercase;
	font-size: 12px;
	padding: 11px 11px;
	font-weight: 500;
	color: black;
	background: linear-gradient(to left, #8ec63f 51%, #fff 50%) right;
	background-size: 200%;
	transition: 0.5s ease-out;
}

.return h4 {
	font-size: 25px;
}

.eff-2 {
	width: 100%;
	height: 50px;
	top: -50px;
	background: #000000;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 1;
}
.foot-scl-sec li:hover .eff-2 {
	top: 0;
}

.foot-btm-lftlink a:hover {
	background-position: left;
	color: #8ec63f;
}

.foot-btm-link-rw {
	background: #8ec63f;
	/* overflow: hidden; */
	vertical-align: middle;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	border-radius: 0px 7px;
	border: 1px solid #fff;
}

ul.foot-btm-rit {
	width: 30%;
	float: right;
	vertical-align: middle;
	margin-bottom: 0px;
}
ul.foot-btm-rit img {
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}

ul.foot-btm-rit:hover img {
}

ul.foot-btm-rit:hover img {
	-webkit-transform: rotateZ(720deg);
	-moz-transform: rotateZ(720deg);
	transform: rotateZ(500deg);
}
ul.foot-btm-rit li {
	list-style-type: none;
	text-align: right;
}

a.hed-becom-sec {
	background-image: linear-gradient(#f60002, #cc0214);
	color: #fff;
	padding: 7px 14px;
	font-size: 15px;
	border-radius: 100px;
	font-family: "Saira Condensed", sans-serif;
}

.hed-becom-sec:hover img {
	-webkit-transform: rotateZ(720deg);
	-moz-transform: rotateZ(720deg);
	transform: rotateZ(500deg);
}

.hed-becom-sec img {
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
	margin-right: 3px;
}

ul.foot-btm-rit a:hover {
	background-image: linear-gradient(#040404, #000000);
}

ul.foot-btm-rit a {
	background-image: linear-gradient(#5c891c, #85bb39);
	padding: 9px 27px 10px;
	position: relative;
	color: #fff;
	top: 0px;
	font-size: 22px;
}
.foot-btm-rit:before {
	content: "";
	width: 29px;
	height: 17px;
	background: url(../images/foot-become-after-img.png);
	top: -26px;
	left: 13px;
	position: absolute;
	z-index: 0;
}
.foot-btm-rit {
	position: relative;
}
p {
	margin-bottom: 0;
}
.foot-btm-sec p {
	color: #fff;
}
section.foot-btm-sec {
	background: #000;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.foot-btm-sec a {
	color: #fff;
}

.foot-btm-sec a:hover {
	color: #8ec63f;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.bannercontent {
		padding: 20px;
		margin-top: -160px;
	}
	.mainboxhome {
    margin-top: 0;
    height: 450px;
}
.foot-logo-sec img {
    width: 35%;
    margin: 15px auto;
}
	video#myVideo {
		display: none;
	}
	.leftsideimg {
		margin-bottom: 15px !important;
	}
	.msn-vsn h4 {
		font-size: 20px;
	}
	.team-web {
		margin: 0;
	}
	ul.teambx {
		margin-bottom: 25px !important;
		padding: 25px;
		display: block;
		text-align: center;
	}
	ul.teambx li:first-child {
		margin-bottom: 15px;
	}
	ul.dropdown-menu {
		background-color: #205fa4;
		padding: 0;
		margin: 10px 0 0 !important;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	ul.dropdown-menu li {
		padding: 0;
	}
	.widarea {
		float: none;
		width: auto;
		position: relative;
		right: 0;
		padding: 0;
	}
	.footersecond {
		position: relative;
	}
	.ab-section {
		padding: 15px 0;
	}
	.breadcrumbs h1 {
		font-size: 20px;
	}

	ul.foot-env-sec {
		border-bottom: 2px solid #e5e5e5;
		padding-bottom: 20px;
		margin-bottom: 20px;
		padding-left: 0;
	}
	.foot-scl-sec1 {
		margin-top: 0;
		text-align: center;
	}
	.foot-dic-to-inf {
		padding-left: 0;
		margin-top: 30px;
		border: 0;
		text-align: center;
	}
	ul.foot-btm-rit {
		display: none;
	}
	.foot-dic-to-inf li:nth-child(1) {
		width: auto;
		float: none;
	}
	.foot-dic-to-inf li:nth-child(2) {
		width: auto;
		padding-left: 0;
	}
	ul.foot-btm-lftlink {
		width: 100%;
		float: left;
		vertical-align: middle;
		margin-bottom: 0px;
		padding-left: 0;
		text-align: center;
	}
	.heading-book h4 {
		width: 80%;
	}
	.heading-book {
		margin-top: -191px;
		margin-bottom: 90px;
	}
	.para-new {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.arrowbox img {
		width: 100% !important;
		height: 340px !important;
	}
		.footer-sec-1 {
    padding: 40px 0 40px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.arrowbox {
		width: 100%;
	}
	.bannercontent {
		padding: 20px;
		margin-top: -160px;
	}
	.footer-sec-1 {
    padding: 40px 0 40px;
}
.foot-logo-sec img {
    width: 50%;
    margin: 15px auto;
}
	.mainboxhome {
	     height: 1690px;
		margin-top: 0;
	}
	video#myVideo {
		display: none;
	}
	.leftsideimg {
		margin-bottom: 15px !important;
	}
	.msn-vsn h4 {
		font-size: 20px;
	}
	.team-web {
		margin: 0;
	}
	ul.teambx {
		margin-bottom: 25px !important;
		padding: 25px;
		display: block;
		text-align: center;
	}
	ul.teambx li:first-child {
		margin-bottom: 15px;
	}
	ul.dropdown-menu {
		background-color: #205fa4;
		padding: 0;
		margin: 10px 0 0 !important;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	ul.dropdown-menu li {
		padding: 0;
	}
	.widarea {
		float: none;
		width: auto;
		position: relative;
		right: 0;
		padding: 0;
	}
	.footersecond {
		position: relative;
	}
	.ab-section {
		padding: 15px 0;
	}
	.breadcrumbs h1 {
		font-size: 20px;
	}

	ul.foot-env-sec {
		border-bottom: 2px solid #e5e5e5;
		padding-bottom: 20px;
		margin-bottom: 20px;
		padding-left: 0;
	}
	.foot-scl-sec1 {
		margin-top: 0;
		text-align: center;
	}
	.foot-dic-to-inf {
		padding-left: 0;
		margin-top: 30px;
		border: 0;
		text-align: center;
	}
	ul.foot-btm-rit {
		display: none;
	}
	.foot-dic-to-inf li:nth-child(1) {
		width: auto;
		float: none;
	}
	.foot-dic-to-inf li:nth-child(2) {
		width: auto;
		padding-left: 0;
	}
	ul.foot-btm-lftlink {
		width: 100%;
		float: left;
		vertical-align: middle;
		margin-bottom: 0px;
		padding-left: 0;
		text-align: center;
	}

	.heading-book {
		margin-top: -193px;
		margin-bottom: 90px;
	}
	.para-new {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
.msn-vsn {
	padding: 20px;
	border: 1px solid #eee;
	background: #f1f1f1d4;
}
