/* GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);

/* Global properties ======================================================== */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
::selection {
  background: #888888 !important;
  color: #fff;
}
::-moz-selection {
  background: #888888 !important;
  color: #fff;
}

a {
  color: #103f65;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #103f65;
  text-decoration: none;
  outline: none;
}

body {
  background: #fff;
  border: 0;
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
  color: #3d3d47;
  line-height: 1.715;
  min-width: 320px;
}

.container {
  position: relative;
  min-width: 320px;
}

#main {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Page Animated item Styles */
.animated {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

/* ============================= header ====================== */
.top1_wrapper {
  position: relative;
  background: #fff;
  z-index: 50;
}
.top1 {
  border-bottom: 1px solid #cbcbcb;
  padding: 6px 0;
}

.fa1 {
  font-size: 13px;
  line-height: 24px;
  color: #3d3d47;
  margin-right: 15px;
  float: left;
}
.fa1 i {
  color: #103f65;
  line-height: 24px;
  float: left;
  padding-right: 10px;
}
.fa1 span {
  display: table;
}
.fa1 span a {
  color: #3d3d47;
}

.mail1 {
  margin-right: 0;
}

.social_wrapper {
  float: right;
}
.social {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
  margin: 0 0 0 20px;
  float: left;
}
.social li:first-child {
  margin-left: 0;
}
.social li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #3d3d47;
  text-align: center;
  line-height: 24px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.social li a:hover {
  color: #103f65;
}

.top2_wrapper {
  position: relative;
  background: #fff;
  z-index: 50;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.top2 {
  position: relative;
}

header {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  z-index: 40;
}

#slogan {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  right: 18%;
  width: 400px;
  z-index: 10;
}
#slogan .title {
  background: #3d3d47;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 24px 30px;
}
#slogan .content {
  background: #56565f;
  background: rgba(86, 86, 95, 0.88);
  padding: 25px 30px;
  color: #fff;
}

#free {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
}
#free .free_inner {
  position: relative;
}
.free {
  position: absolute;
  right: 0;
  top: 0;
  width: 205px;
  height: 228px;
  background: url(../images/free.png);
  text-align: center;
  padding: 0 12px 0 10px;
  text-transform: uppercase;
  margin-top: -160px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.free:hover {
  margin-top: 0;
}
.free .txt1 {
  font-weight: 700;
  color: #ffffff;
  padding-top: 10px;
}
.free .txt2 {
  font-weight: 700;
  font-size: 24px;
  color: #f2f2f2;
}
.free .txt3 {
  font-weight: 300;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.free .txt3 span {
  display: inline-block;
  position: relative;
  background: #103f65;
  padding: 0 10px;
}
.free .txt3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
}
.free .txt4 {
  padding: 10px 0;
  color: #ffffff;
}
.free .txt5 {
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
}

/* ============================= content ====================== */
.header_wrapper {
  position: relative;
  overflow: hidden;
  background: #008083;
}
.header_wrapper .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header_wrapper .img img {
  height: 100%;
  width: auto;
  max-width: none;
  float: right;
}

.header_inner {
  position: relative;
}

.breadcrumbs1 {
  padding: 15px 0px;
  margin-top: 0px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumbs1 a:first-child {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 20px;
  background: url(../images/home.png) center center no-repeat;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.breadcrumbs1 a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs1 a:hover {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs1 span {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/breadcrumb.png) center center no-repeat;
  margin: 0 10px;
}

#content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.team1 {
  margin-bottom: 30px;
}
.team1 figure {
  float: left;
  margin-right: 50px;
}
.team1 figure img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.team1 .caption {
}
.team1 .caption .txt1 {
  font-size: 36px;
  font-weight: 300;
}
.team1 .caption .txt2 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.team1 .caption .txt3 {
  padding-top: 5px;
}

.not-front .quote_wrapper {
  margin-bottom: 30px;
}

.latest_news {
  border-left: 1px solid #d4d4d4;
  padding-top: 30px;
  padding-left: 50px;
  padding-bottom: 25px;
}

.news1 {
  color: #7a7a7a;
}
.news1 .txt1 {
  padding-bottom: 5px;
}
.news1 .txt2 {
  font-weight: bold;
  padding-bottom: 5px;
}
.news1 .txt3 {
}

.nursing_wrapper {
  padding: 55px 0;
  background: url(../images/px1.jpg) #103f65;
  position: relative;
}

.wave1 {
  background: url(../images/wave1.png) 0 0 repeat-x;
  height: 139px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -70px;
}

.wave1 {
  -webkit-animation: wave-animation1 22.7s infinite linear; /* Safari 4+ */
  -moz-animation: wave-animation1 22.7s infinite linear; /* Fx 5+ */
  -o-animation: wave-animation1 22.7s infinite linear; /* Opera 12+ */
  animation: wave-animation1 22.7s infinite linear; /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 710px 0;
  }
}
@-moz-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 710px 0;
  }
}
@-o-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 710px 0;
  }
}
@keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 710px 0;
  }
}

