/* Alabaster */

/*font-family: 'Lato', sans-serif;
font-family: 'Titillium Web', sans-serif;*/


@import url('css/font-awesome.css');
@import url('css/animate.css');
@import url('css/hover.css');
@import url('css/jquery.fancybox.css');
@font-face {
	font-family: 'AvenirNext';
	src: url('fonts/AvenirNext-Regular.eot');
	src: url('fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirNext-Regular.woff') format('woff'),  url('fonts/AvenirNext-Regular.ttf') format('truetype'),  url('fonts/AvenirNext-Regular.svg#AvenirNext') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNextBold';
	src: url('fonts/AvenirNext-Bold.eot');
	src: url('fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirNext-Bold.woff') format('woff'),  url('fonts/AvenirNext-Bold.ttf') format('truetype'),  url('fonts/AvenirNext-Bold.svg#AvenirNextBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNextDemiBold';
	src: url('fonts/AvenirNext-DemiBold.eot');
	src: url('fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirNext-DemiBold.woff') format('woff'),  url('fonts/AvenirNext-DemiBold.ttf') format('truetype'),  url('fonts/AvenirNext-DemiBold.svg#AvenirNextDemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CodeBold';
	src: url('fonts/Code-Bold.eot');
	src: url('fonts/Code-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Code-Bold.woff') format('woff'),  url('fonts/Code-Bold.ttf') format('truetype'),  url('fonts/Code-Bold.svg#CodeBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MinionProRegular';
	src: url('fonts/MinionPro-Regular.eot');
	src: url('fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/MinionPro-Regular.woff') format('woff'),  url('fonts/MinionPro-Regular.ttf') format('truetype'),  url('fonts/MinionPro-Regular.svg#MinionProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNextCondensedRegular';
	src: url('fonts/AvenirNextCondensed-Regular.eot');
	src: url('fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirNextCondensed-Regular.woff') format('woff'),  url('fonts/AvenirNextCondensed-Regular.ttf') format('truetype'),  url('fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensedRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'AvenirNext', sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.4em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
body.logged-in .main-menu .navigation > li > a
{
    font-size: 15px;
}

body.logged-in .page-wrapper
{
    /*margin-top: -32px;*/
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #0071ce;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'AvenirNext', sans-serif;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.4em;
}
input, button, select, textarea {
	font-family: 'AvenirNext', sans-serif;
}
textarea {
	overflow: hidden;
}
p {
	position: relative;
	line-height: 1.4em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.medium-container {
	max-width: 850px;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.centered {
	text-align: center;
}
.theme_color {
	color: #0071ce;
}
.light-font {
	font-weight: 300;
}
.regular-font {
	font-weight: 400;
}
.semibold-font {
	font-weight: 600;
}
.bold-font {
	font-weight: 700;
}
.ex-bold-font {
	font-weight: 800;
}
.heavy-font {
	font-weight: 900;
}
.bg-lightgrey {
	background-color: #fafafa;
}
.no-bg {
	background: none;
}
.text-uppercase {
	text-transform: uppercase;
}
.grey-color {
	color: #333333 !important;
}
/*.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.svg);}*/

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
table {
	margin: 15px 0 15px 0;
	width: 100%;
}
th {
	font-weight: 700;
	padding: 10px;
	border: 1px solid #666;
}
tr {
	border: solid 1px #666;
	vertical-align: middle;
}
td {
	border: solid 1px #666;
	padding: 10px;
	vertical-align: middle;
}
/****** Form Elements ******/

input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range {
	height: 44px;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	outline: none;
	background-color: #ffffff;
	font-size: 17px;
	padding: 0 0 0 8px;
	margin: 0 0 12px 0;
	color: #999;
}
input[type="file"], .wpcf7-file {
	padding: 9px;
}
select, .wpcf7-form-control-wrap select, .wpcf7-select {
	padding: 10px;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	outline: none;
	background-color: #ffffff;
	font-size: 14px;
	margin: 0 0 12px 0;
	color: #999;
}
.wpcf7-form-control option {
	font-weight: 300 !important;
}
input[type="range"], .wpcf7-range {
	padding: 0 0 0 0;
	border: none;
}
input[type="submit"], button, .search-button, .wpcf7-submit, input[type="reset"] {
	color: #ffffff;
	padding: 12px 24px;
	background-color: #0071ce;
	margin: 0 0 12px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	border: none;
	outline: none;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type="submit"]:hover, button:hover, .search-button:hover, .wpcf7-submit:hover {
	color: #ffffff;
	background-color: #202020;
}
textarea, .wpcf7-textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e0e0e0;
	color: #0c141c;
	padding: 10px 0px 0px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 12px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 14px;
	font-weight: 300;
	outline: none;
}
.wpcf7-list-item {
	margin-right: 15px !important;
	margin-left: 0px !important;
	display: block;
}
.wpcf7-captchac {
	margin: 0 0 12px 0;
}
.wpcf7-quiz-label {
	display: block;
}
/****** Pagination ******/

.pagination {
	margin: 40px 0;
}
.pagination span, .pagination a, .pagination a:visited {
	color: #ffffff;
	display: block;
	float: left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagination a:hover, .pagination .current {
	color: #ffffff;
	background-color: #0071ce;
}
/****** Wordpress Core ******/

.alignnone {
	margin: 15px 20px 15px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 15px 20px 15px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignnone {
	margin: 15px 20px 15px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}
.sticky {
	position: relative;
}
.sticky:before {
	content: "\f08d";
	font-family: 'FontAwesome';
	position: absolute;
	color: #0071ce;
	font-size: 24px;
	top: 10px;
}
.sticky .post-title {
	padding-left: 30px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
/****** Comments ******/

#respond {
}
#respond ul {
	list-style-type: none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments {
	width: 198px;
	float: left;
	margin-right: 13px;
}
#commentform label {
	display: block;
}
#commentform .url-comments {
	margin-right: 0px !important;
}
#commentform li.middle {
	margin-right: 0px !important;
}
.comments-closed {
	margin: 40px 0 40px 0;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
	float: left;
	margin: 0 10px 0px 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata {
	padding: 8px 0 14px 0;
}
ol.commentlist li div.comment-meta {
	font-size: 14px;
	color: #777777;
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited {
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover {
	color: #0071ce;
}
ol.commentlist li div.reply {
	font-size: 14px;
	padding: 0px 0 40px 0;
	font-weight: 700;
}
ol.commentlist li ul.children {
	list-style: none;
	margin: 10px 0 0;
}
ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 0 35px;
}
ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 0 35px;
}
ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 0 35px;
}
ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 0 35px;
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 0px;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scroll-to-top:hover {
	color: #ffffff;
	background: #0071ce;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background: #cce5ff;
}
.main-header .main-box {
	position: relative;
	padding: 20px 0px 15px;
	width: 100%;
	background: #cce5ff;
}
.main-header .main-box .auto-container {
	position: relative;
}
.main-header .main-box .outer-container {
	position: relative;
}
.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	padding: 20px 0px 5px;
	z-index: 10;
}
.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .nav-outer {
	position: relative;
	float: right;
	top: 0px;
	padding-top: 0px;
}
.main-header .top-nav-box {
	position: relative;
}
.main-header .top-nav-box .dropdown {
	position: static;
}
.main-header .top-nav-box .search-box-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background: none;
	z-index: 10;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-header .top-nav-box .dropdown-menu {
	top: 35px;
	right: 0px;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 3px solid #0071ce;
}
.main-header .top-nav-box .dropdown-menu > li {
	padding: 0px;
	border: none;
	background: none;
}
.main-header .top-nav-box .search-panel .form-container {
	padding: 25px 20px;
}
.main-header .top-nav-box .search-panel .form-group {
	position: relative;
	width: 100%;
	margin: 0px;
}
.main-header .top-nav-box .search-panel input[type="text"], .main-header .top-nav-box .search-panel input[type="search"], .main-header .top-nav-box .search-panel input[type="password"], .main-header .top-nav-box .search-panel select {
	display: block;
	width: 100% !important;
	max-width: none;
	margin: 0px;
	height: 40px;
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 15px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .top-nav-box .search-panel input:focus, .main-header .top-nav-box .search-panel select:focus {
	border-color: #0071ce;
}
.main-header .top-nav-box .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background: none;
	cursor: pointer;
}
.main-header .top-nav-box .top-nav {
	position: relative;
	float: right;
	font-family: 'AvenirNextDemiBold', sans-serif;
}
.main-header .top-nav-box .top-nav > li {
	position: relative;
	float: left;
	margin-right: 40px;
}
.main-header .top-nav-box .top-nav li:last-child {
	margin-right: 0px;
}
.main-header .top-nav-box .top-nav li a {
	position: relative;
	display: block;
	line-height: 30px;
	padding: 0px 0px;
	color: #282828;
	padding-right: 35px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.main-header .top-nav-box .top-nav li a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0px;
	width: 30px;
	height: 30px;
}
.main-header .top-nav-box .top-nav li.pay a:before {
	background: url(images/icons/top-icon-1.png) right top no-repeat;
}
.main-header .top-nav-box .top-nav li.login a:before {
	background: url(images/icons/top-icon-2.png) right top no-repeat;
}
.main-header .top-nav-box .top-nav li.search a:before {
	background: url(images/icons/top-icon-3.png) right top no-repeat;
}
.main-header .top-nav-box .top-nav li a:hover {
	text-decoration: underline;
}
.main-menu {
	position: relative;
	display: block;
	top: 42px;
	font-family: 'AvenirNext', sans-serif;
}
.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navigation {
	position: relative;
	display: block;
	margin: 0px;
}
.main-menu .navigation > li {
	position: relative;
	float: left;
	margin-left: 40px;
	text-align: left;
}
.main-menu .navigation > li:first-child {
	margin-left: 0px;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	padding: 20px 0px;
	color: #0071ce;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
	opacity: 1;
	font-size: 18px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
	color: #2b2b2b;
	opacity: 1;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 240px;
	padding: 15px 0px;
	z-index: 100;
	display: none;
	background: #cce5ff;
	border-top: 3px solid #0071ce;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li {
	position: relative;
	padding: 0px 25px;
	margin-bottom: 5px;
}
.main-menu .navigation > li > ul > li:last-child {
	margin-bottom: 0px;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 0px 0px;
	line-height: 30px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #0071ce;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 5px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #2b2b2b;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 240px;
	padding: 15px 0px;
	z-index: 100;
	display: none;
	/*background: #1a1a1a;*/
	background:#cce5ff;
	border-top: 3px solid #0071ce;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	padding: 0px 25px;
	margin-bottom: 5px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	margin-bottom: 0px;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 0px 0px;
	line-height: 30px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	/*color: #ffffff;*/
	color:#0071ce;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
	/*color: #0071ce;*/
	color: #2b2b2b;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	background: #ffffff;
	color: #0071ce;
	cursor: pointer;
	z-index: 5;
	display: none;
}
/*** 

====================================================================
	Home Banner
====================================================================

***/

.home-banner {
	position: relative;
	padding: 10px 0px 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #2b2b2b;
	color: #ffffff;
}
.home-banner .overlay-slider-box {
	z-index: 5;
}
.home-banner .overlay-slider-box, .home-banner .overlay-slider, .home-banner .bx-wrapper, .home-banner .bx-viewport, .home-banner .overlay-slider .slide-item {
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	width: 100% !important;
	height: 100% !important;
}
.home-banner .overlay-slider .slide-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home-banner .overlay-slider-box .bx-controls-direction {
	display: none;
}
.home-banner:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 12px;
	background: #1a75cf;
	z-index: 10;
}
.home-banner:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 12px;
	width: 100%;
	height: 12px;
	background: #212a31;
	z-index: 10;
}
.home-banner .home-banner-container {
	position: relative;
	z-index: 15;
}
.home-banner .content-container {
	position: relative;
	float: right;
	width: 100%;
	max-width: 380px;
}
.home-banner .form-box {
	position: relative;
	padding: 15px 15px 60px;
/*	background: #56c349;*/
}
.home-banner .form-box .form-group {
	position: relative;
	margin-bottom: 10px;
	font-family: 'AvenirNextCondensedRegular', sans-serif;
}
.home-banner .form-box .field-label {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
.home-banner .form-box .field-label .lable-text {
	position: relative;
	float: left;
	letter-spacing: 1px;
}
.home-banner .form-box .field-label .lable-link {
	position: relative;
	float: right;
	font-size: 12px;
}
.home-banner .form-box .field-label .lable-link a {
	letter-spacing: 1px;
	color: #ffffff;
}
.home-banner .form-box .field-label .lable-link a:hover {
	text-decoration: underline;
}
.home-banner .form-box .form-group .field-label .or {
	font-size: 10px;
}
.home-banner .form-box input[type="text"], .home-banner .form-box input[type="email"], .home-banner .form-box input[type="password"], .home-banner .form-box input[type="tel"], .home-banner .form-box input[type="url"], .home-banner .form-box select, .home-banner .form-box textarea {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0px;
	line-height: 24px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	background-color: #ffffff;
	color: #1a1a1a;
	background: #ffffff;
	border-radius: 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.home-banner .form-box select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #ffffff url(images/icons/icon-select.png) right center no-repeat;
}
.home-banner .form-box textarea {
	height: 140px;
	resize: none;
	color: #1a1a1a;
}
.home-banner .form-box select option {
	text-indent: 15px;
	color: #1a1a1a;
}
.home-banner .form-box input:focus, .home-banner .form-box select:focus, .home-banner .form-box textarea:focus {
	border-color: #0071ce;
}
.home-banner .form-box .check-box {
	position: relative;
	text-align: center;
}
.home-banner .form-box .check-box label {
	position: relative;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	cursor: pointer;
}
.home-banner .form-box .check-box input {
	position: relative;
	top: 4px;
	left: -4px;
	width: 18px;
	height: 18px;
}
.home-banner .form-box .register {
    position: relative;
    float: right;
	margin-bottom: 10px;
	margin-top: 6px;
}
.home-banner .form-box .register a {
    color: #fff;
}
.home-banner .form-box input[type="submit"], .home-banner .form-box button {
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	height: 60px;
	display: block;
	border-radius: 0px;
	margin: 0px;
	line-height: 40px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	font-family: 'AvenirNext', sans-serif;
	background: #36454f;
}
.home-banner .text-box {
	position: relative;
	padding: 50px 0px 0px;
	text-align: center;
	font-family: 'AvenirNext', sans-serif;
	color: #0071ce;
}
.home-banner .text-box h2 {
	position: relative;
	text-transform: uppercase;
	font-family: 'AvenirNext', sans-serif;
}
/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 50px 0px 30px;
	background-color: #ffffff;
}
.services-section .services-outer {
	position: relative;
	margin-bottom: 20px;
}
.services-section .services-outer .row {
	margin: 0px -10px;
}
.service-box {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px;
	text-align: center;
}
.service-box .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 50px 15px 48px;
	color: #ffffff;
	background: #0071ce;
}
.service-box .inner-box .icon-box {
	position: relative;
	width: 100px;
	margin: 0 auto 25px;
}
.service-box .inner-box h3 {
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3em;
}
.service-box .inner-box .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.services-section .links-outer {
	position: relative;
}
.services-section .links-outer .row {
	margin: 0px -20px;
}
.services-section .links-outer .link-box {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 20px;
	text-align: center;
}
.services-section .links-outer .link-box .theme-btn {
	position: relative;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 10px 10px;
	line-height: 40px;
	background: #54c247;
	font-family: 'AvenirNext', sans-serif;
}
.services-section .links-outer .link-box .theme-btn:hover {
	background: #36454f;
}
/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 50px 0px 30px;
	background-color: #cde5ff;
	border-top: 5px solid #dadada;
}
.news-section .row {
	margin: 0px -10px;
}
.news-box {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px;
	text-align: center;
}
.news-box .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 15px 15px;
	border: 2px solid #0071ce;
      min-height: 320px;
}
.news-box .inner-box .image-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.news-box .inner-box .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.news-box .inner-box h3 {
	position: relative;
	font-family: 'AvenirNextBold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.news-box .inner-box h3 a {
	position: relative;
	color: #1a1a1a;
}
.news-box .inner-box:hover h3 a {
	color: #0071ce;
}
.news-box .inner-box .text {
	position: relative;
	font-size: 16px;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.news-box .inner-box .link-box {
	position: relative;
	font-size: 16px;
}
.news-box .inner-box .link-box a {
	position: relative;
	color: #1a1a1a;
}
.news-box .inner-box:hover .link-box a {
	color: #0071ce;
}
.news-box .inner-box .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	font-family: 'AvenirNext', sans-serif;
}
.main-footer .footer-upper {
	position: relative;
	text-align: center;
	padding: 30px 0px 10px;
	color: #ffffff;
	background: #1a75cf;
}
.main-footer .footer-upper a {
    color: #fff;
}
.main-footer .footer-upper .footer-column {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .footer-upper .footer-column h3 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'AvenirNextBold', sans-serif;
	margin-bottom: 0px;
}
.main-footer .footer-upper .footer-column .list li {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'AvenirNext', sans-serif;
	font-weight:600;
	text-transform: uppercase;
}
.main-footer .footer-upper .footer-column .logo {
	position: relative;
	padding-top: 15px;
}
.main-footer .footer-upper .footer-column .links li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
}
.main-footer .footer-upper .footer-column .links li a:hover {
	color: #0071ce;
}
.main-footer .footer-upper .footer-column .contact-info li {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	min-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 32px;
	margin-bottom: 15px;
}
.main-footer .footer-upper .footer-column .contact-info li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 28px;
}
.main-footer .footer-upper .footer-column .contact-info li a {
	color: #ffffff;
}
.main-footer .footer-upper .footer-column .contact-info li .icon-1 {
	background-position: -318px -10px;
}
.main-footer .footer-upper .footer-column .contact-info li .icon-2 {
	background-position: -366px -11px;
}
.main-footer .footer-upper .footer-column .contact-info li .icon-3 {
	background-position: -416px -11px;
}
.main-footer .footer-upper .social-links {
	position: relative;
	padding-top: 15px;
}
.main-footer .footer-upper .social-links li {
	position: relative;
	float: left;
	margin-right: 18px;
}
.main-footer .footer-upper .social-links li a {
	position: relative;
	display: block;
	line-height: 24px;
	color: #3a3a3a;
	font-size: 18px;
}
.main-footer .footer-upper .social-links li a:hover {
	color: #0071ce;
}
.main-footer .footer-bottom {
	position: relative;
	background: #ffffff;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	font-family: 'MinionProRegular';
}
.main-footer .footer-bottom .bottom-box {
	position: relative;
	padding: 10px 0px;
	line-height: 30px;
}
.main-footer .footer-bottom .copyright {
	position: relative;
	float: right;
	line-height: 30px;
}
.main-footer .footer-bottom .copyright a {
    color: #1a1a1a;
}
.main-footer .footer-bottom .login-box {
	position: relative;
	float: left;
	font-family: 'AvenirNext', sans-serif;
}
.main-footer .footer-bottom .login-box a {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.main-footer .footer-bottom .login-box a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 25px;
	height: 30px;
	background: url(images/icons/login-icon.png) left center no-repeat;
}
.main-footer .footer-bottom .login-box a:hover {
	text-decoration: underline;
}
.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget h4 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 22px;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}
.sidebar ul {
    list-style: initial;
}
.sidebar ul li {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    list-style-type: circle;
    list-style-position: outside;
}
.sidebar ul li a {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
	margin-bottom:8px;
	padding-left:15px;
}
.sidebar ul li a:hover, .sidebar ul li:hover:before {
	color: #0071ce;
}
.sidebar ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
}
.entry * {
	font-family: 'AvenirNext', sans-serif;
}
.entry p {
	font-size:16px;
	margin-bottom:25px;
	line-height:1.7;
}
.entry ul, .entry ol {
	margin-left:20px;
	/*margin-bottom:30px;*/
}
.entry ul li {
    list-style-type: disc;
	margin-bottom:5px;
}
.entry ol li {
        list-style-type: decimal;
			margin-bottom:10px;
}
.entry ol li ol li {
        list-style-type: lower-alpha;
}
.checkbox, .radio {
	display:inline-block;
}
.entry h2, .entry h1 {
    margin-bottom: 20px;
	font-weight:bold;
}
.featured-image, .thumb {
    float: left;
    margin: 0px 25px 5px 0px;
}
.gform_wrapper .top_label .gfield_label {
	display:none !important;
}
#gform_wrapper_2 .top_label .gfield_label, .gform_wrapper .top_label .gfield_label {
	display:block !important;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}
