/*Navbar Coding Strat*/ 
.headbtn{margin-top:2%;}
#navbar {
    background-color: #333; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    top: -50px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
	z-index: 4;
}

/* Style the navbar links */
#navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}
#show-next-image{display: inline-block !important;
    background-color: crimson !important;}

#navbar a:hover {
    background-color: #ddd;
    color: black;
}
/*Navbar coding End*/
/*Logo coding start*/
.srlogo{
	padding: 40px 0;
}
/*Logo coding end*/
/*carousel start*/
.carousel-caption{background-color: #000000d4; color: #ecda53;}
.carousel-caption h3{font-size: 20px !important; }
.carousel{border: 3px solid #ea2c58;}
.carousel-control-prev-icon {
    background-image: url(../img/next.png);
	width: 40px !important;
    height: 40px !important;
	margin-left: -90%;
	opacity: 1 !important;
}
.carousel-control-next-icon {
    background-image: url(../img/prev.png);
	width: 40px !important;
    height: 40px !important;
	margin-right: -90%;	
}

.carousel-control-prev{
	opacity: 1 !important;
}
.carousel-control-next{
	opacity: 1 !important;
}

/*carousel end*/
/*scroll add*/
.scrolladd{
    background-color: #e6e6e6;
    padding: 0.4%;
color: #635f3b;}
/*scroll add end*/
.bxbdy{padding:3% 0px;}

.mainbx{
	background-color:#f3f3f3;
	padding:1% 0px 0px 0px;
}

.welcome{
	background: url(../img/gl.jpg) #fff repeat top center; 	
    background-repeat: no-repeat;
    background-size: 100%;
	padding:5%;
}
/*
.slidcontent{    border: 10px solid rgba(255, 255, 255, 0.7);
    margin: auto;
    padding: 10px;
    position: relative;}*/
/*.contentbox{    color:#4c4501;}*/
.slidcontent{ height: 450px;
				padding: 15%;
				color:#4c4501;
				background-image: url("../img/pothi-back.png");
				background-repeat: no-repeat;
				padding: 9%;
				font-size: 2.5vh;
			}
/*.slidcontent .contentbox {
    padding: 35px 40px;
    position: relative;
    z-index: 1;
}*/

.sldimg{height: 70vh;}

.splbx{
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.iconbx{font-size:48px !important; color:#fff;}
.white{color:#fff;}
.red{ color: #f62805; }
.splbdr{
	border: 2px solid #f7f7f7;
    padding: 25px;
}
.splbdr h4, small{color:#fff;}
.btn{    border-radius: 0px;
    color: #fff;
    border: 1px solid #fff;}
.parallax { 
    background-image: url("../img/gl2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2{ 
    background-image: url("../img/write.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3{ 
    background-image: url("../img/gl3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.notice{
	border-bottom : 2px solid red;
	background-color:#000;
	height:15px;
	}
.collapse ul li a:hover{
	background-color:#dcdcdc;
	font-weight : bold;
}
.section2{
	background-color:#b7b7b7;
	padding: 2%;
	color:#fff;
}
.margin3{margin-top: 3% 0px;}
.secimg{width:45%; margin:1%; border:2px solid;}
.card{margin-bottom: 1%;}
.card-link{color:#000;}
.card-body{padding:2%;}
.post img{height:530px;}

.card-title{font-size:14px; color: #f62805; }
.card{margin:2%; }
.card img{width:100%;}
.dwnarrow{font-size:20px;color:red; float:right;}

.pad5 {padding: 5% 0px;}

.blkbg{ background-color:#000;
	color: #fff;
    padding-top: 1%;
	padding-bottom:1%;
	}
.book{	margin: -30px 0px -30px 0px;}
.book img{width:60%;}

.copyrgt{font-size: 12px;}
.botmenu{color:#fff !important; padding:5px;}
.botmenu li{display: inline-block;}
.botmenu li a {display: block; padding:0px 10px;  text-decoration:none; color:#fff !important}

/**gaurav page**/
.garavtxt{ text-align:justify;}

/**dengi form**/
.form-group { 
    width: 100%;
}
