/******************** Global Style Start *************************/
body {
	color: #000000;
	font-size: 15px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
.full {
	width: 100%;
	float: left;
}
a, a:focus {
	outline: none;
	text-decoration: none !important;
}
a:hover {
	color: #00b3e0;
}
strong {
	font-weight: 700;
}
.form-control {
	font-size: 14px;
	border-radius: 0;
	box-shadow: none !important;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
.btn-lg {
	font-size: 13px;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 22px;
}
.btn-primary {
	background: rgb(0,52,111);
	background: -moz-linear-gradient(top, rgba(0,52,111,1) 0%, rgba(3,146,213,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,52,111,1) 0%, rgba(3,146,213,1) 100%);
	background: linear-gradient(to bottom, rgba(0,52,111,1) 0%, rgba(3,146,213,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00346f', endColorstr='#0392d5', GradientType=0 );
	border-color: #0392D5 !important;
	box-shadow: 2px 2px 20px #827f7f;
}
.btn-info {
	background-color: #00b3e0;
	border-color: #00b3e0;
}
h2 {
	margin-top: 0;
	text-transform: uppercase;
}

.err{
	color:#F00;	
}
/* Global Style End */

/* Header Style Start */
header {
	width: 100%;
	float: left;
}
.top {
	width: 100%;
	float: left;
	padding: 8px 0;
	background: #000000;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.top a {
	color: #ffffff;
}
.top_left {
    float: left;
    padding: 6px 0;
}
.top_right {
	float: right;
}
.navbar {
	width: 100%;
	float: left;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.navbar-brand {
	height: auto;
	padding: 12px 15px;
}
.navbar-brand img {
	height: 135px;
	transition: all ease-in-out 0.5s;
}
.navbar-nav {
	margin: 0;
	padding: 40px 0 0 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-inverse .navbar-nav>li>a {
	text-transform: uppercase;
	color: #393a39 !important;
	padding: 0 8px;
	font-weight: 700;
	font-size: 13px;
	background-color: transparent !important;
	transition: all ease-in-out 0.3s;
}
.navbar-inverse .navbar-nav>li:last-child a {
	padding-right: 0;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li.active a, .navbar-inverse.top-nav-collapse .navbar-nav>li>a:hover, .navbar-inverse.top-nav-collapse .navbar-nav>li.active a {
	color: #0392d5 !important;
	transition: all ease-in-out 0.5s;
}
.navbar-fixed-top {
    top: 46px;
    transition: all ease-in-out 0.5s;
}
.navbar-fixed-top.top-nav-collapse {
	background: rgba(0,0,0,0.85);
	top: 0;
	transition: all ease-in-out 0.5s;
}
.navbar-inverse.top-nav-collapse .navbar-nav>li a {
	color: #ffffff !important;
}
.top-nav-collapse .navbar-brand img {
	height: 100px;
	transition: all ease-in-out 0.5s;
}
/* Submenu Style Start*/
.nav li ul {
	list-style-type: none;
}
.nav li ul {
    position: absolute;
    margin: 0;
    left: 0 !important;
    right: auto !important;
    display: none;
    z-index: 99;
    width: 215px;
    padding: 0 0;
    float: left;
}
.nav li:hover ul {
	display: block;
}
.nav li ul li {
	float: left;
	width: 100%;
	text-align: left;
	padding: 8px 0;
	background: #004694;
	border-bottom: 1px #033267 dashed;
	transition: all ease-in-out 0.5s;
}
.nav li ul li:hover {
	background: #033267;
	transition: all ease-in-out 0.5s;
}
.nav li ul li:last-child {
	border-bottom: none;
}
.nav li ul li a {
    width: 100%;
    float: left;
    color: #ffffff !important;
    font-size: 14px;
    padding: 0 10px;
    background-color: transparent !important;
}
.navbar-inverse .navbar-nav>li.active ul li a {
	color: #ffffff !important;
}
/* Header Style End  */

/* Banner Style Start */
.banner {
    width: 100%;
    float: left;
    position: relative;
    color: #000000;
    text-align: center;
    background: url(../images/bannerbg1.jpg) no-repeat center top;
    background-size: cover;
    padding: 160px 0 80px 0;
}
.banner h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 68px;
	text-shadow: 1px 6px 0 #000;
	color: #fff;
}
.banner h1 small {
	color: #000000;
	font-weight: 200;
	font-size: 28px;
	text-shadow: none;
}
.banner_text {
	width: 100%;
	float: left;
}
.homebanner {
    width: 100%;
    float: left;
    background: url(../images/bannerbg1.jpg) no-repeat center;
    background-size: cover;
    height: 620px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	text-shadow: 1px 6px 0 #000;
}
.homebanner_text {
	width: 100%;
	height: 100%;
	display: table;
}
.homebanner_text h1 {
	font-size: 74px;
	font-weight: 700;
	margin: 0;
}
/* Banner Style End */

/* Body Style Start */
.body {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.body h2 {
	font-size:40px;
	font-weight:700;
	color:#0392d5;
}
.about {
	width: 100%;
	float: left;
	padding: 40px 0 80px 0;
	font-family: 'Montserrat', sans-serif;
	color: #414141;
	position: relative;
	background: url(../images/aboutbg.png) no-repeat center fixed;
	background-size: cover;
}
.about:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/abouutbottomshape.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 37px;
}
.about h2 {
	font-size: 34px;
	margin-bottom: 15px;
	color: #003047;
	font-weight: 900;
}
.left_about {
	width: 44%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/leftaboutimg.png) no-repeat right;
	background-size: cover;
	height: 734px;
}
.right_about {
	width: 50%;
	float: right;
	padding: 190px 0;
}
.about_box {
    width: 100%;
    float: left;
    color: #ffffff;
    background: url(../images/block1.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    font-size: 18px;
    min-height: 320px;
    box-shadow: 3px 3px 10px #97979a;
	margin:15px 0;
}
.col-md-4:nth-child(even) .about_box {
	background: url(../images/block2-bg.jpg) no-repeat center;
    background-size: cover;
}
.about_box h3 {
	margin-top:0;
	text-transform:uppercase;
	font-size:34px;
	font-weight:700;
}
/* Service Style End */

/* Member Style Start */
.member {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	background: #cdced0;
}
.member_left {
	width: 100%;
	float: left;
	padding: 76px 0;
}
.member_left h2 {
	color: #4f555f;
	font-size: 68px;
	font-weight: 900;
}
.member_left h2 small {
	color: #4f555f;
	font-weight: 300;
	font-size: 56px;
}
.member_right {
	width: 100%;
	float: left;
}
.pre_member {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    min-height: 105px;
}
.pre_left {
	float:left;
}
.pre_right {
	float:right;
}
.pre_member h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
}
.membership-price {
    width: 100px;
    float: right;
    text-align: center;
    height: 41px;
    padding: 4px 10px;
    font-size: 24px;
    background-color: #fff;
    color: #000;
    border-radius: 34px;
}
.pre_memberbig {
	min-height:560px;
}
.premium_mebership {
	width:100%;
	float:left;
	padding:30px;
	background:url(uploads/premiummembership/Premium-Membership-BG.jpg) no-repeat center;
	background-size:cover;
	margin-bottom:15px;
}
.pre-float-left {
    float: left;
    font-size: 18px;
}
.pre-float-left h1 {
    font-size: 50px;
    color: #fff;
    margin-top: 0;
}
.pre-float-right {
    float: right;
    margin-top: -55px;
}
.value_tag {
    display: inline-block;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 28px;
    margin-top: -55px;
}
.value_tag h1 {
	margin:0;
	font-size:70px;
	color:#00aeef;
}
/* Member Style End */


/* Testimonial Style Start */
.testimonial {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: url(../images/testimonialbg.jpg) no-repeat center fixed;
	background-size: cover;
	color: #ffffff;
}
.testimonial h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}
.testimonial_box {
	width: 100%;
	float: left;
	background: #ffffff;
	text-align: center;
	padding: 40px 30px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	border-radius: 20px;
	margin: 20px 0;
}
.member_info {
	width: 100%;
	float: left;
	text-align: center;
}
.member_info span img {
	border-radius: 50%;
	height: 130px;
}
.member_info h3 {
	color: #0095e2;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 5px;
}
.testimonial .carousel-inner .item {
	opacity: 0.1;
	transition-property: opacity;
}
.testimonial .carousel-inner .active {
	opacity: 1;
}
.testimonial .carousel-inner .active.left, .testimonial .carousel-inner .active.right {
	left: 0;
	opacity: 0.1;
}
.testimonial .carousel-inner .next.left, .testimonial .carousel-inner .prev.right {
	opacity: 1;
}
/* Testimonial Style End */

/* Event/Contact Style Start */
.event {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: url(../images/eventbg.png) no-repeat center;
	background-size: cover;
}
.event_sec {
	width: 100%;
	float: left;
}
.event_sec h2 {
	color: #0c4d7b;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 20px;
}
.event_part {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.event_pic {
	width: 100%;
	float: left;
	height: 425px;
	overflow: hidden;
	position: relative;
}
.event_pic span img {
	height: auto;
	width: 100%;
}
.event_caption {
	width: 100%;
	float: left;
	color: #ffffff;
	background: rgba(0,132,255,0.75);
	padding: 25px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.event_caption h3 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
}
.event_caption p:last-child {
	margin: 0;
}
.contact_sec {
	width: 100%;
	float: left;
	margin: 0 0 -85px 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background: #09426a;
	padding: 30px 25px;
	font-family: 'Montserrat', sans-serif;
}
.contact_sec h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 20px;
}
.contact_sec a {
	color: #ffffff;
}
.contact_right {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
/* Event/Contact Style End */

/* Work Style Start */
.work {
	width: 100%;
	float: left;
	padding: 100px 0 0 0;
	color: #ffffff;
	background: url(../images/workbg.jpg) no-repeat center;
	background-size: cover;
}
.work h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 20px;
}
.partner {
	width: 100%;
	float: left;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 20px;
	margin-top: 50px;
	margin-bottom: -65px;
	position: relative;
	z-index: 9;
	box-shadow: 0px 2px 16px #ccc;
}
.partner a img {
	height:120px;
}
.foo2 {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
/* Work Style End */

.left_member {
	width: 100%;
	float: left;
	margin:15px 0;
}
.right_member {
	width: 100%;
	float: left;
	margin:15px 0;
}
.right_member h3 {
	margin-bottom:85px;
}
.left_member a, .right_member a {
	padding:0 8px;
}
.member_box {
    width: 100%;
    float: left;
    height: 300px;
    overflow-y: auto;
    background: #fff;
    padding: 15px;
}
.contact_dvtn {
	width: 100%;
    float: left;
	position:relative;
	padding-left:30px;
	margin-bottom:10px;
}
.contact_dvtn span {
	position:absolute;
	left:0;
	top:0;
}
.sponsor_box {
	width:33.3%;
	float:left;
	padding:20px 15px;
	height:320px;
}
.sponsor_box1 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(137,137,137,1) 29%, rgba(76,76,76,1) 92%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(137,137,137,1) 29%,rgba(76,76,76,1) 92%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(137,137,137,1) 29%,rgba(76,76,76,1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4c4c4c',GradientType=0 );
}
.sponsor_box2 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(185,153,34,1) 21%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(185,153,34,1) 21%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(185,153,34,1) 21%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b99922',GradientType=0 );
}
.sponsor_box3 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 21%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(190,190,190,1) 21%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(190,190,190,1) 21%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebebe',GradientType=0 );
}
.sponsor_tag {
	padding:8px 20px;
	font-size:22px;
	text-transform:capitalize;
	font-weight:700;
	margin: 30px 0;
    display: inline-block;
	box-shadow: 2px 3px 5px #444242;
}
.sponsor_box1 .sponsor_tag {
    background: #c6c6c6;
    color: #5b4b4c;
}
.sponsor_box2 .sponsor_tag {
    background: #615629;
    color: #ffae04;
}
.sponsor_box3 .sponsor_tag {
    background: #d3d3d3;
    color: #000000;
}
/* Footer Style Start */
.home_footer {
	padding: 115px 0 40px 0;
}
footer {
	width: 100%;
    float: left;
    padding: 40px 0;
    color: #000000;
    font-size: 14px;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
    background: url(../images/footerbg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
footer a {
	color: #000000;
	padding: 0 20px;
	transition: all ease-in-out 0.2s;
	
}
footer a img {
	height: 38px;
}
/* Footer Style End */

#livesearch1 {
	width:450px;
	height:auto;
	position:absolute;
	background:#3d3d3d;
	margin-top:35px;
	z-index: 9;
}
#livesearch1 a {
	width:100%;
	float:left;
	color:#ffffff;
	padding:0 15px;
	margin:0 0 10px 0;
}
#livesearch1 br {
	display:none;
}
#livesearch1 a:first-child{
	margin-top:10px;
}
#livesearch2 {
	width:450px;
	height:auto;
	position:absolute;
	background:#3d3d3d;
	margin-top:35px;
}
#livesearch2 a {
	width:100%;
	float:left;
	padding:0 15px;
	color:#ffffff;
	margin:0 0 10px 0;
}
#livesearch2 br {
	display:none;
}
#livesearch2 a:first-child{
	margin-top:10px;
}


