body {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#333;
}

html, body{height:100%;}

.text-primary {
	color: #fff;
}
a, a:hover{
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	text-decoration:none;
}
a {
	color: #0071b1;
	
}
a:hover {
	color: #fec503;
	text-decoration:none;

}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 700
}
.img-centered {
	margin: 0 auto
}

.btn-primary {
	color: #fff;
	background-color: #fed136;
	border-color: #fed136;
	text-transform: uppercase;
	font-weight: 700
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #fed136;
	border-color: #fed136
}
.btn-primary .badge {
	color: #fed136;
	background-color: #fff
}

.navbar-default {
	background-color:none;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fed136;
	width:111px;
	height:105px;
	background:url(../img/logo.png) no-repeat left top;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #0071b1;
	border-color: #0071b1
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #333333;
	border-color: #333333;
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	font-size:13px;
	margin-right:5px;
}

.navbar-default .nav li a.btn-login{padding:15px 12px; color:#fff !important;}
.navbar-default .nav li a.btn-login:hover{background-color:#0071b1; color:#fff !important;}
.navbar-default.navbar-shrink .nav li a.btn-login{padding:10px 12px; margin-top:0;}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	border-radius:3px;
	background:#ffc423;
	color:#161656 !important;
	outline: 0;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	border-radius:3px;
	background:#ffc423;
	color:#161656 !important;
}
.navbar-default.navbar-shrink{height:60px;}
.navbar-default.navbar-shrink .nav li a {color: #282828; padding-top:10px; padding-bottom:10px;}
.navbar-default.navbar-shrink .nav li a:hover, .navbar-default.navbar-shrink .nav li a:focus{color:#0071b1;}
@media (min-width:768px) {
.navbar-default {
	padding:10px 0;
	border: 0;
	margin-bottom:0;
}
.navbar-default .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.navbar-default .navbar-nav>.active>a {
	border-radius:3px;
	background:#ffc423;
	color:#161656 !important;
}
.navbar-default.navbar-shrink {
	background-color: #fff;
	padding: 10px 0;
	box-shadow:3px 3px 3px #c5c5c5;
}

.navbar-default.navbar-shrink .navbar-brand {
	width:45px;
	height:43px;
	background:url(../img/logo-small.png) no-repeat left top;
	margin-left:0;
}

.navbar-right{margin-right:0;}

.testimonials .carousel-indicators{bottom:-30px;}
}


.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0
}

::-moz-selection {
text-shadow:none;
background:#0071b1;
color:#fff;
}
::selection {
	text-shadow: none;
	background: #0071b1;
	color:#fff;
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}
body {
	webkit-tap-highlight-color: #0071b1
}


.wrapper
{
	max-width: 1200px;
	margin: 0 auto;
}

/*-------product section-------*/


.background
{
	
	background:url(../img/banner/2.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float: left;
	width: 100%;
	padding:80px 0;
	position:relative;
	
}

.background:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.9);
}


.mid-sec{
	margin-top:30px;
}


.btn-login{
	background:#8ac53b;
	/*border:1px solid #fff;*/
	font-size:15px;
	color:#fff;
	font-weight:300;
	padding:5px 12px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-webkit-border-radius:3px; 
  -moz-border-radius:3px; 
  border-radius:3px; 
  margin-left:10px;
}
.btn-login:hover{background:#0071b1; color:#fff;-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;}


.btn-primary {
	color: #fff;
	background-color: #8ac53b;
	border-color: #8ac53b;
	border-radius:3px;
	font-weight:400;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0071b1;
	border-color: #0071b1
}
.btn-primary:hover {
	color: #fff;
	background-color: #0071b1;
	border-color: #0071b1;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.forminput{display:block;}
.forminput input, .forminput textarea{
	height:45px;
	background-color:transparent;
	border:1px solid rgba(255,255,255,0.5);
	color:#ddd;
	font-weight:300;
}

.forminput textarea{resize:none; height:115px;}
.forminput .input-group-addon{
	background-color:transparent;
	border:1px solid rgba(255,255,255,0.5);
	border-right:0;
}
.forminput .input-group-addon i{font-size:20px; color:#cecece}
.forminput .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cecece;
}
.forminput .forminput .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #cecece;

}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #cecece;

}
.forminput .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #cecece;
}
.btn-submit{
	width:100%;
	text-align:center;
	background-color:#8ac53b;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	padding:12px;
}
.btn-submit:hover{
	background:#0071b1;
	color:#fff;
}

section{padding:20px 0;}

