body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
img {
	max-width: 100%;
	height: 100%;
}
.progress-container {
	width: 100%;
	height: 3px;
	background: transparent;
	position: fixed;
	top: 0;
	z-index: 99999;
}
.progress-bar {
	height: 3px;
	background: #0c84d8;
	width: 0%;
}
header {
	background: #fff none repeat scroll 0 0;
	padding: 10px 0 0;
	width: 100%;
	z-index: 9999;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
header.sticky {
	position: fixed;
}
.logo {
	margin: 0 0 10px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .logo {
	margin: 0 0 8px;
}
.logo img {
	/*width: 75%;*/
	width: 160px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .logo img {
	/*width: 40%;*/
	width: 70%;
}
.top-call {
	margin: 30px 0 0;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .top-call {
	margin: 10px 0 0;
}
.top-call img {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	/*margin: -8px 2px 0 0;*/
	margin: -1px 2px 0 0;
	width: 20px;
}
.top-call a {
	color: #4d4d4d;
	/*font-size: 22px;*/
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-call a:hover {
	color: #072a50;
}
.top-social {
	margin: 24px 0 0;
	padding: 0 3px;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .top-social {
	margin: 5px 0 0;
}
.top-social ul {
	margin: 0;
	padding: 0;
}
.top-social ul li {
	display: inline-block;
	margin: 0 2px;
}
.top-social ul li .fa {
	font-size: 44px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-social ul li .fa-facebook-square {
	color: #41538F;
}
.top-social ul li a:hover .fa-facebook-square {
	transform: rotate(360deg);
}
.top-social ul li .fa-linkedin-square {
	color: #0077B7;
}
.another-logo {
	padding: 0 5px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .another-logo {
	margin-top: 8px;
}
.top-social ul li a:hover .fa-linkedin-square {
	transform: rotate(360deg);
}
.top-btn {
	margin: 13px 0 0;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .top-btn {
	margin: -8px 0 0;
}
.top-btn a img {
	animation: pulse 1s infinite;
	margin-right: 3px;
}
.top-btn a {
	background: #183965;
	border-bottom: 4px solid #466184;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 15px 10px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-btn a:hover {
	background: #466184;
	border-bottom: 4px solid #183965;
	color: #fff;
}
.menu-part {
	background: #191e23;
}
.menu {
}
.menu ul li a:hover, .menu ul li.active a {
	background: #ff8e23 url("../images/menu-bg-hover.png") no-repeat scroll center bottom;
}
.primary-navigation ul ul ul a {
	width: 265px !important;
}
.banner {
	border-bottom: 13px solid #99cc00;
	position: relative;
}
.ms-slide-info {
	left: 7.8%;
	top: 235px;
	width: 50% !important;
	height: 42%;
}
.banner-heading {
	color: #99cc00;
	font-size: 50px;
	font-weight: 600;
}
.banner-details {
	color: #191e23;
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 20px;
}
.banner-btn {
}
.banner-btn a {
	border: 1px solid #193866;
	border-radius: 8px;
	color: #193866;
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
	padding: 3px 15px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s !important;
	-ms-transition: all 0.5s ease 0s !important;
	-o-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner-btn a:hover {
	background: #193866;
	color: #fff;
}
.ms-bullets.ms-dir-h {
	right: 90% !important;
}
.ms-skin-default .ms-bullet {
	width: 16px !important;
	height: 16px !important;
	margin: 2px !important;
	background-position: -32px -115px !important;
}
.ms-skin-default .ms-bullet-selected {
	background-position: -32px -82px !important;
}
.home-service {
	padding: 70px 0 0;
}
.home-service-item {
	margin: 0 0 50px;
	text-align: center;
}
.home-service-item-inner {
	border: 1px solid rgba(25, 30, 35, 0.3);
	border-radius: 10px;
	padding: 35px 0 45px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-service-item-icon {
	border: 1px solid rgba(25, 30, 35, 0.3);
	border-radius: 50%;
	height: 150px;
	margin: 0 auto 25px;
	padding: 45px;
	width: 150px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-service-item-icon img {
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-service-item-text {
	color: #191e23;
	font-size: 35px;
	font-weight: 600;
}
.home-service-item:hover .home-service-item-inner {
	border: 1px solid #75787b;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.home-service-item:hover .home-service-item-icon {
	border: 1px solid #75787b;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.home-service-item:hover .home-service-item-icon img {
	transform: scale(0.85);
}
.home-partner {
	background: #ebebeb;
	padding: 15px 0 0;
}
.home-partner-item {
	margin: 0 0 15px;
	text-align: center;
}
.home-who-we-are {
	padding: 50px 0 0;
	position: relative;
}
.home-who-we-are::before {
	background: #ff8e23;
	content: "";
	position: absolute;
	width: 100%;
	height: 396px;
	left: 0;
	top: 155px;
	z-index: -9;
}
.home-who-we-are-image {
	padding: 0;
	position: relative;
}
.home-who-we-are-image img {
	border-right: 10px solid #fff;
}
.home-who-we-are-heading {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 190px;
	left: 228px;
	background: #0a2c4e;
	border: 10px solid #fff;
	width: 320px;
	height: 220px;
	text-align: center;
	padding: 70px 0;
}
.home-who-we-are-right {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin: 200px 0 0;
	padding: 0 185px 0 50px;
	position: relative;
	text-align: justify;
}
.home-form {
	padding: 80px 0 50px;
	position: relative;
}
.home-form::before {
	background: rgba(0, 0, 0, 0) url("../images/hm-forrn-bg-1.jpg") no-repeat scroll 0 0;
	content: "";
	position: absolute;
	height: 374px;
	width: 337px;
	left: 0;
	top: 0;
}
.home-form::after {
	background: rgba(0, 0, 0, 0) url("../images/hm-forrn-bg-2.jpg") no-repeat scroll 0 0;
	content: "";
	position: absolute;
	height: 374px;
	width: 353px;
	right: 0;
	top: 0;
}
.home-form-heading {
	color: #000;
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0 25% 0 15%;
	text-align: center;
}
.home-form-heading .bold-text {
	color: #99cc00;
	font-weight: 600;
}
.home-form-inner {
	padding: 0 25% 0 15%;
}
.home-form-inner div.esu-form-div {
	display: block;
}
.home-form-inner div.esu-form-div ul li {
	background: none !important;
	padding: 0 8px;
	width: 50%;
	float: left;
	margin: 0 0 20px;
}
.home-form-inner div.esu-form-div ul li:last-child {
	width: 100%;
}
.home-form-inner div.esu-form-div ul li input {
	border: 1px solid #072b4f;
	border-radius: 0;
	color: #000;
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	height: 75px;
	width: 100%;
}
.home-form-inner div.esu-form-div ul li:last-child input {
	background: #072b4f;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-form-inner div.esu-form-div ul li:last-child input:hover {
	background: #ff8e23;
}
.home-testimonial {
	background: rgba(0, 0, 0, 0) url("../images/hm-testimonial-bg.jpg") no-repeat fixed 0 0;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 45px 0 80px;
	position: relative;
}
.home-testimonial::before {
	background: rgba(0, 0, 0, 0) url("../images/colon-img.png") no-repeat scroll 0 0;
	content: "";
	position: absolute;
	height: 248px;
	width: 256px;
	top: 10px;
	left: 25px;
}
.home-testimonial-heading {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.home-testimonial-heading::before {
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 230px;
	height: 2px;
	margin: 0 auto;
}
.home-testimonial-heading::after {
	background: #fff;
	content: "";
	position: absolute;
	border: 1px solid #193866;
	bottom: -3px;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	margin: 0 auto;
}
.home-testimonial-inner {
	padding: 0 10%;
}
.home-testimonial-inside {
	background: #ff8e23;
	padding: 35px;
}
.home-map {
	padding: 50px 0 0;
}
.home-map-item {
	margin: 0 0 35px;
}
.home-map-item-inner {
	padding: 0 50px;
}
.home-map-item-inner iframe {
	margin: 0;
}
.home-map-item-text {
	background: #072b4f;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	float: left;
	width: 100%;
	line-height: 50px;
	padding: 0 15px;
	z-index: 9;
}
.home-map-item-text::before {
	background: #072b4f;
	content: "";
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 475px;
	height: 50px;
	z-index: -9;
}
.home-map-item-text::after {
	border-top: 45px solid transparent;
	border-left: 475px solid #072b4f;
	content: "";
	left: -10px;
	position: absolute;
	bottom: 50px;
	z-index: -9;
}
img.locatin-icon {
	float: left;
	margin: -20px 5px 0 0;
}
.footer-top {
	background: #000;
	padding: 35px 0 0;
}
.footer-item {
	margin: 0 0 35px;
	position: relative;
}
.footer-item-line {
	background: #99cc00;
	height: 8px;
	width: 540px;
	position: absolute;
	top: 45px;
	left: -250px;
}
.footer-item-heading {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 25px;
}
.footer-item-details {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 24px;
}
.footer-item-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-item-details ul li {
	margin: 0 0 5px;
	padding: 0 0 0 28px;
	position: relative;
}
.footer-item-details ul li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
.footer-item-details ul li a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-item-details ul li a:hover {
	color: #ff8e23;
}
.footer-menu {
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	width: 49%;
	display: inline-block;
}
.footer-menu ul li a {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 19px;
	font-weight: 300;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-menu ul li a:hover {
	color: #ff8e23;
}
.footer-social {
	margin: 10px 0 0;
}
.footer-social ul {
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 2px 0 0;
}
.footer-form {
}
.hm-form {
	margin: 0 0 5px;
}
.hm-form input {
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	height: 35px;
	width: 100%;
}
.hm-form textarea {
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	height: 70px;
	width: 100%;
}
.hm-form input:focus, .hm-form textarea:focus {
	border: 1px solid #fff !important;
}
.hm-form-btn input {
	background: #99cc00 !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 7px 20px !important;
	text-transform: none !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.hm-form-btn input:hover {
	background: #ff8e23 !important;
}
.footer-form div.wpcf7-response-output {
	margin: 10px 0 0 !important;
	padding: 0 5px 5px !important;
	font-size: 14px !important;
	color: #fff !important;
}
/*.footer-form div.esu-form-div {
	display: block;
}
.footer-form div.esu-form-div ul li {
	background: none !important;
	padding: 0 8px;
	width: 100%;
	float: left;
	margin: 0 0 5px;
}
.footer-form div.esu-form-div ul li input {
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	height: 35px;
	width: 80%;
}
.footer-form div.esu-form-div ul li:last-child {
	margin: 10px 0 0;
}
.footer-form div.esu-form-div ul li:last-child input {
	background: #99cc00;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	text-transform: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 7px 15px;
	height: auto;
}
.footer-form div.esu-form-div ul li:last-child input:hover {
	background: #ff8e23;
}*/
.footer-bottom {
	background: #ff8e23;
	border-top: 2px solid #fff;
	padding: 5px 0;
}
.copyright {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #ff8e23;
}
.page .entry-title {
	position: absolute;
	top: 305px;
	left: 7.8%;
}
.inner-banner {
	margin: 0 0 5%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.page-id-66 .entry-title, .error404 .blog-page-title {
	left: 0;
	width: 100%;
	text-align: center;
}
.thankyou-content {
	font-size: 24px;
	font-weight: bold;
}
.thankyou-image {
	margin: 0 0 15px;
}
.thankyou-btn a {
	background: #072b4f;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 55px 18px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou-btn a:hover {
	background: #ff8e23;
	color: #fff;
}
.error404 #primary {
	margin-bottom: 55px;
}
.blog-page-title {
	position: absolute;
	top: 305px;
	left: 13%;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.0909090909;
	margin: 0 0 12px 0;
	text-transform: none;
	color: #072b4f;
}
.inner-content {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-align: justify;
	margin: 0 0 25px;
}
.image-content-part-inner {
	background: #f1f1f1;
}
.right-content {
	padding: 0 15px 0 0;
}
.right-content-inner {
	padding: 29px 35px 28px;
}
.right-content-heading {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 20px;
}
.right-content-details {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}
.right-content-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.right-content-details ul li {
	background: rgba(0, 0, 0, 0) url("../images/li-icon-1.png") no-repeat scroll 0 2px / 20px;
	margin: 0 0 15px;
	padding: 0 0 0 27px;
	text-align: left;
}
.left-image {
	padding: 0;
}
.inner-content-heading {
	color: #ff8e23;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 15px;
	text-align: left;
}
.marginbottom45 {
	margin-bottom: 45px;
}
.info-box {
	margin: 0 0 45px;
}
.info-box-inner {
	position: relative;
}
.info-box-overlay {
	background: rgba(7, 43, 79, 0.75);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 35px;
}
.info-box-heading {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px;
}
.info-box-details {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}
.box-item {
	margin: 0 0 30px;
}
.box-item-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	font-family: 'Josefin Sans', sans-serif;
	height: 225px;
	padding: 25px 10px;
	text-align: center;
}
.box-item-heading {
	color: #072b4f;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 5px;
}
.box-item-details {
	color: #333;
	font-size: 18px;
}
.blue-box {
	padding: 0 15px 0 0;
}
.blue-box-inner {
	background: #072b4f;
	font-family: 'Josefin Sans', sans-serif;
	padding: 80px 50px;
	height: 500px;
}
.blue-box-heading {
	color: #ff8e23;
	font-size: 30px;
	margin: 0 0 20px;
	font-weight: 600;
}
.blue-box-details {
	color: #fff;
	font-size: 20px;
}
.blue-box-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blue-box-details ul li {
	background: rgba(0, 0, 0, 0) url("../images/li-icon-2.png") no-repeat scroll 0 2px / 20px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	text-align: left;
}
.about-blue-box {
	padding: 45px 50px;
	height: 650px;
}
.cashflow-box {
	padding: 40px 25px;
	height: 750px;
}
.benchmarking-blue-box {
	padding: 45px 50px;
	height: 525px;
}
.taxation-blue-box {
	padding: 40px 50px;
	height: 650px;
}
.business-advisory-blue-box {
	height: 600px;
}
.myob-li ul li {
	margin: 0 0 5px;
}
.financial-planing-blue-box {
	height: 400px;
}
.strategic-blue-box {
	height: 550px;
}
.smsf-blue-box {
	padding: 50px;
	height: 700px;
}
.investment-planning-blue-box {
	padding: 50px;
	height: 900px;
}
.inner-content a, .inner-content a:hover {
	color: #072b4f;
	text-decoration: underline !important;
	font-weight: bold;
}
.tools-item {
	color: #072b4f;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 35px;
}
.tools-item a {
	color: #072b4f;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.tools-item a:hover {
	color: #333;
}
.tools-item img {
	width: 40px;
}
.inner-content-table tr td {
	font-size: 20px !important;
}
.inner-content-table tr td a, .inner-content-table tr td a:hover {
	font-weight: 400;
	text-decoration: none !important;
}
.contact-left, .contact-right {
	margin: 0 0 35px;
}
.contact-form {
	margin: 0 0 15px;
	padding: 0 15px 0 0;
}
.contact-form input {
	border: 1px solid #bbb;
	border-radius: 0;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
}
.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.contact-form input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.contact-form input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.contact-form textarea {
	border: 1px solid #bbb;
	border-radius: 0;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	height: 130px;
	padding: 7px 15px;
	width: 100%;
}
.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.contact-form textarea:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.contact-form select {
	/*-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url("../images/down-arrow.png") no-repeat scroll 97% 15px / 20px;*/
	border: 1px solid #bbb;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	height: 50px;
	padding: 0 35px 0 10px;
	width: 100%;
}
.contact-form-btn input {
	background: #072b4f !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 20px !important;
	padding: 20px 55px 18px !important;
	font-family: 'Josefin Sans', sans-serif;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-form-btn input:hover {
	background: #ff8e23 !important;
}
.contact-info {
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.contact-info-image {
	float: left;
	width: 40px;
	margin: 7px 15px 0 0;
}
.contact-info-heading {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.contact-info-details {
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 17px;
}
.contact-info-details a {
	color: #000;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-info-details a:hover {
	color: #072b4f;
}
.contact-info-hour {
	padding-left: 55px;
}
.contact-map iframe {
	margin: 0;
}
.booking-form-inner {
	background: #f2f2f2;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 25px;
	border-radius: 5px;
	text-align: center;
}
.blog .entry-summary, .category .entry-summary, .archive .entry-summary, .single .entry-content {
	text-align: justify;
}
.blog .entry-summary a, .blog .entry-summary a:hover, .category .entry-summary a, .category .entry-summary a:hover, .archive .entry-summary a, .archive .entry-summary a:hover {
	color: #072b4f;
}
.category .archive-header, .archive .page-header {
	max-width: 85%;
	padding: 0;
	margin-bottom: 25px;
	border-bottom: none;
}
.single .post-navigation {
	max-width: 85%;
}
.home-map-item p {
	margin: 0;
}
.sitemap-item {
	margin: 0 0 35px;
}
.sitemap-item-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sitemap-item-inner ul li {
	color: #0a2c4e;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
}
.sitemap-item-inner ul li::before {
	background: #0a2c4e;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 9px;
	left: 0;
}
.sitemap-item-inner ul ul {
	margin-top: 10px;
}
.sitemap-item-inner ul li a {
	color: #0a2c4e;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sitemap-item-inner ul li a:hover {
	color: #000;
}
.fixed-call {
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 99999;
}
.fixed-call a {
	background: #0a2c4e;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	width: 40px;
	padding: 10px 8px 6px;
}
.fixed-call a img {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin: -8px 2px 0 0;
}

@media only screen and (max-width : 320px) {
header, header.sticky {
	position: static;
	padding: 5px 0 0;
}
.logo, .sticky .logo {
	margin: 0 0 5px;
	text-align: center;
}
.logo img, .sticky .logo img {
	width: 50%;
}
.top-call, .sticky .top-call {
	float: left;
	margin: 10px 0 0;
	padding-right: 0;
	text-align: left;
	width: 60%;
}
.top-social, .sticky .top-social {
	margin: 5px 0 0;
	text-align: right;
	float: right;
	padding-left: 0;
	width: 38%;
}
.top-btn, .sticky .top-btn {
	margin: 5px 0 10px;
	text-align: left;
	float: left;
	width: 82%;
}
.menu-toggle {
	margin: -66px 5px 0 0 !important;
}
.menu ul li a:hover, .menu ul li.current_page_item a {
	background-image: none !important;
}
.ms-slide-info {
	left: 4%;
	top: 10px;
	width: 92% !important;
	height: 35%;
}
.banner-heading {
	font-size: 16px;
}
.banner-details {
	font-size: 16px;
	margin: 0 0 5px;
}
.banner-btn a {
	font-size: 15px;
	padding: 0 10px;
}
.ms-bullets.ms-dir-h {
	right: 87% !important;
	top: 83% !important;
}
.home-service {
	padding: 40px 0 0;
}
.home-who-we-are {
	background: #ff8e23;
	padding: 0 0 40px;
}
.home-who-we-are::before {
	display: none;
}
.home-who-we-are-image img {
	border-right: none;
}
.home-who-we-are-heading {
	position: static;
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.home-who-we-are-right {
	margin: 20px 0 0;
	padding: 0 15px;
}
.home-form {
	padding: 40px 0 350px;
}
.home-form::before {
	display: none;
}
.home-form::after {
	width: 100%;
	top: auto;
	bottom: 0;
}
.home-form-heading {
	font-size: 26px;
	padding: 0 15px;
}
.home-form-inner {
	padding: 0 15px;
}
.home-form-inner div.esu-form-div ul li {
	width: 100%;
}
.home-map-item {
	margin: 0 0 80px;
}
.home-map-item-inner {
	padding: 0 15px;
}
.home-map-item-inner iframe {
	height: 155px;
}
.home-map-item-text {
	font-size: 14px;
}
.home-map-item-text::before {
	width: 280px;
	height: 55px;
}
.home-map-item-text::after {
	border-top: 15px solid transparent;
	border-left: 280px solid #072b4f;
	bottom: 55px;
}
img.locatin-icon {
	margin: 12px 5px 0 -10px;
	width: 25px;
	display: block !important;
}
.home-map-item-text img {
	display: none;
}
.footer-top {
	padding: 25px 0 0;
}
.footer-item {
	text-align: center;
}
.footer-item-heading {
	margin: 0 0 10px;
}
.footer-item-details {
	font-size: 16px;
}
.footer-item-details ul li {
	padding: 0;
}
.footer-item-details ul li img {
	position: static;
}
.footer-menu ul li {
	width: 100%;
}
.hm-form-btn input {
	margin-left: 15px;
}
.page .entry-title, .blog-page-title {
	top: 105px;
	left: 4%;
	font-size: 20px;
}
.inner-banner {
	margin: 0 0 15%;
}
.right-content-inner {
	padding: 29px 15px 28px;
}
.inner-content-heading {
	font-size: 24px;
}
.info-box {
	margin: 0 0 25px;
}
.info-box-overlay {
	padding: 10px;
}
.info-box-heading {
	font-size: 16px;
	margin: 0 0 5px;
}
.info-box-details {
	font-size: 14px;
}
.box-item-inner {
	height: auto;
}
.blue-box-inner {
	padding: 30px 20px;
	height: auto;
}
.blue-box {
	padding: 0;
}
.inner-content-table tr td {
	font-size: 15px !important;
}
.category .archive-header, .archive .page-header {
	max-width: 100%;
}
.primary-navigation ul ul ul a {
	width: 100% !important;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
header, header.sticky {
	position: static;
	padding: 5px 0 0;
}
.logo, .sticky .logo {
	margin: 0 0 5px;
	text-align: center;
}
.logo img, .sticky .logo img {
	width: 50%;
}
.top-call, .sticky .top-call {
	float: left;
	margin: 10px 0 0;
	padding-right: 0;
	text-align: left;
	width: 60%;
}
.top-social, .sticky .top-social {
	margin: 5px 0 0;
	text-align: right;
	float: right;
	padding-left: 0;
	width: 38%;
}
.top-btn, .sticky .top-btn {
	margin: 5px 0 10px;
	text-align: left;
	float: left;
	width: 82%;
}
.menu-toggle {
	margin: -66px 5px 0 0 !important;
}
.menu ul li a:hover, .menu ul li.current_page_item a {
	background-image: none !important;
}
.ms-slide-info {
	left: 4%;
	top: 10px;
	width: 92% !important;
	height: 35%;
}
.banner-heading {
	font-size: 16px;
}
.banner-details {
	font-size: 16px;
	margin: 0 0 5px;
}
.banner-btn a {
	font-size: 15px;
	padding: 0 10px;
}
.ms-bullets.ms-dir-h {
	right: 87% !important;
	top: 83% !important;
}
.home-service {
	padding: 40px 0 0;
}
.home-who-we-are {
	background: #ff8e23;
	padding: 0 0 40px;
}
.home-who-we-are::before {
	display: none;
}
.home-who-we-are-image img {
	border-right: none;
}
.home-who-we-are-heading {
	position: static;
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.home-who-we-are-right {
	margin: 20px 0 0;
	padding: 0 15px;
}
.home-form {
	padding: 40px 0 350px;
}
.home-form::before {
	display: none;
}
.home-form::after {
	background-size: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
}
.home-form-heading {
	font-size: 26px;
	padding: 0 15px;
}
.home-form-inner {
	padding: 0 15px;
}
.home-form-inner div.esu-form-div ul li {
	width: 100%;
}
.home-map-item {
	margin: 0 0 80px;
}
.home-map-item-inner {
	padding: 0 15px;
}
.home-map-item-inner iframe {
	height: 155px;
}
.home-map-item-text {
	font-size: 16px;
}
.home-map-item-text::before {
	width: 320px;
	height: 55px;
}
.home-map-item-text::after {
	border-top: 15px solid transparent;
	border-left: 320px solid #072b4f;
	bottom: 55px;
}
img.locatin-icon {
	margin: 12px 5px 0 -10px;
	width: 25px;
	display: block !important;
}
.home-map-item-text img {
	display: none;
}
.footer-top {
	padding: 25px 0 0;
}
.footer-item {
	text-align: center;
}
.footer-item-heading {
	margin: 0 0 10px;
}
.footer-item-details {
	font-size: 16px;
}
.footer-item-details ul li {
	padding: 0;
}
.footer-item-details ul li img {
	position: static;
}
.footer-menu ul li {
	width: 100%;
}
.hm-form-btn input {
	margin-left: 15px;
}
.page .entry-title, .blog-page-title {
	top: 125px;
	left: 4%;
	font-size: 20px;
}
.inner-banner {
	margin: 0 0 15%;
}
.right-content-inner {
	padding: 29px 15px 28px;
}
.inner-content-heading {
	font-size: 24px;
}
.info-box {
	margin: 0 0 25px;
}
.info-box-overlay {
	padding: 10px;
}
.info-box-heading {
	font-size: 18px;
	margin: 0 0 5px;
}
.info-box-details {
	font-size: 16px;
}
.box-item-inner {
	height: auto;
}
.blue-box-inner {
	padding: 30px 20px;
	height: auto;
}
.blue-box {
	padding: 0;
}
.inner-content-table tr td {
	font-size: 17px !important;
}
.category .archive-header, .archive .page-header {
	max-width: 100%;
}
.primary-navigation ul ul ul a {
	width: 100% !important;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.home-map-item-text {
	font-size: 18px;
}
.home-map-item-text::before {
	width: 335px;
}
.home-map-item-text::after {
	border-left: 335px solid #072b4f;
}
.page .entry-title, .blog-page-title {
	top: 130px;
}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.home-map-item-text::before {
	width: 375px;
}
.home-map-item-text::after {
	border-left: 375px solid #072b4f;
}
.page .entry-title, .blog-page-title {
	top: 145px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
header, header.sticky {
	position: static;
	padding: 5px 0 0;
}
.logo, .sticky .logo {
	margin: 0 0 5px;
	text-align: center;
	float: left;
}
.logo img, .sticky .logo img {
	width: 100%;
}
.top-call, .sticky .top-call {
	float: left;
	margin: 10px 0 0;
	padding-right: 0;
	text-align: left;
	width: 30%;
}
.top-social, .sticky .top-social {
	margin: 5px 0 0;
	text-align: right;
	float: right;
	padding-left: 0;
	width: 20%;
}
.top-btn, .sticky .top-btn {
	margin: 5px 0 10px;
	text-align: left;
	float: left;
	width: 42%;
}
.menu-toggle {
	margin: -66px 5px 0 0 !important;
}
.menu ul li a:hover, .menu ul li.current_page_item a {
	background-image: none !important;
}
.ms-slide-info {
	left: 3%;
	top: 35px;
	width: 92% !important;
	height: 35%;
}
.banner-heading {
	font-size: 30px;
}
.banner-details {
	font-size: 26px;
	margin: 0 0 10px;
}
.ms-bullets.ms-dir-h {
	right: 93% !important;
	top: 83% !important;
}
.home-service-item {
	float: left;
	width: 50%;
}
.home-service {
	padding: 40px 0 0;
}
.home-who-we-are-image {
	background: #fff;
}
.home-who-we-are {
	background: #ff8e23;
	padding: 0 0 40px;
}
.home-who-we-are::before {
	display: none;
}
.home-who-we-are-image img {
	border-right: none;
}
.home-who-we-are-right {
	margin: 20px 0 0;
	padding: 0 15px;
}
.home-form {
	padding: 40px 0 350px;
}
.home-form::before {
	display: none;
}
.home-form::after {
	background-size: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
}
.home-form-heading {
	font-size: 26px;
	padding: 0 15px;
}
.home-form-inner {
	padding: 0 15px;
}
.home-map-item {
	float: left;
	width: 50%;
}
.home-map-item-inner {
	padding: 0 15px;
}
.home-map-item-inner iframe {
	height: 155px;
}
.home-map-item-text {
	font-size: 15px;
	padding: 0 10px;
}
.home-map-item-text::before {
	width: 285px;
	height: 55px;
}
.home-map-item-text::after {
	border-top: 15px solid transparent;
	border-left: 285px solid #072b4f;
	bottom: 55px;
}
img.locatin-icon {
	margin: 12px 5px 0 -10px;
	width: 25px;
	display: block !important;
}
.home-map-item-text img {
	display: none;
}
.footer-top {
	padding: 25px 0 0;
}
.footer-item {
	text-align: center;
}
.footer-item-heading {
	margin: 0 0 10px;
}
.footer-item-details {
	font-size: 16px;
}
.footer-item-details ul li {
	padding: 0;
}
.footer-item-details ul li img {
	position: static;
}
.footer-menu ul li {
	width: 100%;
}
.hm-form-btn input {
	margin-left: 15px;
}
.page .entry-title, .blog-page-title {
	top: 200px;
	left: 3%;
	font-size: 24px;
}
.inner-banner {
	margin: 0 0 10%;
}
.right-content-inner {
	padding: 29px 15px 28px;
}
.inner-content-heading {
	font-size: 24px;
}
.info-box {
	margin: 0 0 25px;
}
.info-box-overlay {
	width: 98.5%;
}
.box-item-inner {
	height: auto;
}
.blue-box-inner {
	padding: 30px 20px;
	height: auto;
}
.blue-box {
	padding: 0;
}
.inner-content-table tr td {
	font-size: 17px !important;
}
.category .archive-header, .archive .page-header {
	max-width: 100%;
}
.blog .entry-header, .category .entry-header, .archive .entry-header, .single .entry-header {
	padding-left: 0 !important;
}
.left-image img {
	width: 100%;
}
.primary-navigation ul ul ul a {
	width: 100% !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
header, header.sticky {
	position: static;
	padding: 5px 0 0;
}
.logo, .sticky .logo {
	margin: 0 0 5px;
	text-align: center;
	float: left;
}
.logo img, .sticky .logo img {
	width: 100%;
}
.top-call, .sticky .top-call {
	margin: 10px 0 0;
	padding-right: 0;
	text-align: left;
}
.top-social, .sticky .top-social {
	margin: 5px 0 0;
	padding: 0 15px 0 0;
}
.another-logo, .sticky .another-logo {
	margin-top: 15px;
}
.top-btn, .sticky .top-btn {
	margin: 5px 0 10px;
	padding-right: 0;
	text-align: right;
}
.top-btn a {
	font-size: 16px;
}
.menu-toggle {
	margin: -66px 5px 0 0 !important;
}
.menu ul li a:hover, .menu ul li.current_page_item a {
	background-image: none !important;
}
.ms-slide-info {
	left: 4%;
	top: 30px;
	width: 92% !important;
}
.banner-heading {
	font-size: 40px;
}
.home-form-inner {
	padding: 0 30% 0 15px;
}
.home-form::after {
	width: 225px;
}
.home-map-item-inner {
	padding: 0;
}
.home-map-item-text {
	font-size: 17px;
}
.home-map-item-text::after {
	border-top: 15px solid transparent;
	border-left: 345px solid #072b4f;
	left: 0;
}
.home-map-item-text::before {
	left: 0;
	width: 345px;
}
img.locatin-icon {
	margin: 5px 5px 0 0;
	width: 30px;
}
.footer-menu ul li a {
	font-size: 17px;
}
.hm-form {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.hm-form:nth-child(4) {
	width: 100%;
}
.page .entry-title, .blog-page-title {
	top: 230px;
	left: 3%;
	font-size: 30px;
}
.inner-banner {
	margin: 0 0 7%;
}
.about-blue-box {
	padding: 15px 20px;
	height: auto;
	margin-bottom: 25px;
}
.taxation-blue-box {
	padding: 15px 20px;
	height: auto;
	margin-bottom: 25px;
}
.strategic-blue-box {
	height: auto;
	padding: 15px 20px;
}
.business-advisory-blue-box {
	height: auto;
	padding: 15px 20px;
}
.cashflow-box {
	padding: 15px 20px;
	height: auto;
}
.benchmarking-blue-box {
	padding: 15px 20px;
	margin-bottom: 25px;
}
.blue-box-inner {
	padding: 15px 20px;
	height: auto;
	margin-bottom: 25px;
}
.info-box-inner img {
	width: 100%;
}
.blog .entry-header, .category .entry-header, .archive .entry-header, .single .entry-header {
	padding-left: 0 !important;
}
.blog #content-sidebar, .category #content-sidebar, .archive #content-sidebar, .single #content-sidebar {
	padding-top: 0 !important;
}
.category .archive-header, .archive .page-header {
	max-width: 100%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.logo {
	margin: 15px 0 10px;
}
.sticky .logo {
	margin: 10px 0 8px;
}
.sticky .logo img {
	width: 80%;
}
.top-call {
	margin: 23px 0 0;
	width: 28%;
}
.top-social {
	width: 13%;
}
.sticky .top-social {
	margin: 15px 0 0;
}
.sticky .another-logo {
	margin-top: 17px;
}
.sticky .top-btn {
	margin: 2px 0 0;
}
.top-btn a {
	font-size: 16px;
}
.primary-navigation a {
	padding: 2px 10px !important;
	font-size: 16px !important;
}
.primary-navigation li li {
	height: 30px !important;
	line-height: 30px !important;
}
.primary-navigation ul ul a {
	width: 285px !important;
}
.ms-slide-info {
	left: 4%;
	top: 80px;
	width: 70% !important;
}
.banner-heading {
	font-size: 45px;
}
.home-service-item-text {
	font-size: 30px;
}
.home-form-inner {
	padding: 0 35% 0 4%;
}
.home-map-item-text {
	font-size: 16px;
}
.home-map-item-text::after {
	border-top: 25px solid transparent;
	border-left: 375px solid #072b4f;
}
.home-map-item-text::before {
	width: 375px;
}
img.locatin-icon {
	margin: -5px 5px 0 0;
	width: 40px;
}
.page .entry-title, .blog-page-title {
	left: 4%;
}
.about-blue-box {
	padding: 15px 20px !important;
	height: 620px !important;
}
.taxation-blue-box {
	padding: 15px 20px !important;
	margin-bottom: 25px !important;
	height: auto !important;
}
.strategic-blue-box {
	height: 456px !important;
	padding: 30px !important;
}
.business-advisory-blue-box {
	height: 497px !important;
	padding: 20px !important;
}
.cashflow-box {
	padding: 15px 20px !important;
	height: auto !important;
}
.benchmarking-blue-box {
	padding: 15px 20px !important;
	height: auto !important;
	margin-bottom: 25px;
}
.blue-box-inner {
	padding: 20px;
	height: 415px;
}
.info-box-overlay {
	padding: 15px;
}
.page-id-16 .blue-box-inner {
	height: 332px !important;
}
.page-id-328 .blue-box-inner {
	height: auto !important;
}
.page-id-333 .blue-box-inner {
	height: 580px !important;
}
.page-id-337 .blue-box-inner {
	height: auto !important;
}
.page-id-18 .blue-box-inner {
	height: auto !important;
}
.blog .entry-header, .category .entry-header, .archive .entry-header, .single .entry-header {
	padding-left: 0 !important;
}
.category .archive-header, .archive .page-header {
	max-width: 100%;
}
}

@media screen and (min-width: 1424px) {
.ms-slide-info {
	left: 10%;
	top: 235px;
	width: 45% !important;
}
.ms-bullets.ms-dir-h {
	right: 88% !important;
}
.page .entry-title {
	top: 435px;
	left: 10%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
	left: 15%;
	top: 280px;
	width: 40% !important;
	height: 36%;
}
.ms-bullets.ms-dir-h {
	right: 83% !important;
}
.page .entry-title {
	top: 505px;
	left: 15%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
	left: 20%;
	top: 380px;
	width: 33% !important;
	height: 32%;
}
.ms-bullets.ms-dir-h {
	right: 78.5% !important;
}
.page .entry-title {
	top: 575px;
	left: 20%;
}
.inner-banner {
	margin: 0 0 4%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
	left: 22%;
	top: 420px;
	width: 31% !important;
	height: 29%;
}
.ms-bullets.ms-dir-h {
	right: 76.5% !important;
}
.page .entry-title {
	top: 620px;
	left: 22%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
	left: 28%;
	top: 580px;
	width: 25% !important;
	height: 24%;
}
.ms-bullets.ms-dir-h {
	right: 70.8% !important;
}
.page .entry-title {
	top: 760px;
	left: 27.7%;
}
.inner-banner {
	margin: 0 0 3%;
}
}
