.desig {
	font-size: 0.7rem;
}

.event_image_wrap {
	width: 100%;
}

.event_image_wrap img {
	width: 23%;
	margin-bottom: 0.5rem;
	margin-left: 0.5rem;
}

.ev_date {
	font-size: 0.8rem;
}

.left-banner, .right-banner {
	display: inherit;
	height: 100%;
	width: 100%;
	background-image: url(/vivekananda.jpg);
	background-repeat: no-repeat;
	background-color: #9D6858;
}

.right-banner {
	right: 0;
	background-color: #CD6209;
	background-image: url(/rssflag.jpg);
}

.image_slider img {
	width: 100%;
}

.middle_content, .inner_border {
	background: white;
}

.middle_content {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.slick-slide {
	overflow: hidden;
}

.banner_section {
	background: white;
	text-align: left;
	padding: 1.5rem 0 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	transition: all 0.5s ease;
}

.ujss_name {
	font-size: 1.7rem;
	text-align: left;
	margin: 0.2rem 0 0;
	padding: 1rem 0.5rem 1.5rem 8.5rem;
	display: block;
	font-weight: 500;
	text-shadow: 1px 2px 4px rgba(245, 144, 93, 0.29);
	color: #FF9800;
}

.logo {
	background-image: url(/assets/images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 6.2rem;
	width: 6.2rem;
	border-radius: 50%;
	float: left;
}

.header_links {
	padding: 0 0 0.7rem 0.5rem;
	text-align: right;
	color: #FF9800;
	margin-bottom: 0;
	margin-top: -0.7rem;
}

.header_links ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.header_links li {
	font-size: 0.9rem;
	text-decoration: none;
	padding: 0 0.7rem;
	display: inline-block;
}

.header_links li:last-child {
	border: none;
}

.header_links a {
	color: #FF9800;
}

.header_links a:hover {
	text-decoration: none;
}

.social_icon_group {
	position: absolute;
	right: 0rem;
	top: 3rem;
	padding: 0 1rem;
}

.social_icon_group .fa {
	font-size: 2rem;
	padding: 0 0.2rem;
}

.social_icon_group .fa:hover {
	color: red;
}

.social_icon_group .fa-facebook-square {
	color: #3B5998;
}

.social_icon_group .fa-twitter-square {
	color: #55acee;
}

.social_icon_group .fa-youtube-play {
	color: rgb(195, 8, 8);
}

.dropdown-menu {
	margin: .325rem 0 0;
}

.dropdown-menu:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 10px;
	height: 10px;
	width: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e2dddd;
	border-left: 10px solid transparent;
}

.last-dr-mannu {
	right: -12px;
	left: auto;
}

.last-dr-mannu:before {
	content: '';
	left: auto;
	right: 30px;
}

.short_name {
	display: none;
}

.stickey_banner {
	position: fixed;
	width: 100%;
	z-index: 11;
	left: 0;
	max-width: 1010px;
	margin: 0 auto;
	right: 0;
	padding: 5px;
}

.stickey_banner .logo {
	height: 3.2rem;
	width: 3.2rem;
}

.stickey_banner .ujss_name, .stickey_banner .social_icon_group {
	display: none;
}

.stickey_banner .header_links {
	padding: 22px 0 0;
}

.stickey_banner .short_name {
	display: block;
	padding: 10px 58px 0;
	position: absolute;
	font-weight: bold;
	font-size: 1.2rem;
	color: #FF9800;
}

.stickey_banner .temporary_shadow {
	height: 1px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 1px;
	width: 100%;
	margin-left: -5px;
}

.view_form input, .view_form textarea {
	width: 25rem;
	margin-bottom: 0.5rem;
	padding: 0.4rem;
}

.sub-content {
	padding: 0 0.7rem;
}

.large_title {
	font-size: 2.15rem;
}

.address {
	font-size: 1.5rem;
	font-weight: 300;
}

.td_title {
	font-size: 0.9rem;
	color: #6035FC;
}

.td_data_addr {
	padding: 0 0 0 1.5rem;
	font-size: 0.8rem;
}

.feedback-form {
	border: 1px solid grey;
	border-radius: 2px;
	padding: 1rem;
	margin-bottom: 0.5rem;
	background: rgb(232, 138, 32);
}

.left {
	float: left;
}

.right {
	float: right;
}

.row {
	width: 100%;
}

.row:before, .row:after {
	content: '';
	display: table;
}

.row .row:after, .row:after {
	clear: both;
}

.columns {
	width: 100%;
	float: left;
	position: relative;
}

.submit_views_btn {
	width: auto;
	padding: 0 6px;
}

.col-50 {
	width: 50%;
	display: inline-block;
}

.col-45 {
	width: 45%;
	display: inline-block;
}

.col-40 {
	display: inline-block;
	width: 40%;
}

.col-20 {
	display: inline-block;
	width: 20%;
}

textarea, input {
	width: 96%;
	margin-bottom: 0.5rem;
	padding: 10px;
	font-size: 0.75rem;
	border: none;
	border-radius: 2px;
}

textarea {
	width: 98%;
	resize: none;
}

.flash-msg {
	padding: 0.5rem;
	background: red;
	color: white;
	margin-bottom: 0.7rem;
	border-radius: 4px;
}

.button {
	width: auto;
	padding: 0.7rem 1.4rem;
	background: red;
	border-radius: 4px;
	color: white;
	font-size: 1rem;
	line-height: 1rem;
	display: inline-block;
	cursor: pointer;
}

.button:hover, .button:focus {
	color: white;
}

.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:hover>.dropdown-menu {
	display: block;
}

.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: #ccc;
	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;
}

