p { 
    text-align: justify!important;

}
.icon_right {
	margin:10px 0;
	padding:10px 0;
	text-align:right;
}
.icon_right img{
	float:right;
	margin:0 3px;

}
 #fixedbutton {
position: fixed;
/*right: 5px;*/
left: 36px;
top: 580px;
/*border: 2px solid #ffffff;*/
padding: 2px;
z-index: 9999;
}
 
 .menu{
	font-size:13px;
	float:right;
	/* padding:10px 20px; */
 
	background: url(../images/navigation.jpg) top left #0198b3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
 }
  .menu a{ color:#fff;}
  
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.nav > li ,
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	color: #C5D928;
	background-color: rgba(238, 238, 238, 0);
}
.clbg{
	margin-top:7px;
	}
	
.banright{
	/*padding-left:40px;
	padding-right:40px;*/
	background: #0C9DB8;
 
	max-height: 355px;
	min-height: 355px;
	background:url(../images/babg.jpg) repeat-x #02869d;

	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius:8px;
}
.banright a{    color: #00BCD4;}
.banright a:hover{    color: #00BCD4;}

.banner_left{
		padding-right:0;
		height: 357px;
	 
	}
 	/* .bcfrtg{
		background: url(images/bcfrtg.png)  no-repeat  right;
	} */
h3{
	font-family: 'Jura', sans-serif;
	color:#00889c; 
	text-transform: uppercase;
	font-weight:bold;
	}
	
h4{
	font-weight: 400;
	color: #8cac1d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	    min-height: 35px;	
}
h5{
	font-weight: 400;
	color: #8cac1d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

h6{
	color: #00889c;
	font-weight:bold;
	}
.neetu_necholas {
    background: url(../images/neetu-line.jpg) no-repeat  left center;
}


.box{
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.bordf {
	border-left:#ccc 1px solid;	
	border-right:#ccc 1px solid;
	}
.box img{
	margin-bottom:10px;
	}

p a {
    font-size: 12px;
    font-weight: normal;
    color: #84a11b;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.footer{
	background:#027286;
	padding:10px 0;
	text-align: center;
	margin-top:45px;
}
.ft_menu{
	margin:0 5px;
	padding:5px 4px;
	color:#ccc; 
}

.ft_menu a{
 	padding: 10px 4px;
}
.ft_menu a{ color:#fff;}
.ft_menu a:hover{ color:#b6e558;}
.copy{  color:#fff; }
.copy a{
	color:#fff;
}
.copy a:hover{
	color:#b6e558;
}
.banright img{
	margin-bottom:15px;
	margin-top:10px;
}
.qiks{
	font-weight: bold;
    text-align: right;
    float: right;
    width: 100%;
    margin: 7px 0 0;
}

.in_bg_right{
	background:url(../images/in_bg_right_03.jpg) repeat-y #fff;
	margin-bottom:-40px !important;
	padding-bottom:55px;
}

.inr_bnr{
	margin-top:8px;
}
.rtbox{
	margin-top:10px;
}


/* bas S */

 .carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}


/* 
html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
} */

.item:nth-child(1) {
    background: #74C390;
}

.item:nth-child(2) {
    background: #51BCE8;
}

.item:nth-child(3) {
    background: #E46653;
}






li.dropdown:hover .__dropdown_menu {
     /*display: block !important;*/
     background: #0198b3;
}


.__dropdown_menu.dropdown-menu > li > a {
    
    color: #fff;
}

.__dropdown_menu.dropdown-menu > li > a:hover, 
.__dropdown_menu.dropdown-menu > li > a:focus {
 
    background-color: #0000001a;
    color: #C5D928;
}






@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}


.navbar-nav .open .dropdown-menu {
 
    background-color: #01b2d2;
}


/* bas S */

@media (max-width: 360px) {
    #fixedbutton  {
    position: fixed;
    /* right: 5px; */
    left: 30px;
    top: 500px!important;
    /* border: 2px solid #ffffff; */
    padding: 2px;
    z-index: 9999;
}

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

    .fbvideo{
        width: 100%!important;
    }
	
}


@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 4px 15px 3px 25px;
    }

}




@import url(https://fonts.googleapis.com/css?family=Jura);