/*----------intial declartaion of css----------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 54%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -1em;
}
sub {
	bottom: -0.25em
}
nav ul, nav ol {
	list-style: none none;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
button:-moz-focus-inner, input:-moz-focus-inner {
	border: 0;
	padding: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
}
body {
	background: #fff;
	color: #363636;
	line-height: 1.72;
	margin: 0;
	font-family: 'sofia_prolight';
	font-style: normal;
	font-weight: normal;
	/*font-size: 15px;*/
	-webkit-font-smoothing: antialiased;
}

body .header, body.home .header, body.inner .header {
	position: fixed;
	top:0;
	left:0;
	height:auto;
	width:100%;
	z-index: 100;
}

body .site {
	/* make room for top-navigation bar */
	padding-top:38px;
}

body.home {
}
body.inner {
	
}

a {
	color: #f07d59;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
a:active, a:hover {
	color: #0e3267;
	background-color: transparent
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.1;
	font-weight: normal;
}
h1 {
	color: #fff;
	font-size: 42px;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: 1.24
}
h2 {
	color: #0e3267;
	font-size: 32px;
	margin: 0 0 12px;
	text-transform: uppercase
}
h3 {
	color: #f07d5a;
	font-size: 24px;
	margin: 0 0 18px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
h4 {
	font-size: 18px;
	margin: 20px 0 14px;
}
h5 {
	font-size: 14px;
	margin: 0 0 10px;
}
h6 {
	font-size: 14px;
	margin: 0 0 10px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
menu, ol, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	font-size: 12px;
	margin: 22px 0 19px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th, td {
	padding: 9px 12px 8px;
	vertical-align: middle;
}
td a {
	color: #8a2780;
}
table tr, table tr:nth-child(2n+1) {
	background: #f0f0f0;
}
table tr:nth-child(2n) {
	background: #fff;
}
caption, th, td {
	text-align: right;
	font-weight: bold;
}
th {
	color: #8a2780;
	text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0 none;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}
iframe {
	max-width:100% !important;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}

/* End hide from IE Mac */
.none {
	display: none;
}

/* End Clearfix */
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block
}

/* For modern browsers */
.cf:before, .cf:after, .main:before, .main:after {
	content: "";
	display: table;
}
.cf:after, .main:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	width: 0
}

/* general purpose classes */
.nodisplay {
	display: none;
}
.nodisplay_strict {
	display: none !important;
}
.alignleft {
	float: left;
}
.alignnone {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}
.alignright {
	float: right;
}
input {
	font-size: 12px;
	height: 50px;
	padding: 0 18px;
	vertical-align: top;
	color: #363636;
	font-family: 'sofia_prolight';
	border-radius: 0
}

/*Placeholder opacity cross browsers*/
input:-webkit-input-placeholder {
	color: #363636;
	opacity: 1 !important;
}

/* WebKit browsers */
input:-moz-placeholder {
	color: #363636;
	opacity: 1 !important;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
	color: #363636;
	opacity: 1 !important;
}

/* Mozilla Firefox 19+ */
input:-ms-input-placeholder {
	color: #363636;
	opacity: 1 !important;
}

/* Internet Explorer 10+ */
.pull-right {
	float: right;
	max-height: 38px;
}

/* Font Awesome */
.fa {
	display: inline-block;
	font: normal normal normal 15px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-linkedin:before {
	content: "\f0e1";
}
p {
	padding: 0;
	margin: 0;
}

/* Buttons */
a.gen-btn {
	display: inline-block;
	position: relative;
	padding: 8px;
}
a.gen-btn:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border: 1px solid transparent;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
a.gen-btn span, .button  {
	background: #f07d59;
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 15px 15px 17px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}
a.gen-btn:hover:before {
	border-color: #f07d59;
}
a.gen-btn.btnlikebanner {
	margin-top: 14px;
}
a.gen-btn.btnlikebanner span {
	width: 226px;
}
a.gen-btn.btnlikefooter {
	float: right;
	margin-right: -4px;
	margin-top: -16px;
	padding: 7px;
	width: 240px;
}
a.gen-btn.btnlikefooter span {
	background: #fff;
	color: #f07d59;
	padding: 16px 15px;
}
a.gen-btn.btnlikefooter:hover:before {
	border-color: #ffffff;
}

.footer-top.blue a.gen-btn.btnlikefooter span {
	color:#0E3267;
}

.main {
	max-width: 971px;
	margin: 0 auto;
}
.dis-table {
	display: table;
	height: 100%;
	width: 100%;
}
.dis-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.tac {
	text-align: center;
}

/* Reset Css Ends */

/* header css */
html, body, .site {
	min-height: 100%;
}
.banner {
	position: relative;
}

.banner-slider li {
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

.home .header {
	position: relative;
	/*min-height: 767px;*/
}

.home .header .main-navigation {
	position: relative;
}

.home .header.opaque .mob {
	display: block;
}
.home .header.opaque .call-us.mob.compact {
	/* display: none; */
}

.home .header.opaque .pull-right ul {
	float:right;
}

.home .header .top-social {
	position: relative;
}

.header.opaque .main-navigation, .header.opaque .enumenu_ul {
	background-color:#0E3267;
}

.header.opaque .logo {
	box-shadow:0 10px 18px -12px #B8B8B8;
}

.header .main {
	position: relative;
}
.header .main-navigation .main {
	position: static;
}
.home .log-phone-container {
	min-height: 100%;
	position: relative;
	height: 680px;
}

.home .log-phone-container {
	z-index: 0;
}
.home .log-phone-container:after {
	content:"";
	display: block;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.55);
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}

.home .log-phone-container .main {
	position: relative;
	height:100%;
}

.inner .header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.header .logo.logo-scrolled {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 102;
}
.inner .header .top-social, .inner .header .main-navigation {
	position: relative;
}
.call-us.compact {
	color: #f07d59;
	float: left;
	font-size: 24px;
	padding: 7px 17px 0 0;
}
.call-us.compact a {
	display: inline-block;
	font-size: 22px;
}
.inner .pull-right ul {
	float: left;
}
.header .logo.logo-scrolled img {
	max-width: 121px;
}
.facebook {
	display: none;
}

/*
.pagination {
	margin-top: -63px;
	position: absolute;
	right: 75px;
	top: 50%;
	width: 13px;
}
.pagination a {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 7px;
	display: block;
	height: 13px;
	margin: 6px 0;
	text-indent: -9999px;
	width: 13px;
}
.pagination a:hover, .pagination a.active {
	background: #f07d59;
}
*/

.top-social .pull-right ul {
	white-space: nowrap;
}

.top-social {
	background: #363636;
	height: 38px;
	left: 0;
	line-height: 38px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.header .dis-table-cell {
	padding-top: 57px;
}
a.fa {
	color: #a0abb3;
}
.top-social a:hover, a.fa:hover {
	color: #fff;
}
.top-social li,
.facebook {
	border-right: 1px solid rgba(160, 171, 179, 0.4);
	float: left;
	height: 100%;
	line-height: 38px;
	text-align: center;
	vertical-align: top;
}
.top-social a.fa {
	font-size: 21px;
	width: 48px;
	display: block;
	height: 38px;
	line-height: 39px;
}
.top-social li.user-login {
	text-transform: uppercase;
	font-size: 15px;
}
.top-social li.user-login a {
	margin-right: 21px;
	padding-left: 27px;
	position: relative;
}
.top-social li.user-login a:before, .top-social li.user-login a:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
	height: 100%;
	width: 15px;
	top: 0;
	left: 0;
	transition: all 0.3s linear 0s;
}
.top-social li.user-login a:before {
	background-image: url(/images/user-ico.png);
	opacity: 1;
}
.top-social li.user-login a:after {
	background-image: url(/images/user-ico-h.png);
	opacity: 0;
}
.top-social li.user-login a:hover:before {
	opacity: 0;
}
.top-social li.user-login a:hover:after {
	opacity: 1;
}

.top-social li.user-login .contact-link,
.top-social li.user-login .contact-link {
	padding-left:0;
}

.top-social li.user-login .contact-link:before,
.top-social li.user-login .contact-link:after {
	content:none;
}

.logo-phone {
	position: absolute;
	width: 100%;
	top: 25px;
	left: 0;
}
.main530 {
	margin: 0 auto;
	max-width: 530px;
	text-align: center;
	padding-top: 58px;
}

.banner .main530 {
	max-width:800px;
}
h1 span {
	display: block;
	position: relative;
	font-size: 46px;
	font-family: 'dancing_script_otregular', cursive;
	line-height: 0.9;
	text-transform: none;
}
h1 span:before, h1 span:after {
	border-top: 1px solid #f07d59;
	content: ".";
	display: inline-block;
	font-size: 0;
	height: 1px;
	position: relative;
	top: -9px;
	width: 85px;
}
h1 span:after {
	margin-left: 13px;
}
h1 span:before {
	margin-right: 13px;
}
.top-banner-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 767px;
	text-align: center;
	position: relative;
}
.inner-banner.top-banner-section {
	height: 383px;
}
.inner-banner.top-banner-section:before {
	content: "";
	background-image: url(/images/inner-banner-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	width: 200px;
	right: 20px;
	top: 117px;
	height: 100%;
}
.top-banner-section .dis-table {
	background: rgba(0, 0, 0, 0.5);
}
.logo {
	float: left;
}
.logo img {
	max-width: 245px;
}
.call-us {
	color: #ffffff;
	float: right;
	font-size: 32px;
	font-family: 'dancing_script_otregular';
	line-height: 1.05;
	text-align: right;
	padding-top: 15px;
	text-shadow: 0px 0px 29px rgba(0, 0, 0, 0.53);
}
.call-us a {
	display: block;
	color: #fff;
	font-family: 'sofia_prolight';
}
.call-us a:hover {
	color: #f07d59;
}
.main-navigation {
	background: rgba(14, 51, 103, 0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	transition:all 0.3s ease 0s;
}
.bottom-page-arrow {
	bottom: 122px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.bottom-page-arrow a:hover {
	opacity: 0.5;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-5px);
	}
	60% {
		-webkit-transform: translateY(-5px);
	}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-5px);
	}
	60% {
		-moz-transform: translateY(-5px);
	}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-5px);
	}
	60% {
		-o-transform: translateY(-5px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-5px);
	}
	60% {
		transform: translateY(-5px);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}

