@charset "UTF-8";
/*
Theme Name: 1099
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/effects.css');
@import url('assets/css/grid.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'Gelion';
    src: url('assets/fonts/gelion.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Gelion';
    src: url('assets/fonts/gelion-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Gelion';
    src: url('assets/fonts/gelion-light.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}
/*---/.Fonts---*/
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 0.89vw;
    font-family: 'Gelion', sans-serif;
    font-weight: 400;
    color: #000;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.10vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1, h2 {
    letter-spacing: 0.21vw;
    font-weight: 700;
}
h1 {
    font-size: 3.33vw;
    text-transform: uppercase;
    margin-bottom: 0;
}
.heading h2 {
    color: #000;
    font-size: 2.25vw;
    margin-bottom: 0;
}
.heading h4 {
    color: #0095a4;
    font-size: 1.25vw;
    margin-bottom: 0;
    text-transform: uppercase;
}
h1 strong, h1 b {
    font-size: 3.75vw;
}
h2 {
    font-size: 1.67vw;
    letter-spacing: 0.21vw;
    text-transform: uppercase;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
.main-content a {
    color: #aa8f66;
}
a.btn, .btn a, input[type="submit"] {
    font-size: 0.89vw;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 1.15vw 1.56vw 0.99vw 1.56vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #0095a4;
    min-width: 12.50vw;
    border-bottom: 0.16vw solid #008693;
    line-height: 1;
    letter-spacing: 0.10vw;
    border-radius: 1.56vw;
    position: relative;
}
a.btn:hover, .btn a:hover, input[type="submit"]:hover {
    background-color: #00adbd;
    border-bottom-color: #009baa;
}
.container {
    max-width: 72.92vw;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-hero {
    height: 27.08vw;
}
.default-page-hero {
    display: flex;
    align-items: center;
}
.default-page-hero h1 {
    display: block;
    color: #fff;
    font-size: 5vw;
    margin-bottom: 0;
    letter-spacing: 0.16vw;
}
.default-page {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    border-bottom: 0.05vw solid #586b4b;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2em;
}
.default-page h2 {
    font-size: 2.5em;
}
.default-page h3 {
    font-size:  2em;
}
.default-page h4 {
    font-size:  1.8em;
}
.default-page h5 {
    font-size:  1.5em;
}
.default-page h6 {
    font-size: 1.1em;
}
.default-page a:not(.btn) {
        color: #0095a4;
        font-weight:700;
}
img.alignleft {
    float: left;
    margin-right: 4.69vw;
}
img.alignright {
    float: right;
    margin-left: 4.69vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-slide > div > div, .slick-slide > div {
    height: 100%;
}
.blue {
    background-color: #14377d;
    color: #fff;
}
.gray {
    background-color: #72808a;
}
sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.green {
    background-color: #c5e7eb;
}
.teal {
    background-color: #0095a4;
    color: #fff;
}
.light-green {
    background-color: #e1f3f5;
}
.dark-green {
    background-color: #00444a;
    color: #fff;
}
.container.wide-container {
    max-width: 80.21vw;
}
.container.narrow-container {
    max-width: 62.50vw;
}
.hidden {
	display:none;
	max-width:41.67vw;
	min-width:50%;
}
.hidden-content-wrapper {
	padding: 2em 1em 0.5em 1em;
}
.no-parallax {
	background-attachment: initial !important;
}
/*Header*/
header {
    position: relative;
    z-index: 2;
}
.header-nav {
    padding-top: 0.34vw;
    padding-bottom: 0.34vw;
    position: relative;
}
.header-nav nav > ul, .header-nav nav > .flex > ul {
    display: flex;
    align-items: center;
}
.header-nav li.btn a {
    padding: 0.73vw 1.82vw 0.57vw 1.82vw;
    min-width: unset;
}
.left-side > ul > li {
    margin-right: 2.24vw;
}
.right-side > .flex > ul > li:not(.btn) {
    margin-right: 1.72vw;
}
.right-side > .flex > ul > li.btn {
    margin-right: 0.52vw;
}
.header-nav ul > li:not(.btn) > a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.10vw;
    padding: 0.73vw 0;
    color: #000;
    display: block;
}
.header-nav ul > li:not(.btn) > a:hover {
    color: #00adbd
}
.header-logo {
    display: block;
    z-index: 3;
    max-width: 5.99vw;
}
#header-search {
    height: 2.34vw;
    width: 2.34vw;
    border-radius: 50%;
    background-color: #c6e9eb;
    color: #0095a4;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header-search:hover {
    color: #fff;
    background-color: #00adbd;
}
/*Footer*/
.footer-nav {
    padding-top: 3.13vw;
    padding-bottom: 2.60vw;
    border-bottom: 0.05vw solid #dad8d6;
}
.footer-navigation, .footer-social {
    width: 18%;
}
.footer-navigation li.btn {
    display: none;
}
.footer-logo a {
    max-width: 4.69vw;
}
.footer-navigation ul li {
    margin-bottom: 0.78vw;
}
.footer-navigation ul li a, .footer-copy li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.78vw;
    letter-spacing: 0.05vw;
    color: #000;
}
.footer-navigation ul li a:hover, .footer-copy li a:hover {
    color: #00adbd;
}
.footer-btns {
    width: 14%;
}
.footer-btns a.btn {
    padding: 0.94vw 0.26vw 0.73vw 0.26vw;
    min-width: unset;
    width: 100%;
}
.footer-social ul {
    display: flex;
}
.footer-social li:not(:last-child) {
    margin-right: 0.26vw;
}
.footer-social a {
    font-size: 0.83vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c6e9eb;
    color: #0095a4;
    height: 2.60vw;
    width: 2.60vw;
    border-radius: 50%;
}
.footer-social a:hover {
    color: #fff;
    background-color: #00adbd;
}
.footer-copy {
    padding: 1.82vw 0;
}
.footer-copy p {
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    margin-bottom: 0;
    font-size: 0.63vw;
    font-weight: 700;
    line-height: 0.63vw;
}
.footer-copy ul {
    display: flex;
}
.footer-copy ul li {
    line-height: 0.63vw;
}
.footer-copy ul li:not(:last-child) {
    border-right: 0.05vw solid #000;
}
.footer-copy li a {
    font-size: 0.63vw;
    line-height: 1;
    padding-left: 0.78vw;
    padding-right: 0.78vw;
}
.footer-copy ul li:first-child a {
    padding-left: 0;
}
.footer-copy ul li:last-child a {
    padding-right: 0;
}
.footer-disclaimer {
    padding: 1.04vw 0;
}
.footer-disclaimer p, .footer-disclaimer {
    margin-bottom: 0;
    font-size: 0.83vw;
    color: #c5e7eb;
}
/*Home hero*/
.home-hero {
	background-attachment: fixed;
}