.about_text{
	float:left;
	margin:20px 0;
	width:100%;
}


.about_text h2{
 color: #161656;
 font-weight:500;
 margin-bottom:15px;
}
.about_text a{
 color: #8ac53b;
 font-weight:400;
 /*margin-bottom:15px;*/
 display:inline-block;
font-size:15px;
padding-top:15px;
}
.about_text a:hover{
	color:#0071b1;
}

.about_text p{
 /*color:rgba(122,122,122,1.00);*/
 font-size:15px;
 /*font-weight:300;*/
 text-align: justify;
 line-height: 24px;
}
.about_text ul{
    padding: 0;
    margin: 0;
    
}
.about_text li{
    padding: 0 0 0 5px;
        line-height:24px;
    font-size: 15px;
    margin-left: 30px;
    
}


.list_box{
background:#fff;
border-radius:3px;
-webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
-ms-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
padding:0 0px;
margin:15px 0;

}

.list_img{
	position:relative;
}

.list_img img{
		width:100%;
		display:block;
		border-radius:3px 3px 0 0;
	}
	
	@media only screen and (min-width : 481px) {
  .flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	 -webkit-flex-wrap: wrap;
	     -ms-flex-wrap: wrap;
	         flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
  }
}

	.flex-row .thumbnail,
.flex-row .caption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;

}
.caption .list_info{padding:15px 0 0 0;}
.caption .list_box{margin:0;}

.list_info{
	padding:15px 10px;
	display:block;
	
}