/* Menu Css */
.menu-icon {
	cursor: pointer;
	display: none;
	float: right;
	font-size: 20px;
	line-height: 33px;
	padding: 0 45px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.menu-icon .menu-box {
	height: 29px;
	margin-right: 15px;
	margin-top: 11px;
	padding: 0;
	position: absolute;
	right: 0;
	width: 29px;
}
.menu-icon .menu-box span {
	background: #fff;
	display: block;
	border-radius: 2px;
	height: 4px;
	margin-bottom: 3px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.menu-icon.active span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(6px) translateX(4px);
	-ms-transform: rotate(45deg) translateY(6px) translateX(4px);
	transform: rotate(45deg) translateY(6px) translateX(4px);
}
.menu-icon.active span:nth-child(2) {
	opacity: 0;
}
.menu-icon.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-6px) translateX(4px);
	-ms-transform: rotate(-45deg) translateY(-6px) translateX(4px);
	transform: rotate(-45deg) translateY(-6px) translateX(4px);
}
.enumenu_ul .caret {
	color: #fff;
	margin-left: 7px;
}
.enumenu_ul {
	padding: 0px;
	list-style: none;
	display: table;
	width: 100%;
	margin: 0 auto
}
.enumenu_ul > li {
	float: left;
	margin: 33px 30px 32px 0;
	position: relative
}
.enumenu_ul > li:last-child {
	margin-right: 0 !important;
}
.enumenu_ul li a {
	color: #fff;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}
.enumenu_ul > li:hover > a, .enumenu_ul > li.active > a {
	color: #f07d59;
}
.enumenu_ul.desk > li ul {
	display: none
}
.enumenu_ul.desk ul li {
	display: block;
	border-bottom: 1px solid #ffffff;
	list-style: outside none none;
	padding: 9px 10px 10px;
	position: relative;
}
.enumenu_ul.desk ul li:last-child {
	border-bottom: 0 none
}
.enumenu_ul.desk ul {
	background: #f07d59;
	left: 0;
	list-style: outside none none;
	position: absolute;
	top: 59px;
	padding: 10px 0;
	width: 170px;
	z-index: 9;
}

.main-navigation .enumenu_container {
	width: 100%;
	max-width: 925px;
	margin: 0 auto;
}
.enumenu_ul > li {
	margin-right: 7%;
}

.inner.desk .enumenu_container,
.header.opaque .enumenu_container {
	width: auto;
	max-width: inherit;
	margin: 0;
}
.inner.desk .enumenu_ul,
.header.opaque .enumenu_ul {
	max-width: 718px;
	margin: 0 0 0 auto;
}
.inner.desk .enumenu_ul > li,
.header.opaque .enumenu_ul > li {
	margin-right: 30px;
}


.enumenu_ul.desk ul:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -27px;
	width: 100%;
}
.enumenu_ul.desk li > a.menubelow:after {
	bottom: -35px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #F07D59;
	border-width: 18px;
	margin-left: -18px;
	display: none;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.enumenu_ul.desk li:hover > a.menubelow:after {
	display: block
}
.enumenu_ul.desk li:hover ul li:hover > a:after {
	display: none
}

/*Sub menu styles*/
.enumenu_ul.desk li:hover > ul {
	display: block
}
.enumenu_ul.desk .sb-menu .sb-menu {
	left: 100%;
	top: 0;
}
.enumenu_ul.desk ul li a {
	color: #ffffff;
	padding: 0;
}
.enumenu_ul.desk ul li > a:hover, .enumenu_ul.desk ul li > a:active {
	color: #363636;
}
.enumenu_ul .arrow {
	position: absolute;
	right: 10px;
	top: 0;
	width: 46px;
	height: 46px;
	background: url(/images/plus.png) no-repeat center center;
	cursor: pointer;
	z-index: 999
}

/* Menu Css Ends */

/* header css end */

.home-about {
	padding: 70px 0 75px
}
.home-about h2 span {
	font-size: 52px;
	font-family: 'dancing_script_otregular';
	display: block;
	color: #A0ABB3;
	line-height: 1.3;
	text-transform: none
}
.home-about h2 {
	padding-bottom: 31px;
	position: relative;
	margin-bottom: 22px;
}
.home-about h2:after {
	background: url(/images/dotted-border.png) repeat-x 0 0;
	bottom: 0;
	content: "";
	height: 6px;
	left: 50%;
	margin-left: -210px;
	max-width: 420px;
	position: absolute;
	width: 100%;
}

.home-about h4 {
    color: #a0abb3;
    display: block;
    font-family: "dancing_script_otregular";
    font-size: 32px;
    line-height: 1.25;
    margin:8px 0 2px;
    text-transform: none;
}

.content-left h4 {
    color: #a0abb3;
    display: block;
    font-family: "dancing_script_otregular";
    font-size: 32px;
    line-height: .25;
    text-transform: none;
    margin-bottom:25px;
}

.home-about a {
	font-size: 18px;
	text-transform: uppercase;
}
.main854 {
	max-width: 854px;
}
.home-about p {
	font-size: 18px;
	padding-bottom: 19px
}
.join-sign-up-cont {
	height: 422px;
}
.join-sign-up-title {
	color: #ffffff;
	font-size: 42px;
	line-height: 1.10;
	text-transform: uppercase;
	padding-top: 131px;
}
.join-sign-up-title span {
	font-family: 'dancing_script_otregular';
	font-size: 65px;
	display: block;
	text-transform: none
}
.join-sign-up {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	float: left;
	height: 100%;
	width: 50%;
}
.join-a-team {
	background-image: url(/images/join-a-team.jpg);
}
.sign-up-care {
	background-image: url(/images/sign-up-for-care.jpg);
}
.feeling-home {
	position: relative;
}
.feeling-home .image-slider li:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 40%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.64)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 40%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 40%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 40%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 40%, rgba(0, 0, 0, 0) 100%); /* W3C */
	
	width: 66.34%;
}