.nursing {
  position: relative;
  color: #fff;
}
.nursing a {
  color: #70fcff;
}
.nursing .title {
  border-right: 1px solid #fff;
  padding-right: 30px;
}
.nursing .title .txt1 {
  font-size: 22px;
  font-weight: 700;
}
.nursing .title .txt2 {
  font-size: 48px;
  font-weight: 300;
}
.nursing .title .txt3 {
  text-transform: uppercase;
}
.nursing .caption {
  padding: 0 30px;
}

.get_wrapper {
  position: relative;
  padding: 70px 0 40px;
}
.get_wrapper a {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.get_wrapper a i {
  font-size: 36px;
  line-height: 1;
  color: #8d8d98;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.get_wrapper a:hover i {
  color: #3d3d47;
}
.get_wrapper a .txt1 {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  color: #103f65;
  padding: 20px 0 10px;
}
.get_wrapper a .txt2 {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.get_wrapper a:hover .txt2 {
  color: #3d3d47;
}

.splash1 {
  margin-top: 85px;
  padding-bottom: 0px;
  position: relative;
  background: #f2f2f2;
}

.splash1 .nav-tabs {
  border: none;
  margin-top: -85px;
}
.splash1 .nav-tabs > li {
  margin: 0 -1px 0 0;
  width: 33.33333333%;
  position: relative;
}
.splash1 .nav-tabs > li > a {
  border: 1px solid #f2f2f2;
  border-radius: 0;
  margin-right: 0px;
  background: #fff;
  text-decoration: none;
  line-height: 18px;
  padding: 32px 5px;
  text-align: center;
  position: relative;
}
.splash1 .nav-tabs > li > a .txt1 {
  font-weight: 700;
  font-size: 18px;
  color: #3d3d47;
}
.splash1 .nav-tabs > li > a .txt1:after {
  content: "";
  display: block;
  width: 26px;
  height: 13px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -1px;
}

.splash1 .nav-tabs > li > a:hover,
.splash1 .nav-tabs > li > a:focus {
  background: #fff;
}
.splash1 .nav-tabs > li > a:hover .txt1,
.splash1 .nav-tabs > li > a:focus .txt1 {
  color: #103f65;
}
.splash1 .nav-tabs > li > a:hover .txt1:after,
.splash1 .nav-tabs > li > a:focus .txt1:after {
  background: url(../images/triangle_hover.png) 0 0 no-repeat;
}

.splash1 .nav-tabs > li.active > a,
.splash1 .nav-tabs > li.active > a:hover,
.splash1 .nav-tabs > li.active > a:focus {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.splash1 .nav-tabs > li.active > a .txt1,
.splash1 .nav-tabs > li.active > a:hover .txt1,
.splash1 .nav-tabs > li.active > a:focus .txt1 {
  color: #3d3d47;
}
.splash1 .nav-tabs > li.active > a .txt1:after,
.splash1 .nav-tabs > li.active > a:hover .txt1:after,
.splash1 .nav-tabs > li.active > a:focus .txt1:after {
  background: url(../images/triangle_active.png) 0 0 no-repeat;
}

.splash1 .tab-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.dl1 {
  padding-bottom: 40px;
}

.dl1 dl {
  margin-bottom: 10px;
}
.dl1 dt {
  width: 30px;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.dlq dt {
  color: #103f65;
}
.dl1 dd {
  margin-left: 45px;
}
.dlq dd {
  font-size: 20px;
}

.services {
  position: relative;
  padding: 80px 0 50px;
}
.services1 a {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  text-align: center;
}
.services1 a figure {
  display: block;
  padding-bottom: 15px;
}
.services1 a figure img {
  margin-left: auto;
  margin-right: auto;
}
.services1 a .caption {
  display: block;
}
.services1 a .caption .txt1 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #3d3d47;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.services1 a:hover .caption .txt1 {
  color: #103f65;
}
.services1 a .caption .txt2 {
  display: block;
  color: #3d3d47;
}

.review_wrapper {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.review1 {
  margin-bottom: 20px;
}
.review1 .text {
  background: url(../images/quote1.png) 0 0 no-repeat;
  padding-left: 75px;
  margin-bottom: 10px;
}
.review1 .text .txt1 {
  font-size: 20px;
  padding-bottom: 10px;
}

.review1 .author {
}
.review1 .author figure {
  float: left;
  margin-right: 18px;
}
.review1 .author figure img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.review1 .author .name {
  padding-top: 17px;
}

.quote_wrapper {
  background: #f2f2f2;
  border: 8px solid #f8f8f8;
  padding: 40px;
}

/* ============================= banner ====================== */
#banner_wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-top: 1px solid #f2f2f2;
}

#banner_inner {
}

#banner {
  position: relative;
  padding-bottom: 0px;
}

.banner_prev {
  display: block;
  width: 16px;
  height: 29px;
  background: url(../images/prev.png) left top no-repeat;
  position: absolute;
  left: -5px;
  margin-top: -15px;
  top: 50%;
  z-index: 10;
}
.banner_prev:hover {
  background-position: bottom;
}

.banner_next {
  display: block;
  width: 16px;
  height: 29px;
  background: url(../images/next.png) left top no-repeat;
  position: absolute;
  right: -5px;
  margin-top: -15px;
  top: 50%;
  z-index: 10;
}
.banner_next:hover {
  background-position: bottom;
}

#banner .carousel-box {
  position: relative;
}
#banner .carousel-box .inner {
  position: relative;
  overflow: hidden;
  max-width: none;
  margin: 0;
}
#banner .carousel.main {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-right: -30px;
}
#banner .caroufredsel_wrapper {
  padding: 0;
  margin: 0;
}
#banner .caroufredsel_wrapper ul {
  padding: 0;
  margin: 0;
}
#banner .carousel-box ul li {
  float: left;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 300px;
  overflow: hidden;
  padding-right: 30px;
}

