@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@font-face {
	font-family: 'k010';
	src: url('../fonts/k010.eot');
	src: local('k010'), url('../fonts/k010.woff') format('woff'), url('../fonts/k010.ttf') format('truetype');
}

body{
padding:0px;
margin:0px;
background:url('../images/bg.png');
}
*{
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
a{
text-decoration:none;
}
ul{
list-style:none;
}
p{
margin-bottom:0px;
}
img{
max-width:100%;
}
a:hover, a:focus,a
{
	color:#BB211A;
}
/*----------Header -----------*/
.header_top {
    background: rgba(187, 33, 26, 0.9);
    padding: 17px 0px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.85);
    z-index: 2;
    position: relative;
}
a.social_link {
    background: #fff;
    padding: 6px 0px 2px;
    color: #000;
    width: 30px;
	border-radius: 7px;
    display: inline-block;
    text-align: center;
    margin-top: 14px;	
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
a.social_link:hover{
	color: #BB211A;
}
.header_middle
{
	display:block;
	position: relative;
    z-index: 2;
}
.header_middle .nav>li {
    display: inline-block;
}	
.header_middle .nav {
    text-align: center;
    background: #F9F3ED;
    margin-top: 0px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
}
.header_middle .nav>li a {
    font-family: 'Open Sans', sans-serif;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_middle .nav>li a:hover,.header_middle .nav>li a:focus,.header_middle .nav>li a.active
{
	color: #fff;
	background-color: #c1362f;
}
ul.subMenu {
    text-align: left;
    background: #f9f3ed;
    position: absolute;
    width: 240px;
    padding: 5px 10px 10px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.34);
	transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	visibility:hidden;
	z-index:0;
	opacity:0;
	top:140px;
}
.header_middle .nav>li:hover ul.subMenu
{
	z-index:4;
	visibility:visible;
	opacity:1;
	top:39px;
}
.form-control
{
	font-family: Open sans,sans-serif;
}
ul.subMenu>li>a {
    padding: 5px 10px;
    display: block;
    margin-bottom: 1px;
	text-decoration:none;
}
ul.subMenu>li>a:hover
{
	background: #bb211a;
    color: #fff;
}
.carousel-inner > .item {
	max-height: 560px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}
.slider {
   
    margin-top: -42px;
    z-index: 0;
}
.carousel-control
{
	background:none !important;
	width:auto;
	height:30px;
	box-shadow:none !important;
	opacity:1;
	font-size:60px;
	margin:auto;
}
.carousel-control.left
{
	left:60px;
}
.carousel-control.right
{
	right:60px;
}
h1.custome_members{
	position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    bottom: 0;
    right: 0;
    background: rgba(193, 54, 48, 0.8);
    text-align: center;
    width: 270px;
    margin: auto;
    padding: 16px;
}
.tag_line {
    background: #fff;
    padding: 30px 0px 20px;
    font-family: Arabic Typesetting;
    font-size: 28px;
    text-align: center;
    background-size: 100%;
    background-position: bottom;
}
section
{
	padding:60px 0px;
}
h1.title_section{
    color: #BB211A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
}
h2.title_section{
    color: #BB211A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
}
h1.title_section:after {
    content: '';
    width: 123px;
    height: 3px;
    background:#565656;
    display: block;
    margin: 20px auto 0px;
    border-radius: 10px;
	font-size: 30px;
}
section.first
{
	font-family: Arabic Typesetting;
    font-size: 28px;
}
section.second
{
	background:url('../images/second_bg.png') no-repeat;
	padding:60px 0px;
	background-attachment: fixed;
	background-size:cover;
	position:relative;
}
.challan {
    background: #BB211A;
    padding: 4px 40px;
    border: 0px;
    color: #fff;
    border-radius: 4px;
}
.middle
{
	min-height: 300px;
}
section.second:before
{
	background:rgba(187, 33, 26, 0.9);
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.second h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
	text-align:left;
	font-weight:600;
}
.second label{
	display:block;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:20px;
}
.second p{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.sw_gallery
{
	padding-left:0px;
	margin:0px;
}
.sw_gallery li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
	max-width:33%;
}
span.sw_img_box {
    display: block;
	overflow:hidden;
	max-height:250px;
}
.sw_gallery label{
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#5e5e5e;
	font-weight:600;
}
.gallery_control {
    position: relative;
    width: 200px;
    margin: 0px auto;
}
div#gallery h2 {
    text-align: center;
}
.btn-gallery {
    background: #fff;
    color: #a7a7a7;
    font-family: Open sans,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
    margin: 11px 0px 13px;
}
#news ol.carousel-indicators {
    bottom: -52px;
}
#news .carousel-indicators li.active
{
	background:#BB211A;
}
#news .carousel-indicators li
{
	background:#333;
	border:0px;
    width: 15px;
    height: 15px;
}
.second.team
h2{
    text-align: center;
    position: relative;
}
.team .sw_img_box
{
	width:auto;
	border:0px;
	text-align:center;
	margin-bottom: 10px;
}
.team
span.sw_data_box {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: Open sans,sans-serif;
    font-weight: 600;
}
footer
{
	background:#fff;
	padding:30px 0px;
	display:block;
	color:#BB211A;
	text-align:center;
	font-family: Open sans,sans-serif;
	font-size:14px;
	font-weight:600;
}
.block_grid a,
.content a {
    display: block;
    border: 15px solid rgba(204, 204, 204, 0.64);
    margin-bottom: 20px;
}
.second.team
{
	background-image:url(../images/second_last.png);
}
.gallery.second{
	background:#BB211A;
}