.list_info a{
	color:#333333;
	font-weight:500;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list_info h3{
	color:#333333;
	font-weight:500;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
	display:block;
}

.list_info span{
	color:#606060;
	font-size:15px;
	font-weight:300;
	display:block;
	margin-bottom:3px;
}
.list_info span strong{font-weight:400;}

.user-div .list_img{
	height:220px;
	overflow:hidden;
}
.user-div .list_img img{
	height:100%;
	object-fit:cover;
}

.bg_mid_gry{
	background:#f1f1f1;
}

.gallery_box{
	background:#fff;
	border-radius:3px;
	-webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
	padding:0 0px;
	margin:15px 0;
	position:relative;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
	z-index:1;


}
.gallery_box .gallery-img{
	height:300px;
	overflow:hidden;
}
.gallery_box .gallery-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.gallery_box .gallery-content{
	position:absolute;
	bottom:0;
	padding:10px;
	background:rgba(255,196,35,0.9);
	left:0;
	right:0;
}
.gallery_box .gallery-content a{
	color:#161656;
	font-size:16px;
	font-weight:500;
	margin:0;
	display:block;
}
.gallery_box:hover{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
	position:relative;
	z-index:2;
}


ul.addr{
	display:block;
	margin:0;
	padding:0 0 15px 0;
	width:100%;
	float:left;
}
ul.addr li{
	font-size:16px;
	color:#cecece;
	font-weight:400;
	display:block;
	margin:10px 0;
	padding-left:30px;
	position:relative;
	width:100%;
	float:left;
}
ul.addr i{
	position:absolute;
	top:3px;
	left:0;
}
ul.addr li:first-child{margin-top:0;}

.form-main{
	width:100%;
	float:left;
}


.last-footer{background:#eee; display:block; padding:15px 0; width:100%; float:left; border-top:1px solid #cccccc;}

span.copyright {
	font-size:15px;
	text-transform: none;
	color:#6d6d6d;
}
ul.quicklinks {
	text-transform: uppercase;
	text-transform: none;
	margin:0;
}
ul.quicklinks li a{
	color:#6d6d6d;
	font-size:15px;
}
ul.quicklinks li a:hover{color:#0071b1;}

/*---------profile page after login css-------*/
.navigation{
	float:right;
}
.navbar-custom-menu{float:right;}
.navbar-custom-menu .navbar-nav>li>a{padding:10px;}
.navbar-custom-menu .navbar-nav{padding:0; left:inherit; right:0; border-radius:0;}
.navbar-custom-menu .navbar-nav>li>a>i{padding-right:10px;}
.navbar-toggle{padding:13px 10px;}

.bg-white{
	background:#fff;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.5);
}
.bg-white.navbar-default .nav li a{
	color:#161656;
}
.bg-white.navbar-default .navbar-brand{
    width: 55px;
    height: 52px;
    background: url(../img/logo-small.png) no-repeat left top;
}
#myModal .modal-content{overflow-y:hidden;}
.modal-content{border-radius:3px;}
.modal-title{
	color:#161656;
	font-weight:500;
	font-size:18px;
}
.login-box-body{
	padding:15px;
	
}
.frgt{
	position:absolute;
	top:100%;
	bottom:0;
	height:100%;
	box-shadow:none;
	right:0;
	/*transform:translateX(-100%);*/
	width:100%;
	background:#fff;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.frgt-btn{
	position:absolute;
	bottom:15px;
	left:15px;
}
.show-div{top:0;}

@media (max-width:768px) {
.login-box{
	width: 90%;
	margin-top: 20px
}
}

hr {
	margin:0;
	border-top: 1px solid #161656;
}
.mid-content{
	padding-top:83px;
}
.event{display:block; margin-bottom:15px;}
.event h3{
	font-size:20px;
	color:#333333;
	font-weight:500;
	line-height:26px;
	margin:0 0 10px 0;
}
.event p{
	font-size:16px;
	color:#606060;
	font-weight:300;
	margin:0 0 10px 0;
}
.loc{
	display:block;
	margin:15px 0;
}
.loc iframe{
	width:100%;
	height:400px;
}
.evnt_post{display:block; list-style:none; margin:0; padding:0;}
.evnt_post li{
	display:inline-block;
	list-style:none;
	padding:0 10px;
	font-size:15px;
	color:#606060;
	border-right:1px solid #606060;
}
.evnt_post li:last-child{border-right:none;}
.evnt_post li:first-child{padding-left:0;}
.evnt_post li a{ 
	font-size:15px;
	color:#606060;
}
.evnt_post li i{
	padding-right:7px; 
}
.evnt_post li a:hover{color:#161656}
.rcnt-evnt{
	margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.26);
    width: 100%;
    float: left;
}
.rcnt-evnt h4{
	background:#f5f5f5;
	font-size:20px;
	padding:10px;
	margin:0;
	color:#161616;
	font-weight:400;
	
}
.rcnt-evnt ul{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}
.rcnt-evnt ul li{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}
.rcnt-evnt ul li a{
	font-size:16px;
	color:#606060;
	padding:10px;
	display:block;
	font-weight:300;
	border-top:1px solid #ddd;
}
.rcnt-evnt ul li a:hover{background:#f1f1f1; color:#161616; padding-left:15px;}

.masonary-row.row {
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word;
	-webkit-column-fill: balance;
	   -moz-column-fill: balance;
	        column-fill: balance;
}
.masonary-row [class*="col-"] {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: none;
	padding: 0px;
	-webkit-column-fill: balance;
	   -moz-column-fill: balance;
	        column-fill: balance;
}


@media (min-width: 480px) {
	.masonary-row.row {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 992px) {
	.masonary-row.row {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.inner-gallery.gallery_box .gallery-img{height:200px;} 
.inner-gallery.gallery_box:hover{transform:none;}

.user{
	width:150px;
	position:relative;
	padding:10px 0 10px 10px;
	line-height:32px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:400;
}

.user.open{background:#f1f1f1; border-radius:3px 3px 0 0;  border: 1px solid rgba(0,0,0,.15); border-bottom:0;}
.user-image{
	width:35px;
	height:35px;
	object-fit:cover;
	border-radius:100%;
	background:#eee;
	float:left;
	margin-top:-3px;
}
.user-name{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-left:10px;
	padding-right:10px;
}
.navbar-custom-menu .dropdown-menu>li>a{padding:5px 10px; font-size:13px; color:#606060; white-space:normal;}
.navbar-custom-menu .dropdown-menu>li>a:hover{color:#161616;}
.navbar-custom-menu .dropdown-menu>li>a>i{padding-right: 10px;}
.user.open>.dropdown-menu{
	border-radius:0 0 3px 3px;
	background:#f1f1f1;
	margin:-1px 0 0 0;
	z-index:-1;
	min-width:150px;
	left:-1px;
	border-top:0;
}
.appname{
    font-size: 16px;
    color: #010167;
    position: relative;
    top: 12px;
    text-transform: uppercase;
}

.navbar-shrink .appname{
    font-size: 14px;
}


.loginmain {
	background-color:#eee; border-radius:5px; border:1px solid #eee; width:350px; margin:0 auto; display:block; margin-top:50px;  margin-bottom:50px;
	 }
	 
	 .login-text {
    float: left;
    margin:0 0 20px 0;
    width: 100%;
}

.login-text h2 {
    color: #161656;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 20px;
}
.btn-login-width { min-width:320px; }


.going-evnt{
	margin-bottom: 20px;
	display:block;
	width:100%;
	float:left;
}

.radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}