.home-hero-content {
    padding-top: 4.17vw;
    padding-bottom: 2.60vw;
	color:#fff;
	text-shadow: 0px 0px 13px #000000c2;
}
.home-hero-content a.btn {
	text-shadow: none !important;
}
.home-hero-content a.btn {
    min-width: 19.27vw;
    font-size: 1.25vw;
    padding: 0.94vw 1.56vw 0.78vw 1.56vw;
}
.home-hero-content h4 {
    font-size: 1.88vw;
    margin-bottom: 0.7em;
}
.home-hero-content p, .home-hero-content li {
    font-size: 1.25vw;
}
.home-hero-content p {
    margin-bottom: 0.5em;
}
.home-hero-content li {
    line-height: 1.75;
}
.home-hero-content li {
    padding-left: 1.56vw;
    position: relative;
}
.home-hero-content li:before {
    position: absolute;
    display: inline-block;
    left: 0;
    line-height: 1;
    color: #0095a4;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '•';
    font-size: 150%;
}
.home-hero-content p {
    line-height: normal;
}
.home-hero-content ul {
    padding-left: 1.04vw;
    margin-bottom: 1em;
}
.home-hero-reviews {
    padding-top: 2.08vw;
    padding-bottom: 3.13vw;
    position: relative;
}
.home-hero-reviews:before {
    background-color: rgba(0, 149, 164, 0.75);
    mix-blend-mode: multiply;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}
.home-hero-reviews-slider {
    color: #fff;
    position: relative;
}
.home-hero-reviews-slider .slick-prev,
.home-hero-reviews-slider .slick-next {
    top: unset;
    bottom: 0;
    mix-blend-mode: unset;
}
.home-hero-reviews-slider p {
    margin-bottom: 0;
    font-size: 1.25vw;
}
p.home-hero-reviews-slider-item-title {
    text-transform: uppercase;
    font-size: 0.83vw;
    font-weight: 700;
}
.home-hero-reviews-slider span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c6e9eb;
    color: #0095a4;
    height: 2.34vw;
    width: 2.34vw;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 1.04vw;
    margin-bottom: 1.04vw;
}
.home-hero-reviews-slider span {
    font-size: 1.25vw;
    color: #0095a4;
}
.home-hero {
	position:relative;
}
.hero-bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
}
:root {
  --animate-delay: 0.5s;
}