.ua-firefox #myCarousel .carousel-inner
{
	top: -66px;
}
.ua-firefox #myCarousel .carousel-indicators {
    bottom: 80px;
}.ua-firefox .tag_line
{
	margin-top: -66px;
}
.toggleMenu{
display:none;
}
div.inner_banner {
    max-height: 320px;
    overflow: hidden;
	position:relative;
}
div.inner_banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.81);
}
.inner_banner h2 {
    position: absolute;
    bottom: 75px;
    color: #BB211A;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2em;
}
.tag_line_inner
{
	padding:6px 0px;
	background: #fff;
    font-family: Arabic Typesetting;
    font-size: 28px;
    text-align: left;
    background-size: 100%;
    background-position: bottom;
}
.tag_line_inner a
{
	color:#333;
	display:inline-table;
	vertical-align:middle;
	font-size:26px;
	text-decoration:none;
}
.tag_line_inner i {
    display: inline-block;
    font-size: 20px;
    margin-left: 5px;
}
.member
 h2 {
    color: #5e5e5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    margin: 0px;
}
.sw_img_box img {
    height: 180px;
}
.member
.text-right h2
{
	text-align:right;
}
.form-group
{
	margin-bottom: 20px;
}
.exc_box {
    border: 1px solid #42413f;
    padding: 10px;
    background: #fff;
    font-family: Open sans,sans-serif;
    font-size: 14px;
}
.exc_box th,.exc_box td{
	text-align: center;
}

input.btn.btn-contact {
    background: #bb273d;
    color: #fff;
    font-family: Open sans,sans-serif;
    font-size: 16px;
    padding: 10px 7%;
}
.member
label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
	color:#5e5e5e;
}
.member p{
	font-family:Open sans,sens-serif;
	font-size:14px;
}
.member .row
{
	border-bottom: 1px dashed #c5c3c3;
	padding: 10px 0px;
}
.table{
	background: #fff;
    border: 1px solid #ddd;
}


#pagin {
    clear: both;
    padding:0;
    width:auto;
    text-align: center;
    display: block;
    margin:0 auto;
}
#pagin li {
    display:inline-block;
    margin-right:10px;
    list-style: none;
}
#pagin li a {
    display:block;
    color:#717171;
    font:bold 11px;
    padding:0px 15px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    background:#f9f9f9;
    background:-webkit-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-moz-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-o-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-ms-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#e8e8e8',GradientType=0 );
}
.pagination>li>a, .pagination>li>span
{
	 color:#717171;
}
#pagin li a.current{
    color:white;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    background:#BB211A;
    text-decoration:none;
}
#pagin li a:hover {
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    background:#BB211A;
    color: #fff;
    text-decoration:none;
    text-shadow:none;
}
#pagin li a:active,#pagin li a.current:active {
    -webkit-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    -moz-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
}
#pagin li a.current:hover {
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    background:#BB211A;
}
fieldset
{
	background: rgba(255, 255, 255, 0.23);
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #ccc;
}
input[type="file"]
{
	font-size: 14px;
}
.btn
{
	font-family: Open sans,sans-serif;
}
#example1_wrapper .row
{
	padding: 0px;
}
/*#example1 .hindi 
{
	font-family: 'k010';
	font-size: 20px;
}*/
legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: inherit;
    color: #bb211a;
    border: 0;
}
section.first.member.real.text-center {
    margin-bottom: 0px;
    padding: 0px;
}
.exc_box
{
	margin-bottom: 30px;
}
div.dataTables_length label,div.dataTables_filter label
{
	font-size: 16px;
}
input.payu_custome {
    background: url('../images/payu.png') no-repeat;
    font-size: 0px;
    padding: 23px 103px;
    background-size: 100% 100%;
    border: 0px;
    box-shadow: none;
}
table.table-bordered tbody td
{
	position: relative;
}
.cmem{
	margin-left: 5px;
}
table.table-bordered tbody tr .btn-edit
{
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	position: absolute;
	left: 12px;
	top: 7px;
}
.mrt5
{
	margin-top: 5px;
}
table.table-bordered tbody tr:hover .btn-edit
{
	opacity: 1;
	visibility: visible;
	z-index: 0;
}

