@import url(../fonts/kalpurush/stylesheet.css);


/*-------------------------------*/
.navbar{
    background: #198754 !important;
	padding:0;
}
.nav-link {
	padding: 5px 5px;
}
.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background: #198754;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background:#ec0b43;
    color:#fff;
}
.dropdown-menu a{
    color:#fff;
} 
.navbar .nav-item .nav-link{
    color:#eee !important; 
    
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    
}
.page_header{
    background-image: url(../../images/sub_head.jpg);
    opacity: 0.75;
    color:#ffffff;
    padding: 50px;
    background-size: cover; 
}
/*-----------nav-var---------------------*/

/*------ photo-gallery --------*/
.filter-button{
    font-size: 18px;
    border: 2px solid #3F6184;
	padding:5px 10px;
    text-align: center;
    color: #3F6184;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#3F6184;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

.figure-img {
    max-height: 150px;
}
/* ------ end-photo-gallery -----*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  @media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}

.featurette-heading {
font-size: 50px;
}
}

@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
.h-example-divider {
    background-color: #CDDEE1;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

p {
    text-align: justify;
}
.single {
    padding: 30px 15px;
    margin-top: 5px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0; 
}
.single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.single h3.side-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ff173c;
    display: block;
    margin-top: 6px; 
}
    
.single ul {
    margin-bottom: 0; 
}
.single li a {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none; 
}
.single li a:hover {
    color: #ff173c; 
}
.single li:last-child a {
    border-bottom: 0; 
} 
 
.card li a {
    
    text-decoration: none;  
}
.card li a:hover {
    color: #019219; 
    text-decoration: underline;
}

/*-------news-events-----*/
.post{
	position: relative;
	padding: 0px 0px 0px 75px;
	padding-bottom: 30px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
}

.post:last-child{
	border-bottom: none;
}

 .post .post-date{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 54px;
    height: 48px;
    text-align: center;
    border-radius: 5px;
	background: rgb(20,136,204);
	background: -moz-linear-gradient(rgba(0,123,255,1) 100%);
	background: -webkit-linear-gradient(rgba(0,123,255,1) 100%);
	background: linear-gradient(rgba(0,123,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#007bff",GradientType=1);

}

.post .post-date p{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin:0px;
}

.post .post-date span{
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin:0px;
    padding:0px;
}
.post .file-box{
	position: relative;
	margin-bottom: 9px;
}

.post .file-box i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666666 !important;
    margin-right: 10px;
}

.post .file-box p{
    position: relative;
    display: inline-block;
    margin-bottom:0px;
}



/*------------*/



body {
  padding-bottom: 30px;
  font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif, kalpurushregular;
  font-size:13pt;
}
.columns.one-col {
    height: auto;
    overflow-y: auto;
  }

.columns.two-col {
  -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
    height:auto;
}
 
.fa-stack  .fa { color: #dc3545; }
.fa-stack:hover  .fa { color: black; }

.fa-play-circle:hover{
	color: #129aea;
}

.blink{
	animation: blink 1s linear infinite;
}
@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}


/* Container holding the image and the text */
.poster-container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 8px;
}
/* Top right text */
.top-right {
	position: absolute;
    right: 16px;
    top: 8px; 
}
/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 38px;
    height: 36px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: url(../../images/bstar.png);
}
.side_heading {
	padding-left: 10px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a5c045;
	border-left: 8px solid red;
	color: white;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.tab-content p {
	margin-top:10px;
	text-align: justify;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.whov:hover { background-color: #00695c!important; }
.view {
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.4;
	height: 500px;

}
.secondbase {
    background-color: rgba(255,255,255,0.6); 
    margin-top: -90px;
}




/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss {
	background-color: #F56505;
}
.social-network a.icoTumblr {
	background-color: #2c4762;
}
.social-network a.icoFacebook {
	background-color:#3B5998;
}
.social-network a.icoTwitter {
	background-color:#33ccff;
}
.social-network a.icoGoogle {
	background-color:#BD3518;
}
.social-network a.icoVimeo {
	background-color:#0590B8;
}
.social-network a.icoLinkedin {
	background-color:#007bb7;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoTumblr:hover {
	background-color: #2c4762;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, a.icoTumblr:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



.ui-menu .ui-menu-item{
    background-color: #F7F4F4;
    margin: 3px;
}
.ui-autocomplete-row a{
    display: inline-block;
    text-decoration: none;
    width: 93%;
}
.ui-autocomplete-row a span{
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
.ui-autocomplete-row a img{
    vertical-align: middle;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: none;
    background: #EFEFEF;
    color: inherit;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}
.imgshine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
footer  li  a {
    color:white;
    text-decoration: none;
}

footer  li  a:hover {
    color:#ffc107;
    text-decoration: none;
}