.clear {
	clear:both;
}
.entry {
    margin-bottom: 40px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top:2px !important;
}
input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range {
	    margin: 0 0 0px 0;
}
select, .wpcf7-form-control-wrap select, .wpcf7-select {
    padding: 8px !important;
}
li#field_2_24, li#field_2_25 {
    position: relative;
    top: -18px;
    font-weight: bold;
}
#cal_event p {
    color: #005478;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
}
img.ui-datepicker-trigger {
    position: absolute;
    right: 17px;
    bottom: 13px;
}
body .gform_wrapper .top_label div.ginput_container {
    position: relative;
}
span#input_2_7_3_container, span#input_2_7_4_container, span#input_2_7_5_container {
    width: 33%;
    margin-right: 0px;
}
form#gform_2 {
    max-width: 100% !important;
  margin:0 !important;
}
.pad-1p {
	padding: 1px;
}
.cus_table_data h2 {
	margin-bottom: 0;
}
.cus_table_data th, .cus_table_data td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.all_alerts {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	background: #cce5ff;
}
.all_alerts p {
    margin: 0;
}
.cus_icon {
    width: 30px;
}
.notify_text {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	margin: 0;
}

/*CSS by Pooja*/
@media only screen and (min-width: 321px){
	.gform_wrapper .gfield_time_ampm {
			max-width: calc(6rem + .5rem) !important;
		}
	}
	
