html,body
{
padding:0px;
margin:0px;
overflow-x:hidden;
font-family: 'Work Sans', sans-serif;
text-align:justify;
line-height:30px;
letter-spacing:1.5px;
overflow-x:hidden;
}
.loader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url('../images/pageloader.gif') 50% 50% no-repeat rgb(249,249,249);
}
a:hover
{
	text-decoration:none;
	color:#fff;
}
p
{
	font-size:16px;
	text-align:justify;
	line-height:30px;
}
.carousel-control
{
	opacity:1;
}
.carousel-control.left
{
	background-image:none;
}
.carousel-control.right
{
	background-image:none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -85px;
    background: #00aeef;
    padding: 5px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-right: -85px;
    background:#00aeef;
    padding: 5px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
	width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 30px;
}
/*topheader*/
.tophead
{
	background: rgb(104, 190, 75);
}
.tophead a
{
	color:#fff;
	padding:10px 5px;
}
/*end topheader*/
header
{
background:#fff;
color:#000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 2.5s;
}
.logoimg
{
	width:100%;
	padding: 10px 0px;
	margin-left: -40px;
}
.navbar-nav
{
	margin-top:0px;
}
.navbar
{
	margin-bottom:0px;
}
.navbar-inverse {
    background-color:#00aeef;
	border:none;
	border-radius:0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-size:16px;
	font-weight:500;
	padding-bottom: 15px;
    padding-top: 15px;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	background:#68be4b;
	color:#fff;
	font-weight:500;
	padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-inverse .navbar-nav>li>a:hover
{
	color:#68be4b;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 17px;
}
.active
{
	background:none !important;
	color:#e34238;
	font-weight:bold;
}
.border
{
	border:1px solid;
	padding:0px;
}
.imgwidth
{
	width:100%;
}
.innerpages ul li
{
	font-size: 16px;
    text-align: justify;
    line-height: 30px;
	list-style:square;
}
.readbtn
{
	border: 5px dashed #00aeef;
    padding: 5px 30px;
    text-align: center;
    font-size: 18px;
    margin-top: 5%;
    background: #68be4b;
    color: #fff;
}
h3{
  font-size: 20px;
  color: #00aeef;
}
.Categories
{
	text-align: center;
    font-size: 25px;
    padding: 10px 0px;
    color: #00aeef;
}
table
{
	border:1px solid #00aeef;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #00aeef;
	 border-left: 1px solid #00aeef;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #00aeef;
	color:#00aeef;
}
/*Footer style*/
.submitbtn{ 
 background: #f0652e;
    margin: 27.2% -100px;
    border: none;
    padding: 6px 26px;
    color: #fff;
    font-size: 20px;
}

.form-control1
{
	width: 100%;
    margin: 5% 0px;
    border-radius: 0px;
    padding: 5px 10px;
	border:none;
}
.newsletterbg
{
   background-image: linear-gradient(59deg, #ea352d 30%, #ff075b 76%);
    position: absolute;
    width: 60%;
    margin: -20px auto;
    padding: 5px;
}
.newsborder
{
	border:1px solid #fff;
	height:100px;
	margin: 0px;
}
.newsletterbg h1
{
	font-size: 36px;
    text-align: center;
    padding: 10px;
    color: #fff;
}
footer
{
	background:#68be4b;
	color:#fff;
	margin-top:2%;
	padding-top:0px;
}
/*End Footer style*/
/*Subscribe style*/
.captchaborder
{
    background-image: linear-gradient(108deg, #68be4b -37%, #00aeef 114%);
	color:#fff;
	width:40%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #00aeef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#error
{
	color:red;
}
/*end subscribe*/
@media screen and (min-width:320px) and (max-width:640px)
{
	.logoimg
	{
	margin-left: -30px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 20px;
    position: relative;
    width: 100%;
	} 
	.container
	{
		padding:0px;
	}
	.navbar-toggle
	{
		margin-top:-40px;
	}
	.navbar
	{
		min-height: 10px;
	}
	.navbar-inverse .navbar-toggle
	{
		background:#68be4b;
		color:#fff;
		border:none;
		margin-right:10px;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
	{
		background:#F56B35;
		color:#fff;
		border:none;
	}
	.tophead .col-md-12
	{
		padding:10px;
		margin:0px;
	}
	.navbar-collapse
	{
		border:none;
	}
	.tophead a
	{
		padding:10px 10px;
		font-size:10px;
	}
	.Categories
	{
		font-size:22px;
	}
	h2
	{
		font-size:23px;
	}
	.captchaborder
	{
		width:50%;
	}
	.carousel-control.right
	{
		right:58px;
	}
	.carousel-control.left
	{
		left:50px;
	}
}
@media screen and (min-width:641px) and (max-width:899px)
{
	.tophead a
	{
		padding:10px 10px;
	}
	.logoimg
	{
		width:50%;
	}
	.nav > li > a
	{
		padding:10px 5px;
	}
	.navbar-inverse .navbar-nav > li > a
	{
		font-size:15px;
	}
	h2
	{
		font-size:23px;
	}
}

@media screen and (min-width:900px) and (max-width:1000px)
{
	.container
	{
		width:990px;
	}
	.tophead a
	{
		padding:10px 15px;
	}
	.logoimg
	{
		width:50%;
	}
	.navbar-nav
	{
		margin-bottom:0px;
	}
	.nav > li > a
	{
		padding:10px 5px;
		font-size:15px;
	}
	h2
	{
		font-size:23px;
	}
	.carousel-control.right
	{
		right:13px;
	}
	.carousel-control.left
	{
		left:14px;
	}
}
@media screen and (min-width:1001px) and (max-width:1024px)
{
	.nav > li > a
	{
		 padding-left: 10.5px;
		padding-right: 5.5px;
		font-size:15px !important;
	}
	.carousel-control.right
	{
		right:20px;
	}
	.carousel-control.left
	{
		left:25px;
	}
	
}