marquee img{
	height:200px;
	margin:5px;
}
.modal-backdrop{
	display:none;
}
.modal {
    background: rgba(0,0,0,0.5);
}


/* Iintro Member Style End */
.intro_member {
	width: 100%;
	float: left;
	background: #00b3e0;
	color: #ffffff;
	padding: 40px 0;
	font-family: 'Montserrat', sans-serif;
}
.intro_member h2 {
	font-size: 48px;
	font-weight: 900;
}
.member_pic {
	height: 270px;
	overflow: hidden;
	background: #cccccc;
	text-align: center;
	border: 10px #fff solid;
	border-radius: 22px;
}
.member_pic_in {
	width:100%;
	height:100%;
	display:table;
}
/*.member_pic span img {
	height: 280px;
	width: auto;
	max-width: none;
}*/
.slider_sec {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
	padding: 0 32px;
}
.marquee {
	margin: 0 auto;
}
.marquee .owl-item {
	overflow: hidden;
}
.marquee .owl-controls .owl-prev {
	width: 25px;
	height: 31px;
	float: left;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 45%;
	background: url(../images/previcon.png) no-repeat center;
	color: transparent;
	cursor: pointer;
}
.marquee .owl-controls .owl-next {
	width: 25px;
	height: 31px;
	float: left;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 45%;
	background: url(../images/nexticon.png) no-repeat center;
	color: transparent;
	cursor: pointer;
}
.marquee .owl-item img {
	-webkit-transform-style: preserve-3d;
	border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 0;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	display: block;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* Slider Photos Style End */

/* Event Style Start */
.event {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: url(../images/eventbg.jpg) no-repeat center;
	background-size: cover;
	color: #ffffff;
}
.left_event {
	width: 20%;
	float: left;
	margin: 15px 0;
	background: #107bbf;
	padding: 25px 15px 0 15px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 14px #232121;
	text-transform: uppercase;
}
.left_event h3 {
	font-size: 38px;
	font-weight: 700;
	margin-top: 0;
}
.left_event h3 span {
	font-size: 36px;
	font-weight: 300;
}
.left_event h4 {
	margin: 0;
	font-weight: 300;
	font-size: 22px;
	padding: 25px 0;
	background: #0c68a2;
}
.right_event {
	width: 78%;
	float: left;
	margin: 15px 0 15px 2%;
	padding: 25px 20px;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	min-height: 215px;
}
.right_event h2 {
	font-size: 44px;
	font-weight: 700;
}
/* Event Style End */

/* Intro Style Start */
.intro {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: url(../images/introbg.jpg) no-repeat center fixed;
	background-size: cover;
}
.intro_in {
	width: 100%;
	float: left;
}
.intro_part {
	width: 49%;
	float: left;
	position: relative;
	margin: 0.5%;
}
.intro_big_pic {
	width: 100%;
	float: left;
	height: 575px;
	overflow: hidden;
	text-align: center;
	background: #000000;
}
.intro_big_pic img {
	height: 585px;
	width: auto;
	max-width: none;
}
.intro_caption {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	padding: 20px;
	color: #ffffff;
	font-size: 13px;
}
.intro_caption p:last-child {
	margin: 0;
}
.intro_small_pic {
	width: 100%;
	float: left;
	height: 282px;
	overflow: hidden;
	text-align: center;
	background: #000000;
}
.intro_small_pic img {
	height: 292px;
	width: auto;
	max-width: none;
}
/* Intro Style End */


/**** Team Sec Start ****/
.team_sec {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: url(images/teambg.jpg) no-repeat center fixed;
	background-size: cover;
	color: #ffffff;
}
.team_sec h2 {
	text-transform: uppercase;
	font-size: 40px;
}
.left_team {
	width: 100%;
	float: left; 
}
.right_team {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.team_part {
	width: 280px;
	float: left;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	margin: 15px 0;
	height: 300px;
}
.team_cap {
	width: 100%;
	float: left;
	padding: 12px 15px;
	text-align: center;
	position: absolute;
	top: 79%;
	left: 0;
	right: 0;
	font-size:11px;
	height:65px;
	transition:all ease-in-out 0.5s;
}
.team_cap p{
	margin:0;
	opacity:0;
}
.team_part:hover .team_cap{
	height:100%;
	transition:all ease-in-out 0.5s;
	top: 0;
}
.team_part:hover .team_cap p{
	opacity:1;
}
.inner_team {
    width: 100%;
    float: left;
    background: #ccf5ff7a;
    padding: 11px;
    border-radius: 17px;
    margin-top: 12px;
}

.inner_team .team_part {
    height: 250px;
    max-width: 260px;
	float:left !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
/**** Team Sec End ****/


/* Information Style Start */
.information {
	width: 100%;
	float: left;
	padding: 40px 0;
	color: #ffffff;
	background: url(../images/infobg.jpg) no-repeat center fixed;
	background-size: cover;
}
.information h2 {
	font-size: 40px;
	font-weight: 700;
	color: #00b3e0;
}
.info_box {
	width: 33.3%;
	float: left;
	padding: 35px 20px;
	text-align: center;
	border: 1px #b0e9ff solid;
}
.info_box h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.info_box_in {
	width: 100%;
	float: left;
	height: 200px;
	display: table;
}
.info_box:first-child {
	border-left: none;
	border-top: none;
	border-right: none;
}
.info_box:nth-child(2), .info_box:nth-child(3) {
	border-top: none;
	border-right: none;
}
.info_box:nth-child(4) {
	border: none;
}
.info_box:nth-child(5), .info_box:nth-child(6) {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.info_box:nth-child(7), .info_box:nth-child(12) {
	border-left: none;
	border-bottom: none;
	border-right: none;
}
.info_box:nth-child(8), .info_box:nth-child(9) {
	border-bottom: none;
	border-right: none;
}
.info_box:nth-child(10), .info_box:nth-child(11) {
	border-bottom: none;
	border-left: none;
}
.information .carousel {
	padding: 0 60px;
}
.information .carousel-control {
	width: 25px;
	opacity: 1;
	background-image: none !important;
}
.information .carousel-control .icon-next, .information .carousel-control .icon-prev {
	width: 25px;
	height: auto;
}
.information .carousel-inner .item {
	opacity: 0.1;
	transition-property: opacity;
}
.information .carousel-inner .active {
	opacity: 1;
}
.information .carousel-inner .active.left, .information .carousel-inner .active.right {
	left: 0;
	opacity: 0.1;
}
.information .carousel-inner .next.left, .information .carousel-inner .prev.right {
	opacity: 1;
}
/* Information Style End */

/* FAq Style Start */
.rotate{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  transform: rotate(180deg);    
}
.panel-primary {
    border-color: #f2f2f2;
}
.panel-primary>.panel-heading {
    background-color: #2b3991;
    border-color: #2b3991;
    color: #fff;
}
.panel-primary>.panel-heading a {
	color:#ffffff;
}
.panel-title {
    font-size: 22px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 700;
}
.panel-primary .panel-default .panel-title {
    font-size: 17px;
    color: #2b3991;
}
/* FAq Style End */

.staff_sec {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    background: #ccf5ff;
    border: 1px #03ade7 solid;
    min-height: 380px;
    margin: 15px 0;
}
.staff_sec span img {
	height:120px;
	margin-bottom:15px;
}
h3.bg-info {
	margin: 0;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: 700;
    background: #0392d5;
    color: #fff;
}

/* Footer Style Start */
footer {
	width: 100%;
	float: left;
	background: #242424;
	color: #ffffff;
	font-size: 14px;
	background: url(../images/footerbg.jpg) no-repeat center;
	background-size: cover;
	letter-spacing: 2px;
	padding: 30px 0 20px 0;
	font-weight: 300;
}
footer a {
	color: #ffffff;
	    font-size: 13px;
}
.footer_part {
    width: 100%;
    float: left;
    margin: 15px 0;
    border-left: 2px #ffffff dotted;
    padding: 0 50px;
    min-height: 275px;
    text-align: left;
}
.col-md-4:first-child .footer_part {
	border: none;
}
.footer_part h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
.footer_part ul {
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
}
.footer_part ul li {
	list-style-image: url(../images/liicon.png);
	margin-bottom: 12px;
}
.footer_part ul li:last-child {
	margin: 0;
}
.footer_in {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 30px;
	margin-bottom: 18px;
}
.footer_in span {
	position: absolute;
	left: 0;
	top: 2px;
}
/* Footer Style End */

/* MEDIA */
@media(max-width:1199px) {
.navbar-inverse .navbar-nav>li>a {
    padding: 0 14px;
}
.homebanner {
	height: 550px;
}
.left_about {
	width: 50%;
}
.right_about {
	padding: 140px 0;
}
.member_left {
	padding: 40px 0;
}
.member_left h2 {
	font-size: 52px;
}
.member_left h2 small {
	font-size: 43px;
}
.left_event h4 {
	font-size: 20px;
}
.right_event {
	min-height: 211px;
}
.intro_in {
	max-width: 570px;
	float: none;
	margin: 0 auto;
}
.intro_part {
	width: 100%;
	margin: 15px 0;
}
.info_box {
	padding: 20px;
}
.info_box_in {
    height: 250px;
}
.pre_member h3 {
    font-size: 18px;
}
.membership-price {
    height: 35px;
    font-size: 20px;
}
}
@media(max-width:991px) {
.top_left {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.top_right {
	width: 100%;
	text-align: center;
}
.navbar-brand img {
	height: 100px;
}
.navbar-fixed-top {
    top: 86px;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 0 6px;
    font-size: 13px;
	color:#ffffff !important;
}
.banner {
    margin: 0;
	padding: 130px 0 80px 0;
}
.banner_text {
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	box-shadow: 0 0 10px #b1afaf;
}
.banner h1 {
	font-size: 50px;
}
.banner h1 small {
	font-size: 40px;
}
.homebanner {
	height: 420px;
}
.homebanner_text h1 {
	font-size: 50px;
}
.left_about {
	display: none;
}
.right_about {
	padding: 0;
	width: 100%;
}
.member_left {
	padding: 0;
}
.member {
	padding: 40px 0;
}
.left_event {
	width: 100%;
}
.right_event {
	min-height: auto;
	width: 100%;
	margin: 15px 0;
}
.info_box {
	width: 50%;
	border: 1px #b0e9ff solid !important;
}
.pre_memberbig {
    min-height: auto;
}
.pre_member {
    min-height: auto;
}
}
@media(max-width:767px) {
.banner {
    padding: 50px 0;
}
.banner h1 {
	font-size: 40px;
}
.banner h1 small {
	font-size: 30px;
}
.our_mission h2, .body h2, .testimonial h2, .contact_sec h2, .event_sec h2, .work h2 {
	font-size: 28px;
}
.navbar-fixed-top {
	top: 0;
	position: relative;
	background: #111 !important;
}
.navbar-brand {
	padding: 5px 0;
}
.navbar-brand img, .top-nav-collapse .navbar-brand img {
	height: 85px;
}
.navbar-nav {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav>li>a {
	padding: 5px 15px;
	width: 100%;
	float: left;
	border: none !important;
}
.navbar-toggle {
	float: right;
	border: none;
	background-color: #0392d5 !important;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 30px;
	padding: 10px 6px;
}
.nav li ul {
	position: relative;
	margin: 0 0 0 0;
	display: block;
	z-index: 100;
	padding: 10px 30px;
	width: 100%;
	float: right;
}
.homebanner {
	height: auto !important;
	padding: 50px 0;
}
.homebanner_text h1 {
	font-size: 42px;
}
.member_left h2 {
	font-size: 40px;
}
.member_left h2 small {
	font-size: 33px;
}
.right_event h2, .intro_member h2, .information h2, .body h2 {
	font-size: 32px;
}
.intro_big_pic {
	height: 282px;
}
.intro_caption {
	position: relative;
}
.info_box {
	width: 100%;
	border: 1px #b0e9ff solid !important;
	margin: 15px 0;
	padding: 20px;
}
.info_box_in {
	height: auto;
}
.information .carousel {
	padding: 0;
}
.information .carousel-control {
	display: none;
}
.footer_part {
	border: 2px #ffffff dotted !important;
	padding: 15px;
	min-height: auto;
}
.about_box {
    min-height: auto;
}
.staff_sec {
	min-height:auto;
}
.pre-float-left {
    width: 100%;
}
.pre-float-left h1 {
    font-size: 32px;
}
.value_tag h1 {
    font-size: 50px;
}
.pre-float-right {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
}
@media(max-width:580px) {
.marquee .item {
	max-width: 300px;
	float: none;
	margin: 0 auto;
}
}
@media(max-width:520px) {
.top {
	font-size: 10px;
}
.homebanner_text h1 {
	font-size: 32px;
}
.left_event h3 {
	font-size: 30px;
}
.left_event h3 span {
	font-size: 28px;
}
.right_event h2, .intro_member h2, .information h2, .member_left h2, .body h2, .about h2 {
	font-size: 28px;
}
.member_left h2 small {
	font-size: 23px;
}
}
/*  MEDIA */