.banner {
}
.banner .banner_inner {
}
.banner .banner_inner a {
  display: block;
  text-decoration: none;
  position: relative;
  background: none;
  padding: 0px;
  text-align: left;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover {
  background: none;
}
.banner .banner_inner a figure {
  margin: 0;
  padding: 0px;
  position: relative;
  border: none;
  padding: 0px;
  background: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover figure {
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner_inner a figure img {
  width: 100%;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}
.banner .banner_inner a figure em {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover figure em {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ============================= banner end ====================== */

/* ============================= footer ====================== */
.bot1_wrapper {
  position: relative;
  background: url(../images/px3.jpg) #3d3d47;
  padding: 45px 0 55px;
  color: #f2f2f2;
}
.logo2_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bot1_title {
  padding-top: 20px;
  font-size: 18px;
  color: #f2f2f2;
  font-weight: 700;
  padding-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.phone2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}

.mail2 {
  font-size: 18px;
  line-height: 24px;
  color: #c5c5c5;
  margin-bottom: 15px;
}
.mail2 i {
  color: #c5c5c5;
  line-height: 24px;
  float: left;
  padding-right: 10px;
}
.mail2 span {
  display: table;
}
.mail2 span a {
  color: #c5c5c5;
}

.social2_wrapper {
}
.social2 {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social2 li {
  display: inline-block;
  margin: 0 0 0 20px;
  float: left;
}
.social2 li:first-child {
  margin-left: 0;
}
.social2 li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #a4a4a7;
  text-align: center;
  line-height: 24px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.social2 li a:hover {
  color: #103f65;
}

.bot2_wrapper {
  position: relative;
  background: #1f1f23;
  padding: 20px 0;
  color: #a2a2a2;
}

.copyright {
  float: left;
}

.menu_bottom {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu_bottom li {
  display: block;
  float: left;
  margin-left: 30px;
}
.menu_bottom li:first-child {
  margin-left: 0;
}
.menu_bottom li a {
  color: #c5c5c5;
  text-decoration: none;
}
.menu_bottom li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ============================= parallax ====================== */
.parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: none;
}
.parallax,
.parallax .parallax-content,
.parallax .overlay {
  height: 100%;
}

.parallax-bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: center center;
}
.parallax-bg.bg-fixed {
  background-attachment: fixed;
}
.parallax .overlay {
  background: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: none;
}
.parallax-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg1 {
  background-image: url(../images/parallax1.jpg);
  background-color: #3d3d47;
  background-size: auto;
}

#parallax1 {
  padding-top: 50px;
  padding-bottom: 55px;
  color: #fff;
  text-align: center;
}

#parallax1 .overlay {
  background: url(../images/px2.png);
}

#parallax1 .txt1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#parallax1 .txt2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
}

#parallax1 .txt3 {
  padding-top: 10px;
}

/* ============================= main menu ====================== */
.navbar_ {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  z-index: 30;
  min-height: 0;
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar_ .navbar-toggle {
  background: #103f65;
  border: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 5px;
}
.navbar_ .navbar-toggle:hover,
.navbar_ .navbar-toggle:focus {
  background: #00898c;
}
.navbar_ .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-collapse_ {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.navbar_ .nav {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
.navbar_ .nav > li {
  position: relative;
  display: block;
  float: left;
  white-space: nowrap;
  background: none;
  margin-left: 65px;
}
.navbar_ .nav > li:first-child {
  margin-left: 0;
}
.navbar_ .nav > li > a {
  display: block;
  text-decoration: none;
  background: none;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #3d3d47;
  text-shadow: none;
  padding: 0;
  border: none;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.navbar_ .nav > li > a em {
  margin-left: 5px;
  width: 5px;
  height: 5px;
  background: url(../images/caret.png) center center no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.navbar_ .nav > li > a:focus {
  color: #103f65;
  text-decoration: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
}

.navbar_ .nav > li > a:hover,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
  color: #103f65;
  text-decoration: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
}

.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
  color: #103f65;
  text-decoration: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
}

.sub-menu ul {
  position: absolute;
  display: none;
  left: -20px;
  top: 100%;
  list-style: none;
  zoom: 1;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: #103f65;
  text-align: left;
  border: none;
  margin-top: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.sub-menu li {
  margin: 0;
  position: relative;
  zoom: 1;
  display: block;
  border-top: 1px solid #00898c;
}
.sub-menu li:first-child {
  border-top: none;
}
.sub-menu li a {
  display: block;
  position: relative;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding: 6px 80px 6px 20px;
  background: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #00898c;
}

.sub-menu-1 > ul {
}

.sub-menu-2 > ul {
  left: 100%;
  margin-left: 1px;
  background: #fff;
}

/* ============================= search-form ====================== */
.search-form-wrapper {
  position: relative;
  margin-top: 35px;
}
.search-form-wrapper .form-control {
  background: none;
  border: none;
  border-bottom: 2px solid #4d4d4d;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
  color: #7b7b7b;
  font-size: 20px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 0;
}
.search-form-wrapper .form-control:focus {
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #000;
  color: #000;
}
.search-form-wrapper a {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
  color: #4d4d4d;
}
.search-form-wrapper a:hover {
  color: #000;
}
.search-form-wrapper a i {
  font-size: 20px;
  line-height: 40px;
}

/* ============================= toTop ====================== */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  background: url(../images/totop.gif) no-repeat left top;
}
#toTopHover {
  background: url(../images/totop.gif) no-repeat left bottom;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}

/* ============================= main layout ====================== */
.title1 {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #3d3d47;
  padding-bottom: 10px;
}

.title2 {
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: #3d3d47;
  padding-bottom: 10px;
}

.title3 {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #3d3d47;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.title4 {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #3d3d47;
  padding-bottom: 5px;
}
.title4 span {
  color: #103f65;
}

.title5 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #454b51;
}

.title6 {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #3d3d47;
  padding-bottom: 25px;
}

.title7 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #3d3d47;
  padding-bottom: 25px;
}

.title8 {
  font-family: "Open Sans";
  font-size: 36px;
  line-height: 1.3;
  font-weight: 300;
  color: #103f65;
  padding-bottom: 25px;
}

h1 {
  padding: 105px 0 65px;
  margin: 0;
  font-family: "Open Sans";
  font-size: 48px;
  color: #fff;
  font-weight: 300;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* === */
.ul0 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul0 li {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 5px;
  background: url(../images/li_st0.png) 0 3px no-repeat;
  padding-left: 30px;
}
.ul0 li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.ul0 li a:hover {
  text-decoration: underline;
}

.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul1 li {
  display: block;
  font-size: 16px;
  color: #3d3d47;
  line-height: 1.3;
  margin-bottom: 15px;
  background: url(../images/li_st1.png) 0 3px no-repeat;
  padding-left: 40px;
}
.ul1 li a {
  color: #3d3d47;
  text-decoration: none;
  display: block;
}
.ul1 li a:hover {
  text-decoration: underline;
}

.ul2 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul2 li {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-left: 0px;
}
.ul2 li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.ul2 li a:hover {
  text-decoration: underline;
}

.hl1 {
  height: 1px;
  background: #f2f2f2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hl2 {
  height: 1px;
  background: #d7d7d7;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hl3 {
  height: 4px;
  background: #103f65;
  margin-top: 25px;
  margin-bottom: 20px;
}

.blockquote1 {
  border-left: 9px solid #f2f2f2;
  padding: 0 0 0 35px;
  margin-bottom: 40px;
}

.phone3 {
  font-size: 36px;
  color: #1f1f23;
  font-weight: 700;
  margin-bottom: 15px;
}

.mail3 {
  font-size: 18px;
  color: #103f65;
  font-weight: 400;
  margin-bottom: 15px;
}

.address3 {
  font-size: 18px;
  color: #3d3d47;
  font-weight: 400;
  margin-bottom: 15px;
}

.social3_wrapper {
}
.social3 {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social3 li {
  display: inline-block;
  margin: 0 0 0 20px;
  float: left;
}
.social3 li:first-child {
  margin-left: 0;
}
.social3 li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #1f1f23;
  text-align: center;
  line-height: 24px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.social3 li a:hover {
  color: #103f65;
}

#google_map {
  position: relative;
  width: 100%;
  height: 520px;
}

/*-----btn-----*/
.btn-default.btn1 {
  font-family: "Open Sans";
  display: inline-block;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: #103f65;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn-default.btn1:hover {
  color: #fff;
  background: #3d3d47;
}

.btn-default.btn2 {
  font-family: "Open Sans";
  display: block;
  color: #3d3d47;
  border: 2px solid #3d3d47;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: #103f65;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn-default.btn2:hover {
  color: #fff;
  background: #3d3d47;
}

.btn-default.btn3 {
  font-family: "Open Sans";
  display: inline-block;
  color: #103f65;
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
  background: none;
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn-default.btn3:hover {
  color: #3d3d47;
  text-decoration: none;
}

.btn-default.btn4 {
  font-family: "Open Sans";
  display: inline-block;
  color: #103f65;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: none;
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn-default.btn4:hover {
  color: #3d3d47;
  text-decoration: underline;
}

/* ============================= thumbnail ====================== */
.img-polaroid {
  position: relative;
  padding: 5px;
  background: none;
  border: 1px solid #cfcfcf;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.thumbnail .caption {
  padding: 0;
  color: inherit;
}

.thumb1 {
  margin-bottom: 20px;
  margin-top: 0px;
}
.thumb1.last {
  margin-bottom: 0px;
}
.thumb1 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}
.thumb1 figure {
  float: left;
  margin: 0px 20px 20px 0px;
  background: none;
  border: none;
  padding: 0px;
}
.thumb1 figure img {
  width: auto;
}
.thumb1 .caption {
  display: table;
}

.thumb2 {
  margin-bottom: 20px;
  margin-top: 0px;
}
.thumb2.last {
  margin-bottom: 0px;
}
.thumb2 .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
  background: none;
}
.thumb2 figure {
  float: none;
  margin: 0px 0px 0px 0px;
  background: none;
  border: none;
  padding: 0px;
}
.thumb2 figure img {
  width: 100%;
}
.thumb2 .caption {
}

/*================= Contacts =========================*/
#note {
}
.notification_error {
  color: #f00;
  padding-bottom: 10px;
}
.notification_ok {
  text-align: left;
  padding-bottom: 10px;
}

#ajax-contact-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
#ajax-contact-form .form-group label {
  color: #d4d5d6;
  display: none;
}
#ajax-contact-form .form-control {
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #909090;
  background: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#ajax-contact-form .form-control:focus {
  border-color: #a7a7a7;
  background: #fcfcfc;
  color: #343642;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#ajax-contact-form textarea.form-control {
  height: auto;
}
#ajax-contact-form .form-group.capthca {
  float: left;
  margin-right: 30px;
}
#ajax-contact-form .form-group.capthca input {
  width: 170px;
}
#ajax-contact-form .form-group.img {
  float: left;
}
#ajax-contact-form .form-group.img img {
  width: 170px;
  height: 38px;
}