/*Home mission*/
.mission {
    padding-top: 4.17vw;
    padding-bottom: 5.21vw;
    background-image: url(assets/img/bg/rabbit_bg.png);
    background-repeat: no-repeat;
    background-position: bottom 1.56vw right 1.56vw;
    -webkit-background-size: auto;
    background-size: auto;
}
.mission .heading {
    padding-bottom: 2.86vw;
}
.mission-list-item {
    width: 20%;
    padding-left: 1.04vw;
    padding-right: 1.04vw;
}
.mission-list-item:not(:last-child) {
    border-right: 0.05vw dashed #0095a4;
}
.mission-list {
    margin-left: -1.04vw;
    margin-right: -1.04vw;
}
.mission-list-item span {
    height: 3.65vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1.25vw;
    -webkit-background-size: contain;
    background-size: contain;
}
.mission-list-item p {
    margin-bottom: 0;
	text-align: center;
}
.testimonials {
    padding-top: 3.91vw;
    padding-bottom: 3.91vw;
	background-image:url(assets/img/bg/testimonials_bg.jpg);
	background-attachment: fixed;
}
.testimonials h2 {
	color:#fff;
}
.testimonials-list .slick-list {
	padding-left: 1vw;
    padding-right: 1vw;
}
.testimonials-list .slick-slide {
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 2.56vw;
    padding-top: 2.56vw;
}
.testimonials-list-item {
    background-color: #fff;
    border-radius: 0.47vw;
    padding: 1.04vw 1.56vw 3.65vw 1.56vw;
    height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.testimonials-list-item:hover {
    -webkit-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.1);
    -moz-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.1);
    box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.1);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1.1, 1.1);
}
.testimonials-list-item p:last-child {
    margin-bottom:0;
}
.testimonials-list .slick-next {
    right: -4.43vw;
    top: 50%;
}
.testimonials-list .slick-prev {
    left: -4.43vw;
    top: 50%;
}
.testimonials-list .slick-next:before, .testimonials-list .slick-prev:before {
    color: #fff;
}
.testimonials .heading span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #0095a4;
    height: 2.34vw;
    width: 2.34vw;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 1.04vw;
    margin-bottom: 1.04vw;
}
.testimonials .heading span i {
    font-size: 1.25vw;
    color: #0095a4;
}
.testimonials-list-item-heading {
    padding-bottom: 0.52vw;
    border-bottom: 0.05vw dashed #0095a4;
    margin-bottom: 1.04vw;
}
.testimonials-list-item-heading span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.83vw;
    letter-spacing: 0.10vw;
}
.testimonials-list-item-text h3 {
    margin-bottom: 0.78vw;
    font-size: 1.25vw;
}
.testimonials-list-item-text p {
    font-size: 1.25vw;
    margin-bottom:0;
}
.testimonials-list-item-text a:not(.play) {
    color:#0095a4; 
}
.testimonials-list-item-text a.play {
    height: 2.34vw;
    width: 2.34vw;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-bottom: 0.16vw solid #008693;
    border-radius: 50%;
    background-color: #0095a4;
    background-image: url(assets/img/icons/play.png);
    background-repeat: no-repeat;
    background-position: top 50% left 60%;
}
.testimonials-list-item-text a.play:hover {
    background-color: #00adbd;
}
.testimonials-list-item-text .play-btn-wrapper {
    text-align: right;
}
/*Home schedule*/
.image-thumb-text-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.image-thumb-text .half {
    margin-left: 50%;
    padding: 4.43vw 0 2.60vw 4.69vw;
}
.image-thumb-text .half h2 {
    color: #fff;
    margin-bottom: 1em;
}
.image-thumb-text .half .heading p {
    font-size: 1.04vw;
}
.faq-list {
    padding-bottom: 1.04vw;
}
.faq-list-item {
    margin-bottom: 0.52vw;
	text-align:left;
}
.faq-list-item-q {
    padding: 0.26vw 3.13vw;
    border: 0.05vw solid #0095a4;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    min-height: 3.13vw;
    align-items: center;
    border-radius: 2.08vw;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.05vw;
}
.faq-list-item-q.opened, .faq-list-item-q:hover {
    background-color: #0095a4;
}
.faq-list-item-q:after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.08vw;
}
.faq-list-item-q.opened:after {
    content: '\f068';
}
.faq-list-item-a {
    padding: 1.04vw 3.13vw 0.26vw 3.13vw;
    display: none;
}
.image-thumb-text-note, .image-thumb-text-note p {
    font-size: 0.78vw;
    color: #c5e7eb;
}
/*Home outline*/
.outline {
    padding: 5.21vw 0;
    background-image: url(assets/img/bg/rabbit_bg.png);
    background-repeat: no-repeat;
    background-position: bottom -5.21vw center;
    -webkit-background-size: auto;
    background-size: auto;
}
.outline-list {
    flex-wrap: wrap;
    padding-bottom: 2.08vw;
}
.outline-list-item {
    width: 20%;
}
.outline-list-item:nth-child(1),
.outline-list-item:nth-child(2),
.outline-list-item:nth-child(3),
.outline-list-item:nth-child(4),
.outline-list-item:nth-child(5 ) {
    border-bottom: 0.05vw dashed #0095a4;
}
.outline-list-item-heading {
    margin-bottom: 1.30vw;
    padding-top: 2.08vw;
}
.outline-list-item-heading span {
    display: inline-block;
    padding: 0.52vw 1.04vw;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    font-size: 0.83vw;
    color: #0095a4;
    font-weight: 700;
    background-color: #c5e7eb;
}
.outline-list-item-heading {
    background-position: bottom right;
    background-repeat: no-repeat;
}
.outline-list-item:nth-child(odd) .outline-list-item-heading {
    background-image: url(assets/img/bg/bunny_outline.png);
}
.outline-list-item:nth-child(even) .outline-list-item-heading {
    background-image: url(assets/img/bg/bunny_outline2.png);
}
.outline-list-item-content {
    padding-right: 1.56vw;
}
.outline-list-item-content strong {
    color: #00444a;
}
.outline-bottom p:last-child {
    margin-bottom: 0;
}
/*Home team*/
.team {
    padding-top: 4.17vw;
    padding-bottom: 4.69vw;
}
.team-feat {
    padding-bottom: 2.60vw;
    border-bottom: 0.05vw dashed #fff;
    margin-bottom: 3.13vw;
}
.team-feat-thumb {
    width: 22.92vw;
    height: 22.92vw;
    padding: 0.78vw;
    border-radius: 50%;
    border: 0.26vw solid #fff;
}
.team-feat-thumb span {
    display: block;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.team-feat-content {
    width: calc(100% - 22.92vw);
    padding-left: 2.08vw;
}
.team h2 {
    color: #c5e7eb;
}
.team h2 strong {
    color: #fff;
}
.team-feat-content a {
    padding: 0.63vw 1.82vw;
    border: 0.10vw solid #c5e7eb;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    color: #c5e7eb;
    font-weight: 700;
    border-radius: 1.56vw;
    display: inline-block;
}
.team-feat-content a:hover {
    background-color: #fff;
    color: #0095a4;
}
.team-list-wrapper .heading {
    max-width: 48.18vw;
}
.team-list-wrapper .heading h2 {
    margin-bottom: 1em;
}
.team-list-item-wrapper {
    width: 20%;
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    padding-bottom: 1.56vw;
}
.team-list {
    margin-left: -0.78vw;
    margin-right: -0.78vw;
    flex-wrap: wrap;
    padding-top: 2em;
}

.team-list-desktop {
	justify-content: center;
}

.team-list-item {
    background-color: #fff;
    border-radius: 0.47vw;
    -webkit-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.05);
    -moz-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.05);
    box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.team-list-item-content {
    padding: 1.56vw 1.56vw 3.13vw 1.56vw;
    position: relative;
    height: calc(100% - 2.08vw);
}
.team-list-item-content a {
    font-weight: 700;
    color: #0095a4;
    position: absolute;
    width: 100%;
    bottom: 1.04vw;
    text-transform: capitalize;
    left: 0;
    text-align: center;
    font-size: 0.83vw;
}
.team-list-item-content a:hover {
    color: #00adbd;
}
.team-list-item-content span {
    width: 9.9vw;
    height: 9.9vw;
    display: block;
    border-radius: 50%;
    margin-bottom: 0.78vw;
    background-position: center;
    background-size: cover;
}
.team-list-item-content p, .team-list-item-content h3 {
    color: #000;
    margin-bottom: 0;
}
.team-list-item-content h3 {
    font-size: 1.04vw;
}
.team-list-item-content p {
    font-size: 0.83vw;
}
.team-list-item ul {
    background-color: #c5e7eb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.08vw;
}
.team-list-item ul li a {
    padding: 0 0.52vw;
    color: #0095a4;
    font-size: 1.04vw;
    line-height: 1;
}
.team-list-item ul li a:hover {
    color: #00adbd;
}
.hidden-bio-thumb {
	width:30%;
	padding:2em 1em;
}
.hidden-bio-thumb span {
	width:100%;
	padding-top:100%;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	display:block;
}
.hidden-bio-text {
	width:70%;
	padding:2em;
}
.fancybox-content {
	padding:0 !important;
}
.hidden-bio-text ul {
	padding-left:1em;
}
.hidden-bio-text li{
	margin-bottom:1em;
	font-size:1em;
	list-style: disc;
}
/**/
.image-text {
    padding-top: 5.21vw;
    padding-bottom: 4.43vw;
    background-image: url(assets/img/bg/rabbit_bg.png);
    background-repeat: no-repeat;
    background-position: left -1.56vw bottom 20%;
    -webkit-background-size: auto;
    background-size: auto;
}
.image-text .half:first-child {
    width: 45%;
    padding-right: 1.56vw;
}
.image-text .half:last-child {
    width: 55%;
}
.image-text h4 {
    color: #0095a4;
    font-size: 1.25vw;
    margin-bottom: 0;
    text-transform: uppercase;
}
.image-text a.btn {
    padding-left: 3.13vw;
    padding-right: 3.13vw;
}
/*Home faq*/
.faq {
    padding: 4.17vw 0;
}
.faq .faq-list-item {
    margin-bottom: 1.04vw;
}
.faq .faq-list-item-q {
    color: #00444a;
    padding-left: 2.34vw;
}
.faq .faq-list-item-q:hover, .faq .faq-list-item-q.opened {
    color: #fff;
    background-color: #00444a;
}
.faq .heading {
    margin-bottom: 2em;
}
#mobile-header-search, .team-list-mobile {
    display: none;
}
.popup-content {
    width: 55%;
    background-color: #00444a;
    padding: 4.43vw 3.65vw 4.69vw 3.65vw;
    text-align: center;
    color: #fff;
}
.popup-content p {
    font-size: 0.94vw;
    color: #c5e7eb;
    line-height: 1.6;
    margin-bottom: 2em;
}
.popup-content h2 {
    font-size: 1.56vw;
}
.popup-content h2 strong {
    font-size: 2.50vw;
    color: #c5e7eb;
}
.popup-content a.btn {
    width: 100%;
}
.popup-thumb {
    background-image: url(assets/img/bg/popup_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 45%;
}
/*Responsive*/
@media (max-width: 996px) {
	.footer-disclaimer, .image-thumb-text .half, .home-hero-content, .wide-container {
		text-align:center;
	}
	.hidden {
		max-width:800px;
	}
    .popup-content {
        width: 100%;
        padding: 40px 20px 50px 20px;
    }
    .popup-content p {
        font-size: 18px;
    }
    .popup-content h2 {
        font-size: 30px;
    }
    .popup-content h2 strong {
        font-size: 48px;
    }
    .popup-content a.btn {
        width: 100%;
    }
    .popup-thumb {
        width: 100%;
        order: -1;
        padding-top: 71%;
    }
    #mobile-header-search {
        display: block;
    }
    .header-nav > .container > .flex {
        align-items: center;
    }
    .header-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-logo {
        position: relative;
        max-width: 85px;
        top: unset;
        margin-bottom: unset;
        left: unset;
        transform: unset;
        z-index: 9999;
    }
    #mobile-header-phone, #mobile-menu-toggle {
        display: block;
    }
    .header-nav nav {
        display: none;
    }
    #mobile-header-search {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        background-color: #c6e9eb;
        color: #0095a4;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    #mobile-menu-toggle {
        width: 32px;
        z-index: 999;
        position: relative;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 3px;
        background-color: #0095a4;
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 8px;
    }
    #mobile-menu {
        max-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        left: 0;
        padding: 150px 0 50px 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
    }
    #mobile-menu > nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #mobile-menu > nav li.btn a {
        width: 100%;
        max-width: 370px;
    }
    #mobile-menu > nav > ul:not(.social) {
        flex-wrap: wrap;
    }
    #mobile-menu > nav > ul:not(.social) > li {
        width: 100%;
        text-align: center;
    }
    #mobile-menu > nav > ul:not(.social) > li.btn {
        padding-top: 40px;
    }
    #mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
        color: #000;
        font-size: 24px !important;
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }
    #mobile-menu > nav > ul:not(.social) > li > a {
        border-top: 1px dashed #129caa;
    }
    #mobile-menu > nav > ul:first-child > li:first-child > a {
        border-top: none;
    }
    #mobile-menu > nav > ul:not(.social) > li > a:hover {
        color: #44a389;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
        transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        display: none;
    }
    #mobile-menu-toggle.opened span:last-child {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }
    #overlay.opened {
        display: block;
    }
    #mobile-menu > nav > ul > li > .sub-menu {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li:not(:last-child) {
        margin-bottom: 20px;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li > a {
        color: #005387;
        font-size: 24px !important;
        width: 100%;
        font-family: Gelion, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
    }
    body.fixed {
        overflow: hidden;
    }
    .flex {
        flex-wrap: wrap;
    }
    .half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    body {
        font-size: 17px;
    }
    h1, h2 {
        letter-spacing: 4px;
    }
    h1 {
        font-size: 42px;
    }
    .heading h2 {
        font-size: 36px;
    }
    .heading h4 {
        font-size: 24px;
    }
    h1 strong, h1 b {
        font-size: 72px;
    }
    h2 {
        font-size: 32px;
        letter-spacing: 4px;
    }
    .half {
        width: 100%;
    }
    section {
        position: relative;
    }
    .main-content a {
        color: #aa8f66;
    }
    a.btn, .btn a, input[type="submit"] {
        font-size: 17px;
        padding: 22px 30px 19px 30px;
        min-width: 240px;
        border-bottom: 3px solid #008693;
        letter-spacing: 2px;
        border-radius: 30px;
    }
    .container {
        max-width: 1400px;
    }
    .default-hero {
        height: 520px;
    }
    .default-page-hero h1 {
        font-size: 96px;
        margin-bottom: 0;
        letter-spacing: 3px;
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #586b4b;
    }
    .default-page h2 {
        font-size: 56px;
    }
    .default-page h3 {
        font-size: 42px;
    }
    .default-page h4 {
        font-size: 36px;
    }
    .default-page h5 {
        font-size: 28px;
    }
    .default-page h6 {
        font-size: 22px;
    }
    img.alignleft {
        float: left;
        margin-right: 90px;
    }
    img.alignright {
        float: right;
        margin-left: 90px;
    }
    .container.wide-container {
        max-width: 1540px;
    }
    .container.narrow-container {
        max-width: 1200px;
    }
    /*Header*/
    /*Footer*/
    .footer-nav {
        padding-top: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dad8d6;
    }
    .footer-navigation ul li {
        margin-bottom: 15px;
    }
    .footer-navigation ul li a, .footer-copy li a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .footer-btns a.btn {
        max-width: 170px;
    }
    .footer-social ul {
        justify-content: center;
    }
    .footer-btns a.btn {
        padding: 18px 5px 14px 5px;
        width: 100%;
    }
    .footer-social li:not(:last-child) {
        margin-right: 5px;
    }
    .footer-social a {
        font-size: 16px;
        height: 50px;
        width: 50px;
    }
    .footer-copy {
        padding: 25px 0 15px 0;
    }
    .footer-copy p {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 12px;
    }
    .footer-copy ul li {
        line-height: 12px;
    }
    .footer-copy ul li:not(:last-child) {
        border-right: 1px solid #000;
    }
    .footer-copy li a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-disclaimer {
        padding: 20px 0;
    }
    .footer-disclaimer p, .footer-disclaimer {
        font-size: 16px;
    }
    .footer-copy .flex, .footer-copy ul, .footer-copy p {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .footer-copy p {
        margin-bottom: 10px;
    }
    .footer-copy ul li {
        border: none !important;
        margin-bottom: 10px;
    }
    .footer-copy ul li a {
        padding: 0 !important;
    }
    /*Home hero*/
    .home-hero {
        padding-top: 0;
		background-position: center;
    }
    .home-hero-content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .home-hero-content a.btn {
        min-width: 340px;
        font-size: 24px;
        padding: 18px 30px 15px 30px;
    }
    .home-hero-content h4 {
        font-size: 24px;
        margin-bottom: 0.7em;
    }
    .home-hero-content p, .home-hero-content li {
        font-size: 20px;
    }
    .home-hero-content li {
        padding-left: 0px;
    }
    .home-hero-content li:before{
        display: none;
    }
    .home-hero-content ul {
        padding-left: 0px;
    }
    .home-hero-reviews:before {
        background-color: #00444a;
    }
    .home-hero-reviews {
        padding-top: 40px;
        padding-bottom: 60px;
    }
	.home-hero-reviews-slider .slick-prev, .home-hero-reviews-slider .slick-next {
    	bottom: unset;
    	top:50%;
    	transform:translateY(-50%);
	}
    .home-hero-reviews .slick-prev {
        left: 0;
    }
    .home-hero-reviews .slick-next {
        right: 0;
    }
    .home-hero-reviews-slider {
        padding-left: 35px;
        padding-right: 35px;
    }
    .home-hero-reviews-slider p {
        font-size: 20px;
    }
    p.home-hero-reviews-slider-item-title {
        font-size: 16px;
    }
    .home-hero-reviews-slider span {
        height: 45px;
        width: 45px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-hero-reviews-slider span {
        font-size: 24px;
    }
    /*Home mission*/
    .mission {
        padding-top: 60px;
        padding-bottom: 40px;
        background-position: bottom 30px right 30px;
    }
    .mission .heading {
        padding-bottom: 55px;
    }
    .mission-list-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .mission-list-item p {
        width: calc(100% - 90px);
    }
    .mission-list-item span {
        width: 90px;
    }
    .mission-list-item:not(:last-child) {
        border-right: unset;
        border-bottom: 1px dashed #0095a4;
    }
    .mission-list {
        margin-left: 0;
        margin-right: 0;
    }
    .mission-list-item span {
        height: 70px;
        margin-bottom: 0;
    }
    .testimonials {
        padding-top: 65px;
        padding-bottom: 55px;
    }
    .testimonials-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimonials-list .slick-prev {
        left: 0;
    }
    .testimonials-list .slick-next {
        right: 0;
    }
    .testimonials-list .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .testimonials-list-item {
        border-radius: 9px;
        padding: 20px 30px 70px 30px;
    }
	.testimonials-list .slick-list {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.testimonials-list .slick-slide {
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-bottom: 51px;
    	padding-top: 51px;
	}
	.testimonials-list-item:hover {
        -webkit-box-shadow: 0px 10px 25px 0px rgba(1, 0, 1, 0.05);
        -moz-box-shadow: 0px 10px 25px 0px rgba(1, 0, 1, 0.05);
        box-shadow: 0px 10px 25px 0px rgba(1, 0, 1, 0.05);
	}
    .testimonials .heading span {
        height: 45px;
        width: 45px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .testimonials .heading span i {
        font-size: 24px;
    }
    .testimonials-list-item-heading {
        padding-bottom: 10px;
        border-bottom: 1px dashed #0095a4;
        margin-bottom: 20px;
    }
    .testimonials-list-item-heading span {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .testimonials-list-item-text h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .testimonials-list-item-text p {
        font-size: 24px;
    }
    .testimonials-list-item-text a.play {
        height: 45px;
        width: 45px;
        border-bottom: 3px solid #008693;
    }
    .image-thumb-text-thumb {
        position: relative;
        padding-top: 84%;
        width: 100%;
		background-position: left 10%;
    }
    .image-thumb-text .half {
        margin-left: 0;
        padding: 40px 15px;
    }
    .image-thumb-text .half .heading p {
        font-size: 20px;
    }
    .faq-list {
        padding-bottom: 20px;
    }
    .faq-list-item {
        margin-bottom: 10px;
    }
    .faq-list-item-q {
        padding: 5px 60px 5px 40px;
        border: 1px solid #0095a4;
        min-height: 60px;
        border-radius: 40px;
        letter-spacing: 1px;
    }
    .faq-list-item-q:after {
        right: 40px;
    }
    .faq-list-item-a {
        padding: 20px 60px 5px 60px;
    }
    .image-thumb-text-note, .image-thumb-text-note p {
        font-size: 15px;
    }
    /*Home outline*/
    .outline {
        padding: 65px 0;
        background-position: bottom -100px center;
    }
    .outline-list {
        padding-bottom: 40px;
    }
    .outline-list-item {
        width: 33.3333%;
    }
    .outline-list-item:nth-child(1),
    .outline-list-item:nth-child(2),
    .outline-list-item:nth-child(3),
    .outline-list-item:nth-child(4),
    .outline-list-item:nth-child(5),
    .outline-list-item:nth-child(6) {
        border-bottom: 1px dashed #0095a4;
    }
    .outline-list-item-heading {
        margin-bottom: 25px;
        padding-top: 40px;
    }
    .outline-list-item-heading span {
        padding: 10px 20px;
        letter-spacing: 1px;
        font-size: 16px;
    }
    .outline-list-item-content {
        padding-right: 30px;
    }
    /*Home team*/
    .team {
        padding-top: 80px;
        padding-bottom: 90px;
    }
    .team-feat {
        padding-bottom: 50px;
        border-bottom: 1px dashed #fff;
        margin-bottom: 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .team-feat-thumb {
        width: 300px;
        height: 300px;
        padding: 10px;
        border: 5px solid #fff;
        margin-bottom: 30px;
    }
    .team-feat-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .team-feat-content a {
        padding: 12px 35px;
        border: 2px solid #c5e7eb;
        letter-spacing: 1px;
        border-radius: 30px;
    }
    .team-list-wrapper .heading {
        max-width: 925px;
    }
    .team-list-item-wrapper {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .team-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .team-list-item {
        border-radius: 9px;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(1, 0, 1, 0.05);
        -moz-box-shadow: 0px 10px 25px 0px rgba(1, 0, 1, 0.05);
        box-shadow: 0px 10px 25px 0px rgba(1, 0, 1, 0.05);
    }
    .team-list-item-content {
        padding: 30px 5px 60px 5px;
        height: calc(100% - 40px);
    }
    .team-list-item-content a {
        bottom: 20px;
        font-size: 16px;
    }
    .team-list-item-content span {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    .team-list-item-content h3 {
        font-size: 20px;
    }
    .team-list-item-content p {
        font-size: 16px;
    }
    .team-list-item ul {
        height: 40px;
    }
    .team-list-item ul li a {
        padding: 0 10px;
        font-size: 20px;
    }
    /**/
    .image-text {
        padding-top: 50px;
        padding-bottom: 35px;
        background-position: left -30px bottom 60%;
    }
    .image-text .half:first-child {
        width: 100%;
        padding-right: 0;
    }
    .image-text .half:last-child {
        width: 100%;
    }
    .image-text h4 {
        font-size: 24px;
    }
    .image-text a.btn {
        padding-left: 60px;
        padding-right: 60px;
    }
    /*Home faq*/
    .faq {
        padding: 40px 0;
    }
    .faq .faq-list-item {
        margin-bottom: 20px;
    }
    .faq .faq-list-item-q {
        padding-left: 25px;
    }
    .footer-col {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {

    .team-list-desktop {
        display: none;
    }
    .team-list-mobile {
        display: block;
    }
    .team-list-item-wrapper {
        width: 100%;
    }
    .outline-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .outline-list-item {
        width: 100%;
        max-width: 300px;
        border-bottom: none !important;
    }
}
@media (max-width: 568px) {
	.testimonials .heading span {
		margin-bottom:0;
	}
	.testimonials-list-item-text p {
    	font-size: 20px;
	}
	.hidden-bio-thumb, .hidden-bio-text {
		width:100%;
		padding:2em;
	}
	.popup-content {
    	width: 100%;
    	padding: 40px 20px 10px 20px;
	}
	.popup-thumb {
		padding-top: 60%;
    	background-position: bottom;
	}
	.testimonials {
    	padding-top: 45px;
    	padding-bottom: 0;
	}
	.testimonials-list-item {
    	padding: 20px 15px 10px 15px;
	}
	.testimonials-list-item-text .play-btn-wrapper {
    	text-align: right;
    	margin-top: -20px;
	}
	.faq-list-item-a {
    	padding: 20px 40px 5px 40px;
	}
}
@media (max-width: 400px) {
	.home-hero-content a.btn {
		min-width: unset;
		width:100%;
	}
	.testimonials-list .slick-slide {
		padding-left:10px;
		padding-right:10px;
	}
	.testimonials-list .slick-list {
		padding-left:0;
		padding-right:0;
	}
	.home-hero-reviews {
		padding-bottom: 20px;
	}
}