.home-wrap {
	display: flex;
}

.home-txt-content {
	display: inline-block;
	width: 75%;
	text-align: left;
	padding-right: 150px;
	text-align: justify;
	font-size: 13px;
}

.home-add-content {
	display: inline-block;
	width: 25%;
	margin: 40px 0;
}

.tag-line {
	margin: 25px 0 20px;
	font-size: 25px;
	font-weight: 400;
	text-align: left;
}

.sl-item {
	box-shadow: none!important;
}

.add_header {
	padding: 0 0 8px;
	font-size: 14px;
}

.donation-link {
	background: #FD7707;
	color: white!important;
	padding: 10px;
	font-weight: bold;
	width: 100%;
	display: block;
}

.donation-link:hover {
	background: darken(#FD7707, 20%)
}

.home-add-wrap {
	margin-top: 10px;
	padding-top: 10px;
	background-color: #e9e9e9;
}

.slick-initialized .slick-slide {
	display: block;
	background: #2f519f;
}

.ban-text-wrap {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.ban-text-wrap .odia-milan-title {
	font-size: 60px;
	color: white;
}

.ban-text-wrap .odia-date {
	color: white;
	font-size: 21px;
	margin-top: -14px;
	margin-bottom: 14px;
}

.ban-text-wrap .english-text {
	color: #ca7c21;
}

.ban-text-wrap .eng-head-title {
	font-size: 27px;
}

.ban-text-wrap .eng-subtitle {
	font-size: 16px;
}

.ban-text-wrap .venue-detail {
	font-size: 16px;
}

.ban-text-wrap .guests {
	color: white;
	font-weight: 300;
}

.top_social_table td {
	vertical-align: top;
}

.field-content {
	display: inline-block;
	width: 60%;
	text-align: left;
}

.field-content .input-box {
	border: 1px solid gray;
}

.field-label {
	display: inline-block;
	width: 30%;
	text-align: left;
}

.radio-wrap {
	width: 110px;
	display: inline-block;
}

.radio-wrap .radio {
	display: inline-block;
	width: 30px;
}

.red {
	color: red;
}

.grey-bg {
	background: #f5f5f5;
	padding: 40px 40px;
}

.form-content {
	background: white;
	padding: 0px 0px 40px;
}

h3.form-header {
	font-size: 1.5em;
	color: #555;
}

.form-subHeader {
	border-top: none;
	font-size: 1.071em;
	line-height: 1.5em;
	font-style: normal;
	/* color: #555; */
	margin: 3px 0 0;
}

.form-header-group {
	background: transparent;
	border: none;
	padding: 24px 0;
	margin: 12px 0px 18px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}

.submit-btn {
	background: #e86d04;
	color: white!important;
}

.thanks-txt {
	font-size: 40px;
	color: #ff8d00;
}

.bold {
	font-weight: bold;
}

.userList {
	text-align: left;
	list-style: none;
}

.userList li:nth-child(odd) {
	background: #d6cfcf;
}

.userList span {
	display: inline-block;
	padding: 3px 10px;
}

.userList .slno {
	width: 5%;
}

.userList .username {
	width: 20%;
}

.userList .mobile {
	width: 110px;
}

.userList .usraddress {
	width: 47%;
	font-size: 15px;
}

.userList .nearestStation {
	width: 10%;
}
.advertise_slides img{
	width: 100%;
}