.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	max-width: 7rem!important;
}

.check-box {
	display: inline !important;
}

.register {
	display: inline !important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}
a.form-box-buttons {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    border: solid 2px #000;
	background-color:#0071ba;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'AvenirNext', sans-serif;
}
a.form-box-buttons:hover {
    background-color:#fff;
    color: #0071ba;
}
.home-banner .form-box {
	padding: 10px 15px 5px;
}
.home-banner .text-box {
	padding: 20px 0px 0px;
}
.post-252 .link-box {
    display: none !important;
}
.post-252 .text {
    display: none !important;
}
.news-box .inner-box {
	padding: 15px 15px 5px;
}
#table7
{
width:auto !important;
}

.read-more-link a {
    background: #0071ba;
    color: #fff;
    padding: 10px 25px;
	border-radius: 5px;
}
.read-more-link { margin-top: 25px; }
.post-258 .featured-image {
    display: none;
}.main-header .top-nav-box .top-nav li.report a:before {
    background: url(images/icons/report.png) right top no-repeat;
}

.water_drop {
	position: absolute;
	left: calc(37% + 10px);
	bottom: calc(52% - 20px);
}

.water_drop img {
	width: 80px;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .water_drop {
        left: calc(39% + 5px); /* Adjust left position for mobile */
        bottom: calc(-26% - 10px); /* Adjust bottom position for mobile */
    }

    .water_drop img {
        width: 80px; /* Reduce image size for mobile */
    }
}

.footer_section {
    display: flex; /* Use Flexbox */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    justify-content: space-between; /* Add space between sections */
    align-items: center; /* Align items vertically */
    width: 100%; /* Full width */
    box-sizing: border-box; /* Include padding in width calculations */   
}

.footer_section .right ul {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Display links horizontally */
    gap: 15px; /* Add space between links */
}

.footer_section .right ul li a {
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Text color */
}

@media (max-width: 768px) {
    .footer_section .left,
    .footer_section .right {
        width: 100%; /* Full width on small screens */
        text-align: center; /* Center align text */
    }
    .footer_section .right ul {
        justify-content: center; /* Center the links */
    }
}

.gfield_checkbox input {margin-top: 4px !important;}
#gform_25 label {font-size: 16px !important;}