.btn-default.btn-cf-submit {
  display: inline-block;
  color: #fff;
  border: none;
  box-shadow: none;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: #103f65;
  position: relative;
  letter-spacing: 1px;
}
.btn-default.btn-cf-submit:hover {
  color: #fff;
  background: #3d3d47;
}

/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1320px) {
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1319px) {
  .nursing .title .txt1 {
    font-size: 18px;
  }
  .nursing .title .txt2 {
    font-size: 36px;
  }

  .quote_wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1319px) {
  .navbar_ .nav > li {
    margin-left: 40px;
  }

  .phone2 {
    font-size: 28px;
  }

  .mail2 {
    font-size: 16px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
  header {
    max-width: 200px;
    margin-top: -15px;
  }

  .quote_wrapper {
    padding: 20px;
  }

  .header_wrapper .img {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar_ .nav > li {
    margin-left: 15px;
  }

  .splash1 .nav-tabs > li > a .txt1 {
    font-size: 13px;
  }

  .quote_wrapper {
    padding: 20px;
  }

  .phone2 {
    font-size: 22px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .fa1 {
    float: none;
  }

  .social_wrapper {
    float: none;
  }

  #slogan {
    position: relative;
    top: 0;
    margin-top: 0;
    right: 0;
    width: auto;
  }

  #slogan .title {
    padding: 13px;
    font-size: 18px;
  }

  #slogan .content {
    padding: 13px;
  }

  #free {
    display: none;
  }

  .nursing .title {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .nursing .caption {
    padding: 0;
  }

  .splash1 {
    margin-top: 0;
  }
  .splash1 .nav-tabs {
    border: none;
    margin-top: 0px;
    margin-left: -13px;
    margin-right: -13px;
  }
  .splash1 .nav-tabs > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: -1px;
    float: none;
  }
  .splash1 .nav-tabs > li > a {
    padding: 20px 13px;
  }

  #parallax1 .txt2 {
    font-size: 28px;
  }

  .navbar_ {
    float: none;
    height: 80px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse_ {
    clear: both;
    margin-left: -13px;
    margin-right: -13px;
  }
  .navbar_ .nav {
    display: block;
    background: none;
    border-right: none;
    background: #103f65;
    border: none;
    padding: 0;
  }
  .navbar_ .nav > li {
    float: none;
    background: none;
    border-left: none;
    margin-left: 0;
    border-top: 1px solid #00898c;
    background: none;
  }
  .navbar_ .nav > li > a {
    margin-bottom: 0;
    border: none;
    color: #fff;
    padding: 13px;
  }
  .navbar_ .nav > li > a:focus,
  .navbar_ .nav > li > a:hover,
  .navbar_ .nav > li.sfHover > a,
  .navbar_ .nav > li.sfHover > a:hover,
  .navbar_ .nav > li.active > a,
  .navbar_ .nav > li.active > a:hover,
  .navbar_ .nav > li.active > a:focus {
    background: #00898c;
    color: #fff;
  }
  .sub-menu ul {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }

  .copyright {
    float: none;
    padding-bottom: 15px;
  }

  .menu_bottom {
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .menu_bottom li {
    float: none;
    margin-left: 0;
  }

  h1 {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .latest_news {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quote_wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
}
/* Landscape phones and down */
@media (max-width: 480px) {
  h1 {
    font-weight: 38px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  border-radius: 4px;
}

.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="file"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
}

.modal-content label {
  font-weight: 600;
  color: #3d3d47;
}

.modal-content .btn1 {
  margin-top: 10px;
}

.close {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}
.greview_wrapper {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.greview_wrapper .title4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #2c3e50;
}

.greview_wrapper .title4 span {
  color: #103f65;
}

#greview-form .form-group {
  margin-bottom: 20px;
}

#greview-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #333;
}

#greview-form input[type="text"],
#greview-form input[type="email"],
#greview-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

#greview-form input:focus,
#greview-form textarea:focus {
  border-color: #103f65;
  outline: none;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.2);
}

#greview-form .btn-primary {
  background-color: #103f65;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#greview-form .btn-primary:hover {
  background-color: #103f65;
}
