/*--==================== Common Css =================--*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	font-size: 100%;
	font-family: 'PT Sans', sans-serif;
}
body {
	width: 100%;
	position: relative;
	background-size: 100% 100%;
	background-size: cover;
	height: auto;
	background: #FFFFFF;
}
body a {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	padding: 0;
	margin: 0;
	line-height: none;
}
span {
	font-family: 'Josefin Sans', sans-serif;
}
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000;
}
a {
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	color: #09F;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #00F;
	outline: none;
}
ul, ol {
	list-style: none;
	font-family: 'PT Sans', sans-serif;
}
*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}
img {
	width: 100%;
	height: 100%;
	border: 0
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
input {
	line-height: normal;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.container {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
	width: 100%;
	/*overflow: hidden;*/
	padding-left: 15px;
	padding-right: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after {
	clear: both;
}
.paddingallign {
	padding-left: 0;
	padding-right: 0;
}
.paddingleft {
	padding-left: 0;
}
.paddingright {
	padding-right: 0;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
::selection {
	background: #5b1b71;
	color: #fff;
}
::-moz-selection {
 background:#5b1b71;
 color:#fff;
 text-shadow:none
}
::-webkit-selection {
 background:#5b1b71;
 color:#fff;
 text-shadow:none
}
/*--=================================================== //Common Css ===================================================--*/
/*--=================================================== Top  Header Css ===================================================--*/
.top_header {
	width: 100%;
	padding:5px;
	background: #5b1b71;
	overflow: hidden;
}
.top_header h3
{
	color: #fff;
	padding-top: 1.5%;
	letter-spacing: 1px;
}
.centerdiv
{
	text-align: center;
	color: #fff;
	
	letter-spacing: 1px;
}
.tcenter
{
	text-align: center;
	color: #fff;
	
	letter-spacing: 1px;
		
}
.tcenter a
{
	margin-left: 15px;
}
/*--=================================================== //Top  Header Css  ===================================================--*/
/*--===================================================   Header Css Starts===================================================--*/
header {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-bottom: 2px solid #5b1b71;
}
/*--Fixed Header--*/
.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
	box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
	z-index: 5;
	overflow: visible;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
/*--Fixed header End--*/
/*--===================================================   Logo Css Starts ===================================================--*/
.logo {
	float: left;
	padding: 10px 0 10px;
}
.logoimg {
	width: 100%;
	max-width: 60px;
	float: left;
	margin-right: 10px;
}
.logo h1 {
	color: #5b1b71;
	float: left;
	font-weight: normal;
	font-size: 1.5em;
	line-height: normal;
	letter-spacing: 1px;
}
.logo h1 span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
}
/*--===================================================   Logo Css Ends===================================================--*/
/*--===================================================   Navigation Css Starts===================================================--*/
a.resToggle {
	display: none;
}
.navbar {
	float: right;
}
.navbar ul {
	margin: 0;
	padding: 0px 0px;
	display: block;
}
.navbar ul li {
	display: inline-block;
	padding: 0px;
}
.navbar ul li a {
	display: block;
	color: #5b1b71;
	font-size: .9em;
	padding: 25px 15px 25px;
	line-height: 34px;
	font-weight: normal;
	text-transform: capitalize;
	position: relative;
	text-align: center;
}
.navbar ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
}
.navbar ul li a:hover:after, .navbar ul li a.activenavlink:after {
	color: #52498f;
	text-shadow: 10px 0 #52498f, -10px 0 #52498f;
}
.navbar ul li a:hover, .navbar ul li a.activenavlink {
	color: #5b1b71;
}
li span.toggle {
	padding-left: 1em;
}
.toggle:before {
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
}
.navbar ul .sub_menu {
	position: absolute;
	width: 230px;
	background: #5b1b71;
	text-align: left;
	display: none;
	z-index: 99;
}
.navbar ul .sub_menu li {
	display: block;
}
.navbar ul .sub_menu li a {
	display: block;
	color: #fff;
	font-size: .9em;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}
