@font-face {
	font-family: 'Futura Lt BT';
	src: url('fonts/futuraltbt.eot');
	src: url('fonts/futuraltbt.eot?#iefix') format('embedded-opentype'), url('fonts/futuraltbt.woff') format('woff'), url('fonts/futuraltbt.ttf') format('truetype'), url('fonts/futuraltbt.svg#Futura Lt BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
.full-wrapper {
	overflow: hidden;
}
/*start*/
body {
	background: url(images/bg.jpg) no-repeat center top #0676d1;
	color: #313131;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Futura Lt BT', sans-serif;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
h1 {
	color: #4b4b4b;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	margin: 0;
	padding: 5px 0 5px;
	text-align: left;
	font-family: "Futura Lt BT", sans-serif;
}
h2 {
	color: #428bca;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
	padding: 10px 0;
	margin: 0;
	font-family: "Futura Lt BT", sans-serif;
}
h3 {
	color: #428bca;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
	padding: 15px 0 10px 0;
	margin: 0;
	font-family: "Futura Lt BT", sans-serif;
}
h4 {
	color: #428bca;
	font-size: 21px;
	line-height: 21px;
	font-weight: 300;
	text-align: left;
	padding: 15px 0 10px 0;
	margin: 0;
	font-family: "Futura Lt BT", sans-serif;
}
h5 {
	color: #595959;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	text-align: left;
	padding: 15px 0 10px 0;
	margin: 0;
	font-family: "Futura Lt BT", sans-serif;
}
h6 {
	color: #4b4b4b;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: "Futura Lt BT", sans-serif;
}
p {
	color: rgba(0, 0, 0, 0.80);
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: "Futura Lt BT", sans-serif;
}
p a {
	color: #428bca;
}
p a:hover {
	color: #428bca;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover, a:focus {
	color: #428bca;
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	background: url(images/li_arrow.png) no-repeat 0 5px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	list-style: outside none none;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	text-align: left;
}
ul li a {
	color: #1cb5ea;
}
ol li {
	margin: 0 0 5px 25px;
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
ol li a {
	color: #1cb5ea;
}
input[type='text'], input[type='tel'], input[type='password'], input[type='email'] {
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0 0 10px 0;
	height: 23px;
	color: rgba(0,0,0,0.6);
	font-size: 15px;
	text-align: left;
}
textarea {
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0 0 10px 0;
	height: 80px;
	color: rgba(0,0,0,0.6);
	font-size: 15px;
	text-align: left;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #1374ca;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	vertical-align: bottom;
	padding: 8px 18px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
::-moz-selection {
 color: #fff;
 background: #428bca;
}
::selection {
	color: #fff;
	background: #428bca;
}
table {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin: auto;
}
table thead, table tfoot {
	background: #f5f5f5;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
table thead tr th, table tfoot tr td {
	padding: 8px 10px 9px;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}
table thead tr th:first-child, table tfoot tr td:first-child {
	border-left: none;
}
table thead tr th:last-child, table tfoot tr td:last-child {
	border-right: none;
}
table tbody tr.even, table tbody tr.alt {
	background: #f9f9f9;
}
table tbody tr:nth-child(even) {
	background: #f9f9f9;
}
table tbody tr td {
	color: #333;
	padding: 9px 10px;
	vertical-align: top;
	border: 1px solid #ddd;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
	height: auto;
	margin: 0 0 1.5em;
	max-width: 100%;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
/*end:*/



.entry-header {
	background: rgba(0,0,0,0.60);
	padding: 0;
	position: relative;
	z-index: 1;
}
.page-heaing {
	position: relative;
}
.page-heaing .entry-header {
	bottom: 0;
	margin: 0 0 0 30px;
	position: absolute;
}
.page-heaing .entry-header .entry-title {
	padding: 20px 35px;
}
.page-heaing .post-thumbnail {
	text-align: center;
}
.page-heaing .post-thumbnail img {
	display: block;
	height: auto;
	max-width: 100%;
}
.entry-title {
	color: #ffffff;
	font-size: 38px;
	font-weight: 400;
	line-height: 35px;
	margin: 0;
	padding: 20px 35px;
	text-align: center;
	font-family: "Futura Lt BT", sans-serif;
}
.page .entry-content, .search-content {
	min-height: 300px;
	padding: 60px 30px 30px 30px;
}
.inner-page-body {
	background: #fff;
}
/*end*/



/*start:header*/
.header-content .container {
	background: #1c2f47;
	min-height: 140px;
	position: relative;
}
.company-logo {
	left: 30px;
	position: absolute;
	top: 32px;
	z-index: 99;
}
.header-top {
	padding: 0 0 0 140px;
	position: absolute;
	right: 30px;
	top: 20px;
	width: 100%;
}
.site-title, .site-title a {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	color: #fff;
	font-family: 'Futura Lt BT', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 80px;
}
.top-phone::before {
	border-left: 0 solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #1374ca;
	bottom: -8px;
	content: "";
	height: 0;
	position: absolute;
	right: 25px;
	width: 0;
}
.top-phone {
	margin-left: 22px;
	float: right;
	background-color: #1374ca;
	border-radius: 3px;
	padding: 10px 20px;
	position: relative;
}
.top-phone a {
	margin-left: 5px;
}
.top-phone .fa {
	color: #fff;
	font-size: 20px;
}
.top-phone, .top-phone a {
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: normal;
}
.head-social-media .social-media a {
	font-size: 12px;
	height: 30px;
	padding: 5px;
	width: 30px;
	line-height: 20px;
}
.gallery_portfolios_inner {
	overflow: hidden;
}
.pagination {
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px 0;
	text-align: center;
}
.pagination a {
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
}
.pagination a.active, .pagination a:hover {
	color: #172940;
}
.head-social-media {
	width: 165px;
	float: right;
	margin: 6px 0 0 15px;
}
.social-media {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social-media li {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	background: none;
}
.social-media li:last-child {
	margin: 0;
}
.social-media a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: normal;
	padding: 10px;
	text-align: center;
	width: 50px;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social-media a:hover {
	color: #fff;
}
.social-media a.linkedin:hover {
	background-color: #006fa6;
	border: 1px solid #006fa6;
}
.social-media a.twitter:hover {
	background-color: #55ACEE;
	border: 1px solid #55ACEE;
}
.social-media a.google-plus:hover {
	background-color: #dd4b39;
	border: 1px solid #dd4b39;
}
.social-media a.facebook:hover {
	background-color: #3c5899;
	border: 1px solid #3c5899;
}
.banner-caption {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 30px;
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	max-width: 430px;
	padding: 30px;
	position: absolute;
	right: 30px;
	text-align: left;
}

.header-top-right {
	float: right;
	margin: 3px 0 0;
}
/*end:header*/

/*start*/
.bx-wrapper {
	margin: 0;
}
.bx-wrapper .bx-viewport {
	border: 0 none !important;
	box-shadow: none !important;
	left: 0 !important;
	background: none !important;
}
.bx-wrapper ul {
	margin: 0;
	padding: 0;
}
.bx-wrapper ul li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	background: none;
}
/*end*/


/*start:page-content*/
.page-content-body {
	background: #fff;
	padding: 30px;
}
.home-three-cell {
	overflow: hidden;
	padding: 30px 0 20px 0;
}
.home-three-cell li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 365px;
	padding: 30px 35px 0 35px;
}
.home-three-cell li:nth-child(2), .home-three-cell li:last-child {
	margin-left: -1px;
}
.home-three-cell img {
	display: table;
	margin: 0 auto;
}
.home-three-cell br {
	display: none;
}
.home-three-cell h3 {
	color: #428bca;
	font-size: 16px;
	line-height: 25px;
	padding: 15px 0 10px;
}
.home-message-tag .container {
	height: 256px;
	background-image: url(images/home-message-tag.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.home-message-tag p {
	color: #fff;
	font-size: 43px;
	line-height:45px;
	padding:85px 0 0 0;
	text-align: center;
}
.home-message-tag p a {
	color: #0f76d5;
}
.wellcome-content h1 {
	padding: 20px 0;
}
/*end:page-content*/


/*start:latest news*/
.latest-news .container {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 65px;
}
.latest-news h2 {
	color: #095399;
	font-size: 32px;
	text-align: center;
	padding: 0 0 30px 20px;
}
.latest-newspost {
	padding: 0 20px;
}
.latest-newspost li {
	margin: 0;
	background: none;
}
.news-img-wrap {
	width: 100%;
	height: 220px;
	display: block;
	overflow: hidden;
}
.news-img-box {
	width: 100%;
	height: 220px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: .5s;
	-moz-transition-duration: .5s; /* Firefox 4 */
	-webkit-transition-duration: .5s; /* Safari and Chrome */
	-o-transition-duration: .5s; /* Opera */
}
.news-img-box:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-o-transform: scale(1.05); /* Opera */
	-moz-transform: scale(1.05); /* Firefox */
}
.news-img-box:before {
	background: rgba(39,175,165,0.5);
	content: "";
	height: 220px;
	position: absolute;
	width: 100%;
	top: -250px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.news-img-box:hover::before {
	top: 0;
}
.latest-news h4 {
	color: #428bca;
	font-size: 20px;
	line-height: 25px;
	padding: 30px 0 10px 0;
}
.latest-news h4 a {
	color: #428bca;
	font-size: 20px;
}
.latest-news h4 a:hover {
	color: #4b4b4b;
	text-decoration: none;
}
.read-more-news {
	color: #4b4b4b;
	font-size: 14px;
	text-decoration: underline;
}
.latest-news p {
	padding: 0 0 10px;
}
/*end:latest news*/


/*start:footer*/
.site-footer .container {
	background-color: #172940;
	padding-top: 50px;
	padding-bottom: 50px;
}
.home .footer-content {
	padding: 0 10px;
}
.footer-content {
	padding: 0 2px;
}
.footer-copyright {
	padding: 15px 0 0;
}
.footer-copyright p, .footer-copyright p a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.copyright-text {
	margin-right: 15px;
}
.footer-menu {
	margin: 0;
}
.footer-menu li {
	display: inline-block;
	line-height: normal;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
	position: relative;
	background: none;
}
.footer-menu li:last-child {
	margin: 0;
	padding: 0;
}
.footer-menu li::after {
	color: rgba(255, 255, 255, 0.5);
	content: "/";
	position: absolute;
	right: 0;
}
.footer-menu li:last-child::after {
	display: none;
}
.footer-menu a {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Futura Lt BT', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer-menu a:hover {
	color: #428bca;
}
/*end:footer*/




/*START:error message*/
.error-page {
	min-height: 450px;
	margin: 0 auto;
	padding: 60px 21px 40px;
}
.error-page h1 {
	margin: 0;
	padding: 20px 0 0 0;
	color: #1374ca;
	text-align: center;
	font-weight: bold;
	font-size: 100px;
	line-height: 73px;
}
.error-page h1:after, .error-page h2:after {
	display: none;
}
.error-page h1 span {
	color: #363636;
	text-align: center;
	font-weight: bold;
	font-size: 81px;
}
.error-page h2 {
	color: #363636;
	font-size: 35px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
}
.error-page p {
	padding: 25px 0;
	margin: 0;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
}
.site-content.site-error-content {
	width: 1172px;
	margin: 0 auto;
}
/*END:error message*/





/*start:blog*/
.single .inner-page-content, .blog .inner-page-content, .archive .inner-page-content {
	padding-bottom: 80px;
	padding-top: 80px;
}
.each-blog {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.each-blog:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.left-sidebar .post-thumbnail {
	display: block;
	margin-bottom: 20px;
	max-height: 417px;
	opacity: 1;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}
.left-sidebar .post-thumbnail:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -500px;
	background: rgba(39,175,165,0.3);
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.left-sidebar .post-thumbnail:hover:before {
	top: 0;
}
.left-sidebar .post-thumbnail img {
	height: auto;
	width: 100%;
}
.right-sidebar .site-description, .left-sidebar .screen-reader-text {
	display: none;
}
.left-sidebar h2 {
	line-height: 25px;
	margin: 0;
}
.left-sidebar h2 a {
	color: #1374ca;
	font-size: 20px;
}
.left-sidebar .author-area {
	color: #999;
	font-size: 12px;
	text-align: left;
	padding: 0;
}
.left-sidebar .author-area .author-image, .left-sidebar .author-image {
	display: none;
	float: left;
	margin: 20px 10px 0 0;
	width: 48px;
}
.left-sidebar .author-name, .left-sidebar .author-name {
	display: inline-block;
}
.left-sidebar .author-area span {
	display: inline-block;
	margin-right: 20px;
}
.author-name {
	background: rgba(0, 0, 0, 0) url("images/user.png") no-repeat scroll left -18px;
	padding-left: 25px;
	display: inline-block;
	padding-bottom: 3px;
}
.each-blog .date {
	background: rgba(0, 0, 0, 0) url("images/user.png") no-repeat scroll left 0;
	padding-left: 25px;
	display: inline-block;
}
.category-list {
	background: rgba(0, 0, 0, 0) url("images/user.png") no-repeat scroll left -35px;
	padding-left: 30px;
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
}
.category-list a {
	color: #999;
	text-decoration: none;
}
.left-sidebar .text-area {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0 0 0;
	position: relative;
	text-align: left;
}
.comments-link {
	display: block;
	font-size: 25px;
	padding: 18px 0;
}
.post-share-wrapper .stButton .stFb, .post-share-wrapper .stButton .stTwbutton, .post-share-wrapper .stButton .stMainServices {
	height: 26px !important;
}
.left-sidebar .read-more {
	background: #1374ca;
	border: none;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	margin: 20px 0 0;
	text-align: center;
	text-decoration: none;
	width: 129px;
}
.left-sidebar .read-more:hover {
	background: #1c2f47;
	border: 0 none;
}
.right-sidebar .widget {
	border: 1px solid #e3e3e3;
	margin: 0 0 15px;
	padding: 15px 20px;
}
.right-sidebar .widget .widget-title {
	color: #1374ca;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: unset;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px;
	position: relative;
}
.right-sidebar .widget select {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	color: #333333;
	font-size: 15px;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.right-sidebar li a {
	color: #333;
}
.left-sidebar .comment-respond h3 {
	border-bottom: 1px solid #1374ca;
	color: #1374ca;
	font-size: 27px;
	font-weight: 300;
	margin-bottom: 24px;
	margin-top: 0;
	padding-bottom: 20px;
}
.left-sidebar #commentform p {
	overflow: hidden;
	position: relative;
}
.left-sidebar .comment-form label {
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: 300;
	min-height: 40px;
	text-align: left;
	text-transform: none;
	width: 178px;
}
.left-sidebar .comment-form input[type="text"], .left-sidebar .comment-form input[type="email"], .left-sidebar .comment-form input[type="url"] {
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	padding: 0 10px;
	text-align: left;
	text-transform: none;
	width: 632px;
}
.left-sidebar textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	float: left;
	font-size: 20px;
	font-weight: 300;
	height: 165px;
	padding: 10px;
	text-align: left;
	text-transform: none;
	width: 630px;
}
.left-sidebar #recaptcha_widget_div {
	margin: 0 0 0 177px;
}
.left-sidebar .comments-area {
	padding: 40px 0 0;
}
.left-sidebar #submit {
	background: #1374ca;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: 300;
	margin: 20px 0 0 177px;
	padding: 10px 0;
	text-align: center;
	text-transform: none;
	width: 145px;
	box-shadow: 0 0 0 0 #1c2f47 inset;
	transition: all 0.4s ease 0s;
}
.left-sidebar #submit:hover {
	box-shadow: 0 100px 0 0 #1c2f47 inset;
	transition: all 0.7s ease 0s;
}
.left-sidebar .recaptchatable #recaptcha_response_field {
	border: 1px solid #dddddd !important;
	margin-bottom: 7px;
}
.contact-address-list h5 {
	text-transform: uppercase;
}
.left-sidebar .entry-header {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	text-align: left;
}
.left-sidebar .entry-title {
	text-align: left;
	color: #000;
}
.left-sidebar .nav-links {
	background: none repeat scroll 0 0 #eeeeee;
	margin: 15px 0 0;
	padding: 10px 20px;
	overflow: hidden;
	border: 1px solid #dadada;
}
.left-sidebar .nav-links a[rel="prev"] {
	color: #000;
	float: left;
	position: relative;
	padding-left: 30px;
}
.left-sidebar .nav-links a[rel="prev"]:before {
	content: '<<';
	position: absolute;
	left: 0;
	top: -1px;
	color: #000;
	font-size: 18px;
}
.left-sidebar .nav-links a[rel="next"] {
	color: black;
	float: right;
	position: relative;
	padding-right: 30px;
}
.left-sidebar .nav-links a[rel="next"]:after {
	content: '>>';
	position: absolute;
	right: 0;
	top: -1px;
	color: #000;
	font-size: 18px;
	display: block !important;
}
.left-sidebar .nav-links a .meta-nav {
	font-size: 1px;
	color: #eeeeee;
	display: none;
}
.blog-wrapper {
	padding: 60px 15px 40px;
}
/*end:blog*/




/*------------------------------ Projects start------------------------------------------*/
.wa_projects {
	padding-top: 0px;
}
.wa_projects img {
	width: 300px;
}
.category_projects li {
	display: inline-block;
	margin-bottom: -3px;
	overflow: hidden;
	position: relative;
	width: 25%;
	padding: 0;
	background: none;
}
.category_projects li a {
	display: inline-block;
	max-width: 100%;
	float: left;
}
.category_projects li .image {
	margin-right: 2px;
	overflow: hidden;
	background: url("images/go.png") no-repeat scroll center #000;
}
.category_projects li .image img {
	opacity: 1;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.category_projects li:hover .image img {
	opacity: .7;
	-moz-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.category_projects {
	margin: 0;
}
.category_projects li .title {
	height: 40px;
	left: -2px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	color: transparent;
	font-weight: 300;
	font-size: 18px;
}
.category_projects li:hover .title {
	color: #fff;
}
.category_projects li .title, .category_projects li:hover .title, .category_projects li .image img, .category_projects li:hover .image img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.singular .project_detail_page .entry-content {
	padding-bottom: 50px;
}
#project_gallery {
	float: left;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: none !important;
}
#project_gallery .rsSlide, #project_gallery.royalSlider {
	width: 700px;
	text-align: center;
}
#project_gallery .rsSlide img.rsImg {
	margin: 0 !important;
	width: 700px !important;
}
#project_gallery.rsFullscreen .rsSlide img.rsImg {
	max-width: 900px;
	width: 100% !important;
}
#project_gallery.royalSlider.rsFullscreen {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) !important;
}
#project_gallery.royalSlider.rsFullscreen .rsSlide, #project_gallery.royalSlider.rsFullscreen.royalSlider {
	width: 100%;
}
.project_detail_page .col.span_4.fwImage {
	display: inline-block;
	float: left;
	padding-right: 30px;
}
.project_detail_page .description p {
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
@media screen and (max-width: 1000px) {
#project_gallery .rsSlide, #project_gallery.royalSlider {
	width: 600px;
}
}
@media screen and (max-width: 900px) {
#project_gallery .rsSlide, #project_gallery.royalSlider {
	width: 100% !important;
}
.project_detail_page .col.span_4.fwImage {
	float: none;
	padding: 0;
	width: 100%;
}
#project_gallery .rsSlide img.rsImg {
	width: 100% !important;
	height: auto;
}
.project_detail_page .description p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-top: 20px;
}
}
/*------------------------------ Projects end------------------------------------------*/


