html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 15px;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #707070;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
input, textarea, select {
	width: 100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:hover, a:visited, a {
	text-decoration: none;
}
p {
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #2b96cc;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}
.btn {
	border-radius: 0;
}
/*********Header section styles********/

#header {
	background: #fff;
	min-height: 50px;
	border-bottom: 1px solid #CCC;
}
.navbar-fixed-top {
	border: 0;
}
.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	height: 80px;
}
.banner, .slider {
	margin-top: 75px;
}
#logo a img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	border: 0;
	background: #fff;
}
.navbar-nav>li>a {
	padding-top: 29px;
	padding-bottom: 29px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.navbar-default .navbar-nav>li>a {
	color: #707070;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a.active {
	color: #fff;
	background-color: #00c6ff;
}
.dropdown-menu>li>a {
	color: #707070;
	font-size: 14px;
	text-transform: capitalize;
}
.dropdown-menu>.ul-active>a {
	color: #FFF;
	font-size: 14px;
	text-transform: capitalize;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #00c6ff;
}
.navbar-default .navbar-toggle {
	border-color: #00c6ff;
}
.navbar-toggle .icon-bar {
	width: 27px;
	height: 3px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
/************Form elements styles**************/


.textbox {
	width: 100%;
	height: 50px;
	outline: none;
	border: 1px solid #ddd;
	padding: 0 10px;
	border-radius: 2px;
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}
.textbox:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}
.btn-style {
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 14px 0;
	border-radius: 0px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	background-color: #00c6ff;
}
.login-div {
	background-color: #FFF;
	padding: 30px;
	padding-bottom: 50px;
	padding-top: 40px;
	webkit-box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
	margin: 25px 0px 25px 0px;	
	min-height: 450px;
	border-radius:0 !important;
	border-top: 4px solid #03a9f461;
}
.p-label {
	margin-bottom: 8px;
	color: #9e9e9e;
	font-weight:400;
}
.heading {
	font-size: 20px;
	color: #00c6ff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	color: #707070;
	vertical-align:middle;
}
.ul-active {
	color: #fff;
	background-color: #00c6ff;
}
.ul-active a {
	color: #FFF;
}
.error {
	color: #F00;
}
#profile-a {
	text-transform: lowercase;
	border-bottom: 1px solid #CCC;
}
#profile-a:hover {
	background-color: #fff;
	color: #000;
	cursor: text;
}
.span-disp {
	color: #09C;
}
.logo-img {
	height: 57px;
	width: 150px;
}
.ta {
	height: 139px;
	padding: 10px 10px;
	line-height: 28px;
}
.btn-style {
	margin-top: 20px;
}
.gradient-div {
	background: rgba(217,222,224,1);
	background: -moz-linear-gradient(left, rgba(217,222,224,1) 0%, rgba(212,217,219,1) 32%, rgba(255,255,255,1) 73%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,222,224,1)), color-stop(32%, rgba(212,217,219,1)), color-stop(73%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(217,222,224,1) 0%, rgba(212,217,219,1) 32%, rgba(255,255,255,1) 73%);
	background: -o-linear-gradient(left, rgba(217,222,224,1) 0%, rgba(212,217,219,1) 32%, rgba(255,255,255,1) 73%);
	background: -ms-linear-gradient(left, rgba(217,222,224,1) 0%, rgba(212,217,219,1) 32%, rgba(255,255,255,1) 73%);
	background: linear-gradient(to right, rgba(217,222,224,1) 0%, rgba(212,217,219,1) 32%, rgba(255,255,255,1) 73%);
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.div-bg-color {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 10px;
	background-color: #fff8dc;
}
.dataTables_filter, .dataTables_paginate {
	text-align: right;
}
/************Form elements styles**************/

/************Footer styles**************/
.footer-maindiv {
	background-color: #0397c2;
	color: #FFF;
	line-height: 25px;	
	font-size: 14px;
	text-align: justify;
}
.footer-bottom {
	background: #333;
	padding: 20px 0;
	color: #fff;
}
.footer-heading {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.footer-col-md-4 {
	padding-top: 30px;
	padding-bottom: 30px;
}
/**************************************
    BLog page styles  
**********************************/

.banner {
	width: 100%;
	min-height: 200px;
	height: auto;
	background: url(../images/news6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.76);
	z-index: 444;
}
.banner .container {
	position: relative;
	z-index: 666;
}
.banner h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 10px;
}
.banner p {
	max-width: 900px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
}
.dropdown-menu>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 45px;
}
.dropdown-menu>li>a:hover {
	background-color: #06aad9;
	color: #FFF;
}
.dropdown-menu {
	padding: 0px;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color: #06aad9;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #06aad9;
}
.text-danger {
    color: #f44336;
}
.text-success {
    color: #4caf50;
}
.text-warning {
    color: #ffc107 !important;
}
/******************************
    responsive area
********************************/


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
.navbar-default .navbar-nav>li>a {
	font-size: 13px;
}
.navbar-header {
	width: 100%;
	text-align: center;
}
.detail-content h3 {
	margin-top: 20px;
}
.latest-news-heading p {
	margin-bottom: 70px;
}
.latest-news-heading a {
	top: 100px;
}
.right-sidebar {
	margin-top: 50px;
}
.navbar-right {
	float: left !important;
}
.banner,  .slider {
	margin-top: 130px;
}
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
h2 {
	font-size: 26px !important;
}
.navbar-toggle {
	margin-top: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #00c6ff;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#slider {
	height: 450px;
}
.detail-content h3 {
	margin-top: 20px;
}
.post-thumb img {
	width: 200px;
	height: 150px;
}
.latest-news-heading p {
	margin-bottom: 80px;
}
.latest-news-heading a {
	top: 150px;
}
.right-sidebar {
	margin-top: 50px;
}
.post-content h2 a {
	font-size: 26px;
}
.navbar-nav>li>a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.login-div {
	margin: 25px 5px 25px 5px;
}
.div-hdng{
	display:none;
}
}

@media (min-width: 530px) and (max-width: 767px) {
.latest-news-heading a {
	top: 100px;
}
}

/* XS Portrait */

@media (max-width: 479px) {
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px !important;
}
#logo {
	width: 66%;
	padding-top: 8px !important;
}
#logo a img {
	max-width: 100%;
	padding-top: 0 !important;
}
.navbar-toggle {
	margin-top: 12px !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #00c6ff;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#slider {
	height: 400px;
}
#about-content .owl-buttons {
	display: none !important;
}
.detail-content h3 {
	margin-top: 20px;
}
.post-thumb img {
	width: 200px;
	height: 150px;
}
.latest-news-heading p {
	margin-bottom: 80px;
}
.latest-news-heading a {
	top: 160px;
}
.right-sidebar {
	margin-top: 50px;
}
.post-content h2 a {
	font-size: 24px;
}
.navbar-nav>li>a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.login-div {
	margin: 0px 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #00c6ff;
}
.login-div {
	margin: 25px 5px 25px 5px;
}
}