.navbar ul .sub_menu li a:hover {
	background: #fff;
	color: #5b1b71
}
.navbar ul .sub_menu li a:after {
	content: '';
}
/*--===================================================   Navigation Css Ends===================================================--*/
/*--===================================================  Header Css  Ends===================================================--*/
/*--=================================================== Chairman's Msg Css Starts ===================================================--*/
.chairman_msg {
	width: 100%;
	height: auto;
	padding: 5em 0 0;
	overflow: hidden;
}
.section_head {
	text-align: center;
	position: relative;
}
.section_head h2 {
	overflow: hidden;
	text-align: center;
	color: #52498f;
	font-size: 2em;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: .1em;
}
.section_head h2:before, .section_head h2:after {
	background-color: #52498f;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.section_head h2:before {
	right: 0.5em;
	margin-left: -50%;
}
.section_head h2:after {
	left: 0.5em;
	margin-right: -50%;
}
.hr_all {
	border: none;
	background: #000;
	height: 1px;
	margin-bottom: .4em;
}
.hr_top {
	width: 15%;
}
.hr_middle {
	width: 20%;
}
.hr_bottom {
	width: 25%;
}
.hr_center {
	margin-top: 1%;
}
.hr_center .hr_top {
	margin-left: auto;
	margin-right: auto;
}
.hr_center .hr_middle {
	margin-left: auto;
	margin-right: auto;
}
.hr_center .hr_bottom {
	margin-left: auto;
	margin-right: auto;
}
.section_details {
	padding: 4em 0 0em;
	overflow: hidden;
}
blockquote:before {
	content: '\f10d';
	font-family: FontAwesome;
	margin-right: 0.5em;
	margin-right: 20px;
	float: left;
	font-size: 21px;
	margin-top: -5px;
}
/*blockquote:after {
	content:'\f10e';
	font-family:FontAwesome;
	margin-right:0.5em;
	margin-right:20px;
	float:left;
	font-size:21px;
	display:inline-block;
	
}*/

blockquote {
	background-color: #fafafa;
	color: #8a8a8a;
	padding: 30px 20px;
	font-size: .9em;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}
.section_details p {
	margin-bottom: 1.5%;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}