/* Search in the header */
.search-box-wrapper {
	background: #1374ca none repeat scroll 0 0;
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 138px;
	width: 100%;
	z-index: 999;
}
.search-toggle {
	cursor: pointer;
	float: right;
	height: 22px;
	text-align: center;
	width: 22px;
	margin: 10px 0 0 0;
}
.search-toggle a {
	visibility: hidden;
}
.search-box-wrapper .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
	display: none;
}
.search-toggle .fa {
	color: #bbbec3;
	font-size: 20px;
}
.search-box .search-field {
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
	font-weight: normal;
}
.header-content #search-container .container {
	background: transparent;
	height: auto;
	min-height: auto;
}
.header-content #search-container .container label {
	display: inline;
}
.header-content #search-container .container input[type="search"] {
	border-radius: 0;
	height: 43px;
}
.header-content #search-container .container input[type="submit"] {
	background: #1c2f47 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 17px;
	padding: 10px 21px;
	position: absolute;
	right: 10px;
	text-transform: lowercase;
}
/**
/*end*/



/*start*/
.page-id-356 .entry-content .row {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.page-id-356 .entry-content .row:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.pdf-list {
	padding-bottom: 25px;
	padding-top: 20px;
}
.pdf-list ul li {
	background: url(images/pdf_icon.png) no-repeat 0 5px;
}
/*end*/





/*start:gallery*/
.gallery_portfolios_inner ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.gallery_portfolios_inner li {
	background-image: none;
	position: relative;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
	height: 243px;
	overflow: hidden;
}
.gallery-cell-inner {
	background: #0e5aa5;
	width: 100%;
	height: 243px;
	overflow: hidden;
}
.gallery-cell-inner:hover img {
	-moz-transform: scale(1.1) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px);
	-o-transform: scale(1.1) rotate(0deg) translate(0px);
	transform: scale(1.1) rotate(0deg) translate(0px);
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.gallery-cell-inner img {
	visibility: hidden;
	display: block;
	height: auto;
	max-width: 100%;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.gallery-cell-inner .gallery-click-view {
	top: -30px;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	width: 30px;
	left: 50%;
	position: absolute;
	z-index: 999;
	margin-left: -15px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.gallery-cell-inner:hover .gallery-click-view {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.gallery-cell-inner .gallery-click-view a {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
}
.gallery_portfolios_inner .gallery-click-view a {
	background: url("images/project-plus-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	display: block;
	font-size: 1px;
	margin-left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 30px;
}
.gallery-cell-inner:hover .gallery-click-view {
	margin-top: 150px;
}
.gallery-heading-title {
	bottom: -250px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0 30px;
	line-height: 13px;
	color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.gallery_portfolios_inner li:hover .gallery-heading-title {
	bottom: 40%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.gallery-popup-anchor {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.gallery-img-box {
	height: 243px;
	position: relative;
	width: 100%;
	transition-duration: .5s;
	-moz-transition-duration: .5s; /* Firefox 4 */
	-webkit-transition-duration: .5s; /* Safari and Chrome */
	-o-transition-duration: .5s; /* Opera */
}
.gallery-img-box:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-o-transform: scale(1.05); /* Opera */
	-moz-transform: scale(1.05); /* Firefox */
}
.gallery-img-box:before {
	background: rgba(39,175,165,0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -250px;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.gallery-cell-inner:hover .gallery-img-box:before {
	top: 0;
}
/*end:gallery*/



/*start:contact us*/
.row-contact {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	height: 30px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}
.contactus textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 4px 4px 4px 10px;
	margin: 0;
	position: relative;
	width: 100%;
	height: 185px;
}
.contactus input[type="submit"] {
	background: #1374ca;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-size: 13px;
	height: auto;
	margin: 10px 0 0;
	padding: 10px 20px 8px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
}
.contactus input[type="submit"]:hover {
	background: #1c2f47;
}
.row-contact input[type="text"], .row-contact input[type="email"], .row-contact input[type="tel"] {
	border: medium none;
	font-size: 15px;
	height: 23px;
	margin: 4px 0 0;
	padding: 0;
	width: 98%;
}
.row-contact:before {
	font-family: FontAwesome;
	width: 30px;
	height: 28px;
	line-height: 28px;
	background: #ccc;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.row-contact.name-filed:before {
	content: '\f007';
}
.row-contact.email-filed:before {
	content: '\f0e0';
}
.row-contact.phone-filed:before {
	content: '\f095';
}
.row-contact.lock-filed:before {
	content: '\f13e';
}
.captchac-box-left {
	display: inline-block;
	vertical-align: top;
}
.captchac-box-left img {
	margin: 0;
}
.captchac-box-right {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
span.wpcf7-not-valid-tip {
	z-index: 9;
}
.captchac-box-right .wpcf7-not-valid-tip {
	left: 0;
	margin: 20px 0 0;
	position: absolute;
}
span.wpcf7-not-valid-tip {
	top: 3px;
	color: red;
	background: none;
	padding: 3px 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
	text-align: center;
}
#wpcf7-f25-p26-o1 {
	padding: 52px 0 0;
}
.contact-address-list {
	padding: 18px 0 0;
}
.abn-number {
	text-align: left;
}
.abn-number > span {
	font-size: 18px;
	padding: 8px 48px 8px 0;
}
.emergency-line {
	text-align: center;
	padding: 40px 0 0 0;
}
.emergency-line > span {
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 20px;
	padding: 12px 40px;
}
.emergency-line a {
	font-size: 25px;
}
.address-cell {
	border-radius: 5px;
	background: #f2f3f3;
	padding: 20px 25px;
	margin-bottom: 25px;
	min-height: 181px;
	border: 1px solid rgba(0,0,0,0.1);
}
.address-cell h5 {
	color: #428bca;
}
.address-cell li a {
	color: #000;
}
.address-cell li.email-icon a {
	color: #428bca;
}
.address-cell li {
	position: relative;
	background: none;
}
.address-cell li:before {
	font-family: FontAwesome;
	width: 30px;
	height: 28px;
	position: absolute;
	left: -10px;
	top: 0;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.address-cell li.location-icon:before {
	content: '\f041';
}
.address-cell li.phone-icon:before {
	content: '\f095';
}
.address-cell li.fax-icon:before {
	content: '\f13e';
}
.address-cell li.email-icon:before {
	content: '\f0e0';
}
.google-map {
	padding: 50px 0 0;
	position: relative;
}
.gm-style .place-card-large {
	visibility: hidden;
}
.head-office {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	left: 10px;
	position: absolute;
	top: 59px;
	padding: 15px 13px 0 13px;
}
.head-office .address-cell {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	padding: 0;
}
.head-office .address-cell h5 {
	color: #000;
	margin: 0 0 10px 0;
}
.head-office .address-cell h5 span {
	border-bottom: 1px solid #000;
}
.head-office .address-cell li.location-icon {
	padding-left: 0;
	padding-bottom: 8px;
}
.head-office .address-cell li.location-icon:before {
	display: none;
}
.google-map iframe {
	width: 100%;
	height: 530px;
}
.map-imgbox {
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 30px;
}
.map-imgbox img {
	margin: 0;
}
.search-content .entry-title {
	padding: 0;
	text-align: left;
}
.search-content .entry-header {
	background: none;
}
.search-content .hentry {
	background: #f1f1f1 none repeat scroll 0 0;
	margin: 0 0 20px;
	padding: 10px 20px;
}
/*end:contact us*/


/*inner page content*/
.page-id-249 .entry-content ul li, .page-id-251 .entry-content ul li, .page-id-253 .entry-content ul li, .page-id-2 .entry-content ul li {
	line-height: 26px;
	font-size: 18px;
}
.profile-name-left h3 {
	padding-bottom: 0;
}
/*inner page content end*/


/*start:course-plan*/
.home-course-plan .container {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-course-plan h4 {
	text-align: center;
	color: #095399;
	font-size: 40px;
	padding: 0;
}
.curriculum-content{
    padding-top:40px;
}
.course-heading {
	text-align: center;
	position: relative;
	padding:0 0 24px 0;
}
.course-heading span {
	left: -18px;
	position: relative;
	background-color: #4f81bd;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 18px 66px;
	text-transform: uppercase;
	vertical-align: top;
}
.course-heading span:before {
	content: '';
	border-radius: 50%;
	background-color: #4f81bd;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	bottom: -8px;
}
.course-heading span:after {
	content: '';
	background-color: #4f81bd;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 23px;
	bottom: -28px;
}
.course-top-content {
	padding-top: 35px;
	position: relative;
	padding-left: 8px;
}
.course-top-content:after {
	background-color: #4f81bd;
	top: 4px;
	content: "";
	height: 4px;
	left: 93px;
	position: absolute;
	width: 78%;
}
.course-field-first .course-cell.first-cell-block::before {
	top: -31px;
	height: 21px;
}
.course-field-first .course-cell.last-cell-block::before {
	top: -31px;
	height: 21px;
}
.course-top-content ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
.course-top-content li {
	display: inline-block;
	background-image: none;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
.course-cell {
	align-items: center;
	background-color: #4f81bd;
	background-image: none;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 12px;
	margin: 0 5px;
	min-height: 110px;
	padding: 13px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.course-field-first .course-cell:before {
	content: '';
	background-color: #4f81bd;
	position: absolute;
	left: 77px;
	width: 4px;
	height: 18px;
	top: -27px;
}
.course-samll-cell {
	position: relative;
	background-color: #dbeef4;
	background-image: none;
	border-radius: 3px;
	color: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	margin: 0 5px;
	min-height: 55px;
	padding: 13px 18px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.course-cell a {
	color: #fff;
}
.course-cell a:hover {
	color: #000;
}
.course-samll-cell > img {
	float: left;
	margin: 0 8px 0 0;
}
.course-top-content ul.course-field-second {
	padding-top: 40px;
}
.course-field-second .course-cell:before, .course-field-second .course-samll-cell:before {
	background-color: #959595;
	content: "";
	height: 40px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -40px;
	width: 2px;
}
.course-top-content ul.course-field-third {
	padding-top: 40px;
	padding-left: 170px;
}
.course-top-content ul.course-field-third li:last-child .course-samll-cell {
	width: 260px;
}
.course-field-third .course-samll-cell:before {
	background-color: #959595;
	content: "";
	height: 40px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -40px;
	width: 2px;
}
.course-top-content ul.course-field-third li:last-child .course-samll-cell:before {
	margin-left: -36px;
}
.course-field-second .second-add-cell.course-cell::before {
	margin-left: -12px;
}
.course-field-first .second-cell-block.course-cell::before {
	margin-left: 20px;
}
.course-top-content ul.course-field-four {
	padding-top: 40px;
	padding-left: 170px;
}
.course-field-four .course-cell:before {
	background-color: #959595;
	content: "";
	height: 40px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -40px;
	width: 2px;
}
.course-top-content ul.course-field-five {
	padding-top: 40px;
	padding-left: 345px;
}
.course-field-five .course-samll-cell:before {
	background-color: #959595;
	content: "";
	height: 40px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -40px;
	width: 2px;
}
.course-top-content ul.course-field-five li:last-child .course-samll-cell {
	width: 180px;
}
.aquarium-industry:after {
	content: "";
	height: 261px;
	left: 63px;
	position: absolute;
	top: 61px;
	width: 99px;
	background: url(images/aquarium-industry-arrow.png) no-repeat;
}
.adds-supply {
	margin-left: 33px;
}
.adds-supply:after {
	content: "";
	height: 14px;
	left: -38px;
	position: absolute;
	top: 51px;
	width: 38px;
	background: url(images/adds-supply.png) no-repeat;
}
.course-samll-cell.occupational-diver {
	margin-left: 40px;
	top: -3px;
}
.course-field-four .course-cell.occupational-supervisor::before {
	display: none;
}
.course-cell.occupational-supervisor {
	background-color: #224879;
	border: 2px solid #000;
	border-radius: 6px;
	margin-top: 3px;
}
.scientific-industry:after {
	content: "";
	background: url(images/occupational-supervisor.png) no-repeat;
	width: 14px;
	height: 53px;
	bottom: -53px;
	position: absolute;
	left: 80px;
}
.diver-medical-technician:after {
	content: "";
	height: 261px;
	left: -11px;
	position: absolute;
	top: 70px;
	width: 99px;
	background: url(images/diver-medical-technician.png) no-repeat;
}
.hyperbaric-industry:after {
	content: "";
	height: 261px;
	left: -81px;
	position: absolute;
	top: 66px;
	width: 165px;
	background: url(images/hyperbaric-industry.png) no-repeat;
}
/*start:course-plan*/




/*start:upcomming-courses-area*/
.upcomming-courses-area h2, .upcomming-title {
	text-align: center;
	color: #095399;
	font-size: 40px;
	padding: 0 0 40px 0;
}
.upcomming-courses-area .container {
	background-color: #fff;
	padding-bottom: 100px;
	padding-top: 60px;
}
.upcomming-courses-content {
	padding-right: 15px;
	padding-top: 20px;
}
.upcomming-courses-content h3 {
	color: #000;
	font-weight: 600;
}
.upcomming-courses-content h4 {
	color: rgba(0,0,0,0.6);
	font-weight: 600;
}
.course-box {
	border-bottom: 1px solid #eee;
	margin: 0 0 25px;
	padding: 0 0 25px;
	min-height:270px;
}
.course-box h4 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-weight: 100;
	line-height: 20px;
	padding: 0 0 10px;
}
.course-box h5 {
	padding: 0 0 3px 0;
	color: #095399;
	font-size: 15px;
	font-weight: 600;
}
.course-box h6 {
	padding: 0 0 15px;
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 600;
}
.home .course-img {
	width: 160px;
}
.course-img {
	width: 160px;
	float: left;
	margin: 3px 20px 25px 0;
}
.course-img img {
	max-width: 100%;
	height: auto;
}
.course-box p {
	height: 100px;
	line-height: 20px;
	overflow: hidden;
}

.enquire-now-area {
	overflow: hidden;
	text-align: center;
	padding: 100px 0 0 0;
}
.enquire-link-wrap {
	padding-top: 30px;
}
.enquire-link {
	background: #095399 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 11px 50px;
	text-align: center;
	text-transform: uppercase;
}
.enquire-link:hover {
	color: #fff;
	background: #064a8b none repeat scroll 0 0;
}
.readmore-course {
	float: right;
}
.readmore-course:hover {
	color: #000;
}
/*end:upcomming-courses-area*/


/*start:*/
.row-trainer h4 {
	padding-top: 0;
}
.row-trainer img {
	width:100%;
    height:auto;
}
.row-trainer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding-bottom: 20px;
}
/*end:*/







/*start:Drop Menu*/
.navbar-default {
	box-shadow: none;
	border: none;
	background-image: none;
	background: none;
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 800;
}
.navbar-nav > li > a {
	padding: 12px 13px;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle {
	padding-bottom: 18px;
}
.navbar-nav > li {
	margin: 0;
	padding: 0;
	background: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #428bca;
	z-index: 9999;
	text-shadow: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #008EB3;
	position: relative;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
.navbar-toggle .icon-bar {
	border-radius: 4px;
	display: block;
	height: 2px;
	width: 26px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px !important;
}
.dropdown-menu {
	background: #1374ca;
	border: 0;
	min-width: 300px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu > li {
	padding: 0;
	margin: 0;
	background: none;
}
.dropdown-menu > li > a {
	color: #2f3a46;
	font-weight: 400;
	line-height: 25px;
	white-space: normal;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #eee;
	color: #1374ca;
}
.navbar-toggle {
	border: 0;
	padding: 0;
	margin-right: 0;
	z-index: 999;
}
.navbar-default .navbar-toggle {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radiust: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #1374ca;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radiust: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	box-shadow: none;
	background: none;
}
.dropdown-menu > li > a:hover {
	color: #1374ca;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #eee;
	color: #1374ca;
}
.dropdown-menu > li {
	border-bottom: 1px solid #89b8e2;
	border-left: none;
	border-right: none;
}
.dropdown-menu > li > a {
	color: #fff;
	padding: 3px 15px;
	text-shadow: none;
	font-weight: normal;
}
.dropdown-menu {
	float: inherit;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle:hover {
	background: #1374ca;
	color: #fff;
}
.caret {
	color: #fff;
}
.profile-name-left img {
	margin-bottom: 0;
}
.pull-left-main img{
    max-width: 160px;
}
.course-inner-page-img img{
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.course-inner-page-img h5, .course-inner-page-img h6
{
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 10px;
}
.content-part{
    max-height: 80px;
    overflow: hidden;
}
.course-box:last-child
{
    border-bottom: 0;
}
/*end:Menu*/

ul#home-banner li{
	width:100% !important;
}
.curriculum-content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
 @media screen and (max-width:1200px) {
    .site-title, .site-title a {
        font-size: 13px;
    }
    .navbar-nav > li > a {
        padding: 12px 7px;
    }
    .footer-copyright {
        margin: 10px 0 30px 0;
    }
    .social-media, .footer-menu, .footer-copyright p {
        text-align: center;
    }
    .footer-content .col-md-8, .footer-content .col-md-4 {
        width: 100%;
        padding: 0;
    }
    .home-three-cell {
        display: table;
    }
    .home-three-cell li {
        display: table-cell;
        float: none;
        margin: 0 -2px;
        padding: 30px 20px 0;
    }
    .navbar-default {
        right: 10px;
    }
    .address-cell {
        padding: 20px;
    }
    .course-cell {
        padding: 13px 2px;
    }
    .course-samll-cell {
        padding: 13px 3px;
    }
}

 @media screen and (max-width:1199px) {
    .course-top-content::after {
        width: 80.8%;
    }
    .course-top-content ul.course-field-third li:last-child .course-samll-cell {
        width: 165px;
    }
     .social-media a {
         height:35px;
         width:35px;
         line-height:16px;
         font-size: 16px;
     }


 }
@media screen and (max-width:1024px) {
    .upcomming-courses-content h3{
        font-size: 20px;
        text-align: center;
    }
    .home-course-plan .container {
        padding-bottom: 0;
        padding-top: 0;
    }
    .upcomming-courses-area .container {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .curriculum-content{
        padding-top:4px;
    }
    .upcomming-courses-area h2, .upcomming-title,.home-course-plan h4 {
        font-size: 28px;
        padding: 0;
    }


}


 @media screen and (max-width:992px) {
    .company-logo img {
        max-width: 85%;
    }
    .top-phone {
        padding: 5px 7px;
    }
    .navbar-nav > li > a {
        padding: 12px 5px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
    }
    .site-title, .site-title a {
        font-size: 12px;
        font-weight: 300;
        padding: 0;
    }
    .company-logo {
        left: 15px;
        top: 70px;
        width: 115px;
        z-index: 99999;
    }
    .company-logo img {
        max-width: 75%;
    }
    .contact-address-list .address-cell {
        margin-bottom: 30px;
        padding: 10px 15px;
    }
    .left-sidebar #recaptcha_widget_div {
        margin: 0 auto;
        width: 470px;
    }
    .blog #secondary {
        padding-top: 30px;
    }
    .emergency-line {
        padding: 0;
    }
    .emergency-line > span {
        padding: 6px 40px;
        font-size: 16px;
    }
    .emergency-line a {
        font-size: 20px;
    }
    #wpcf7-f25-p26-o1 {
        padding: 30px 0 0 0;
    }
    .contactus input[type="submit"] {
        width: 100%;
    }
    .contact_us_page h2 {
        padding-top: 0;
    }
    .site-title {
        left: 50px;
        position: absolute;
        top: 2px;
    }
}
@media screen and (max-width: 768px) {
	.footer-menu li {
		margin: 0 3px 0 0;
		padding: 0 10px 0 0;
	}
	.footer-menu li a{
		font-size: 13px;
		text-transform: capitalize;
	}
}

@media screen and (max-width: 767px) {
    .site-title {
        left: 180px;
        top: 60px;
    }
	.page-heaing .entry-header{
		margin-left: 0;
	}
    .latest-newspost li {
        margin: 0 0 30px;
    }
    .banner-caption {
        margin: 0 5px;
        font-size: 27px;
        line-height: 35px;
        padding: 15px 20px;
    }
    .search-box-wrapper {
        padding: 32px 0px;
    }
    .header-top {
        right: 35px;
        z-index: 999;
    }
    .footer-menu {
        text-align: center;
    }
    /*start:dropmenu*/
    .header-menu {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0 !important;
    }
    .header-menu .navbar-collapse {
        z-index: 999;
        right: -22px;
    }
    #menu-header-menu {
        padding: 20px 0 3px;
    }
    .navbar-nav > li {
        padding: 10px 15px;
        border-bottom: 1px solid #1c93fd;
    }
    .navbar-nav > li:last-child {
        border-bottom: none;
    }
    .dropdown-menu {
        padding: 10px 0 !important;
    }
    .dropdown-menu > li:first-child {
        border-top: 1px solid #1374ca;
    }
    .dropdown-menu > li {
        background: #1c2f47;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #1374ca;
    }
    .dropdown-menu > li > a {
        color: #fff;
        text-align: left;
        padding: 3px 10px;
    }
    .header-menu .navbar-default .navbar-nav > li > a {
        padding: 0 6px;
    }
    .header-menu .navbar-default .navbar-nav > li > a:hover {
        color: #23313c;
    }
    .navbar-default {
        width: 100%;
        top: 84px;
        right: 22px;
    }
    .navbar-collapse {
        background: #1374ca;
        border-bottom: none;
        position: absolute;
        right: 0;
        top: 55px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding: 10px 6px;
    }
    .navbar-nav > li > a {
        padding: 5px 12px 7px;
    }
    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        padding-bottom: 0;
    }
    #menu-main {
        float: none;
    }
    .dropdown-menu {
        box-shadow: none;
        width: 100%;
        padding: 0;
        margin-top: 0;
        position: relative;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
    }
    .navbar-default .navbar-nav > .active > a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        box-shadow: none;
    }
    .navbar-default .navbar-nav > li > a.dropdown-toggle:hover {
        background: none;
    }
    .dropdown-menu > li:first-child {
        border-top: medium none;
    }
    .navbar-nav > li > .dropdown-menu {
        padding: 0 !important;
        margin-top: 10px;
    }
    .caret {
        color: #fff;
    }
    .navbar-toggle span {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .navbar-toggle.collapsed span:nth-child(2) {
        -moz-transform: rotate(0) translateX(0) translateY(0);
        -webkit-transform: rotate(0) translateX(0) translateY(0);
        -o-transform: rotate(0) translateX(0) translateY(0);
        -ms-transform: rotate(0) translateX(0) translateY(0);
        transform: rotate(0) translateX(0) translateY(0);
    }
    .navbar-toggle.collapsed span:nth-child(3) {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
    }
    .navbar-toggle.collapsed span:nth-child(4) {
        -moz-transform: rotate(0) translateX(0) translateY(0);
        -webkit-transform: rotate(0) translateX(0) translateY(0);
        -o-transform: rotate(0) translateX(0) translateY(0);
        -ms-transform: rotate(0) translateX(0) translateY(0);
        transform: rotate(0) translateX(0) translateY(0);
    }
    .navbar-toggle span:nth-child(2) {
        -moz-transform: rotate(45deg) translateX(7px) translateY(7px);
        -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
        -o-transform: rotate(45deg) translateX(7px) translateY(7px);
        -ms-transform: rotate(45deg) translateX(7px) translateY(7px);
        transform: rotate(45deg) translateX(7px) translateY(7px);
    }
    .navbar-toggle span:nth-child(3) {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .navbar-toggle span:nth-child(4) {
        -moz-transform: rotate(-45deg) translateX(4px) translateY(-4px);
        -webkit-transform: rotate(-45deg) translateX(4px) translateY(-4px);
        -o-transform: rotate(-45deg) translateX(4px) translateY(-4px);
        -ms-transform: rotate(-45deg) translateX(4px) translateY(-4px);
        transform: rotate(-45deg) translateX(4px) translateY(-4px);
    }
    .wellcome-content h1 {
        color: #428bca;
        font-size: 22px;
        padding: 0 0 8px 0;
    }
    .home .wellcome-content .container, .home .latest-news .container {
        padding-left: 0;
        padding-right: 0;
    }
    .latest-news .container {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .home-three-cell {
        padding-bottom: 0;
        padding-top: 0;
    }
    .home-three-cell h3 {
        font-size: 18px;
    }
    .home-message-tag .container {
        padding:20px 0;
        height: auto;
    }
    .home-message-tag p {
        font-size:18px;
        line-height: 25px;
    }
    .contact_us_page h2 {
        font-size: 17px;
    }
    .left-sidebar .comment-form label {
        min-height: auto;
        line-height: 18px;
        display: inline;
        margin: 0;
        float: none;
    }
    .left-sidebar .comment-form input[type="text"], .left-sidebar .comment-form input[type="email"], .left-sidebar .comment-form input[type="url"], .left-sidebar textarea {
        width: 100%;
        -webkit-appearance: none;
    }
    .left-sidebar #submit {
        margin-left: 0;
    }
    .left-sidebar #recaptcha_widget_div {
        float: none;
        margin: 0;
    }
    .inner-page-body {
        padding: 0;
    }
    .page .entry-content, .search-content {
        padding-top: 30px;
    }
    .site-footer .container {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .latest-newspost li {
        margin-bottom: 30px;
    }
    .latest-newspost li:last-child {
        margin-bottom: 0;
    }
    .latest-news p {
        padding: 0;
    }
    .latest-news h2 {
        font-size: 23px;
        padding: 0 0 7px 20px;
    }
    .latest-news h4 {
        font-size: 16px;
        padding: 13px 0 10px;
        line-height: 20px;
    }
    .head-social-media {
        margin: 6px 0 0 4px;
    }
    .social-media li {
        margin-right: 3px;
    }
    .top-phone {
        margin-left: 0;
    }

.blog-detail-content img {
    height: auto;
    width: 100%;
}


 }
@media screen and (max-width:540px) {
    .row-trainer{
        text-align: center;
    }
	.pull-left-main img{
		max-width:none !important;
		width: 100% !important;
	}
	.banner-caption{
		bottom: 0;
	}
    .row-trainer img {
        width:auto;
        max-width:100%;
    }
	.course-box h4{
		padding-top: 15px;
	}
    .site-title {
        display: none;
    }
    .head-office {
        width: 200px;
    }
    .abn-number span {
        display: block;
        padding: 0;
    }
    .home-three-cell li {
        height: auto;
        float: left;
        display: block;
        margin: 0;
        min-height: auto;
    }
    .home-three-cell li:nth-child(2), .home-three-cell li:last-child {
        margin: 0;
    }
    .home-three-cell li:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wpcf7-form-control.wpcf7-captchar {
        width: 160px !important;
    }

    .wellcome-content h1{
        font-size:18px;
        text-align: center;
    }
	.footer-menu li {
		line-height:25px;
	}
	.website-designed-by {
		display: block;
	}
}
@media screen and (max-width: 483px) {
    .course-img {
        float: none;
        height: auto;
        margin:25px auto;
        text-align: center;
        width: 100%;
    }
    .header-top {
        padding: 0;
        right: 16px;
        top: 20px;
    }
    .head-social-media {
        margin: 0;
    }
    .page-heaing .entry-header .entry-title {
        font-size: 25px;
        line-height: 30px;
        padding: 8px 20px;
    }
    .single .page-heaing .entry-header .entry-title {
        font-size: 18px;
        line-height: 20px;
        padding: 8px 20px;
    }
    .banner-caption {
        font-size: 18px;
        line-height: 26px;
        margin: 0 5px;
        padding: 10px;
        right: 0;
        text-align: center;
    }
    .top-phone .fa, .top-phone, .top-phone a {
        font-size: 15px;
    }
    .home .footer-content {
        padding: 0;
    }
    .footer-copyright p {
        line-height: 20px;
    }
    .company-logo {
        top: 70px;
    }
    .search-toggle {
        display: none;
    }
    .home-message-tag p {
        font-size: 16px;
		padding: 0;
     }

}
@media screen and (max-width: 360px) {

   .blog-detail-content img.aligncenter
    {
	width: 100%;
    }
}