.feeling-home .image-slider li:before, .feeling-home .image-slider li:after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	z-index:-1;
}
.feeling-home .image-slider li:after {
	background-image: url(/images/banner-slider-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
}
.feeling-home .dis-table-cell {
	vertical-align: bottom;
	padding-bottom: 120px;
}

/* Feeling Home -- Large Image Slider */

.image-slider li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 767px;
	z-index: 0;
}

.join-sign-up-container {
	height: 100%;
	position: relative;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.join-sign-up-ico {
	display: table;
	margin: 30px auto 0;
	position: relative;
	width: 78px;
}
.join-sign-up-ico:before {
	display: none;

	color: #ffffff;
	opacity: 0;
	content: "X";
	font-size: 82px;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: lowercase;
	line-height: 20px;
	width: 77px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.join-sign-up-ico:after {
	/* background: url(/images/arrow-orange-bottom.png) no-repeat center bottom; */
	opacity: 1;
	content: "";
	height: 28px;
	position: absolute;
	width: 78px;
	left: 0;
	top: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	
	/* change to plus-sign */
	content:"+";
	font-size:56px;
	line-height:15px;
}

.join-sign-up-container:hover .join-sign-up-ico:after {
	color:#FFF;
}

.join-sign-up a {
	display: block;
	height: 100%;
	vertical-align: middle;
	position: relative
}
.join-sign-up a:hover:before {
	opacity: 0;
}
.join-sign-up a:before {
	background-image: url(/images/pattern-overlay.png);
	background-repeat: repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.join-sign-up a:hover .join-sign-up-container {
	background: rgba(239, 124, 89, 0.9);
}
/*
.join-sign-up a:hover .join-sign-up-ico:before {
	opacity: 1
}
.join-sign-up a:hover .join-sign-up-ico:after {
	opacity: 0;
}
*/
.banner-title {
	color: #f07d59;
	font-size: 72px;
	line-height: 1;
	max-width: 50%;
	padding: 0 0 0 132px;
	position: relative;
	text-transform: uppercase;
}
.banner-title .txt-line {
	font-family: 'dancing_script_otregular';
	font-size: 46px;
	color: #fff;
	text-transform: none;
	padding-right: 20px;
	line-height: 1.15;
	display: table;
}
.banner-title .bigtxt {
	display: table;
}
.banner-title .txt-line:after {
	border-bottom: 1px solid #f07d59;
	content: ".";
	display: inline-block;
	height: 1px;
	line-height: 0;
	margin-left: 10px;
	position: relative;
	text-indent: -9999px;
	top: 6px;
	width: 52px;
}
.about-us-description {
	padding: 63px 0 69px;
}
.tabbing-div {
	border-bottom: 3px solid #a0abb3;
	border-top: 3px solid #a0abb3;
	margin-bottom: 40px;
}
.tabbing-div li {
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 75px;
}
.tabbing-div li:last-child {
	margin-right: 0;
}
.tabbing-div li a {
	color: #0e3267;
	display: block;
	padding: 14px 24px 13px;
	position: relative
}
.tabbing-div li a:before, .tabbing-div li a:after {
	content: "";
	position: absolute;
	border-top: 3px solid #f07d59;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.tabbing-div li a:before {
	top: -3px;
}
.tabbing-div li a:after {
	bottom: -3px
}
.tabbing-div li.active a, .tabbing-div li a:hover {
	color: #f07d59;
}
.tabbing-div li a:hover:after, .tabbing-div li a:hover:before, .tabbing-div li.active a:after, .tabbing-div li.active a:before {
	opacity: 1
}

/* Content tabs */
.content-tabs {
	position: relative;
	overflow: hidden;
	min-height:400px;
}

.content-tabs .tab {
	position: absolute;
	left:100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition:all 0.2s linear 0s;
}

.content-tabs .tab.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	left:0;
	z-index: 1;
}

.tab .half {
	width:47%;
}
.tab .half + .half {
	margin-left:4.75%;
}

.about-desc-para {
	margin: 0 auto;
	max-width: 910px;
	padding: 0 0 44px;
	text-align: center;
}
.who-we-are-list {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 410px;
	position: relative;
	width: 50%;
	overflow: hidden;
}
.who-we-are-list a {
	display: block;
	height: 100%;
	width: 100%;
}
.who-we-are-desc {
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	bottom: -345px;
	width: 100%;
	padding: 18px 60px 20px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.who-we-are-desc p {
	font-size: 16px;
	line-height: 24px;
}
.who-we-are-desc h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 26px;
	margin: 0 0 33px;
	padding-right: 50px;
	position: relative;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.who-we-are-desc h3 i {
	border: 2px solid #f07d59;
	border-radius: 50%;
	display: inline-block;
	height: 34px;
	position: absolute;
	right: 0;
	top: -3px;
	width: 34px;
}
.who-we-are-desc h3 i span {
	background: #f07d59;
	border-radius: 50%;
	display: inline-block;
	height: 22px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 22px;
}
.who-we-are-desc h3 i span:after, .who-we-are-desc h3 i span:before {
	border: 1px solid #ffffff;
	content: "";
	left: 5px;
	position: absolute;
	top: 10px;
	width: 10px;
	transition: transform 0.3s linear 0s;
	-webkit-transition: transform 0.3s linear 0s;
}
.who-we-are-desc h3 i span:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.who-we-are-list:hover .who-we-are-desc {
	bottom: 0;
	padding-top: 65px
}
.win.safari .who-we-are-desc {
	bottom: 0;
	-webkit-transform: translateY(241px);
	-moz-transform: translateY(241px);
	-ms-transform: translateY(241px);
	-o-transform: translateY(241px);
	transform: translateY(241px);
}
.win.safari .who-we-are-list:hover .who-we-are-desc {
	bottom: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.who-we-are-list:hover .who-we-are-desc h3 i span:before {
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg)
}
.who-we-are-list:hover .who-we-are-desc h3 i span:after {
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg)
}
.about-desc-para p {
	font-size: 16px;
	line-height: 24px;
}
.why-choose {
	padding: 46px 0 30px;
}
.why-choose-title {
	font-size: 42px;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 39px;
}
.why-choose-title span {
	font-size: 62px;
	font-family: 'dancing_script_otregular';
	color: #a0abb3;
	text-transform: none;
}
.reason-to-choose {
	background: #0e3267;
	padding: 9px 0 11px;
	color: #ffffff;
	margin-bottom: 45px;
}
.reason-to-choose, .para-title {
	font-size: 22px;
	text-transform: uppercase;
}
.column4 {
	float: left;
	padding-right: 4%;
	width: 26%;
}
.column44 {
	width: 22%;
	padding-right: 0;
}

.col {
	display: inline-block;
	vertical-align: top;
}

.half {
	width:48%;
}
.half + .half {
	margin-left:2.75%;
}

.appeal-as {
	padding-bottom: 27px;
}
.appeal-as p {
	line-height: 22px;
	padding-bottom: 15px;
	position: relative;
}
.appeal-as p:hover:before, .appeal-as .column4:hover p:before {
	width: 39px;
	height: 39px;
	top: -48px;
	left: -8px;
}
.appeal-as .column41 p:before, .appeal-as .column41 p:after {
	display: none
}
.appeal-as p:before, .appeal-as p:after {
	content: "";
	position: absolute;
	left: 0;
}
.appeal-as p:before {
	background: #ffffff;
	border: 2px solid #f07d59;
	border-radius: 50%;
	box-sizing: border-box;
	height: 27px;
	top: -42px;
	left: -2px;
	width: 27px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.appeal-as p:after {
	background: #f07d59;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	top: -37px;
	left: 3px;
}
.appeal-as-title {
	color: #f07d59;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 13px;
}
.appeal-as-title:after {
	border-bottom: 3px solid #a0abb3;
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 100%;
}
.appeal-as-title span {
	background: #ffffff;
	padding-right: 15px;
	padding-bottom: 13px;
	position: relative;
	z-index: 1;
}

/* Inner page */
h1.page-title {
	font-size: 72px;
	margin: 108px auto 0 auto;
	max-width: 971px;
}
.breadcrumb {
	padding: 29px 0 45px;
	color: #a0abb3;
	text-transform: capitalize;
}
.breadcrumb a {
	color: #a0abb3;
}
.breadcrumb a:hover {
	color: #f07d59
}
.breadcrumb span {
	padding-right: 12px;
	position: relative;
	margin-right: 5px;
}
.breadcrumb span:after {
	content: ".";
	font-size: 38px;
	line-height: 3px;
	position: absolute;
	right: 0;
	top: -3px;
}
.content-left {
	float: left;
	width: 61%;
	padding-top: 7px;
}
.content-left.full {
	width: 100%;
}
.content-left h2 {
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 19px;
	letter-spacing: 0.03em;
	padding-right: 36px;
}
.content-left h2:after {
	position: absolute;
	content: "";
	background: url(/images/dotted-border.png) repeat-x 0 0;
	bottom: 0;
	left: 0;
	max-width: 418px;
	width: 100%;
	height: 6px
}
.content-left p {
	padding-bottom: 31px;
}
aside.content-right {
	float: right;
	width: 32%;
}
.content-right figure.img-aside {
	border-radius: 50%;
	margin-bottom: 56px;
}
.private-nurse a {
	font-size: 18px;
	text-transform: uppercase;
}
.content-right figure.img-aside img {
	border: 7px solid #a0abb3;
	border-radius: 50%;
}
.private-nurse {
	background: url(/images/aside-private-nurse.png) no-repeat scroll center top;
	background-size: 60px auto;
	color: #0e3267;
	font-size: 22px;
	line-height: 1.27;
	padding-top: 92px;
	padding-bottom: 55px;
	position: relative;
	text-align: center;
}
.private-nurse p {
	padding-bottom: 9px;
	line-height: 28px;
}


.care-sign-up {
	background: url(/images/aside-care-icon.png) no-repeat scroll center top;
	background-size: 60px auto;
	color: #0e3267;
	font-size: 22px;
	line-height: 1.27;
	padding-top: 92px;
	padding-bottom: 55px;
	position: relative;
	text-align: center;
}

.care-sign-up p {
	padding-bottom: 9px;
	line-height: 28px;
}

.care-sign-up a {
	font-size: 18px;
	text-transform: uppercase;
}

.faq-callout {
	background: url(/images/faq-icon.png) no-repeat scroll center top;
	background-size: 60px auto;
	color: #0e3267;
	font-size: 22px;
	line-height: 1.27;
	padding-top: 85px;
	position: relative;
	text-align: center;
}
.faq-callout p {
	padding-bottom: 9px;
	line-height: 28px;
}
.container {
	padding-bottom: 21px;
}
.inner .join-sign-up-cont {
	height: 284px;
}
.inner .join-sign-up-title {
	font-size: 42px;
	padding-top: 78px;
}
.inner .join-sign-up-ico {
	margin-top: 25px;
}
.inner .join-sign-up-title span {
	font-size: 62px;
}
.inner .join-sign-up a:before {
	background: rgba(0, 0, 0, 0.5);
}

/* Footer Style */
.site-footer {
	background: #363636;
	color: #a0abb3;
	font-size: 12px;
	/* border-bottom: 1px solid #f2f2f2; */
}
.footer-top {
	/* background: rgba(0, 0, 0, 0) url(/images/footer-pattern.png) repeat 0 0; */
	background:#f07d59 url(/images/layout/grain-pattern.png) repeat 0 0;
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
	position: relative;
	padding: 46px 0 29px;
}

.footer-top.blue {
	background-color:#0E3267;
}

.footer-top p {
	position: relative;
}
.footer-top p span.dancing-script {
	font-size: 42px;
	font-family: 'dancing_script_otregular', cursive;
}
.footer-bottom {
	padding: 36px 0 39px
}
.contact-info-owner p {
	line-height: 19px;
}
.footer-bottom .dis-table-cell {
	vertical-align: bottom;
}
.footer-top:before {
	content: "";
	position: absolute;
	background: url(/images/want-to-know-more.png) no-repeat left bottom;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.footer-hyphen {
	color: #a0abb3;
	padding: 0 3px;
}
.site-footer a {
	color: #a0abb3;
}
.site-footer a:hover {
	color: #f07d59;
}
.footer-logo {
	width: 19%;
}
.contact-info-owner {
	width: 63.8%;
}
.owner-statement a {
	text-transform: uppercase;
}
.dis-table-cell.footer-right {
	width: 20%;
}
.backtotop {
	text-align: right;
	margin-right: 4px;
	padding-bottom: 40px;
}
.backtotop a {
	padding-right: 59px;
	position: relative;
	text-transform: uppercase;
}
.backtotop a:before {
	background-image: url(/images/backtotop.png);
	opacity: 1;
}
.backtotop a:after, .backtotop a:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: right center;
	width: 42px;
	height: 100%;
	bottom: 2px;
	right: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.backtotop a:after {
	background-image: url(/images/backtotop-h.png);
	opacity: 0;
}
.backtotop a:hover:before {
	opacity: 0;
}
.backtotop a:hover:after {
	opacity: 1;
}
.footer-logo img {
	max-width: 141px;
}
.powered-logo {
	float: right;
}
.footer-social {
	float: left;
	position: relative;
	top: 5px
}
.footer-social a {
	font-size: 23px;
	margin-right: 15px;
}
.footer-social a:hover {
	color: #fff;
}
.preload {
	display: none;
}

/***********************************************************
FAQ Page (+ tab FAQs) */

.faqs {
	text-align:center;
}

.faqs a.gen-btn.btnlikebanner {
	max-width:none;
	display: inline-block;
}

.faq-list {
	text-align:left;
}

.faq-list li {
	position: relative;
	padding-bottom:15px;
	/* min-height:65px; */
}

.faq-list li + li {
	margin-top:15px;
}

.faq-list li + li:before {
	content:"";
	display: block;
	height:1px;
	width:100%;
	background-color:rgba(14, 51, 103, 0.4);
	position: absolute;
	bottom:100%;
	left:0;
	margin-bottom:15px;
}

.faq-list li .question {
	font-size:24px;
	color:#0E3267;
	font-weight:bold;
	line-height:1;
	display: block;
	text-transform: uppercase;
}

.faq-list li p {
	line-height:18pt;;
	margin-top:15px;
	margin-bottom:0;
	padding-bottom:0;
}
.faq-list li p + p {
	margin-top:25px;
}

.tab .faq-list li {
	display: inline-block;
	vertical-align: top;
	width:48%;
	min-height:0;
	padding-bottom:30px;
}

.tab .faq-list li .hs-content {
	padding-bottom:0;
}

.tab .faq-list li + li {margin-top:0;}
.tab .faq-list li + li:before {
	content:none;
}

.tab .faq-list li:nth-child(2n) {
	margin-left:3%;
}
.tab .faq-list li:nth-child(n+3) {
	margin-top:30px;
}
.tab .faq-list li:nth-child(n+3):before {
	content:"";
	display:block;
	height:1px;
	width:100%;
	background-color:#0E3267;
	position: absolute;
	left:0;
	bottom:100%;
	margin-bottom:30px;
}


.faq-list li:nth-child(n+3) {border-top:none;}

.faqs a {
	display: block;
	font-size:20px;
	margin:25px auto 0;
	max-width:140px;
	text-align: center;
}

/* hide/show class stuff */
.hide-show .hs-content {
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	height:0;
	max-height:0;
	padding-right:50px;
	padding-bottom:0;
	transition:max-height 0.4s ease 0s, opacity 0.4s ease 0s;
}
.hide-show.show .hs-content {
	visibility: visible;
	opacity: 1;
	height:auto;
	max-height:750px;
	padding-bottom:15px;
	transition:max-height 0.4s linear 0s, opacity 0.4s linear 0s;
}
.hide-show .hs-trigger {
	position: relative;
	min-height:38px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:45px;
	cursor:pointer;
	transition:background-color 0.4s ease 0s;
}
.hide-show.show .hs-trigger {
	color:#f07d59;
}

.hide-show .plus-sign {
	position:absolute;
	top:50%;
	margin-top:-19px;
	right:0;
}
.hide-show.show .plus-sign {
	border-color:#F07D59;
}
.hide-show.show .plus-sign:before,
.hide-show.show .plus-sign:after {
	background-color:#F07D59;
}

.plus-sign {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height:38px;
	width:38px;
	border-radius:50%;
	border:3px solid #0E3267;
	background-color:transparent;
	transition:all 0.2s ease 0s;
}
.plus-sign:before, .plus-sign:after {
	content:"";
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	background-color:#0E3267;
	transition:all 0.2s ease 0s;
}
.plus-sign:before {
	width:20px;
	height:3px;
	
	margin-top:-2px;
	margin-left:-10px;
	
}
.plus-sign:after {
	width:3px;
	height:20px;
	margin-top:-10px;
	margin-left:-2px;
	
	/* for transition effect */
	-o-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
}

/* when switched to 'minus' sign */
.plus-sign.minus:after, .hide-show.show .plus-sign:after {
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	
	margin-top:-11px;
	margin-left:-2px;
}

/***********************************************************
Miscellaneous Styles */

.style-list {
	list-style: none;
}
.style-list li {
	position: relative;
	display: block;
	padding-left:15px;
}
.style-list li:before {
	content:"";
	display: inline-block;
	height:5px;
	width:5px;
	border-radius:5px;
	background-color:#F07D59;
	position: absolute;
	top:10px;
	left:0;
}

/*******************************************
********************************************
Unslider CSS */

/**************************** Unslider.css ****************************/
.unslider {
	position: relative;
}

.unslider,.unslider-vertical>ul{height:100%}.unslider-fade,.unslider-wrap{position:relative}.unslider{overflow:auto;width:100%;display:block}.unslider-wrap.unslider-carousel li{float:left}.unslider-vertical li{float:none;width:100%}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;top:0;bottom:0;margin:auto 0;outline:0;width:30px;height:51px;text-indent:-9999px;z-index:10;cursor:pointer;-webkit-transition:none!important;transition:none!important}.unslider-arrow.next{right:2%;background:url(/images/layout/arrow_right.png) left top no-repeat}.unslider-arrow.prev{left:2%;background:url(/images/layout/arrow_left.png) left top no-repeat}.unslider-arrow.next:hover,.unslider-arrow.prev:hover{background-position:left bottom}.unslider-nav ol{list-style:none;text-align:center}.unslider-nav ol li{display:inline-block;width:6px;height:6px;margin:0 4px;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:2px solid #fff;cursor:pointer}.unslider-nav ol li.unslider-active{background:#fff;cursor:default}

/*************************** Unslider-dots.css ****************************/

.unslider-nav {
	margin-top: -63px;
	position: absolute;
	right: 75px;
	top: 50%;
	width: 13px;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
  padding:0;
  margin:0;
}
.unslider-nav ol li {
	background: rgba(255, 255, 255, 0.3);
	border:none;
	border-radius: 7px;
	display: block;
	height: 13px;
	margin: 6px 0;
	text-indent: -9999px;
	width: 13px;
}
.unslider-nav ol li.unslider-active,
.unslider-nav ol li:hover {
	background: #f07d59;
}

.mobile-only-link {
	display: none !important;
}

/***********************************************************
************************************************************
Responsive Styles */

@media only screen and (min-width:768px) {

	.mob {
		display: none;
	}
	.who-we-are-desc .dis-table, .who-we-are-desc .dis-table-cell {
		display: block;
	}
	
}
@media only screen and (max-height:700px) {

/*
	.home .header {
		height: 680px;
	}
*/
	
}
@media only screen and (max-width:1000px) {

	.pagination {
		right: 15px;
	}
	.inner-banner.top-banner-section:before {
		top: 90px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px
	}
	.logo-phone {
		padding: 0 15px;
	}
	.enumenu_ul > li {
		margin-right: 38px;
	}
	h2 {
		font-size: 30px;
	}
	.who-we-are-desc {
		padding: 18px 7% 20px;
	}
	.who-we-are-list:hover .who-we-are-desc {
		padding-top: 46px;
	}
	.banner-title {
		max-width: 100%;
		padding: 0 0 0 5%;
	}
	.why-choose-title {
		font-size: 36px;
		padding-bottom: 39px;
	}
	.why-choose-title span {
		font-size: 56px;
	}
	.reason-to-choose, .para-title {
		font-size: 20px;
		padding: 9px 0 10px;
	}
	a.gen-btn.btnlikefooter {
		display: table;
		float: none;
		margin: 10px auto 0;
		padding: 7px;
		width: 240px;
	}
	.footer-top {
		padding: 35px 0 29px;
	}
	.footer-logo {
		width: 17%;
	}
	.contact-info-owner {
		padding: 0 20px;
		width: 61.8%;
	}
	.header .logo.logo-scrolled {
		left: 10px;
	}
	.tabbing-div li {
		margin-right: 2%;
		text-align: center;
		width: 23.5%;
		font-size: 16px;
	}
	.tabbing-div li a {
		padding: 14px 4px 13px;
	}
	
	.footer-top p {
		text-align:center;
	}
	
}

@media only screen and (max-width:920px) {
	.main-navigation .enumenu_container {
		width: 715px;
		margin: 0 auto;
	}
	.enumenu_ul > li {
		margin-right: 6%;
	}
	.enumenu_ul li a {
		font-size: 14px;
	}
	.inner.desk .enumenu_ul,
	.header.opaque .enumenu_ul {
		width: 80%;
	}
	.inner.desk .enumenu_ul > li,
	.header.opaque .enumenu_ul > li {
		margin-right: 3%;
	}
}

@media only screen and (max-width:767px) {

	.main530 {
		padding: 0 17px;
	}
	.pagination {
		margin-top: 7px;
		right: 10px;
		width: 9px;
	}
	.pagination a {
		border-radius: 5px;
		height: 9px;
		width: 9px;
	}
	.bottom-page-arrow {
		bottom: 5px;
	}
	.bottom-page-arrow img {
		max-width: 36px;
	}
	.home .header {
		height: 100%;
	}
	.logo-phone {
		display: none;
	}
	.main-navigation {
		bottom: auto;
		left: 0;
		top: 0;
		height: 40px;
	}
	.home .main-navigation {
		top: 38px;
		position: fixed;
		z-index: 2;
	}
	.pull-right ul {
		float: left;
	}
	.enumenu_ul {
		display: none;
		background: rgba(14, 51, 103, 0.7);
		left: 0;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 101;
	}
	.menu-block {
		height: auto;
	}
	.menu-icon {
		display: block;
	}
	.enumenu_ul li {
		border-top: 1px solid #5579AB;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.enumenu_ul > li:last-child {
		border-bottom: 1px solid #5579AB;
	}
	.enumenu_ul > li a:hover, .enumenu_ul > li.active > a {
		color: #f07d59;
	}
	.enumenu_ul > li a {
		text-align: center;
		padding: 8px;
		line-height: 26px;
		display: block;
	}
	.enumenu_ul {
		width: 100%;
	}
	.enumenu_ul > li ul a {
		font-size: 15px;
		text-align: center;
	}
	.enumenu_ul .arrow.up {
		background-image: url(/images/minus.png);
	}

	/* Menu Ends */
	h1 {
		font-size: 28px;
	}
	h1 span {
		font-size: 47px;
	}
	h1 span:before {
		margin-right: 8px;
	}
	h1 span:after {
		margin-left: 8px;
	}
	h1 span:before, h1 span:after {
		top: -6px;
		width: 60px;
	}
	.header .logo.logo-scrolled img {
		max-width: 65px;
	}
	.inner-banner.top-banner-section:before {
		background-size: 27% auto;
		top: 34px;
	}
	.home-about {
		padding: 40px 0 45px;
	}
	.about-us-description {
		padding: 33px 0 39px;
	}
	
	/* footer */
	.footer-bottom .dis-table, .footer-bottom .dis-table-cell {
		display: block;
		vertical-align: top;
	}
	.footer-logo {
		text-align: center;
		width: 100%;
		padding-bottom: 30px;
	}
	.contact-info-owner {
		padding: 0 0 30px;
		width: 100%;
		text-align: center;
	}
	.dis-table-cell.footer-right {
		margin: 0 auto;
		width: 170px;
	}
	.backtotop {
		margin-right: 0;
		padding-bottom: 30px;
		text-align: right;
	}
	.footer-top {
		font-size: 18px;
		line-height: 24px;
	}
	.footer-top p {
		text-align: center;
	}
	.footer-top p span.dancing-script {
		font-size: 30px;
	}
	.why-choose {
		padding: 35px 0 30px;
	}
	.feeling-home {
		height: auto;
	}
	.image-slider li {
		height:390px;
	}
	.feeling-home .dis-table-cell {
		padding-bottom: 40px;
	}
	.feeling-home:after {
		background-size: auto 80%;
		background-position: -11% bottom;
	}
	.banner-title {
		font-size: 42px;
		padding: 0 0 0 15px;
	}
	.banner-title .txt-line:after {
		margin-left: 4px;
	}
	.banner-title .txt-line {
		font-size: 22px;
		padding-right: 0;
	}
	.who-we-are-list {
		float: none;
		height: 341px;
		width: 100%;
	}
	.who-we-are-desc {
		bottom: -279px;
		padding: 18px 7% 189px;
	}
	.who-we-are-list:hover .who-we-are-desc {
		padding-bottom: 20px;
		padding-top: 24px;
		bottom: 0;
	}
	.win.safari .who-we-are-desc {
		bottom: 0;
		-webkit-transform: translateY(279px);
		-moz-transform: translateY(279px);
		-ms-transform: translateY(279px);
		-o-transform: translateY(279px);
		transform: translateY(279px);
	}
	.win.safari .who-we-are-list:hover .who-we-are-desc {
		bottom: 0;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	.home-about p {
		font-size: 15px;
	}
	.tabbing-div {
		margin: 0 auto 20px;
	}
	.tabbing-div li {
		float: none;
		margin-right: 0;
		width: 100%;
		font-size: 16px;
	}
	.tabbing-div li a {
		padding: 10px 24px 9px;
	}
	.tabbing-div li a:after {
		opacity: 1;
		border-color: #a0abb3;
	}
	.tabbing-div li a:hover:before, .tabbing-div li.active a:before, .tabbing-div li a:hover:after, .tabbing-div li.active a:after {
		border-color: #f07d59;
	}
	.tabbing-div li a:before {
		top: 0;
	}
	.tabbing-div li:first-child {
		margin-top: -3px;
	}
	.inner .join-sign-up-cont, .join-sign-up-cont {
		height: auto;
	}
	.join-sign-up {
		float: none;
		width: 100%;
		height: 272px
	}
	.why-choose-title, h2 {
		font-size: 23px;
		letter-spacing: 0;
	}
	h3 {
		font-size: 19px;
		letter-spacing: 0;
		margin: 0 0 13px;
	}
	.why-choose-title span, .home-about h2 span {
		font-size: 38px;
	}
	.join-sign-up-title {
		font-size: 30px;
		padding-top: 65px;
	}
	.tabbing-div li a {
		text-align: center;
	}
	.join-sign-up-title span {
		font-size: 62px;
	}
	.join-sign-up-ico:before {
		font-size: 62px;
		text-align: center
	}
	.join-sign-up-ico {
		margin: 20px auto 0;
	}
	.join-sign-up-ico:after {
		background-size: 43px auto;
	}
	.inner .join-sign-up-title span {
		font-size: 46px;
	}
	.inner .join-sign-up-title {
		font-size: 26px;
		padding-top: 75px;
	}
	.inner .join-sign-up-ico {
		margin-top: 20px;
	}
	.reason-to-choose {
		display: none
	}
	.why-choose .main {
		padding: 0;
	}
	.appeal-as-title:after {
		display: none;
	}
	.appeal-as-title {
		background: #0e3267;
		color: #fff;
		padding: 10px 15px;
		font-size: 20px;
	}
	.appeal-as .cf {
		padding: 20px 15px 0;
	}
	.appeal-as-title span {
		background: none;
		padding-bottom: 0;
		padding-right: 0;
	}
	.column4 {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.appeal-as p {
		padding-top: 20px;
	}
	.para-title {
		color: #f07d59;
		padding: 9px 0 30px;
		position: relative;
	}
	.appeal-as .column41 p:before, .appeal-as .column41 p:after {
		display: block;
	}
	.para-title:after {
		border-bottom: 2px solid #a0abb3;
		content: "";
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.para-title span {
		position: relative;
		z-index: 1;
	}
	.appeal-as p:before {
		top: -15px;
	}
	.appeal-as p:after {
		top: -10px;
	}
	.appeal-as p:hover:before, .appeal-as .column4:hover p:before {
		top: -21px;
	}
	.breadcrumb {
		padding: 29px 0 15px;
	}
	.content-left h2:after {
		background-size: 9px auto;
	}
	.content-left h2 {
		margin-bottom: 14px;
		padding-bottom: 26px;
		padding-right: 0;
	}
	.content-left p {
		padding-bottom: 26px;
	}
	aside.content-right {
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center
	}
	.content-left {
		float: none;
		padding-bottom: 20px;
		width: 100%;
	}
	.call-us.compact a {
		display: inline-block;
		font-size: 13px;
	}
	.call-us.compact {
		font-size: 15px;
		padding: 12px 17px 0 0;
	}
	.inner-banner.top-banner-section {
		height: 263px;
	}
	h1.page-title {
		margin: 72px auto 0;
		font-size: 40px;
	}
	
	.unslider-nav {
		right:30px;
	}
	
	.home .banner .log-phone-container {
		height:calc(100vh - 38px);
		min-height:540px;
	}
	.home .top-social .nav-fb {
		display: none;
	}
	.home .facebook {
		display: block;
		float: right;
	}
	.home .call-us.compact {
		float: right;
		margin-left: 20px;
	}
	.home .pull-right ul {
		float: right;
	}
	
}

@media only screen and (max-width:668px) {
	.home .pull-right ul {
		margin-right: 40px;
	}
}

@media only screen and (max-height:320px) {

	a.gen-btn.btnlikebanner {
		margin-top: 0;
	}
	
}
@media only screen and (max-width:640px) {

	h1 {
		font-size: 23px;
	}
	h1 span {
		font-size: 27px;
	}
	h1 span:before {
		margin-right: 8px;
	}
	h1 span:after {
		margin-left: 8px;
	}
	h1 span:before, h1 span:after {
		top: -4px;
		width: 41px;
	}
	
}
@media only screen and (max-width:480px) {

	.home-about h2:after {
		left: 0;
		margin-left: 0;
		max-width: 100%
	}
	.home .call-us.compact span {
		display: inline-block;
	}
	.call-us.compact span {
		display: none;
	}
	.call-us.compact {
		padding: 12px 9px 0 0;
	}
	.top-social li.user-login a {
		margin-right: 9px;
		padding-left: 23px;
		position: relative;
	}
	.top-social a.fa {
		font-size: 18px;
		width: 34px;
	}
	.top-social li.user-login {
		font-size: 12px;
	}
	.top-social li.user-login a:before, .top-social li.user-login a:after {
		background-size: 14px auto;
	}
	.top-social li.user-login a {
		margin-right: 7px;
		padding-left: 19px;
	}
	.top-social .main {
		padding: 0 10px;
	}
	
	.tab .col.half,
	.tab .half + .half,
	.half,
	.half + .half {
		display: block;
		width:100%;
		margin-left:0;
	}
	
	.tab .col.half img {
		margin:0 auto;
		padding:20px 0;
		display: block;
		max-width:320px;
	}
	
	.tab .faq-list li,
	.tab .faq-list li:nth-child(2n),
	.tab .faq-list li:nth-child(n+3) {
		display: block;
		width:100%;
		margin-left:0;
	}
	
	.tab .faq-list li + li {
		margin-top:30px;
	}
	
	.tab .faq-list li + li:before {
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		background-color: #0E3267;
		position: absolute;
		left: 0;
		bottom: 100%;
		margin-bottom: 30px;
	}
	
	.half + .half {
		margin-top:25px;
	}
	
	.banner .unslider-nav {
		top:auto;
		margin-top:0;
		bottom:50px;
		right:50%;
		margin-right:-41px;
		width:auto;
	}
	.banner .unslider-nav li {
		display: inline-block;
		vertical-align: middle;
	}
	.banner .unslider-nav li + li {
		margin-left:8px;
	}
	
	.home .banner .log-phone-container {
		min-height:0;
	}
	
	.banner .log-phone-container .main {
		padding-left:1%;
		padding-right:1%;
	}
	
	.banner .main530 {
		padding:0;
	}
	
	.banner h1 span {
		font-size:24px;
		margin-bottom:8px;
	}
	
	.banner h1 span:before,
	.banner h1 span:after {
		/* content:none; */
		width:20px;
	}
	
}

@media only screen and (max-width:380px) {
	.top-social .main {
		padding-right:0;
	}
	
	.mobile-only-link {
		display: block !important;
	}
	.home .pull-right ul {
		margin-right: 50px;
	}
	.home .user-login a:first-child,
	.inner .user-login a:first-child {
		display: none;
	}
}