@media(min-width:1024px)
{
.header_middle .nav>li>a{
padding:10px 40px;
}
}
@media(max-width:1024px)
{
	.header_middle .nav > li a
	{
		font-size:12px;
	}
	a.social_link
	{
		width: 24px;
		padding:2px 0px;
	}
	.tag_line
	{
		font-size:20px;
	}
	h1.title_section::after
	{
		height: 2px;
		margin: 13px auto 0;
    	width: 85px;
	}
	h1.title_section
	{
		font-size:20px;
		margin:0px;
	}
	section.first{ font-size:24px;}
	.second h2
	{
		font-size:20px;
	}
	.second label
	{
		font-size:14px;
		font-weight:600;
	}
	.second p
	{
		font-size:12px;
	}
	.sw_gallery label,.team span.sw_data_box,footer
	{
		font-size:12px;
	}
	.btn-gallery
	{
		padding: 4px 16px;
		font-size: 12px;
	}
	.carousel-control
	{
		font-size:30px;
	}
	div#gallery h2
	{
		margin-top:0px;
	}
	.member label
	{
		font-size: 16px;
	}
}
@media(max-width:800px)
{
	.gallery_control
	{
		height: 36px;
    	margin: 0 auto 20px;
	}

	.second
	{
		text-align:center;
	}
	.second h2{
		text-align:center;
	}
	.header_top
	{
		text-align:center;
		background:#bb211a;
	}.header_top .text-right{
	text-align:center;
	}
	#gallery .item .col-sm-4
	{
		margin-bottom:10px;
	}
	.slider
	{
		margin-top:0px;
	}
	.ua-firefox #myCarousel .carousel-inner
	{
		top:-38px;
	}
	.ua-chrome .slider
	{
		margin-top:-38px;
	}
	body{
		overflow-x:hidden;
	}

}
@media(max-width:640px)
{
	.header_middle .nav > li a
	{
		font-size:10px;
		padding:10px 9px;
	}
	
}
@media(max-width:480px)
{
	body{
	overflow-x:hidden;
	}
	.toggleMenu
	{
		display:block;
		background: #f9f3ed none repeat scroll 0 0;
    	border-radius: 0 0 10px 10px;
		padding: 8px 15px;
		cursor:pointer;
	}
	.nav{
		display:none;
		width: 93.2%;
		position:absolute;
	}	
	.ua-firefox #myCarousel .carousel-inner{ bottom:38px;}
	#myCarousel img{
		 max-width: 800px;
	}
	.toggleMenu.active{
		border-radius:0px;
	}
	
	.header_middle .nav > li a
	{
		 padding: 10px 17px;
	}
	.header_middle .nav>li ul.subMenu
	{
		top:0px !important;
		width:100%;
		padding:0px;
		border-radius:0px;
	}
	.header_middle .nav > li:hover .subMenu
	{
		position:relative;
		top:0px;
	}
	.header_middle .nav > li
	{
		display:block;
		text-align:left;
	}
	#myCarousel img
	{
		width:auto;
		height:300px;
	}
	.inner_banner h2
	{
		bottom: 132px;
		font-size: 20px;
	}
}
@media(max-width:360px)
{
	.exc_box
	{
		overflow-x:scroll;
		max-height: 450px;
		overflow-y:scroll;
	}
}
marquee {
    color: #bb211a;
}
input#toggle {
    margin-left: 20px;
    margin-top: 0px;
}
label[for='toggle'] {
    margin-top: -5px;
    /* line-height: 9px; */
    margin-bottom: 0px;
    vertical-align: middle;
    margin-left: 5px;
    color: #c13630;
}
.activity h3{
text-align:left;
}
.activity ul{
	float:left;
	text-align:left;
	list-style:circle;
}
.exb_box {
    background: #fff;
    padding: 20px 40px;
    border-radius: 22px;
    box-shadow: 0px 0px 5px #ccc;
}
.exb_box label {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}