.chairmanimg {
	border-radius: 50%;
	border: 3px solid #52498f;
	padding: 10px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
h3.chairhead {
	color: #52498f;
	line-height: 1.5;
	text-align: justify;
	position: relative;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 1px;
}
h3.chairhead span {
	display: block;
}
/*--=================================================== Chairman's Msg Css  Ends ===================================================--*/
/*--=================================================== Services Css   ===================================================--*/
.services_main {
	width: 100%;
	height: auto;
	padding: 5em 0;
	overflow: hidden;
}
.service_contents {
	margin-bottom: 30px;
}
.service_contentinner {
	width: 100%;
	height: auto;
	background: #eeeeee;
	box-shadow: -10px 12px 20px rgba(158, 156, 156, 0.59);
	padding: 0 0 20px;
	overflow: hidden;
}
.service_contentinnerhead {
	padding: 25px 15px;
	position: relative;
}
.service_contentinnerhead h2 {
	overflow: hidden;
	text-align: left;
	color: #52498f;
	font-size: 1.5em;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: .1em;
}
.service_contentinnerheadcontent {
	padding: 15px;
}
.service_contentinnerheadcontent p {
	margin-bottom: 4%;
	font-size: .9em;
	text-align: justify;
	line-height: 1.5;
}
.view_more {
	display: block;
	float: right;
	background: #52498f;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}
/*--=================================================== //Services Css   ===================================================--*/
/*--=================================================== middle Banner Css  Starts ===================================================--*/
.middle_banner {
	background: url(../images/middle_banner.jpg) fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 10em 0 10em;
	overflow: hidden;
	position: relative;
}
.middle_banner:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.7);
}
.middle_count {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	z-index: 2
}
h2.count_num {
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
}
.middle_h2 {
	color: #fff;
	font-weight: 600;
	font-size: 1.6em;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
}
/*--===================================================  middle Banner Csss  Ends ===================================================--*/
/*--===================================================  middle Banner Csss   ===================================================--*/
.facilities_main {
	width: 100%;
	height: auto;
	padding: 5em 0 0;
	overflow: hidden;
}
/*--===================================================  middle Banner Csss  Ends ===================================================--*/
/*--===================================================  Latest News Csss  Starts ===================================================--*/
.latest_news {
	width: 100%;
	height: auto;
	padding: 5em 0;
	overflow: hidden;
}
.latest_newsdesc {
	width: 100%;
	max-width: 1200px;
	margin: 1em auto;
}
.latest_newsdesc p {
	margin-bottom: 4%;
	font-size: .9em;
	text-align: center;
	line-height: 1.5;
}
.latest_newses {
	padding: 4em 0 0;
}
.owl-carousel .item .latest_news_detail {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #8a8a8a;
	padding: 20px;
	overflow: hidden;
}
.owl-carousel .item .latest_news_detail h2 {
	color: #8a8a8a;
	font-weight: bold;
	font-size: 1.5em;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 2%;
}
.owl-carousel .item .latest_news_detail p {
	margin-bottom: 2%;
	font-size: .9em;
	text-align: justify;
	line-height: 1.5;
}
.owl-carousel .item .latest_news_detail h3 {
	color: #8a8a8a;
	font-weight: bold;
	font-size: 1.3em;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 2%;
}
.owl-carousel .item .latest_news_detail a.readmore {
	display: block;
	float: right;
	color: #8a8a8a;
	font-weight: bold;
	font-size: 1.1em;
	line-height: normal;
	letter-spacing: 1px;
}
.owl-carousel .item .latest_news_detail a.readmore:hover {
	color: #52498f;
}
/*--===================================================  Latest News Csss  Ends ===================================================--*/
/*--=================================================== Footer Top Csss  Starts ===================================================--*/
.footer_top {
	background: url(../images/footerbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 300px;
	padding: 3em 0;
	overflow: hidden;
	position: relative;
}
.footer_top:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.7);
}
.footer_tops {
	position: relative;
	z-index: 2;
}
.footer_tops h2 {
	color: #fff;
	font-weight: 600;
	font-size: 1.5em;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 2%;
}
.footer_tops p {
	margin-bottom: 2%;
	font-size: 1em;
	text-align: justify;
	line-height: 1.5;
	color: #fff
}
.navbar_footer ul {
	margin: 0;
	padding: 0px 0px;
	display: block;
}
.navbar_footer ul li {
	display: block;
	padding: 0px;
}
.navbar_footer ul li a {
	display: block;
	color: #fff;
	font-size: 1em;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: capitalize;
}
.navbar_footer ul li a:hover {
	color: #5b1b71;
}
.footer_tops iframe {
	width: 100%;
	height: 450px;
}
/*--===================================================   Footer Top Csss  Ends ===================================================--*/
/*--===================================================   Footer Csss  Starts ===================================================--*/
footer {
	width: 100%;
	height: auto;
	padding: 25px;
	background: #010101;
	text-align: center;
}
footer h5 {
	font-size: 1em;
	text-align: center;
	color: #fff;
	font-weight: normal
}
/*--Back To Top Css--*/
.back-to-top:hover {
	color: #fff;
	background: #892185;
	text-decoration: none;
}
.back-to-top {
	display: none;
	position: fixed;
	bottom: 2.2rem;
	right: 1rem;
	width: 50px;
	height: 50px;
	line-height: 3.2rem;
	font-size: 1.5rem;
	color: #fff;
	background: #5b1b71;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}
/*--Back To Top Css End--*/

/*--===================================================   Footer  Csss  Ends ===================================================--*/

/*--=================================================== Inner Page Css===================================================--*/
.inner_page {
	width: 100%;
	height: auto;
	padding: 5em 0 0;
	overflow: hidden;
}
.inner_details {
	padding: 4em 0 4em;
	overflow: hidden;
}
.inner_details p {
	margin-bottom: 1.5%;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}
.inner_div {
	width: 100%;
	overflow: hidden;
	background-color: #fafafa;
	color: #8a8a8a;
	padding: 25px 20px;
	font-size: .9em;
	border-left: 5px solid #eee;
	margin-bottom: .5em;
}
.inner_div h3 {
	font-size: 1.5em;
	color: #52498f;
	letter-spacing: 2px;
	margin-bottom: .5em;
}
.inner_div p {
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}
.inner_div h4 {
	font-size: 1.3em;
	color: #52498f;
	letter-spacing: 2px;
	margin-bottom: .5em;
}
.inner_div p i {
	color: #52498f;
	margin-right: 15px;
}
.board_director_top {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.box_left {
	float: none !important;
	display: inline-block
}
.board_members {
	/*border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	background: #fafafa;
	text-align: center;*/
	margin-bottom: 35px;
	/*background: rgba(16, 16, 16, 0.48);
	background: transparent;*/
	text-align: center;
	background: #fff;
	box-shadow: 5px 5px 5px 0 rgba(82, 73, 141,0.5);
	border-radius: 7px;
}
.board_members h3 {
	padding: 10px 0px;
	text-align: center;
	background: #52498f;
	color: #fff;
}
.board_members_figure img {
	width: 100%;
	max-width: 200px;
	border: 3px solid #52498f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 15px auto;
	text-align: center;
}
.board_detail {
	padding: 15px 0;
	text-align: center;
}
.board_detail p {
	text-align: center;
}
/* Fix alignment - clear every 4th column to start new row */
.inner_details .col-3:nth-child(4n+1) {
	clear: left;
}
.inner_ul_one {
	margin: 0 0 15px 20px;
	padding: 0;
}
.inner_ul_one li {
	color: #000;
	position: relative;
	padding: 5px 0 5px 25px;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}
.inner_ul_one li:before {
	position: absolute;
	left: 0;
	content: "\f005";
	font-family: FontAwesome;
	float: left;
	color: #52498f;
	vertical-align: middle
}
.inner_ul_two {
	margin: 0 0 15px 20px;
	padding: 0;
}
.inner_ul_two li {
	color: #000;
	position: relative;
	padding: 5px 0 5px 25px;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}
.inner_ul_two li:before {
	position: absolute;
	left: 0;
	content: "\f178";
	font-family: FontAwesome;
	float: left;
	color: #52498f;
	vertical-align: middle
}
.inner_ul_sub {
	margin: 0 0 15px 20px;
	padding: 0;
}
.inner_ul_sub li {
	color: #000;
	font-weight: bold;
	position: relative;
	padding: 5px 0 5px 25px;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}
.inner_ul_sub li:before {
	position: absolute;
	left: 0;
	content: "\f192";
	font-family: FontAwesome;
	float: left;
	margin-right: 15px;
	color: #52498f;
}
.inner_ul_ul {
	margin: 0 0 15px 25px;
	padding: 0;
	list-style: decimal;
}
.inner_ul_ul li:before {
	content: "";
	font-family: FontAwesome;
	float: left;
	margin-right: 15px;
	color: #52498f;
}
.inner_ul_ul li {
	color: #000;
	padding: 5px 0;
	font-weight: normal;
}
.card {
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
}
.card_body {
	text-align: center;
	background-color: #fafafa;
	padding: 15px 0;
}
.card_body h3 {
	font-size: 1.3em;
	color: #52498f;
	letter-spacing: 2px;
	margin-bottom: .5em;
}
.card_body h4 {
	font-size: 1.2em;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: .5em;
}
.card_body p {
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5;
}
.card_img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/*--Contact--*/
.contact_form {
	position: relative;
	border: none;
	box-sizing: border-box;
}
.contact_form label {
	margin: 0;
	font-size: 16px;
	color: #52498f;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-family: 'PT Sans', sans-serif;
}
.input-group {
	padding: 0px 0px 0 15px;
	border: 1px solid #aaa;
	margin-bottom: 28px;
	margin-top: 7px;
	background-color: #fafafa;
}
.input-group i.fa {
	font-size: 16px;
	vertical-align: middle;
	color: #52498f;
	box-sizing: border-box;
	float: left;
	width: 6%;
	text-align: center;
	margin-top: 12px;
	margin-right: 15px;
}
.form-control {
	font-size: 15px;
	color: #52498f !important;
	font-weight: bold;
	text-align: left;
	/*text-transform: capitalize;*/
	letter-spacing: 1px;
	padding: 12px 10px 12px 10px;
	width: 90%;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	outline: none;
	background-color: #fafafa;
	font-family: 'PT Sans', sans-serif;
	border-radius: 0;
}
textarea {
	resize: none;
}




::-webkit-input-placeholder {
 color: #52498f !important;
}

::-moz-placeholder {
 color: #52498f !important;
}

:-ms-input-placeholder {
 color: #52498f !important;
}

::placeholder {
 color: #52498f !important;
}
.btn_submit {
	color: #fff;
	font-weight: 600;
	margin: auto;
	padding: 15px;
	margin-top: 1em;
	font-size: .9em;
	letter-spacing: 2px;
	cursor: pointer;
	border: none;
	outline: none;
	background: #52498f;
	border-radius: 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.btn_submit:hover {
	border: 1px solid #52498f;
	color: #52498f;
	background: transparent !important;
}

/*--=================================================== //Inner Page Css===================================================--*/
/*--=================================================== Responsive Css===================================================--*/

@media (max-width: 1366px) {
}

@media (max-width: 1080px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
.fixed-header {
	position: static;
}
a.resToggle {
	display: inline-block;
	float: right;
	padding: 7px 10px 5px;
	background: none;
	font-size: 1.5em;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
	border-radius: 4px;
	border: 1px solid #5b1b71;
}
a.resToggle:hover {
	background: #5b1b71;
	color: #fff;
}
.navbar {
	display: none;
	width: 100%;
	height: auto;
	line-height: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.navbar.activenav {
	display: block;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.navbar ul {
	margin-top: 0;
	border-top: 4px solid #5b1b71;
}
.navbar ul li {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.navbar ul li a {
	text-align: center;
	padding: 15px 15px;
}
.navbar ul .sub_menu {
	width: 100%;
	text-align: center;
	position: relative;
}
}

@media (max-width: 800px) {
}

@media (min-width: 768px) {
.container {
	max-width: 1500px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-1 {
	width: 8.33333333%;
}
.col-2 {
	width: 16.66666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333333%;
}
.col-5 {
	width: 41.66666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33333333%;
}
.col-8 {
	width: 66.66666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333333%;
}
.col-11 {
	width: 91.66666667%;
}
.col-12 {
	width: 100%;
}
}

@media (max-width: 767px) {
.textcenter {
	text-align: center;
}
.textleft {
	text-align: center;
}
.textright {
	text-align: center;
}
.floatright {
	float: none;
}
.floatleft {
	float: none;
}
.paddingmobile {
	padding-left: 0;
	padding-right: 0;
}
.section_head h2 {
	font-size: 1.5em;
}
.footer_tops {
	margin-bottom: 1em;
}
.chairman_msg {
	padding: 2em 0 0;
}
.section_details {
	padding: 2em 0 0em;
	overflow: hidden;
}
.chairmanimg {
	margin: 0 auto 15px;
}
.services_main {
	padding: 2em 0;
}
.facilities_main {
	padding: 2em 0 0;
}
h2.count_num {
	font-size: 1.5em;
}
.middle_h2 {
	font-size: 1.3em;
}
.middle_banner {
	padding: 5em 0 5em;
}
.latest_news {
	padding: 2em 0;
}
.inner_page {
	padding: 2em 0 0;
}
.inner_details {
	padding: 2em 0 2em;
	overflow: hidden;
}
.inner_ul_one {
	margin: 0 0 15px 10px;
}
.inner_ul_two {
	margin: 0 0 15px 10px;
}
.inner_ul_sub {
	margin: 0 0 15px 10px;
}
}

@media (max-width: 736px) {
}

@media (max-width: 667px) {
}

@media (max-width: 640px) {
}

@media (max-width: 600px) {
.logoimg {
	max-width: 50px;
}
.logo h1 {
	font-size: 1.4em;
}
.logo h1 span {
	font-size: 1.3em;
}
a.resToggle {
	margin-top: 15px;
}
}

@media (max-width: 568px) {
.logoimg {
	max-width: 40px;
}
.logo h1 {
	font-size: 1.2em;
}
.logo h1 span {
	font-size: 1.1em;
}
a.resToggle {
	margin-top: 10px;
	padding: 5px 10px 5px;
}
}

@media (max-width: 480px) {
.logoimg {
	max-width: 30px;
}
.logo h1 {
	font-size: 1.1em;
}
.logo h1 span {
	font-size: 1em;
}
a.resToggle {
	margin-top: 10px;
	padding: 5px 10px 5px;
}
}

@media (max-width: 384px) {
.logoimg {
	max-width: 30px;
}
.logo h1 {
	font-size: 1em;
}
.logo h1 span {
	font-size: .9em;
}
a.resToggle {
	margin-top: 10px;
	padding: 5px 10px 5px;
}
}

@media (max-width: 375px) {
.logoimg {
	max-width: 20px;
}
.logo h1 {
	font-size: .9em;
}
.logo h1 span {
	font-size: .8em;
}
a.resToggle {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px 5px;
}
.div_head h2 {
	font-size: 1.5em;
}
}

@media (max-width: 320px) {
}
/*--=================================================== //Responsive Css===================================================--*/
/*-----------POPup----------*/

#backgroundPopup {
	z-index: 10;
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	background: #000000;
	top: 0px;
	left: 0px;
}
#Popup {
	/* background: none repeat scroll 0 0 #FFFFFF;
   border: 10px solid #ccc;*/
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	display: none;
	font-size: 14px;
	position: fixed;
	top: 0;
	width: calc(50% - 55px);
	max-width: 640px;
	z-index: 10;
	border: 2px solid #000;
	
	
}
.popup_left
{
	left:50px;
}
.popup_center
{
	left: 0;
	right: 0;
	margin: 0 auto;
}
#Popup1 {
	/* background: none repeat scroll 0 0 #FFFFFF;
   border: 10px solid #ccc;*/
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	display: none;
	font-size: 14px;
	 left: 50%;
	right:50px;
	position: fixed;
	top: 0;
	width: calc(50% - 55px);
	max-width: 640px;
	z-index: 10;
	border: 2px solid #000;
	
	
}
div.close {
	background: url(../images/closebox.png) no-repeat scroll 0 0 transparent;
	/*bottom: 24px;*/
	cursor: pointer;
	float: right;
	height: 30px;
	top:24px;
	right: 24px;
	position: absolute;
	width: 30px;
}
div#popup_content,div#popup_content1 {
	width: 100%;
	height: 100vh;
	background: #FFFFFF;
	
}
.table_div {
	position: relative;
	overflow-x: auto;
}
.table_div:last-of-type
{
	margin-top: 20px;
}
.table_c {
	border-spacing: 1;
	border-collapse: collapse;
	background: #52498f;
	border-radius: 6px;
	overflow-x: scroll;
	overflow-y: hidden;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.table_c caption
{
	color: #52498f;
	font-size: 1.3em;
}
.table_c td, .table_c th {
	padding: 15px;
	text-align: center;
	border-right: 1px solid #fff;
}
.table_c th {
	background-color: #5b1b71;
	border-bottom: 1px solid #5b1b71;
	color: #fff;
	font-size: 1.3em;
}
.table_c td {
	color: #fff;
	font-size: 1em;
	font-weight: bold
}
/*--Right fixed --*/

.blinkte{
		width:100%;
		max-width:250px;
		
	    background-color: #5b1b71;
		padding: 15px;	
		text-align: center;
		position:fixed;
		bottom:40%;
		z-index:3;
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
		
	}
	.blinkte span{
		font-size: 20px;
		font-family: 'Josefin Sans', sans-serif;
		color: white;
		
	}
	.blinkte span a
	{
		color:#fff;
		font-weight:bold;
	}
	.blinkteleft{
		width:100%;
		max-width:200px;
		
	    background-color: #5b1b71;
		padding: 15px;	
		text-align: center;
		position:fixed;
		bottom:40%;
		z-index:3;
	left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
		
	}
.blinkteleft span a
{
margin-right: 20px;
}
.dicgcimg
{
	width: 100%;
	max-width: 50px;
}