@charset "UTF-8";
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--black: #000000;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #868e96;
--gray-dark: #343a40;
--primary: #6D906A;
--primary-alt: #6D906A;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 1024px;
--breakpoint-xl: 1230px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
font-weight: 400;
line-height: 1.75;
color: #787878;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: none !important; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #32c425;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #6D906A;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden; }
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
touch-action: manipulation; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: "Poppins", serif;
font-weight: 500;
line-height: 1.2;
color: #444; }
h1, .h1 {
font-size: 36px; }
h2, .h2 {
font-size: 36px; }
h3, .h3 {
font-size: 26px; }
h4, .h4 {
font-size: 24px; }
h5, .h5 {
font-size: 20px; }
h6, .h6 {
font-size: 19px; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
transition: all 0.2s ease-in-out;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 15px;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #868e96; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 100%; } }
@media (min-width: 768px) {
.container {
max-width: 100%; } }
@media (min-width: 1024px) {
.container {
max-width: 100%; } }
@media (min-width: 1230px) {
.container {
max-width: 1200px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
}
@media (min-width: 1024px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
}
@media (min-width: 1230px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
}
.form-control {
display: block;
width: 100%;
padding: 10px 12px;
font-size: 16px;
line-height: 19px;
color: #424242;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #e5e5e5;
border-radius: 5px;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #e5e5e5;
outline: none;
box-shadow: none; }
.form-control::placeholder {
color: #787878;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
color: #424242;
background-color: #fff; }
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px); }
.btn-smm {
padding: 10px 10px;
font-size: 12px;
line-height: 10px;
color: #fff;
margin-top:5px;
background: #000000;
border-radius: 20px;
text-transform: none;
white-space: nowrap;
border-width: 1px;
display: inline-block;
box-shadow: inset 0 0 0 1px #ffffff; }
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 10px 12px;
font-size: 16px;
line-height: 19px;
border-radius: 2px;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:focus, .btn:hover {
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
box-shadow: none; }
.btn.disabled, .btn:disabled {
opacity: .65; }
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
background-image: none; }
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #6D906A;
border-color: #6D906A; }
.btn-primary:hover {
color: #fff;
background-color: #2b58a8;
border-color: #29539d; }
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0 rgba(51, 104, 198, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
background-color: #6D906A;
border-color: #6D906A; }
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #29539d;
border-color: #264d93;
box-shadow: 0 0 0 0 rgba(51, 104, 198, 0.5); }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
transition: opacity 0.15s linear; }
.fade.show {
opacity: 1; }
.collapse {
display: none; }
.collapse.show {
display: block; }
tr.collapse.show {
display: table-row; }
tbody.collapse.show {
display: table-row-group; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 16px;
color: #787878;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.dropup .dropdown-menu {
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-divider {
height: 0;
margin: 15px 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0; }
.dropdown-item:focus, .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
color: inherit;
text-decoration: none;
background-color: transparent; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #868e96;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #868e96;
white-space: nowrap; }
.btn + .dropdown-toggle-split {
padding-right: 9px;
padding-left: 9px; }
.btn + .dropdown-toggle-split::after {
margin-left: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.input-group {
position: relative;
display: flex;
align-items: stretch;
width: 100%; }
.input-group .form-control {
position: relative;
z-index: 2;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
z-index: 3; }
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:focus, .nav-link:hover {
text-decoration: none; }
.nav-link.disabled {
color: #868e96; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #ddd; }
.nav-tabs .nav-link.disabled {
color: #868e96;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #ddd #ddd #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none; }
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background: transparent;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration: none; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .dropdown-menu-right {
right: 0;
left: auto; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; }
.navbar-expand-sm .dropup .dropdown-menu {
top: auto;
bottom: 100%; } }
@media (max-width: 767px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .dropdown-menu-right {
right: 0;
left: auto; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; }
.navbar-expand-md .dropup .dropdown-menu {
top: auto;
bottom: 100%; } }
@media (max-width: 1023px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1024px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
right: 0;
left: auto; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; }
.navbar-expand-lg .dropup .dropdown-menu {
top: auto;
bottom: 100%; } }
@media (max-width: 1229px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1230px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .dropdown-menu-right {
right: 0;
left: auto; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; }
.navbar-expand-xl .dropup .dropdown-menu {
top: auto;
bottom: 100%; } }
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .dropdown-menu-right {
right: 0;
left: auto; }
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-expand .dropup .dropdown-menu {
top: auto;
bottom: 100%; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
color: #fff; }
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
color: #868e96;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #868e96; }
.nav-link {
position: relative;
display: block;
padding: 0.5rem 1rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
.nav-link:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-link:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.nav-link:focus, .nav-link:hover {
text-decoration: none; }
.nav-link.disabled, .nav-link:disabled {
color: #868e96;
background-color: #fff; }
.nav-link.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.list-group-flush .nav-link {
border-right: 0;
border-left: 0;
border-radius: 0; }
.list-group-flush:first-child .nav-link:first-child {
border-top: 0; }
.list-group-flush:last-child .nav-link:last-child {
border-bottom: 0; }
.nav-link-primary {
color: #1b3667;
background-color: #c6d5ef; }
a.nav-link-primary,
button.nav-link-primary {
color: #1b3667; }
a.nav-link-primary:focus, a.nav-link-primary:hover,
button.nav-link-primary:focus,
button.nav-link-primary:hover {
color: #1b3667;
background-color: #b2c6e9; }
a.nav-link-primary.active,
button.nav-link-primary.active {
color: #fff;
background-color: #1b3667;
border-color: #1b3667; }
.nav-link-primary-alt {
color: #1b3667;
background-color: #c6d5ef; }
a.nav-link-primary-alt,
button.nav-link-primary-alt {
color: #1b3667; }
a.nav-link-primary-alt:focus, a.nav-link-primary-alt:hover,
button.nav-link-primary-alt:focus,
button.nav-link-primary-alt:hover {
color: #1b3667;
background-color: #b2c6e9; }
a.nav-link-primary-alt.active,
button.nav-link-primary-alt.active {
color: #fff;
background-color: #1b3667;
border-color: #1b3667; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
.close:focus, .close:hover {
color: #000;
text-decoration: none;
opacity: .75; }
button.close {
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: flex !important; }
.d-inline-flex {
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline-flex {
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline-flex {
display: inline-flex !important; } }
@media (min-width: 1024px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline-flex {
display: inline-flex !important; } }
@media (min-width: 1230px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline-flex {
display: inline-flex !important; } }
.d-print-block {
display: none !important; }
@media print {
.d-print-block {
display: block !important; } }
.d-print-inline {
display: none !important; }
@media print {
.d-print-inline {
display: inline !important; } }
.d-print-inline-block {
display: none !important; }
@media print {
.d-print-inline-block {
display: inline-block !important; } }
@media print {
.d-print-none {
display: none !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.8571428571%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-column {
flex-direction: column !important; }
.flex-nowrap {
flex-wrap: nowrap !important; }
.justify-content-center {
justify-content: center !important; }
.align-items-center {
align-items: center !important; }
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important; }
}
@media (min-width: 1024px) {
.flex-lg-column {
flex-direction: column !important; }
.align-items-lg-center {
align-items: center !important; }
}
.w-100 {
width: 100% !important; }
.h-100 {
height: 100% !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.mt-1,
.my-1 {
margin-top: 10px !important; }
.mt-15,
.my-15 {
margin-top: 15px !important; }
.mt-2,
.my-2 {
margin-top: 20px !important; }
.mb-2,
.my-2 {
margin-bottom: 20px !important; }
.mt-3,
.my-3 {
margin-top: 30px !important; }
.mb-3,
.my-3 {
margin-bottom: 30px !important; }
.mt-4,
.my-4 {
margin-top: 40px !important; }
.mt-5,
.my-5 {
margin-top: 50px !important; }
.mt-6,
.my-6 {
margin-top: 60px !important; }
.p-0 {
padding: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pt-1,
.py-1 {
padding-top: 10px !important; }
.pb-1,
.py-1 {
padding-bottom: 10px !important; }
.pt-2,
.py-2 {
padding-top: 20px !important; }
@media (min-width: 576px) {
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 10px !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 40px !important; }
}
@media (min-width: 768px) {
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mt-md-5,
.my-md-5 {
margin-top: 50px !important; }
.pt-md-2,
.py-md-2 {
padding-top: 20px !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 20px !important; }
}
@media (min-width: 1024px) {
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 10px !important; }
.mt-lg-6,
.my-lg-6 {
margin-top: 60px !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 30px !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 30px !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 30px !important; }
.pt-lg-6,
.py-lg-6 {
padding-top: 60px !important; }
.pr-lg-8,
.px-lg-8 {
padding-right: 80px !important; }
}
@media (min-width: 1230px) {
.pt-xl-1,
.py-xl-1 {
padding-top: 10px !important; }
.pr-xl-7,
.px-xl-7 {
padding-right: 70px !important; }
}
.text-nowrap {
white-space: nowrap !important; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
}
@media (min-width: 1024px) {
.text-lg-left {
text-align: left !important; }
}
.text-white {
color: #fff !important; }
.text-primary {
color: #6D906A !important; }
a.text-primary:focus, a.text-primary:hover {
color: #29539d !important; }
.text-primary-alt {
color: #6D906A !important; }
a.text-primary-alt:focus, a.text-primary-alt:hover {
color: #29539d !important; }
html, body {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
min-height: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased; }
body {
color: #787878;
font-weight: 400;
font-size: 16px;
line-height: 27px;
overflow-x: hidden; }
@media (max-width: 1023px) {
body {
font-size: 15px;
line-height: 24px; } }
@media (max-width: 767px) {
body {
font-size: 14px;
line-height: 20px; } }
*:focus {
outline: 0 !important; }
b,
strong {
font-weight: bold; }
button,
.btn {
cursor: pointer; }
.theme-color {
color: #6D906A; }
p {
font-size: 16px;
line-height: 27px;
margin-bottom: 27px; }
@media (max-width: 1229px) {
p {
font-size: 15px;
line-height: 24px;
margin-bottom: 20px; } }
@media (max-width: 800px) {
p {
font-size: 14px;
line-height: 22px;
margin-bottom: 21px; } }
@media (max-width: 767px) {
p {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px; } }
.p-sm {
font-size: 14px;
line-height: 22px; }
p:last-child {
margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 {
color: #444; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #444;
transition: .2s; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #6D906A;
text-decoration: none; }
h1,
.h1 {
font-family: "Poppins", serif;
line-height: 1.22em;
margin-bottom: 10px;
font-weight: 600; }
@media (max-width: 1023px) {
h1,
.h1 {
font-size: 30px;
line-height: 1.2em; } }
@media (max-width: 767px) {
h1,
.h1 {
font-size: 25px;
line-height: 30px; } }
@media (max-width: 1023px) {
h1 + .h-decor,
.h1 + .h-decor {
position: relative;
top: -5px; } }
@media (max-width: 767px) {
h1 + .h-decor,
.h1 + .h-decor {
top: -10px; } }
@media (max-width: 575px) {
h1 + .h-decor,
.h1 + .h-decor {
position: relative;
top: -7px; } }
h2 {
font-family: "Poppins", serif;
line-height: 1.22em;
margin-bottom: 10px;
font-weight: 600; }
@media (max-width: 1023px) {
h2 {
font-size: 30px;
line-height: 1.2em; } }
@media (max-width: 767px) {
h2 {
font-size: 26px;
line-height: 30px; } }
@media (max-width: 1023px) {
h2 + .h-decor {
position: relative;
top: -5px; } }
@media (max-width: 767px) {
h2 + .h-decor {
top: -10px; } }
@media (max-width: 575px) {
h2 + .h-decor {
position: relative;
top: -10px; } }
h3 {
font-family: "Poppins", serif;
line-height: 1em;
margin-bottom: 20px;
font-weight: 600;
margin-top:10px;}
@media (max-width: 1023px) {
h3 {
font-size: 20px; } }
@media (max-width: 767px) {
h3 {
font-size: 18px; } }
h3 + .h-decor {
position: relative;
top: -20px;
height: 2px;
width: 27px; }
h4 {
font-family: "Poppins", serif;
line-height: 1.55em;
margin-bottom: 18px;
font-weight: 600; }
@media (max-width: 1023px) {
h4 {
font-size: 20px; } }
@media (max-width: 767px) {
h4 {
font-size: 18px; } }
h5 {
font-family: "Poppins", serif;
line-height: 1em;
margin-bottom: 20px;
font-weight: 600; }
@media (max-width: 1023px) {
h5 {
font-size: 17px;
line-height: 24px; } }
@media (max-width: 767px) {
h5 {
font-size: 15px;
line-height: 22px; } }
h5 + .h-decor {
position: relative;
top: -20px;
height: 1px;
width: 25px; }
h2 + h5 {
margin-top: 5px; }
h6 {
font-family: "Poppins", serif;
line-height: 1.2em;
margin-bottom: 22px; }
@media (max-width: 1229px) {
h6 {
font-size: 17px; } }
@media (max-width: 1023px) {
h6 {
font-size: 16px; } }
.h-sub {
position: relative;
z-index: 1;
margin-bottom: 17px;
font-size: 17px;
line-height: 1.2em;
font-weight: 500;
font-family: "Poppins", serif;
letter-spacing: 1px; }
@media (max-width: 1023px) {
.h-sub {
font-size: 15px;
margin-bottom: 10px; } }
@media (max-width: 767px) {
.h-sub {
font-size: 13px;
margin-bottom: 10px;
letter-spacing: .5px; } }
.h-sub:not(.theme-color) {
color: #494949; }
.h-decor {
position: relative;
display: inline-block;
height: 3px;
width: 53px;
background-color: #6D906A; }
.h-decor + h5 {
line-height: 34px;
margin-bottom: 0; }
@media (max-width: 1023px) {
.h-decor {
height: 2px;
width: 34px; } }
@media (max-width: 575px) {
.h-decor {
height: 2px;
width: 34px; } }
.title-wrap {
position: relative; }
.title-wrap + * {
margin-top: 34px; }
@media (max-width: 1023px) {
.title-wrap + * {
margin-top: 24px; } }
@media (max-width: 767px) {
.title-wrap + * {
margin-top: 20px; } }
@media (max-width: 1023px) {
.title-wrap.d-none.d-lg-block + * {
margin-top: 0; } }
.title-wrap-alt + * {
margin-top: 24px; }
@media (max-width: 1023px) {
.title-wrap-alt + * {
margin-top: 20px; } }
@media (max-width: 767px) {
.title-wrap-alt + * {
margin-top: 12px; } }
.breadcrumbs-wrap {
background-color: #f8f8f8;
padding: 20px 0; }
.breadcrumbs {
font-size: 13px;
line-height: 18px; }
.breadcrumbs, .breadcrumbs a {
color: #9b9b9b; }
.breadcrumbs > * {
position: relative; }
.breadcrumbs > a:after {
content: '/';
display: inline-block;
padding: 0 4px 0 5px; }
.p-sm {
font-size: 13px;
line-height: 18px; }
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
background-image: 0; }
.btn, body:not(.touch) .btn:focus {
position: relative;
overflow: hidden;
cursor: pointer;
text-shadow: none;
font-size: 14px;
line-height: 18px;
font-weight: 500;
font-family: "Poppins", serif;
padding: 15px 25px;
color: #6D906A;
border: 2px solid #6D906A;
border-radius: 26px;
background: transparent;
text-transform: none;
letter-spacing: .05em;
transition: 0.3s; }
@media (max-width: 1229px) {
.btn, body:not(.touch) .btn:focus {
font-size: 14px;
line-height: 18px;
padding: 15px 25px;
border-radius: 25px; } }
@media (max-width: 1023px) {
.btn, body:not(.touch) .btn:focus {
font-size: 13px;
line-height: 18px;
padding: 10px 23px;
border-radius: 21px;
letter-spacing: 0; } }
@media (max-width: 767px) {
.btn, body:not(.touch) .btn:focus {
font-size: 12px;
line-height: 16px;
padding: 9px 22px;
border-radius: 18px;
border-width: 1px;
box-shadow: inset 0 0 0 1px #6D906A; } }
.btn [class*='icon'], body:not(.touch) .btn:focus [class*='icon'] {
position: relative;
display: inline-block;
top: 0;
font-size: 14px;
transition: 0.3s; }
@media (max-width: 767px) {
.btn [class*='icon'], body:not(.touch) .btn:focus [class*='icon'] {
top: 1px; } }
@media (max-width: 575px) {
.btn [class*='icon'], body:not(.touch) .btn:focus [class*='icon'] {
top: 1px; } }
.btn .icon-right-arrow, body:not(.touch) .btn:focus .icon-right-arrow {
font-size: 12px; }
.btn.btn-noanimate [class*='icon']:first-child, body:not(.touch) .btn:focus.btn-noanimate [class*='icon']:first-child {
margin-right: 15px; }
.btn:not(.btn-noanimate) [class*='icon']:first-child, body:not(.touch) .btn:focus:not(.btn-noanimate) [class*='icon']:first-child {
transform: translateX(-55px);
opacity: 0;
width: 0; }
.btn:not(.btn-noanimate) [class*='icon']:last-child, body:not(.touch) .btn:focus:not(.btn-noanimate) [class*='icon']:last-child {
padding-left: 10px; }
@media (max-width: 1229px) {
.btn:not(.btn-noanimate) [class*='icon']:last-child, body:not(.touch) .btn:focus:not(.btn-noanimate) [class*='icon']:last-child {
padding-left: .6em; } }
.btn.icn-left:not(.btn-noanimate) [class*='icon']:first-child, body:not(.touch) .btn:focus.icn-left:not(.btn-noanimate) [class*='icon']:first-child {
width: auto;
padding-right: 10px;
transform: translateX(0);
opacity: 1; }
@media (max-width: 1229px) {
.btn.icn-left:not(.btn-noanimate) [class*='icon']:first-child, body:not(.touch) .btn:focus.icn-left:not(.btn-noanimate) [class*='icon']:first-child {
padding-right: .6em; } }
.btn.icn-left:not(.btn-noanimate) [class*='icon']:last-child, body:not(.touch) .btn:focus.icn-left:not(.btn-noanimate) [class*='icon']:last-child {
width: 0;
padding-left: 0;
transform: translateX(55px);
opacity: 0; }
body:not(.touch) .btn:not(.btn-noanimate):hover [class*='icon']:first-child {
width: auto;
padding-right: 10px;
transform: translateX(0);
opacity: 1; }
@media (max-width: 1229px) {
body:not(.touch) .btn:not(.btn-noanimate):hover [class*='icon']:first-child {
padding-right: .6em; } }
body:not(.touch) .btn:not(.btn-noanimate):hover [class*='icon']:last-child {
width: 0;
padding-left: 0;
transform: translateX(55px);
opacity: 0; }
body:not(.touch) .btn:not(.btn-noanimate):hover.icn-left [class*='icon']:first-child {
width: 0;
padding-right: 0;
transform: translateX(-55px);
opacity: 0; }
body:not(.touch) .btn:not(.btn-noanimate):hover.icn-left [class*='icon']:last-child {
width: auto;
padding-left: 10px;
transform: translateX(0);
opacity: 1; }
@media (max-width: 1229px) {
body:not(.touch) .btn:not(.btn-noanimate):hover.icn-left [class*='icon']:last-child {
padding-left: .6em; } }
.btn-xs, body:not(.touch) .btn-xs:focus {
padding: 6px 12px;
font-size: 14px;
line-height: 18px;
border-radius: 16px;
font-weight: 400;
text-transform: none;
border-width: 1px;
box-shadow: inset 0 0 0 1px #6D906A; }
.btn-xs [class*='icon'], body:not(.touch) .btn-xs:focus [class*='icon'] {
font-size: 14px;
line-height: 18px; }
@media (max-width: 767px) {
.btn-xs, body:not(.touch) .btn-xs:focus {
font-size: 12px;
line-height: 16px;
padding: 8px 22px;
border-radius: 18px;
border-width: 1px;
box-shadow: inset 0 0 0 1px #6D906A; } }
.btn-sm, .btn-group-sm > .btn, body:not(.touch) .btn-sm:focus, body:not(.touch) .btn-group-sm > .btn:focus {
padding: 11px 21px;
font-size: 15px;
line-height: 19px;
font-weight: 500;
border-radius: 20px;
text-transform: none;
border-width: 1px;
box-shadow: inset 0 0 0 1px #6D906A; }
@media (max-width: 767px) {
.btn-sm, .btn-group-sm > .btn, body:not(.touch) .btn-sm:focus, body:not(.touch) .btn-group-sm > .btn:focus {
font-size: 12px;
line-height: 16px;
padding: 8px 22px;
border-radius: 18px;
border-width: 1px;
box-shadow: inset 0 0 0 1px #6D906A; } }
.btn-sm [class*='icon'], .btn-group-sm > .btn [class*='icon'], body:not(.touch) .btn-sm:focus [class*='icon'], body:not(.touch) .btn-group-sm > .btn:focus [class*='icon'] {
line-height: 19px; }
.btn-lg, .btn-group-lg > .btn, body:not(.touch) .btn-lg:focus, body:not(.touch) .btn-group-lg > .btn:focus {
padding: 15px 35px;
font-size: 24px;
line-height: 34px;
border-radius: 32px;
border-width: 2px; }
.btn-lg [class*='icon'], .btn-group-lg > .btn [class*='icon'], body:not(.touch) .btn-lg:focus [class*='icon'], body:not(.touch) .btn-group-lg > .btn:focus [class*='icon'] {
font-size: 16px;
line-height: 34px;
top: -1px; }
@media (max-width: 767px) {
.btn-lg, .btn-group-lg > .btn, body:not(.touch) .btn-lg:focus, body:not(.touch) .btn-group-lg > .btn:focus {
padding: 9px 25px;
font-size: 18px;
line-height: 30px;
border-radius: 25px;
border-width: 1px; }
.btn-lg [class*='icon'], .btn-group-lg > .btn [class*='icon'], body:not(.touch) .btn-lg:focus [class*='icon'], body:not(.touch) .btn-group-lg > .btn:focus [class*='icon'] {
font-size: 16px;
line-height: 24px;
top: 1px; } }
body:not(.touch) .btn-hover-fill:hover {
background: #6D906A;
border-color: #6D906A;
color: #fff;
box-shadow: none !important; }
body:not(.touch) .btn-hover-fill:hover [class*='icon'] {
color: #fff; }
.btn-gradient, body:not(.touch) .btn-gradient:focus {
border: 0;
background-image: linear-gradient(to right, #6D906A 0%, #6c94d9 100%);
background-repeat: repeat-x;
color: #fff;
box-shadow: none; }
.btn-gradient [class*='icon'], body:not(.touch) .btn-gradient:focus [class*='icon'] {
color: #fff;
box-shadow: none; }
body:not(.touch) .btn-gradient:hover {
color: #fff; }
body:not(.touch) .btn-gradient:hover [class*='icon'] {
color: #fff; }
.btn-white, .btn-white:focus, body:not(.touch) .btn-white:focus {
border-color: #fff;
color: #fff; }
@media (max-width: 767px) {
.btn-white, .btn-white:focus, body:not(.touch) .btn-white:focus {
box-shadow: inset 0 0 0 1px #fff; } }
body:not(.touch) .btn-white:hover, .btn-white:hover {
color: #fff; }
@media (max-width: 767px) {
body:not(.touch) .btn-white:hover, .btn-white:hover {
box-shadow: inset 0 0 0 1px #fff; } }
body:not(.touch) .btn-white:hover [class*='icon'], .btn-white:hover [class*='icon'] {
color: #fff; }
.dropdown {
max-width: 370px; }
.btn.dropdown-toggle {
padding: 15px 30px 15px 22px;
min-height: 60px;
border-radius: 0;
text-align: left;
font-weight: 300;
font-size: 28px;
line-height: 38px;
cursor: pointer; }
@media (max-width: 1023px) {
.btn.dropdown-toggle {
padding: 10px 30px 10px 20px;
font-size: 24px;
line-height: 30px;
min-height: 50px; } }
.btn.dropdown-toggle [class*='icon'] {
padding-right: 16px;
top: 4px; }
@media (max-width: 1023px) {
.btn.dropdown-toggle [class*='icon'] {
font-size: 22px; } }
.btn.dropdown-toggle.btn-light, .btn.dropdown-toggle.btn-light:focus {
background: #fff;
color: #787878;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
border: 1px solid #f3f3f3; }
.btn.dropdown-toggle.btn-light [class*='icon'], .btn.dropdown-toggle.btn-light:focus [class*='icon'] {
color: #6D906A; }
.btn + .btn {
margin-left: 12px; }
.btn-sm + .btn-sm, .btn-group-sm > .btn + .btn-sm, .btn-group-sm > .btn-sm + .btn, .btn-group-sm > .btn + .btn {
margin-left: 8px; }
@media (max-width: 575px) {
.flex-column.flex-sm-row .btn {
margin: 0 auto 0 0; }
.flex-column.flex-sm-row .btn + .btn {
margin: 10px auto 0 0; } }
.dropdown + .dropdown {
margin-top: 16px; }
.btn.dropdown-toggle:after {
position: absolute;
top: 50%;
right: 46px;
margin-top: -16px;
border: 0;
content: '\e935';
font-size: 19px;
font-family: 'hotelfont'; }
.dropdown.show .btn.dropdown-toggle:after {
content: '\e936'; }
.dropdown-info,
.dropdown-form {
width: 100%;
margin: -1px 0 0 0;
padding: 0;
border: 0;
border-radius: 0;
border: 1px solid #f3f3f3;
border-width: 0 1px 1px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
.dropdown-info table td,
.dropdown-form table td {
font-size: 15px;
line-height: 25px;
padding: 10px; }
.dropdown-info table span,
.dropdown-form table span {
font-weight: bold;
color: #6D906A; }
.dropdown-info > .inside {
padding: 0 20px 20px;
font-size: 14px;
line-height: 20px; }
.dropdown-info > .inside p {
margin-bottom: 20px; }
.dropdown-info > .inside p:last-child {
margin-bottom: 0; }
.dropdown-form > .inside {
padding: 20px 20px 20px;
font-size: 14px;
line-height: 20px;
position: relative; }
.dropdown-info ul.list-unstyled {
font-size: 16px;
line-height: 23px; }
.dropdown-info ul.list-unstyled li {
margin-bottom: 0 !important; }
.dropdown-info ul.list-unstyled a {
color: #6D906A; }
.dropdown-info[x-placement="top-start"],
.dropdown-form[x-placement="top-start"] {
margin: 0 0 -1px 0;
box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
border-width: 1px 1px 0; }
.dropdown-info[x-placement="top-start"] > .inside,
.dropdown-form[x-placement="top-start"] > .inside {
padding: 20px 20px 20px; }
.dropdown-form {
font-size: 14px;
line-height: 20px; }
.dropdown-menu .close {
position: absolute;
z-index: 1;
font-size: 14px;
right: 15px;
top: 15px;
color: #212121;
cursor: pointer;
opacity: 1;
transition: 0.2s; }
.dropdown-menu .close:hover {
text-decoration: none;
color: #6D906A; }
ul.list-unstyled li:not(:last-child) {
margin-bottom: 8px; }
ul.numbered-list {
margin-left: 0;
margin-right: 0;
padding: 0;
counter-reset: li;
list-style-type: none;
font-size: 16px;
line-height: 24px; }
@media (max-width: 1023px) {
ul.numbered-list {
font-size: 15px;
line-height: 20px; } }
ul.numbered-list li {
position: relative;
padding: 0 0 0 33px; }
ul.numbered-list li:before {
font-size: 15px;
line-height: 21px;
font-weight: 600;
content: counter(li);
counter-increment: li;
height: 21px;
width: 21px;
border-radius: 50%;
color: #fff;
text-align: center;
position: absolute;
left: 0;
top: 2px;
background-color: #6D906A; }
ul.numbered-list li:not(:last-child) {
margin-bottom: 10px; }
@media (max-width: 1023px) {
ul.numbered-list li:not(:last-child) {
margin-bottom: 7px; } }
ul.numbered-list-lg {
margin-left: 0;
margin-right: 0;
padding: 0;
counter-reset: li;
list-style-type: none;
font-size: 16px;
line-height: 27px; }
@media (max-width: 1023px) {
ul.numbered-list-lg {
font-size: 15px;
line-height: 20px; } }
ul.numbered-list-lg li {
position: relative;
padding: 0 35px 0 70px; }
@media (max-width: 1023px) {
ul.numbered-list-lg li {
padding: 0 0 0 50px; } }
ul.numbered-list-lg li:before {
position: absolute;
font-size: 16px;
line-height: 35px;
font-weight: 700;
content: counter(li);
counter-increment: li;
height: 35px;
width: 35px;
border-radius: 50%;
color: #fff;
text-align: center;
left: 15px;
top: -6px;
background-color: #6D906A; }
@media (max-width: 1023px) {
ul.numbered-list-lg li:before {
font-size: 15px;
line-height: 35px;
left: 0; } }
ul.numbered-list-lg li:not(:last-child) {
margin-bottom: 24px; }
@media (max-width: 1023px) {
ul.numbered-list-lg li:not(:last-child) {
margin-bottom: 20px; } }
ul.numbered-list-xl {
margin-left: 0;
margin-right: 0;
padding: 0;
counter-reset: li;
list-style-type: none;
font-size: 16px;
line-height: 27px; }
@media (max-width: 1023px) {
ul.numbered-list-xl {
font-size: 15px;
line-height: 20px; } }
ul.numbered-list-xl h5 {
margin-bottom: 15px;
top: 10px; }
@media (max-width: 1023px) {
ul.numbered-list-xl h5 {
margin-bottom: 7px;
padding-top: 0; } }
ul.numbered-list-xl li {
position: relative;
padding: 0 0 0 110px; }
@media (max-width: 1023px) {
ul.numbered-list-xl li {
padding: 0 0 0 67px; } }
ul.numbered-list-xl li:before {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
line-height: 1em;
font-weight: 700;
font-family: "Poppins", serif;
content: attr(data-num);
counter-increment: li;
height: 83px;
width: 83px;
padding-left: 2px;
border-radius: 50%;
color: #6D906A;
left: 0;
top: -6px;
background-color: #fff;
box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1);
transition: 0.2s; }
@media (max-width: 1023px) {
ul.numbered-list-xl li:before {
font-size: 18px;
height: 56px;
width: 56px; } }
ul.numbered-list-xl li:hover:before {
color: #fff;
background-color: #6D906A; }
ul.numbered-list-xl li:not(:last-child) {
margin-bottom: 40px; }
@media (max-width: 1023px) {
ul.numbered-list-xl li:not(:last-child) {
margin-bottom: 20px; } }
ul.circle-list {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
@media (max-width: 1023px) {
ul.circle-list {
font-size: 15px;
line-height: 22px; } }
ul.circle-list li {
position: relative;
padding-left: 24px; }
ul.circle-list li:before {
content: '\25CF';
font-size: 16px;
position: absolute;
left: 0;
top: -1px;
color: #6D906A; }
ul.circle-list li:not(:last-child) {
margin-bottom: 14px; }
@media (max-width: 1023px) {
ul.circle-list li:not(:last-child) {
margin-bottom: 10px; } }
ul.circle-list-dark {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
ul.circle-list-dark, ul.circle-list-dark a {
color: #000; }
@media (max-width: 1023px) {
ul.circle-list-dark {
font-size: 15px;
line-height: 22px; } }
ul.circle-list-dark li {
position: relative;
padding-left: 52px; }
ul.circle-list-dark li:before {
content: '\25CF';
font-size: 16px;
position: absolute;
left: 26px;
top: -1px;
color: #6D906A; }
ul.circle-list-dark li:not(:last-child) {
margin-bottom: 12px; }
@media (max-width: 767px) {
ul.circle-list-dark li:not(:last-child) {
margin-bottom: 7px; } }
ul.circle-list-bordered {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 20px; }
@media (max-width: 1023px) {
ul.circle-list-bordered {
font-size: 15px;
line-height: 22px; } }
ul.circle-list-bordered li {
position: relative;
padding-left: 47px; }
@media (max-width: 575px) {
ul.circle-list-bordered li {
padding-left: 27px; } }
ul.circle-list-bordered li:after {
content: '';
position: absolute;
left: 20px;
right: 0;
height: 1px;
bottom: -10px;
background-color: #eee; }
@media (max-width: 575px) {
ul.circle-list-bordered li:after {
left: 0; } }
ul.circle-list-bordered li:before {
content: '\25CF';
font-size: 16px;
position: absolute;
left: 20px;
top: -1px;
color: #6D906A; }
@media (max-width: 575px) {
ul.circle-list-bordered li:before {
left: 0; } }
ul.circle-list-bordered li:last-child:after {
display: none; }
ul.circle-list-bordered li:not(:last-child) {
margin-bottom: 20px; }
@media (max-width: 767px) {
ul.circle-list-bordered li:not(:last-child) {
margin-bottom: 15px; } }
ul.marker-list-md {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
@media (max-width: 1023px) {
ul.marker-list-md {
font-size: 15px;
line-height: 22px; } }
@media (max-width: 767px) {
ul.marker-list-md {
font-size: 14px;
line-height: 22px; } }
ul.marker-list-md li {
position: relative;
padding-left: 34px; }
ul.marker-list-md li:before {
content: '\25CF';
font-size: 16px;
position: absolute;
left: 10px;
top: -1px;
color: #6D906A; }
ul.marker-list-md li:not(:last-child) {
margin-bottom: 14px; }
@media (max-width: 1023px) {
ul.marker-list-md li:not(:last-child) {
margin-bottom: 7px; } }
ul.marker-list-md-line {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
@media (max-width: 1023px) {
ul.marker-list-md-line {
font-size: 15px;
line-height: 22px; } }
@media (max-width: 767px) {
ul.marker-list-md-line {
font-size: 14px;
line-height: 20px; } }
ul.marker-list-md-line li {
position: relative;
padding-left: 23px; }
ul.marker-list-md-line li:before {
content: '-';
font-size: 31px;
position: absolute;
left: 0;
top: -3px;
color: #6D906A; }
ul.marker-list-md-line li:not(:last-child) {
margin-bottom: 16px; }
@media (max-width: 1023px) {
ul.marker-list-md-line li:not(:last-child) {
margin-bottom: 12px; } }
ul.marker-list-md-dark {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
ul.marker-list-md-dark, ul.marker-list-md-dark a {
color: #000; }
@media (max-width: 1023px) {
ul.marker-list-md-dark {
font-size: 15px;
line-height: 22px; } }
ul.marker-list-md-dark li {
position: relative;
padding-left: 52px; }
ul.marker-list-md-dark li:before {
content: '\25CF';
font-size: 16px;
position: absolute;
left: 26px;
top: -1px;
color: #6D906A; }
ul.marker-list-md-dark li:not(:last-child) {
margin-bottom: 12px; }
@media (max-width: 767px) {
ul.marker-list-md-dark li:not(:last-child) {
margin-bottom: 7px; } }
ul.marker-list-md-bordered {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 20px; }
@media (max-width: 1023px) {
ul.marker-list-md-bordered {
font-size: 15px;
line-height: 22px; } }
ul.marker-list-md-bordered li {
position: relative;
padding-left: 47px; }
@media (max-width: 575px) {
ul.marker-list-md-bordered li {
padding-left: 27px; } }
ul.marker-list-md-bordered li:after {
content: '';
position: absolute;
left: 20px;
right: 0;
height: 1px;
bottom: -10px;
background-color: #eee; }
@media (max-width: 575px) {
ul.marker-list-md-bordered li:after {
left: 0; } }
ul.marker-list-md-bordered li:before {
content: '\25CF';
font-size: 16px;
position: absolute;
left: 20px;
top: -1px;
color: #6D906A; }
@media (max-width: 575px) {
ul.marker-list-md-bordered li:before {
left: 0; } }
ul.marker-list-md-bordered li:last-child:after {
display: none; }
ul.marker-list-md-bordered li:not(:last-child) {
margin-bottom: 20px; }
@media (max-width: 767px) {
ul.marker-list-md-bordered li:not(:last-child) {
margin-bottom: 15px; } }
ul.categories-list {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
@media (max-width: 1023px) {
ul.categories-list {
font-size: 15px;
line-height: 26px; } }
ul.categories-list li {
position: relative;
padding-left: 24px; }
ul.categories-list li:before {
content: '\e906';
font-size: 10px;
font-family: 'dentco';
position: absolute;
left: 0;
top: 1px;
color: #6D906A; }
ul.categories-list li:not(:last-child) {
margin-bottom: 16px; }
@media (max-width: 1023px) {
ul.categories-list li:not(:last-child) {
margin-bottom: 7px; } }
ul.marker-list {
margin-left: 0;
margin-right: 0;
padding: 0;
list-style: none;
font-size: 19px;
line-height: 29px;
font-weight: 400;
font-family: "Poppins", serif; }
@media (max-width: 1023px) {
ul.marker-list {
font-size: 17px;
line-height: 22px; } }
ul.marker-list li {
position: relative;
padding-left: 33px; }
ul.marker-list li:before {
content: '\e906';
font-size: 15px;
font-family: 'dentco';
position: absolute;
left: 0;
top: 0;
color: #6D906A; }
ul.marker-list li span, ul.marker-list li b {
font-size: 14px;
font-weight: 600;
color: #6D906A; }
ul.marker-list li:not(:last-child) {
margin-bottom: 20px; }
@media (max-width: 1023px) {
ul.marker-list li:not(:last-child) {
margin-bottom: 16px; } }
ul.marker-list-md {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 22px; }
@media (max-width: 1023px) {
ul.marker-list-md {
font-size: 14px;
line-height: 18px; } }
ul.marker-list-md li {
position: relative;
padding-left: 24px; }
ul.marker-list-md li:before {
content: '\e906';
font-size: 10px;
font-family: 'dentco';
position: absolute;
left: 0;
top: 1px;
color: #6D906A; }
ul.marker-list-md li:not(:last-child) {
margin-bottom: 16px; }
@media (max-width: 1023px) {
ul.marker-list-md li:not(:last-child) {
margin-bottom: 9px; } }
ul.marker-list-sm {
margin-left: 0;
margin-right: 0;
padding: 0;
list-style: none;
font-size: 14px;
line-height: 20px; }
@media (max-width: 1023px) {
ul.marker-list-sm {
font-size: 14px;
line-height: 20px; } }
ul.marker-list-sm li {
position: relative;
padding-left: 20px; }
ul.marker-list-sm li:before {
content: '\e906';
font-size: 12px;
font-family: 'dentco';
position: absolute;
left: 0;
top: 0;
color: #6D906A; }
ul.marker-list-sm li:not(:last-child) {
margin-bottom: 4px; }
@media (min-width: 576px) {
.two-col-list {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2; } }
@media (min-width: 1230px) {
.two-col-list-xl {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2; } }
@media (min-width: 1024px) and (max-width: 1229px) {
.two-col-list-lg {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2; } }
@media (min-width: 768px) and (max-width: 1023px) {
.two-col-list-md {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2; } }
@media (min-width: 576px) and (max-width: 767px) {
.two-col-list-sm {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2; } }
ul.icn-list {
margin: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 24px; }
@media (max-width: 1023px) {
ul.icn-list {
font-size: 15px;
line-height: 22px; } }
@media (max-width: 1023px) {
ul.icn-list {
font-size: 14px;
line-height: 20px; } }
ul.icn-list li {
position: relative;
padding-left: 35px; }
ul.icn-list li > [class*='icon'] {
position: absolute;
left: 0;
top: 2px;
font-size: 20px;
color: #6D906A; }
@media (max-width: 767px) {
ul.icn-list li > [class*='icon'] {
font-size: 14px; } }
ul.icn-list li b {
font-weight: 600;
color: #6D906A; }
ul.icn-list li:not(:last-child) {
margin-bottom: 18px; }
ul.icn-list-sm {
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
line-height: 20px; }
@media (max-width: 1023px) {
ul.icn-list-sm {
font-size: 14px;
line-height: 20px; } }
ul.icn-list-sm li {
position: relative;
padding-left: 24px; }
ul.icn-list-sm li > [class*='icon'] {
position: absolute;
left: 0;
top: 3px;
font-size: 14px;
color: #6D906A; }
ul.icn-list-sm li > .icon-black-envelope {
top: 4px; }
ul.icn-list-sm li b {
font-weight: 500; }
ul.icn-list-sm li:not(:last-child) {
margin-bottom: 10px; }
ul.icn-list-lg {
margin: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 27px; }
@media (max-width: 1023px) {
ul.icn-list-lg {
font-size: 15px;
line-height: 22px; } }
ul.icn-list-lg li {
position: relative;
padding-left: 35px; }
ul.icn-list-lg li > [class*='icon'] {
position: absolute;
left: 0;
top: 6px;
font-size: 18px;
color: #6D906A; }
@media (max-width: 1023px) {
ul.icn-list-lg li > [class*='icon'] {
top: 3px; } }
ul.icn-list-lg li b {
font-weight: 600; }
@media (max-width: 1023px) {
ul.icn-list-lg li .d-flex {
max-width: 300px; } }
ul.icn-list-lg li:not(:last-child) {
margin-bottom: 5px; }
ul.icn-list-lg .d-flex > span {
min-width: 50%; }
ul.header-icn-list {
margin: 0;
padding: 0;
list-style: none;
font-size: 17px;
line-height: 30px; }
@media (max-width: 1023px) {
ul.header-icn-list {
font-size: 15px;
line-height: 22px; } }
ul.header-icn-list li {
position: relative;
padding-left: 35px; }
ul.header-icn-list li > [class*='icon'] {
position: absolute;
left: 0;
top: 6px;
font-size: 18px;
color: #6D906A; }
@media (max-width: 1023px) {
ul.header-icn-list li > [class*='icon'] {
top: 3px; } }
ul.header-icn-list li b {
font-weight: 600; }
@media (max-width: 1023px) {
ul.header-icn-list li .d-flex {
max-width: 300px; } }
ul.header-icn-list li:not(:last-child) {
margin-bottom: 5px; }
.icn-list + .icn-list {
margin-top: 30px; }
ul.services-list {
margin: -5px 0 0 0;
padding: 0;
list-style: none;
max-width: 100%; }
ul.services-list li {
position: relative;
border-bottom: 1px dotted #ccc7c8;
font-size: 14px;
line-height: 20px;
padding: 7px 0 7px 30px;
text-align: right; }
@media (max-width: 1023px) {
ul.services-list li {
font-size: 13px;
line-height: 18px;
padding-left: 20px; } }
ul.services-list li [class*='icon-'] {
color: #695c5d;
position: absolute;
top: 50%;
left: 0;
margin-top: -9px;
font-size: 17px; }
@media (max-width: 1023px) {
ul.services-list li [class*='icon-'] {
font-size: 15px; } }
ul.services-list li:last-child {
border-bottom: 0; }
.tab-content-v .tab-pane {
padding: 40px 50px; }
.tab-content-v .tab-pane .nav-pills-v {
display: none; }
@media (max-width: 1023px) {
.tab-content-v .tab-pane {
padding: 20px 30px; } }
@media (max-width: 767px) {
.tab-content-v .tab-pane {
display: block !important;
padding: 0;
opacity: 1; }
.tab-content-v .tab-pane .nav-pills-v {
display: block !important; } }
@media (min-width: 768px) {
.tab-content-v .tab-pane .collapse {
display: block !important; } }
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
transform: rotate(135deg);
bottom: 1px; }
body.touch .tooltip.show {
display: none !important; }
.bg-norepeat {
background-repeat: no-repeat; }
.bg-fixed {
background-attachment: fixed; }
.bg-left {
background-position-x: left; }
.bg-right {
background-position-x: right; }
.bg-bottom {
background-position-y: bottom; }
.bg-top {
background-position-y: top; }
@media (max-width: 1229px) {
.bg-md-none {
background: none !important; } }
.tab-bg {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
z-index: 0; }
.tab-bg img {
max-width: 100%; }
.nav-pills .nav-link {
margin-right: 4px;
margin-bottom: 10px;
cursor: pointer;
text-shadow: none;
font-size: 14px;
font-weight: 600;
line-height: 19px;
font-family: "Poppins", serif;
padding: 14px 16px;
color: #444;
border: 1px solid #d5d5d5;
border-radius: 25px;
white-space: nowrap;
transition: 0.3s; }
@media (max-width: 767px) {
.nav-pills .nav-link {
font-size: 15px;
line-height: 15px;
min-width: calc(50% - 8px);
text-align: center; } }
@media (max-width: 575px) {
.nav-pills .nav-link {
width: 100%; } }
.nav-pills .nav-link:hover {
background: transparent;
border-color: #6D906A; }
.nav-pills-icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px; }
@media (max-width: 575px) {
.nav-pills-icons {
margin-left: -4px;
margin-right: -4px; } }
.nav-pills-icons .slick-prev, .nav-pills-icons .slick-next {
width: 45px;
height: 45px;
margin-top: -23px;
color: #6D906A;
border: none;
background-color: rgba(255, 255, 255, 0.5); }
@media (max-width: 575px) {
.nav-pills-icons .slick-prev, .nav-pills-icons .slick-next {
width: 32px;
height: 32px;
margin-top: -16px; } }
.nav-pills-icons .slick-track {
display: flex; }
.nav-pills-icons .slick-slide {
height: auto;
margin-bottom: 0 !important; }
.nav-pills-icons:not(.slick-initialized) {
display: flex;
flex-wrap: nowrap;
opacity: 0;
transition: .25s; }
.nav-pills-icons.slick-initialized {
opacity: 1; }
.nav-pills-icons .slick-prev {
left: 12px; }
@media (max-width: 575px) {
.nav-pills-icons .slick-prev {
left: -10px; } }
.nav-pills-icons .slick-next {
right: 12px; }
@media (max-width: 575px) {
.nav-pills-icons .slick-next {
right: -10px; } }
.nav-pills-icons .slick-prev:before, .nav-pills-icons .slick-next:before {
font-size: 18px; }
@media (max-width: 575px) {
.nav-pills-icons .slick-prev:before, .nav-pills-icons .slick-next:before {
font-size: 14px;
line-height: 32px; } }
.nav-pills-icons .nav-link {
width: 178px;
max-width: calc(16.666% - 20px);
margin: 0 10px 20px;
padding: 20px 17px 15px;
cursor: pointer;
text-shadow: none;
font-size: 14px;
font-weight: 600;
line-height: 20px;
font-family: "Poppins", serif;
color: #444;
border: 0;
border-radius: 4px;
text-align: center;
transition: 0.3s; }
.nav-pills-icons .nav-link [class*='icon'] {
display: block;
font-size: 62px;
color: #6D906A; }
.nav-pills-icons .nav-link span {
margin-top: 20px;
display: block; }
.nav-pills-icons .nav-link:hover, .nav-pills-icons .nav-link.active {
background: #6D906A;
color: #ffffff; }
.nav-pills-icons .nav-link:hover [class*='icon'], .nav-pills-icons .nav-link.active [class*='icon'] {
color: #ffffff; }
@media (max-width: 1229px) {
.nav-pills-icons .nav-link {
font-size: 13px;
line-height: 18px;
padding: 19px 10px; }
.nav-pills-icons .nav-link [class*='icon'] {
font-size: 52px; }
.nav-pills-icons .nav-link span {
margin-top: 15px; } }
@media (max-width: 1023px) {
.nav-pills-icons .nav-link {
width: 170px;
max-width: 100%; } }
@media (max-width: 575px) {
.nav-pills-icons .nav-link {
width: calc(33.3% - 8px);
padding: 11px 4px 8px;
margin: 0 4px 8px;
font-size: 12px;
line-height: 13px;
letter-spacing: -.01em; }
.nav-pills-icons .nav-link [class*='icon'] {
font-size: 30px; }
.nav-pills-icons .nav-link span {
margin-top: 6px;
height: 27px;
overflow: hidden; } }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
background: transparent;
border-color: #6D906A;
color: #444;
box-shadow: inset 0 0 0 1px #6D906A; }
.contact-map iframe, .google-map iframe {
width: 100%;
height: 100%;
border: 0; }
.contact-map {
width: 100%;
height: 357px; }
.content-social {
font-size: 17px;
line-height: 69px; }
@media (max-width: 767px) {
.content-social {
line-height: 62px; } }
.content-social a {
display: inline-block;
margin-right: 4px;
width: 69px;
height: 69px;
color: #6D906A;
background-color: #f8f8f8;
text-align: center;
border-radius: 50%;
transition: 0.2s; }
@media (max-width: 767px) {
.content-social a {
width: 60px;
height: 60px; } }
.content-social a:hover {
background-color: #fff;
color: #6D906A;
text-decoration: none;
box-shadow: inset 0 0 0 5px rgba(51, 104, 198, 0.2); }
.bg-grey .title-with-clone:after {
color: #ffffff; }
.title-wrap.text-center:not(.text-md-left) .title-with-clone {
display: block; }
.title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
z-index: -1;
right: auto;
left: 50%;
top: -.12em;
transform: translateX(-50%); }
@media (max-width: 1023px) {
.title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
top: -.35em; } }
@media (max-width: 1023px) {
.title-wrap.text-center.text-md-left .title-with-clone {
display: block; }
.title-wrap.text-center.text-md-left .title-with-clone:after {
z-index: 0;
right: auto;
left: 50%;
top: -.5em;
transform: translateX(-50%); } }
@media (max-width: 1023px) {
ul.collapsed-md.collapsed-md--3 li:nth-child(3) {
opacity: .5; }
ul.collapsed-md.collapsed-md--3 li:nth-child(3) ~ li {
display: none; }
ul.collapsed-md.collapsed-md--7 li:nth-child(7) {
opacity: .5; }
ul.collapsed-md.collapsed-md--7 li:nth-child(7) ~ li {
display: none; } }
.simple-content-carousel .slick-dots {
margin: 30px 0 0; }
.simple-content-carousel img {
display: inline-block;
max-width: 100%;
width: auto; }
@media (max-width: 767px) {
.simple-content-carousel img {
max-width: 70%;
margin-bottom: 20px; } }
.double-title {
position: relative; }
.double-title span {
position: relative;
z-index: 1; }
.double-title:after {
position: absolute;
z-index: 0;
right: 0;
left: -0.05em;
top: -.65em;
font-size: 120px;
line-height: 1em;
white-space: nowrap;
content: attr(data-title);
color: #f7f9fb; }
@media (max-width: 1229px) {
.double-title:after {
font-size: 100px; } }
@media (max-width: 575px) {
.double-title:after {
font-size: 70px; } }
.double-title--white:after {
color: #ffffff; }
.double-title--vcenter:after {
top: -.36em; }
.double-title--center:after {
right: auto;
left: 50%;
transform: translateX(-50%); }
@media (min-width: 1230px) {
.text-lg-left .double-title:after {
left: -0.2em; } }
@media (max-width: 1229px) {
.text-lg-left .double-title:after {
left: 0; } }
@media (max-width: 1229px) {
.double-title--center-lg:after {
right: auto;
left: 50%;
transform: translateX(-50%); } }
.text-no-uppercase {
text-transform: none !important; }
.container {
margin: 0px auto; }
.form-control {
font-size: 14px;
font-weight: 400;
min-height: 41px; }
.form-control:focus {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }
.custom-control-input:focus ~ .custom-control-indicator {
box-shadow: none; }
@media (max-width: 767px) {
.form-control {
min-height: 36px;
padding: 5px 10px;
white-space: nowrap;
font-size: 13px; } }
form label {
font-size: 15px;
line-height: 20px;
margin-bottom: 7px; }
.form-control[readonly] {
background-color: #fff; }
.input-group {
position: relative;
align-items: flex-start;
flex-wrap: wrap; }
.input-group [class*='icon-'] {
display: inline-block;
top: 4px;
margin: 0 4px;
position: relative;
z-index: 3;
color: #6D906A;
font-size: 18px;
line-height: 35px;
width: 35px;
text-align: center; }
@media (max-width: 767px) {
.input-group [class*='icon-'] {
line-height: 28px; } }
.input-group:after {
position: absolute;
z-index: 1;
border-radius: 5px;
content: '';
left: 0;
top: 0;
width: 100%;
height: 43px;
background-color: #fff;
border: 1px solid #d5d5d5;
transition: 0.2s;
pointer-events: none; }
@media (max-width: 767px) {
.input-group:after {
height: 36px; } }
.input-group:hover:after {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }
.input-group .datepicker-wrap {
flex: 1; }
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus,
.input-group button:focus {
outline: none !important;
box-shadow: none; }
.input-group label.error {
flex: 1;
min-width: 100%;
margin-top: 0;
margin-bottom: 0; }
.input-group .form-control {
border: 0;
z-index: 2;
background: transparent; }
.input-group .form-control:first-child {
padding-right: 0 !important; }
.input-group .form-control:last-child {
padding-left: 0 !important; }
.input-group .form-control.datetimepicker,
.input-group .form-control.timepicker {
width: 100%; }
.modal-form .input-group:after {
height: 40px; }
.modal-form textarea.form-control:not(:focus) {
border: 1px solid #d5d5d5;
height: 75px; }
.modal-form textarea.form-control:focus {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }
.modal-form .dropdown-menu {
position: static; }
.modal-form .dropdown-menu:before, .modal-form .dropdown-menu:after {
display: none; }
.modal-form .select.form-control {
background: transparent;
border: 0; }
.modal-form .selectWrapper:before {
margin-top: -9px; }
.link-drop .input-group:after {
height: 35px;
border: 0; }
.link-drop .input-group [class*='icon-'] {
top: 1px; }
@media (max-width: 1229px) {
.link-drop .dropdown-menu {
position: static;
margin-bottom: 10px;
margin-top: 10px; }
.link-drop .dropdown-menu:before, .link-drop .dropdown-menu:after {
display: none; } }
.link-drop .input-group .form-control {
border: none;
background-color: transparent;
font-size: 15px;
line-height: 19px;
padding: 7px 10px 8px 0;
min-height: 0;
height: 35px;
max-height: 35px; }
.selectWrapper {
width: 100%;
position: relative; }
.selectWrapper:after {
content: '';
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
width: 100%;
background: #fff;
pointer-events: none; }
.selectWrapper:before {
content: '\25BE';
position: absolute;
z-index: 2;
right: 12px;
top: 50%;
margin-top: -14px;
pointer-events: none; }
.selectWrapper select {
width: 100%;
padding: 10px;
margin-left: -20px;
-webkit-appearance: none; }
.selectWrapper.input-group select, .selectWrapper.input-group select:last-child {
margin-left: -34px;
padding-left: 35px !important; }
.dropdown-form,
.modal-form {
line-height: 20px; }
.dropdown-form .form-control,
.modal-form .form-control {
min-height: 41px;
padding: 8px 12px;
font-size: 15px;
line-height: 23px; }
.dropdown-form form > * + *,
.modal-form form > * + * {
margin-top: 8px; }
.dropdown-form textarea,
.modal-form textarea {
min-height: 98px; }
.dropdown-form .datepicker-wrap:after,
.modal-form .datepicker-wrap:after {
margin-top: -11px; }
form label.error {
display: block;
color: #ff0000;
font-size: 13px !important;
opacity: 1 !important;
margin-top: -18px; }
.modal-form .modal-content .form-control + label.error {
margin-top: 0; }
form.contact-form label.error {
margin-top: 0; }
form.contact-form textarea + label.error {
margin-top: 0; }
.successform,
.errorform {
display: none;
min-height: 50px; }
.successform,
.errorform {
margin-top: 15px; }
.successform p,
.errorform p {
margin-bottom: 0 !important; }
.successform {
color: black; }
.errorform {
color: #c0392b; }
.contact-form .form-control {
font-size: 14px;
min-height: 45px; }
.contact-form textarea.form-control {
min-height: 155px; }
@media (max-width: 767px) {
.contact-form textarea.form-control {
min-height: 100px; } }
select::-ms-expand {
display: none; }
body.is-loaded .loading-content {
opacity: 0;
visibility: hidden; }
.loading-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
z-index: 200;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
pointer-events: none;
visibility: visible;
transition: 0.5s; }
.loading-content.disable {
opacity: 0; }
.inner-circles-loader:not(:required) {
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
position: relative;
display: inline-block;
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.2);
border-radius: 50%;
overflow: hidden;
text-indent: -9999px;
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
.inner-circles-loader:not(:required):before,
.inner-circles-loader:not(:required):after {
content: '';
position: absolute;
top: 0;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%; }
.inner-circles-loader:not(:required):before {
-moz-animation: inner-circles-loader 3s infinite;
-webkit-animation: inner-circles-loader 3s infinite;
animation: inner-circles-loader 3s infinite;
-moz-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
left: 0;
background: #6D906A; }
.inner-circles-loader:not(:required):after {
-moz-animation: inner-circles-loader 3s 0.2s reverse infinite;
-webkit-animation: inner-circles-loader 3s 0.2s reverse infinite;
animation: inner-circles-loader 3s 0.2s reverse infinite;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
right: 0;
background: #fafcfe; }
@-moz-keyframes inner-circles-loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes inner-circles-loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes inner-circles-loader {
0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
.loader-circle {
width: 70px;
height: 70px;
border-radius: 50%;
background-color: #6D906A; }
.loader-circle:before {
content: "";
display: block;
width: 70px;
height: 35px;
border-top-left-radius: 35px;
border-top-right-radius: 35px;
background-color: #000000;
opacity: .35;
transform-origin: bottom center;
animation: loader-animate 1.5s linear infinite;
-webkit-animation: loader-animate 1.5s linear infinite; }
@keyframes loader-animate {
0% {
transform: rotateX(0deg); }
70% {
background-color: #6D906A; }
70%, 100% {
transform: rotateX(360deg); }
100% {
background: #6D906A; } }
@-webkit-keyframes loader-animate {
0% {
transform: rotateX(0deg); }
70%, 100% {
transform: rotateX(360deg);
background-color: #fafcfe; } }
.loader-circle:after {
content: "";
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: transparent;
border: 7px solid #ddd;
border-right: 7px solid #f37f1d;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
animation: loader-before-animate 1.5s linear infinite;
-webkit-animation: loader-before-animate 1.5s linear infinite 1.5s linear;
transform-origin: center; }
@keyframes loader-before-animate {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@-webkit-keyframes loader-before-animate {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@-webkit-keyframes molecule-animation {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
-webkit-transform: translate3d(60px, 0, 0);
transform: translate3d(60px, 0, 0); } }
@keyframes molecule-animation {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
-webkit-transform: translate3d(60px, 0, 0);
transform: translate3d(60px, 0, 0); } }
@-webkit-keyframes connection-animation {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
to {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1); } }
@keyframes connection-animation {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
to {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1); } }
.loader-dna {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
width: 70px;
position: relative; }
.loader-dna column {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-flow: column;
width: 10px; }
.loader-dna column:nth-of-type(3) {
position: absolute;
left: 0; }
.loader-dna dot {
display: block;
width: 10px;
height: 10px;
margin-bottom: 10px;
border-radius: 50%;
background-color: #6D906A;
-webkit-animation-name: molecule-animation;
animation-name: molecule-animation;
-webkit-animation-duration: 1400ms;
animation-duration: 1400ms; }
.loader-dna column:nth-of-type(1) dot {
background-color: #81a2de;
-webkit-animation-direction: alternate, normal;
animation-direction: alternate, normal; }
.loader-dna column:nth-of-type(3) dot {
background-color: #6D906A;
-webkit-animation-direction: alternate-reverse, normal;
animation-direction: alternate-reverse, normal; }
.loader-dna dash {
display: block;
height: 3.3333333333px;
width: 40px;
margin-top: 3.3333333333px;
margin-bottom: 13.3333333333px;
margin-left: 5px;
border-radius: 1.6666666667px;
background-color: silver;
-webkit-animation-name: connection-animation;
animation-name: connection-animation;
-webkit-animation-duration: 700ms;
animation-duration: 700ms;
-webkit-animation-direction: alternate;
animation-direction: alternate; }
.loader-dna dot,
.loader-dna dash {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.loader-dna dot:nth-of-type(1),
.loader-dna dash:nth-of-type(1) {
-webkit-animation-delay: -175ms;
animation-delay: -175ms; }
.loader-dna dot:nth-of-type(2),
.loader-dna dash:nth-of-type(2) {
-webkit-animation-delay: -350ms;
animation-delay: -350ms; }
.loader-dna dot:nth-of-type(3),
.loader-dna dash:nth-of-type(3) {
-webkit-animation-delay: -525ms;
animation-delay: -525ms; }
.loader-dna dot:nth-of-type(4),
.loader-dna dash:nth-of-type(4) {
-webkit-animation-delay: -700ms;
animation-delay: -700ms; }
.loader-dna dot:nth-of-type(5),
.loader-dna dash:nth-of-type(5) {
-webkit-animation-delay: -875ms;
animation-delay: -875ms; }
.loader-dna dot:nth-of-type(6),
.loader-dna dash:nth-of-type(6) {
-webkit-animation-delay: -1050ms;
animation-delay: -1050ms; }
.loader-dna dot:nth-of-type(7),
.loader-dna dash:nth-of-type(7) {
-webkit-animation-delay: -1225ms;
animation-delay: -1225ms; }
.loader-dna dot:nth-of-type(8),
.loader-dna dash:nth-of-type(8) {
-webkit-animation-delay: -1400ms;
animation-delay: -1400ms; }
@media (max-width: 1229px) {
body, html {
overflow-x: hidden; } }
body.noScroll {
overflow: hidden; }
#overlay {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.9);
transition: 1s 0.4s; }
#progress {
height: 1px;
background: #fff;
position: absolute;
width: 0;
top: 50%; }
#progstat {
font-size: 0.7em;
letter-spacing: 3px;
position: absolute;
top: 50%;
margin-top: -40px;
width: 100%;
text-align: center;
color: #fff; }
.container-fluid.px-0 {
overflow-x: hidden;
overflow-y: hidden; }
@media (max-width: 767px) {
.container-fluid-visible-sm.container-fluid {
overflow: visible; } }
.stuck {
position: fixed;
top: 0;
z-index: 1030; }
@media (min-width: 1024px) {
.modal-open .stuck {
padding-right: 17px; } }
.page-content .section {
position: relative;
margin-top: 110px; }
@media (min-width: 1024px) {
.page-content .mt-lg-large {
position: relative;
margin-top: 154px; } }
.page-content .section-top-padding {
padding-top: 110px;
margin-top: 0; }
.page-content .section-bottom-padding {
padding-bottom: 110px; }
.page-content .section-bottom-padding-half {
padding-bottom: 60px; }
.page-content > .section:first-child,
.page-content .section-booking:first-child + .section {
margin-top: 100px; }
.page-content .page-content-first {
margin-top: 92px; }
@media (max-width: 1229px) {
.page-content .section {
margin-top: 50px; }
.page-content .section-bottom-padding {
padding-bottom: 80px; }
.page-content .section-bottom-padding-half {
padding-bottom: 40px; }
.page-content .section-top-padding {
padding-top: 60px;
margin-top: 0; }
.page-content > .section:first-child,
.page-content .section-booking:first-child + .section {
margin-top: 60px; }
.page-content .page-content-first {
margin-top: 45px; } }
@media (max-width: 1023px) {
.page-content .section {
margin-top: 50px; }
.page-content .section-bottom-padding {
padding-bottom: 70px; }
.page-content .section-bottom-padding-half {
padding-bottom: 40px; }
.page-content .section-top-padding {
padding-top: 70px;
margin-top: 0; }
.page-content > .section:first-child,
.page-content .section-booking:first-child + .section {
margin-top: 50px; }
.page-content .page-content-first {
margin-top: 45px; } }
@media (max-width: 767px) {
.page-content .section {
margin-top: 40px; }
.page-content .sectionn {
margin-top: 4px; }
.page-content .section-bottom-padding {
padding-bottom: 0; }
.page-content .section-bottom-padding-half {
padding-bottom: 30px; }
.page-content .section-top-padding {
padding-top: 0;
margin-top: 40px; }
.page-content > .section:first-child,
.page-content .section-booking:first-child + .section {
margin-top: 30px; }
.page-content .page-content-first {
margin-top: 30px; } }
.bg-grey {
padding: 70px 0;
background: url("../images/bg-grey.jpg") #f6f7f5; }
@media (max-width: 1023px) {
.bg-grey {
padding: 50px 0; } }
@media (max-width: 575px) {
.bg-grey {
padding: 40px 0; } }
.half-col > [class*='col'] {
position: static; }
.half-col > .col-text:first-child {
padding-right: 70px; }
@media (min-width: 1024px) and (max-width: 1229px) {
.half-col > .col-text:first-child {
padding-left: 40px;
padding-right: 40px; } }
.half-col > .col-text:last-child {
padding-left: 70px; }
@media (min-width: 1024px) and (max-width: 1229px) {
.half-col > .col-text:last-child {
padding-left: 40px;
padding-right: 40px; } }
.half-col .image-caption {
position: absolute;
width: 35%;
display: flex;
align-items: center;
top: 0;
bottom: 0;
z-index: 1;
font-size: 60px;
line-height: 1em;
color: #fff;
font-family: "Poppins", serif; }
@media (min-width: 1024px) and (max-width: 1229px) {
.half-col .image-caption {
width: calc(60% - 135px); } }
.half-col > .col-img:first-child .image-caption {
right: 105px; }
.half-col > .col-img:last-child .image-caption {
padding-left: 105px; }
.half-col .img-cover-right,
.half-col .img-cover-left {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background-position: center;
background-size: cover; }
.half-col .img-cover-right {
right: 0;
left: auto; }
@media (max-width: 1023px) {
.half-col > .col-text:first-child {
padding-right: 0; }
.half-col > .col-text:last-child {
padding-left: 0; }
.half-col .image-caption {
position: relative;
width: 100%;
font-size: 50px;
line-height: 60px;
min-height: 200px; }
.half-col > [class*='col'] {
position: relative; }
.half-col > .col-text {
padding: 0 55px 40px; }
.half-col > .col-text h3 {
font-size: 32px; }
.half-col > .col-img {
padding: 60px 0;
margin: 0 -15px -50px;
flex: 0 0 calc(100% + 30px);
max-width: calc(100% + 30px); }
.half-col .img-cover-right,
.half-col .img-cover-left {
width: 100%; }
.half-col > .col-img:first-child .image-caption {
right: 82px; }
.half-col > .col-img:last-child .image-caption {
padding-left: 82px; } }
@media (max-width: 767px) {
.half-col .image-caption {
font-size: 32px;
line-height: 44px; }
.half-col > .col-img:first-child .image-caption {
right: 15px; }
.half-col > .col-img:last-child .image-caption {
padding-left: 15px; }
.half-col > .col-text {
padding: 0 0 40px; }
.half-col > .col-img {
padding: 60px 0; }
.half-col .image-caption {
align-items: flex-start; } }
.vert-wrap {
display: table;
height: 100%;
width: 100%;
position: relative;
z-index: 1; }
.vert {
display: table-cell;
vertical-align: middle; }
.row.row-sm-space {
margin-left: -8px;
margin-right: -8px; }
.row.row-sm-space [class*='col'] {
padding-left: 8px;
padding-right: 8px; }
.row.row-xs-space {
margin-left: -4px;
margin-right: -4px; }
.row.row-xs-space [class*='col'] {
padding-left: 4px;
padding-right: 4px; }
.embed-responsive-16by9::before {
padding-top: 56.24%; }
.max-900 {
max-width: 900px !important;
margin-left: auto;
margin-right: auto; }
.header {
color: #787878; }
.header:not(.off-shadow) {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
.header-topline {
display: flex;
font-size: 12px;
line-height: 1.2em;
word-spacing: -2px;
align-items: center;
min-height: 48px;
background: black; }
.header-topline,
.header-topline a {
color: #fff; 
    background: black;
}
.header-topline [class*='icon-'] {
position: relative;
top: 2px;
font-size: 16px;
padding-right: 8px;
color: rgba(255, 255, 255, 0.6); }
.header-topline.header-topline--compact {
min-height: 38px; }
.header-info:hover [class*='icon-'] {
color: #fff; }
.header-info + *,
.header-phone + * {
position: relative;
margin-left: 29px;
padding-left: 30px; }
.header-info + *:before,
.header-phone + *:before {
content: '';
position: absolute;
left: 0;
top: -1px;
width: 1px;
height: 22px;
background-color: rgba(255, 255, 255, 0.2); }
.header-phone a {
color: #fff; }
.header-phone [class*='icon-'] {
font-size: 16px;
top: 2px;
color: rgba(255, 255, 255, 0.6); }
.header-social:not(:first-child) {
margin-left: 6px; }
.header-social a {
display: inline-block;
margin: 0 -4px 0 0;
padding: 0;
text-decoration: none;
position: relative;
border-radius: 50%; }
.header-social a:hover {
text-decoration: none; }
.header-social a:hover [class*='icon-'] {
opacity: .5; }
.header-social a:before, .header-social a:last-child:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 48px;
background-color: rgba(255, 255, 255, 0.2); }
.header-social a:last-child:after {
right: 0;
left: auto; }
.header-social [class*='icon-'] {
display: block;
position: relative;
height: 48px;
padding: 0 13px;
z-index: 1;
font-size: 22px;
line-height: 48px;
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
transition: all .2s;
border-radius: 50%; }
@media (max-width: 1023px) {
.header-topline {
background-color: black;
color: #fff;
min-height: 36px;
max-width: 100%; }
.header-topline > .container > .row > *:last-child {
padding: 0; }
.header-topline .dropdown-toggle:after {
content: none; }
.header-topline.active .header-toggle-slide {
border-color: transparent; }
.header-info span,
.header-info [class*='icon-'] {
color: #fff; }
}
.header-logo, .header-logo img {
max-width: 205px;
max-height: 60px; }
.header-content.stuck .header-logo, .header-content.stuck .header-logo img {
max-height: 48px; }
@media (max-width: 1023px) {
.header-logo, .header-logo img {
max-width: 175px; } }
@media (max-width: 1023px) {
.header-logo, .header-logo img {
max-height: 60px; } }
@media (max-width: 767px) {
.header-logo, .header-logo img {
max-height: 48px; } }
.header-content {
position: relative;
padding-top: 8px;
padding-bottom: 8px; }
@media (max-width: 1229px) {
.header-content {
padding-top: 9.2156862745px;
padding-bottom: 9.2156862745px; } }
.header-content.stuck {
position: fixed;
padding-top: 9px;
padding-bottom: 9px;
background: #fff;
width: 100%;
max-width: 100vw;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
.header-content.stuck .catalog-widget {
display: none !important; }
@media (max-width: 1229px) {
.header-content {
padding-top: 10px;
padding-bottom: 10px; } }
@media (max-width: 1023px) {
.header-content {
padding-top: 9px;
padding-bottom: 9px; } }
@media (max-width: 767px) {
.header-content {
padding-top: 9px;
padding-bottom: 9px; }
.header-content.stuck {
padding-top: 9px;
padding-bottom: 9px; } }
.header-nav-wrap {
display: flex;
align-items: center;
justify-content: flex-end; }
.header-nav {
width: 100%; }
.header-nav .navbar {
padding: 0;
margin: 0; }
.header-nav .navbar-nav {
flex-wrap: wrap;
justify-content: flex-end; }
.header-nav .nav-item {
padding: 0 15px; }
@media (max-width: 1229px) {
.header-nav .nav-item {
padding: 0 7px; } }
.header-nav .nav-item > .nav-link {
position: relative;
padding: 0;
color: #444;
font-size: 15px;
line-height: 52px;
font-weight: 600;
text-transform: uppercase;
font-family: "Poppins", serif;
background: transparent;
border: 0;
transition: 0.3s; }
@media (max-width: 1229px) {
.header-nav .nav-item > .nav-link {
font-size: 14px; } }
.header-nav .nav-item > .nav-link:hover {
color: #6D906A;
transition: 0.3s; }
.header-nav .nav-item.active > .nav-link {
color: #6D906A; }
.header-nav .nav-item:last-child {
padding-right: 0; }
.header-quickLinks {
position: relative;
z-index: 1001;
max-width: 100%;
overflow-x: hidden;
overflow-y: hidden; }
.header-quickLinks .quickLinks-top {
position: relative;
z-index: 2; }
.header-quickLinks .quickLinks-top + * {
position: relative;
z-index: 1; }
.navbar-toggler {
display: none;
font-size: 26px;
padding: 14px 10px;
position: absolute;
right: 10px;
z-index: 1; }
@media (max-width: 767px) {
.navbar-toggler {
font-size: 18px;
right: 0; } }
.navbar-toggler:not(.collapsed) {
font-size: 28px; }
@media (max-width: 767px) {
.navbar-toggler:not(.collapsed) {
font-size: 18px; } }
.navbar-toggler:not(.collapsed) .icon-menu:before {
content: '\e937';
position: relative;
top: -2px; }
.header-content.stuck .navbar-toggler {
margin-top: -10px; }
@media (max-width: 1023px) {
.header-content.stuck .navbar-toggler {
margin-top: 0;
top: 50% !important;
transform: translateY(-50%); } }
@media (min-width: 1024px) {
.header .nav-item {
position: relative; }
.header .navbar-nav > .nav-item > .dropdown-menu, .dropdown-item + .dropdown-menu {
display: block !important;
visibility: hidden;
position: absolute;
top: 100%;
left: -20px;
pointer-events: none;
opacity: 0;
min-width: 230px;
z-index: 1000;
list-style: none;
margin: 0;
padding: 10px 0;
text-align: left;
transform: translateX(-20px);
transition: 0s ease 0s;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) !important;
border: 0;
border-top: 2px solid #6D906A;
border-radius: 0; }
.header .navbar-nav > .nav-item > .dropdown-menu a, .dropdown-item + .dropdown-menu a {
color: #444;
font-size: 15px;
line-height: 26px;
font-weight: 500;
font-family: "Poppins", serif;
background-color: transparent;
padding: 7px 20px;
text-decoration: none !important;
}
.header .navbar-nav > .nav-item > .dropdown-menu a.dropdown-toggle, .dropdown-item + .dropdown-menu a.dropdown-toggle {
padding-right: 40px; }
.header .navbar-nav > .nav-item > .dropdown-menu a:hover, .dropdown-item + .dropdown-menu a:hover {
color: #6D906A; } }
@media (min-width: 1024px) and (max-width: 1229px) {
.header .navbar-nav > .nav-item > .dropdown-menu a, .dropdown-item + .dropdown-menu a {
font-size: 16px; } }
@media (min-width: 1024px) {
.header .navbar-nav > .nav-item:hover > .dropdown-menu,
.header .navbar-nav .dropdown-item:hover + .dropdown-menu, .header .navbar-nav .dropdown-item + .dropdown-menu:hover {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateX(0);
transition: 0.5s ease 0.1s; }
.header .navbar-nav > .nav-item:hover > .dropdown-menu {
transform: translateX(9px); }
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
color: #000;
background: transparent;
outline: 0; }
.dropdown-menu {
padding: 0px 0;
margin: 0 0 0;
border: 0px solid transition !important;
border: 0px solid rgba(0, 0, 0, 0.15);
border-radius: 0px;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
background: #fff; }
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
background: #f8f8f8; }
.btco-hover-menu .collapse ul ul ul ul,
.btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
background: #f5f5f5; }
.btco-hover-menu {
background: none;
margin: 0;
padding: 0;
min-height: 20px; }
.btco-hover-menu .collapse ul li {
position: relative; }
.btco-hover-menu .collapse ul li:hover > ul {
display: block; }
.btco-hover-menu .collapse ul ul {
position: absolute;
top: 100%;
left: 0;
min-width: 250px;
display: none; }
.btco-hover-menu .collapse ul ul li {
position: relative; }
.btco-hover-menu .collapse ul ul li:hover > ul {
display: block; }
.btco-hover-menu .collapse ul ul ul {
position: absolute;
top: 0;
left: 100%;
min-width: 250px;
display: none; }
.btco-hover-menu .collapse ul ul ul li {
position: relative; }
.btco-hover-menu .collapse ul ul ul li:hover ul {
display: block; }
.btco-hover-menu .collapse ul ul ul ul {
position: absolute;
top: 0;
left: auto;
right: 100%;
min-width: 250px;
display: none;
z-index: 1;
transform: translateX(10px) !important; }
.btco-hover-menu .collapse ul ul ul li:hover ul {
transform: translateX(0) !important; }
.btco-hover-menu .dropdown-menu .dropdown-toggle:after {
position: absolute;
top: 50%;
right: 25px;
margin: 0;
height: auto;
content: '\e930';
font-family: 'dentco';
font-size: 8px;
transform: translateY(-50%);
color: #6D906A;
transform: translateY(-50%);
border: 0; } }
.btco-hover-menu .nav-item > .dropdown-toggle:after {
border: 0; }
@media (max-width: 1023px) {
.navbar-toggler {
display: block; }
.navbar {
justify-content: flex-end;
margin-top: -30px; }
.navbar .dropdown-menu {
border: 0;
box-shadow: 0 !important; }
.nav-item > .nav-link {
cursor: pointer; }
.nav-item > .nav-link:before {
display: none; }
.navbar-collapse {
padding: 0 25px 10px;
background: #fff;
overflow-y: auto; }
.navbar-collapse .nav-item > .nav-link {
font-size: 16px;
line-height: 24px;
padding-top: 10px;
padding-bottom: 10px; }
.navbar-collapse .nav-item > .nav-link.dropdown-toggle {
padding-right: 40px; }
.navbar-collapse .navbar-nav {
padding-top: 25px;
width: calc(100vw - 70px); }
.header .dropdown {
max-width: 100%; }
.header .dropdown-menu {
padding: unset; }
.header .dropdown-menu > li > a {
padding-left: 20px; }
.header .dropdown-menu ul > li > a {
padding-left: 40px; }
.header .dropdown-menu ul ul > li > a {
padding-left: 60px; }
.header .dropdown-menu ul ul > li > a {
padding-left: 80px; }
.header .dropdown-item {
padding: 0;
position: relative;
color: #444;
font-size: 16px;
line-height: 24px;
padding-top: 10px;
padding-bottom: 10px;
text-transform: uppercase;
font-family: "Poppins", serif;
white-space: normal; }
.header .dropdown-item:hover, .header .dropdown-item:focus {
color: #6D906A;
background: transparent; }
.header .dropdown-item.dropdown-toggle {
padding-right: 40px; }
.header .dropdown-item.dropdown-toggle:after {
position: absolute;
top: 50%;
right: 25px;
margin: 0;
height: auto;
content: '\e930';
font-family: 'dentco';
font-size: 12px;
transform: translateY(-50%);
color: #6D906A;
transform: translateY(-50%);
border: 0; }
.header-nav .nav-item {
padding: 0; }
.header .navbar-nav li {
border-top: 1px solid #f5f5f5; }
.header .navbar-nav > li:first-child {
border: 0; }
.header .dropdown-item.dropdown-toggle:after, .nav-link.dropdown-toggle:after {
position: absolute;
top: 50%;
right: 15px;
margin: 0;
height: auto;
content: '\e930';
font-family: 'dentco';
font-size: 12px;
transform: translateY(-50%);
color: #6D906A;
transform: translateY(-50%);
border: 0;
pointer-events: none; } }
@media (max-width: 767px) {
.header-logo {
width: 120px; }
.navbar-collapse {
padding: 0 0 10px; }
.navbar-collapse .nav-item > .nav-link, .navbar-collapse .dropdown-item {
font-size: 14px;
line-height: 20px;
padding-top: 8px;
padding-bottom: 8px; }
.navbar-collapse .navbar-nav {
width: calc(100vw - 30px); } }
@media (min-width: 1024px) {
.header-mobile-info, .header-mobile-top {
display: none; } }
@media (max-width: 1229px) {
.header-button-wrap .btn {
background-color: #fff !important;
color: #424242 !important;
font-size: 12px !important;
line-height: 16px !important;
height: 30px !important;
padding: 7px 15px !important; }
.header-button-wrap .btn [class*='icon-'] {
top: 1px !important; } }
.header-lang {
position: relative;
display: inline-block;
vertical-align: top;
padding-left: 14px;
padding-right: 0; }
.header-lang a.icon {
font-size: 19px;
text-decoration: none;
color: #444; }
@media (max-width: 1023px) {
.header-lang a.icon {
font-size: 28px; } }
@media (max-width: 767px) {
.header-lang a.icon {
font-size: 18px; } }
.header-lang:hover a.icon, .header-lang.opened a.icon {
color: #6D906A; }
@media (min-width: 1024px) {
.header-lang {
top: 0 !important; } }
@media (max-width: 1023px) {
.header-lang {
position: absolute;
right: 67px;
top: 25px;
margin-top: 5px; } }
@media (max-width: 767px) {
.header-lang {
top: 7px;
right: 45px; } }
.header-content.stuck .header-lang {
margin-top: 2px; }
@media (max-width: 1229px) {
.header-content.stuck .header-lang {
margin-top: 0; } }
@media (max-width: 1023px) {
.header-content.stuck .header-lang {
margin-top: 0;
top: 50% !important;
transform: translateY(-50%); } }
.header-lang-dropdown {
position: absolute;
z-index: 1000;
left: -5px;
top: -5000px;
width: 220px;
padding: 25px 30px;
background: #fff;
display: block;
opacity: 0;
visibility: hidden;
box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
transform: translateY(20px);
text-align: left; }
@media (max-width: 1570px) {
.header-lang-dropdown {
left: auto;
right: -10px; } }
@media (max-width: 767px) {
.header-lang-dropdown {
width: 170px;
padding: 10px 15px; } }
.header-lang-dropdown:after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 3px;
width: 60px;
background-color: #6D906A; }
@media (max-width: 1570px) {
.header-lang-dropdown:after {
left: auto;
right: 0; } }
@media (max-width: 767px) {
.header-lang-dropdown:after {
width: 45px; } }
.header-lang-dropdown ul {
padding: 0;
margin: 0;
list-style: none; }
.header-lang-dropdown ul li > a {
font-size: 15px;
line-height: 23px;
padding: 5px 0;
display: flex;
align-items: center;
color: #787878;
border-bottom: 1px solid  #f2f2f2;
transition: .2s; }
.header-lang-dropdown ul li > a span.header-lang-flag {
position: relative;
top: -1px;
padding-right: 9px; }
.header-lang-dropdown ul li > a:hover {
text-decoration: none;
color: #6D906A; }
.header-lang-dropdown ul li:last-child > a {
border-bottom: 0; }
.header-lang.opened .header-lang-dropdown {
transform: translateY(10px);
transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
opacity: 1;
visibility: visible;
top: 100%;
margin-top: 3px; }
@media (max-width: 1023px) {
.header-content.stuck .navbar {
position: absolute;
left: 0;
right: 0; }
.header-content.stuck .navbar-collapse .navbar-nav {
padding-left: 30px; } }
.header-topline.header-topline--compact .header-info + *:before, .header-topline.header-topline--compact .header-phone + *:before {
display: none; }
.header-topline.header-topline--compact .header-info + *, .header-topline.header-topline--compact .header-phone + * {
margin-left: 0; }
.header-topline.header-topline--compact .header-social a:before, .header-topline.header-topline--compact .header-social a:last-child:after {
display: none; }
.header-topline.header-topline--compact .header-social a {
margin: 0; }
.header-topline.header-topline--compact .header-social [class*='icon-'] {
height: 38px;
line-height: 34px;
padding: 0 5px; }
.footer {
margin-top: 110px;
background: #f7f7f7;
overflow: hidden; }
@media (max-width: 1023px) {
.footer {
margin-top: 80px; } }
@media (max-width: 767px) {
.footer {
margin-top: 60px; } }
.footer .col-light {
position: relative;
z-index: 3;
background-color: #f3f3f3;
color: #787878;
padding-top: 65px !important;
padding-left: 45px;
padding-right: 45px;
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1); }
@media (max-width: 1023px) {
.footer .col-light {
padding-top: 45px !important;
padding-bottom: 40px !important; } }
.footer > .container {
position: relative; }
.footer > .container > .row > * {
padding-top: 45px;
padding-bottom: 45px; }
@media (max-width: 1023px) {
.footer > .container > .row > * {
padding-top: 30px;
padding-bottom: 25px; } }
@media (max-width: 767px) {
.footer > .container > .row > * {
padding-top: 20px;
padding-bottom: 15px; } }
.footer-col1 > * + * {
margin-top: 20px; }
.footer-bottom {
padding: 11px 0;
background: #6D906A;
font-size: 15px;
line-height: 26px;
font-weight: 300; }
.footer-bottom b {
font-weight: 500; }
.footer-bottom, .footer-bottom a {
color: #fff; }
.footer-bottom [class*='icon'] {
font-size: 16px;
position: relative;
top: 1px; }
@media (max-width: 575px) {
.footer-bottom [class*='icon'] {
font-size: 11px; } }
@media (max-width: 575px) {
.footer-bottom {
font-size: 12px;
line-height: 18px; } }
@media (max-width: 1023px) {
.footer h2 {
font-size: 50px; }
.footer h4 {
font-size: 32px; }
.footer .col-light {
padding-left: 15px;
padding-right: 15px; } }
@media (max-width: 767px) {
.footer h2 {
font-size: 44px; }
.footer h4 {
font-size: 32px; }
body.booking-form-on .footer {
padding-bottom: 20px; } }
.footer-copyright {
font-size: 15px; }
.footer-copyright a,
.footer-copyright span {
color: #878787; }
.footer-text p {
margin-bottom: 10px; }
.footer-text p:last-child {
margin-bottom: 0; }
.footer-social {
font-size: 16px;
line-height: 48px; }
.footer-social:not(.first-child) {
margin-top: 35px; }
@media (max-width: 1023px) {
.footer-social:not(.first-child) {
margin-top: 0; } }
@media (max-width: 767px) {
.footer-social:not(.first-child) {
margin-top: 25px; } }
@media (max-width: 767px) {
.footer-social {
line-height: 48px; } }
.footer-social a {
display: inline-block;
margin-right: 4px;
width: 48px;
height: 48px;
color: #6D906A;
background-color: #fff;
text-align: center;
border-radius: 50%;
transition: 0.2s; }
@media (max-width: 767px) {
.footer-social a {
width: 48px;
height: 48px; } }
.footer-social a:hover {
color: #6D906A;
text-decoration: none;
box-shadow: inset 0 0 0 5px rgba(51, 104, 198, 0.2); }
.footer ul.icn-list {
font-size: 15px;
line-height: 24px; }
@media (max-width: 767px) {
.footer ul.icn-list {
font-size: 14px;
line-height: 20px; } }
.footer ul.icn-list li {
position: relative;
padding-left: 31px; }
.footer ul.icn-list li > [class*='icon'] {
position: absolute;
left: 0;
top: 4px;
font-size: 18px;
color: #6D906A; }
@media (max-width: 767px) {
.footer ul.icn-list li > [class*='icon'] {
font-size: 14px;
left: 6px; } }
.footer ul.icn-list li:not(:last-child) {
margin-bottom: 7px; }
@media (max-width: 767px) {
.footer ul.icn-list li:not(:last-child) {
margin-bottom: 3px; } }
.footer ul.icn-list .phone {
font-weight: 600;
color: #6D906A; }
.footer ul.icn-list a, .footer ul.icn-list a:hover {
text-decoration: none; }
.footer ul.icn-list .btn {
margin-top: 5px;
margin-bottom: 15px;
letter-spacing: 0; }
.backToTop {
position: fixed;
z-index: 1020;
right: 25px;
bottom: -25px;
opacity: 0;
width: 63px;
height: 63px;
border-radius: 50%;
background: #6D906A;
font-size: 18px;
line-height: 63px;
color: #fff;
text-decoration: none;
text-align: center;
cursor: pointer;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
transition: all 0.25s, bottom 0.75s ease-in-out; }
@media (max-width: 1023px) {
.backToTop {
width: 41px;
height: 41px;
right: 15px;
font-size: 13px;
line-height: 41px; } }
.backToTop [class*='icon'] {
display: inline-block;
transition: 0.5s; }
.backToTop:hover {
box-shadow: 0 0 0 10px rgba(51, 104, 198, 0.2); }
.backToTop:hover [class*='icon'] {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH"; }
.backToTop.visible {
opacity: 1;
bottom: 45px; }
@media (max-width: 1023px) {
.backToTop.visible {
bottom: 65px; } }
@media (max-width: 767px) {
.footer-logo {
max-width: 170px; } }
#mainSliderWrapper {
position: relative; }
#mainSlider {
opacity: 0;
transition: opacity 0.5s; }
#mainSlider.slick-initialized {
opacity: 1; }
#mainSlider,
#mainSlider .img--holder {
height: 430px; }
@media (max-width: 1229px) {
#mainSlider,
#mainSlider .img--holder {
height: 430px;
min-height: 430px;
max-height: calc(100vh - 178px); } }
@media (max-width: 1023px) {
#mainSlider,
#mainSlider .img--holder {
height: 400px;
min-height: 0;
max-height: none; } }
@media (max-width: 767px) {
#mainSlider,
#mainSlider .img--holder {
height: 300px; } }
@media (max-width: 575px) {
#mainSlider,
#mainSlider .img--holder {
height: 175px; } }
#mainSlider {
margin-bottom: 30px;
opacity: 0; }
#mainSlider .inner-circles-loader:not(:required) {
width: 70px;
height: 70px; }
#mainSlider .inner-circles-loader:not(:required):before,
#mainSlider .inner-circles-loader:not(:required):after {
width: 70px;
height: 70px; }
#mainSlider.slick-initialized {
opacity: 1;
z-index: 101; }
#mainSlider .slide {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1); }
#mainSlider .slide .img--holder {
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat; }
#mainSlider .slide-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
color: #fff;
z-index: 100; }
#mainSlider .slide-content .vert-wrap {
padding-bottom: 10px; }
@media (max-width: 767px) {
#mainSlider .slide-content .vert-wrap {
padding-bottom: 0; } }
#mainSlider .slide-content.center {
text-align: left; }
#mainSlider .slide-txt2 {
font-size: 16px;
line-height: 1em;
font-family: "Poppins", serif;
color: #fff;
margin: 0;
letter-spacing: .03em; }
#mainSlider .slide-txt2:not(:first-child) {
margin-top: 15px; }
#mainSlider .slide-txt1 {
font-size: 54px;
line-height: 1.26em;
font-weight: 400;
font-family: "Poppins", serif;
color: #fff;
margin: 0;
text-transform: uppercase; }
#mainSlider .slide-txt1:not(:first-child) {
margin-top: .3em; }
#mainSlider .slide-btn {
margin-top: 65px; }
@media (min-width: 1024px) {
#mainSlider .slide-btn .btn,
#mainSlider .slide-btn .btn:focus {
line-height: 25px;
padding: 15px 38px;
border-radius: 30px; } }
@media (max-width: 1023px) {
#mainSlider .slide-txt1 {
font-size: 40px;
line-height: 1.16em; }
#mainSlider .slide-txt2 {
font-size: 14px; }
#mainSlider .slide-btn {
margin-top: 35px; } }
@media (max-width: 575px) {
#mainSlider .slide-txt1 {
font-size: 20px; }
#mainSlider .slide-txt2 {
font-size: 12px; }
#mainSlider .slide-btn {
display: none;
margin-top: 10px; }
#mainSlider .slide-btn [class*='icon-'] {
display: none; }
#mainSlider .slide-btn .btn,
#mainSlider .slide-btn .btn:focus {
font-size: 14px;
line-height: 16px;
padding: 10px 20px; } }
#mainSlider .slick-prev,
#mainSlider .slick-next {
width: 50px;
height: 50px;
margin-top: -25px; }
#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
font-size: 20px;
line-height: 48px; }
#mainSlider .slick-prev {
left: 50px; }
#mainSlider .slick-next {
right: 50px; }
#mainSlider.arrows-white .slick-prev, #mainSlider.arrows-white .slick-next {
border-color: #fff; }
#mainSlider.arrows-white .slick-prev:hover, #mainSlider.arrows-white .slick-next:hover {
background: rgba(255, 255, 255, 0.2); }
#mainSlider.arrows-white .slick-prev:before,
#mainSlider.arrows-white .slick-next:before {
color: #fff; }
#mainSlider.arrows-bottom .slick-prev {
top: auto;
bottom: 20px;
left: auto;
right: 80px; }
#mainSlider.arrows-bottom .slick-next {
top: auto;
bottom: 20px;
right: 20px; }
#mainSlider .slick-dots {
margin: -50px 0 0 0; }
#mainSlider .slick-dots li button {
width: 11px;
height: 11px; }
@media (max-width: 1023px) {
#mainSlider .slick-dots {
margin: -30px 0 0 0; } }
@media (max-width: 767px) {
#mainSlider .slick-dots {
margin: -30px 0 0 0; }
#mainSlider .slick-dots li button {
width: 9px;
height: 9px; } }
@media (max-width: 575px) {
#mainSlider .slick-dots {
margin: -20px 0 0 0; } }
#mainSliderWrapper {
position: relative; }
.main-slider {
position: relative; }
.main-slider .fadeIn {
-webkit-animation: fadeIn 2s;
-moz-animation: fadeIn 2s;
-o-animation: fadeIn 2s;
animation: fadeIn 2s; }
.main-slider .fadeInUp {
-webkit-animation: fadeInUp 1s;
-moz-animation: fadeInUp 1s;
-o-animation: fadeInUp 1s;
animation: fadeInUp 1s; }
.department-tabs {
display: flex;
flex-wrap: wrap;
margin: -6px -6px 0; }
.department-tabs > * {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex: 0 0 calc(25% - 12px);
min-width: calc(25% - 12px);
padding: 41px 10px 45px;
margin: 6px;
background-color: #f6f7f5; }
.department-tabs2 {
display: flex;
flex-wrap: wrap;
margin: -15px -15px 0; }
.department-tabs2 > * {
display: flex;
justify-content: center;
flex-direction: column;
flex: 0 0 calc(50% - 30px);
min-width: calc(50% - 30px);
margin: 15px;
background-color: #ffffff; }
@media (max-width: 1023px) {
.department-tabs2 {
margin: -10px -10px 0; }
.department-tabs2 > * {
flex: 0 0 calc(50% - 20px);
min-width: calc(50% - 20px);
margin: 10px; } }
.department-tab2 {
padding: 41px 30px;
transition: 0.2s;
box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04); }
.department-tab2.active, .department-tab2:hover {
background-color: #6D906A;
color: #ffffff;
box-shadow: none; }
.department-tab2.active .department-tab2-number, .department-tab2.active .department-tab2-text, .department-tab2:hover .department-tab2-number, .department-tab2:hover .department-tab2-text {
color: #ffffff; }
.department-tab2.active .department-tab2-decor, .department-tab2:hover .department-tab2-decor {
background-color: #ffffff; }
@media (max-width: 1023px) {
.department-tab2 {
padding: 25px 5px 25px 15px; } }
@media (max-width: 575px) {
.department-tab2 {
padding: 18px 5px 18px 12px; } }
.department-tabs2-bg {
position: absolute;
z-index: -1;
left: 50%;
top: 0;
transform: translateX(-50%); }
@media (max-width: 1023px) {
.department-tabs2-bg img {
max-width: 65vw; } }
@media (max-width: 767px) {
.department-tabs2-bg img {
max-width: 120vw; } }
.department-tab2-number {
font-size: 90px;
line-height: 1em;
font-weight: 600;
font-family: "Poppins", serif;
color: #6D906A; }
@media (max-width: 1023px) {
.department-tab2-number {
font-size: 62px; } }
@media (max-width: 575px) {
.department-tab2-number {
font-size: 50px; } }
.department-tab2-text {
font-size: 20px;
line-height: 1em;
font-weight: 600;
font-family: "Poppins", serif;
color: #444; }
@media (max-width: 1023px) {
.department-tab2-text {
font-size: 15px; } }
@media (max-width: 575px) {
.department-tab2-text {
font-size: 12px;
font-weight: 500; } }
.department-tab2-text:not(:first-child) {
margin-top: 10px; }
.department-tab2-decor {
width: 33px;
height: 3px;
background-color: #6D906A; }
.department-tab2-decor:not(:first-child) {
margin-top: 15px; }
@media (max-width: 1023px) {
.department-tab2-decor {
width: 22px;
height: 2px; }
.department-tab2-decor:not(:first-child) {
margin-top: 12px; } }
@media (max-width: 575px) {
.department-tab2-decor {
width: 19px;
height: 2px; }
.department-tab2-decor:not(:first-child) {
margin-top: 8px; } }
.department-carousel2 {
overflow: hidden; }
.department-carousel2 .department-item {
background-color: transparent;
transition: none; }
@media (max-width: 1023px) {
.department-carousel2 {
margin: 0; }
.department-carousel2 h3 {
font-size: 26px;
line-height: 30px; } }
@media (max-width: 767px) {
.department-carousel2 {
margin-top: 1px;
text-align: left; }
.department-carousel2 .department-item {
padding: 0; }
.department-carousel2 h3 {
font-size: 26px;
line-height: 30px; } }
.banner-call img.shift-right {
margin-left: -20px;
display: block;
position: relative;
z-index: -1; }
.banner-call img.shift-right-1 {
margin-left: -20px;
display: block;
position: relative;
z-index: -1; }
.banner-call img.shift-right-2 {
margin-left: -20px;
display: block;
position: relative;
z-index: -1; }
.banner-call img.shift-left {
margin-left: -110px;
display: block; }
.banner-call img.shift-left-1 {
margin-left: -58px;
display: block; }
.banner-call .d-flex {
padding-left: 60px;
padding-bottom: 35px;
justify-content: center; }
@media (max-width: 1229px) {
.banner-call .d-flex {
padding-left: 0; } }
@media (max-width: 1229px) {
.banner-call img.shift-left-1 {
max-width: 145%;
margin-left: -80px; }
.banner-call img.shift-right-2 {
max-width: 110%;
margin-left: -7%; } }
@media (max-width: 1023px) {
.banner-call img:not([class]), .banner-call img.shift-right {
max-width: 160%;
margin-left: -50px; }
.banner-call img.shift-right-1 {
max-width: 160%;
margin-left: -50px; }
.banner-call img.shift-right-2 {
max-width: 165%;
margin-left: -15%; }
.banner-call img:not([class]), .banner-call img.shift-left {
max-width: 160%;
margin-left: -100px; }
.banner-call img.shift-left-1 {
max-width: 150%;
margin-left: -58px; } }
@media (max-width: 767px) {
.banner-call img:not([class]), .banner-call img.shift-right {
max-width: 130%;
margin-left: -3%; }
.banner-call img.shift-right-1 {
max-width: 110%;
margin-left: -5%; }
.banner-call img.shift-right-2 {
max-width: 110%;
margin-left: -10%; }
.banner-call img:not([class]), .banner-call img.shift-left {
max-width: 130%;
margin-left: -33px; }
.banner-call img.shift-left-1 {
max-width: 120%;
margin-left: -5%; } }
.banner-call .btn-lg, .banner-call .btn-group-lg > .btn {
font-family: "Poppins", serif;
font-weight: 500; }
.banner-call p {
max-width: 555px;
margin-left: auto;
margin-right: auto; }
.banner-call-text {
font-size: 17px;
line-height: 1.2em;
font-weight: 600;
margin-bottom: 10px; }
.banner-call-phone {
font-size: 26px;
line-height: 1.2em;
font-weight: 600;
font-family: "Poppins", serif;
color: #444;
transition: .2s; }
@media (max-width: 1023px) {
.banner-call-phone {
font-size: 21px; } }
@media (max-width: 767px) {
.banner-call-phone {
font-size: 18px; } }
.banner-call-phone:hover {
color: #6D906A;
text-decoration: none; }
.banner-call-phone [class*='icon'] {
position: relative;
top: -1px;
padding-right: 12px;
font-size: 19px;
color: #6D906A; }
@media (max-width: 1023px) {
.banner-call-phone [class*='icon'] {
font-size: 18px; } }
@media (max-width: 767px) {
.banner-call-phone [class*='icon'] {
font-size: 16px; } }
.banner-appointment-form {
background-position: center center;
background-repeat: no-repeat; }
.banner-appointment-form .contact-form {
margin-bottom: 60px; }
@media (max-width: 575px) {
.banner-appointment-form .contact-form {
margin-bottom: 0; } }
@media (max-width: 767px) {
.banner-appointment-form .contact-form .mt-15 {
margin-top: 5px !important; } }
.banner-appointment-form .contact-form .form-control {
min-height: 42px;
padding-top: 9px;
padding-bottom: 9px;
line-height: 18px; }
.banner-appointment-form .contact-form textarea.form-control {
min-height: 125px; }
@media (max-width: 1023px) {
.banner-appointment-form .contact-form textarea.form-control {
min-height: 70px; } }
.banner-appointment-form .order-2 {
position: relative;
z-index: 1; }
.banner-appointment-form .order-1 {
position: relative;
z-index: 0; }
.banner-appointment-form .double-title:after {
z-index: -1; }
@media (max-width: 1023px) {
.banner-appointment-form .double-title--center:after {
left: 85%; } }
@media (max-width: 1023px) {
.banner-appointment-form-image {
max-height: 480px;
margin-left: -10%; } }
@media (max-width: 767px) {
.banner-appointment-form-image {
max-height: none;
max-width: 90%;
margin-left: auto;
margin-right: auto; } }
@media (max-width: 575px) {
.collapse .row-sm-space .col-sm-4:not(:last-child) img {
margin-bottom: 15px; } }
@media (max-width: 575px) and (min-width: 320px) {
.collapse .row-sm-space .col-sm-4 {
flex: 0 0 50%;
max-width: 50%; } }
.modal-dialog {
max-width: 800px;
margin: 35px auto; }
.modal .close {
position: absolute;
right: -32px;
top: -32px;
font-size: 16px;
font-weight: normal;
color: #fff;
opacity: 1;
text-shadow: 0;
padding: 12px 12px; }
.modal .close:hover {
opacity: .8; }
.modal-body {
padding: 5px; }
.modal-content {
border: 0;
border-radius: 0; }
.modal-form .modal-dialog {
max-width: 544px; }
@media (max-width: 767px) {
.modal-form .modal-dialog {
max-width: calc(100% - 20px); } }
.modal-form-sm .modal-dialog {
max-width: 375px; }
@media (max-width: 767px) {
.modal-form-sm .modal-dialog {
max-width: calc(100% - 20px); } }
.modal-form .modal-content .form-control + * {
margin-top: 10px; }
.modal-form .modal-content textarea {
min-height: 98px; }
.modal-form .modal-body {
padding: 35px; }
@media (max-width: 767px) {
.modal-form .modal-body {
padding: 20px; } }
@media (max-width: 767px) {
.modal-form .modal-body {
padding: 8px; } }
.modal-form .modal-body .form-group {
margin-bottom: 0; }
.modal-form .modal-body .popover-content {
position: relative;
border-color: #efefef;
margin-top: -3px;
border-radius: 0;
bottom: auto !important; }
.modal-form .close {
font-size: 30px;
z-index: 1;
right: 0;
top: 0;
color: #e8e8e8;
transition: all 0.15s ease-out; }
.modal-form .close:hover {
color: #6D906A; }
.modal-backdrop {
z-index: 1030; }
.modal.fade .modal-dialog {
transition: opacity 0.3s ease-out;
transform: translate(0, 0); }
.modal-dialog {
min-height: calc(100vh - 60px);
display: flex;
flex-direction: column;
justify-content: center;
overflow: auto;
overflow-x: hidden; }
@media (max-width: 768px) {
.modal-dialog {
min-height: calc(100vh - 20px); } }
.gallery-smiles .gallery-item {
position: relative;
float: left;
width: calc(50% - 15px);
margin-bottom: 30px;
overflow: hidden; }
@media (max-width: 767px) {
.gallery-smiles .gallery-item {
width: calc(50% - 15px); } }
@media (max-width: 575px) {
.gallery-smiles .gallery-item {
width: 100%;
margin-bottom: 15px; } }
.gallery-smiles .gallery-item img {
width: 100%; }
.gallery-smiles .gallery-item:hover .gallery-caption {
transform: translateY(0);
opacity: 1; }
.gallery-smiles .gallery-caption {
background: rgba(0, 0, 0, 0.6);
position: absolute;
width: 64%;
left: 18%;
bottom: 0;
padding: 18px;
color: #d0d0d0;
transform: translateY(50%);
transition: 0.5s;
opacity: 0; }
.gallery-smiles .gallery-caption b {
color: #fff; }
.gallery-smiles .gallery-caption-title,
.gallery-smiles .gallery-caption h5 {
margin-bottom: 10px;
color: #fff; }
.gallery-smiles .gallery-caption p {
font-size: 15px;
line-height: 22px; }
.gallery-smiles .gallery-caption p:not(:last-child) {
margin-bottom: 5px; }
@media (max-width: 1229px) {
.gallery-smiles .gallery-caption {
padding: 15px; }
.gallery-smiles .gallery-caption .gallery-caption,
.gallery-smiles .gallery-caption h5 {
font-size: 18px; }
.gallery-smiles .gallery-caption p {
font-size: 14px;
line-height: 18px; } }
@media (max-width: 1023px) {
.gallery-smiles .gallery-caption {
padding: 12px;
top: 50%;
bottom: auto;
width: 80%;
left: 10%;
transform: translateY(-50%) !important;
opacity: 0; }
.gallery-smiles .gallery-caption .gallery-caption,
.gallery-smiles .gallery-caption h5 {
font-size: 16px; }
.gallery-smiles .gallery-caption p {
font-size: 13px;
line-height: 18px; } }
.gallery-smiles .before-label,
.gallery-smiles .after-label {
color: white;
font-size: 12px;
text-transform: uppercase;
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
line-height: 28px;
padding: 0 20px; }
@media (max-width: 1023px) {
.gallery-smiles .before-label,
.gallery-smiles .after-label {
line-height: 22px;
padding: 0 15px; } }
.gallery-smiles .before-label {
left: 0; }
.gallery-smiles .after-label {
right: 0; }
.gallery-wrap .twentytwenty-container img:first-child {
position: relative !important;
z-index: 0; }
.gallery-wrap .twentytwenty-container img:last-child {
z-index: 1; }
.gallery-item:hover .hover {
opacity: 1; }
.gallery-item:hover .hover .view {
transform: scale(1); }
.gallery-specialist .gallery-item {
position: relative;
float: left;
width: calc(33.333% - 20px);
margin-bottom: 15px; }
.gallery-specialist .gallery-item img {
width: 100%; }
@media (max-width: 767px) {
.gallery-specialist .gallery-item {
width: calc(50% - 15px); } }
@media (max-width: 575px) {
.gallery-specialist .gallery-item {
width: 100%;
margin-bottom: 15px; } }
.gallery-specialist .gallery-item:hover .hover {
opacity: 1; }
.gallery-specialist .gallery-item:hover .hover .view {
transform: scale(1); }
.gallery-wrap {
position: relative;
min-height: 50vh; }
.gallery-wrap.loaded .loading-content {
opacity: 0;
pointer-events: none; }
.gallery-wrap .twentytwenty-container {
height: auto !important; }
.slick-slide {
max-width: none !important; }
.slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 45px;
height: 45px;
margin-top: -23px;
padding: 0;
cursor: pointer;
color: #6D906A;
border: none;
outline: none;
background-color: transparent;
z-index: 99;
text-align: center;
transition: 0.2s;
border-radius: 50%;
border: 2px solid #dedede; }
.slick-prev:hover,
.slick-next:hover {
border-color: #6D906A;
background-color: #6D906A;
color: #6D906A; }
.slick-prev:before,
.slick-next:before {
font-family: 'dentco';
font-size: 10px;
line-height: 43px;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev:hover:before,
.slick-next:hover:before {
color: #fff; }
.slick-prev {
left: 0; }
.slick-prev:before {
content: "\e922";
padding-right: 1px; }
.slick-next {
right: 0; }
.slick-next:before {
content: "\e930";
padding-left: 2px; }
.slick-slider {
padding: 0;
list-style: none; }
.slick-slider.nav-dot {
margin-bottom: 75px; }
@media (max-width: 767px) {
.slick-slider {
margin-bottom: 30px; } }
.slick-dots {
display: block;
width: 100%;
padding: 0;
margin: 50px 0 -35px;
list-style: none;
text-align: center; }
@media (max-width: 1023px) {
.slick-dots {
margin: 35px 0 -20px; } }
@media (max-width: 575px) {
.slick-dots {
margin: 25px 0 -20px; } }
.slick-dots li {
position: relative;
display: inline-block;
margin: 0 -4px 0 0;
padding: 0;
cursor: pointer; }
.slick-dots li button {
position: relative;
display: block;
width: 11px;
height: 11px;
margin: 0 9px;
padding: 0;
color: transparent;
background-color: transparent;
border: 0;
outline: none;
border-radius: 50%;
background: #e1e5e9;
cursor: pointer; }
@media (max-width: 575px) {
.slick-dots li button {
width: 6px;
height: 6px; } }
.slick-dots li button:after {
display: none; }
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
background-color: #6D906A; }
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none; }
@media (max-width: 1023px) {
.slick-slide .animation {
opacity: 1 !important;
animation-name: none !important;
-webkit-animation-name: none !important; } }
.blog-post {
margin-bottom: 80px; }
@media (max-width: 767px) {
.blog-post {
margin-bottom: 50px; } }
.blog-post:not(.post-preview) > * + * {
margin-top: 35px; }
.blog-post:last-child {
border-bottom: 0;
margin-bottom: 0; }
.blog-post img {
max-width: 100%; }
.blog-post .post-video {
position: relative;
padding-bottom: 56.25%;
height: 0; }
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
width: 100%;
height: auto;
border: 0; }
.blog-post .post-image {
position: relative;
border-radius: 0;
overflow: hidden; }
.blog-post .post-image img {
max-width: none;
width: 100%; }
.blog-post .post-image .post-link-wrapper {
position: absolute;
top: 0;
width: 100%;
height: 100%;
text-align: center; }
.blog-post .post-image .post-link {
font-size: 38px;
line-height: 1em;
color: #fff;
transition: all 200ms ease;
text-decoration: none; }
@media (max-width: 767px) {
.blog-post .post-image .post-link {
font-size: 5vw; } }
.blog-post .post-image .post-link [class*='icon'] {
font-size: .8em;
padding-right: .5em; }
.blog-post .post-image .post-link:hover {
opacity: .6;
text-decoration: none; }
.blog-post .post-title {
margin-bottom: 12px;
font-size: 36px;
line-height: 36px; }
@media (max-width: 767px) {
.blog-post .post-title {
font-size: 24px;
line-height: 30px; } }
.blog-post .post-meta {
display: flex;
align-items: center;
padding: 0;
overflow: hidden; }
@media (max-width: 767px) {
.blog-post .post-meta {
flex-wrap: wrap; } }
.blog-post .post-meta > * {
float: left;
font-size: 15px; }
.blog-post .post-meta > *:not(:last-child) {
padding-right: 20px; }
@media (max-width: 767px) {
.blog-post .post-meta > *:not(:last-child) {
padding-right: 15px; } }
@media (max-width: 767px) {
.blog-post .post-meta > * {
font-size: 13px; } }
.blog-post .post-meta > * [class*='icon'],
.blog-post .post-meta > * span {
display: inline-block;
vertical-align: middle; }
.blog-post .post-meta > * [class*='icon'] {
position: relative;
top: -1px;
font-size: 18px;
padding-right: 7px;
color: #aeaeae; }
@media (max-width: 767px) {
.blog-post .post-meta > * [class*='icon'] {
display: none; } }
.blog-post .post-meta .post-meta-reviews span {
font-size: 14px; }
.blog-post .post-teaser p:last-child {
margin-bottom: 0; }
.blog-post .post-teaser + * {
margin-top: 40px; }
@media (max-width: 767px) {
.blog-post .post-teaser + * {
margin-top: 30px; } }
.blog-post .post-image + .post-meta {
margin-top: 0 !important; }
.blog-post .post-meta-author a {
color: #6D906A; }
.blog-post .post-meta-social a {
margin-right: 15px; }
.blog-post .post-meta-social a:hover [class*='icon'] {
color: #6D906A; }
.blog-post .post-meta-social a [class*='icon'] {
display: inline-block !important;
font-size: 14px;
padding-right: 0;
color: #c8c8c8;
transition: .2s; }
.blog-post .post-date-inline {
font-size: 14px;
line-height: 18px;
font-weight: 600;
font-family: "Poppins", serif;
color: #6D906A; }
.blog-post .post-image img {
-webkit-transition: transform 0.5s ease 0s;
-o-transition: transform 0.5s ease 0s;
transition: -webkit-transform 0.5s ease 0s;
transition: transform 0.5s ease 0s;
transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
image-rendering: optimizeQuality;
vertical-align: middle;
max-width: 100%; }
.blog-post:hover .post-image img {
-webkit-transition: transform 0.6s ease 0.05s;
-o-transition: transform 0.6s ease 0.05s;
transition: -webkit-transform 0.6s ease 0.05s;
transition: transform 0.6s ease 0.05s;
transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
-webkit-transform: scale(1.1) rotate(0.0001deg);
-ms-transform: scale(1.1) rotate(0.0001deg);
transform: scale(1.1) rotate(0.0001deg); }
.blog-post:not(.post-preview) .post-date {
display: flex;
margin-right: 36px;
flex-direction: column;
justify-content: center;
width: 74px;
min-width: 74px;
height: 74px;
font-size: 30px;
line-height: 30px;
font-weight: 600;
font-family: "Poppins", serif;
background-color: #f5f6f7;
color: #424242;
text-align: center;
border-radius: 50%;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03); }
.blog-post:not(.post-preview) .post-date span {
font-size: 14px;
line-height: 14px;
font-weight: 400;
color: #6D906A; }
.blog-post-info {
display: flex; }
@media (max-width: 575px) {
.blog-post-info {
flex-direction: column;
align-items: center; }
.blog-post-info > * + * {
margin-top: 10px; } }
.blog-post.post-preview {
display: flex;
padding-bottom: 12px;
margin-bottom: 22px; }
.blog-post.post-preview:last-child {
padding-bottom: 0;
margin-bottom: 0; }
.side-block-title + .blog-post.post-preview {
margin-top: 10px; }
.blog-post.post-preview .post-image {
margin-right: 20px;
margin-bottom: 10px;
min-width: 77px;
flex-basis: 77px;
font-size: 15px;
line-height: 18px; }
.blog-post.post-preview .post-image > *:not(:first-child) {
padding-left: 10px; }
@media (max-width: 767px) {
.blog-post.post-preview .post-image > *:not(:first-child) {
padding-left: 5px; } }
.blog-post.post-preview .post-meta-date [class*='icon'] {
color: #6D906A;
font-size: 13px;
top: -1px;
left: 1px; }
.blog-post.post-preview .post-title {
margin-top: -.25em !important;
font-size: 16px;
line-height: 24px;
margin-bottom: 0;
font-family: "Poppins", serif;
font-weight: 600; }
.blog-post.post-preview .post-title a {
text-decoration: none;
transition: color 200ms ease; }
.blog-post.post-preview .post-title a:hover {
color: #6D906A; }
.blog-post.post-preview .post-title + * {
margin-top: 5px; }
.blog-isotope {
overflow: hidden;
margin-bottom: 10px;
margin-top: 10px;
overflow: visible; }
.blog-isotope .blog-post > * + * {
margin-top: 20px; }
.blog-isotope .post-title {
font-size: 22px;
line-height: 1.1em;
margin-top: 6px; }
@media (max-width: 575px) {
.blog-isotope .post-title {
font-size: 18px; } }
.blog-isotope .post-meta-social [class*='icon'] {
font-size: 14px; }
.blog-isotope .blog-post .post-meta > * [class*='icon'] {
font-size: 15px; }
.blog-isotope .blog-post .post-image {
margin-left: -20px;
margin-right: -20px; }
.blog-isotope .blog-post .post-image:first-child {
margin-top: -20px; }
.blog-isotope .blog-post .post-image .post-link {
font-size: 32px; }
@media (max-width: 767px) {
.blog-isotope .blog-post .post-image .post-link {
font-size: 5vw; } }
.blog-isotope .blog-post .post-date {
margin-right: 12px; }
.blog-isotope .blog-post {
position: relative;
float: left;
width: calc(50% - 15px);
margin-bottom: 30px;
padding: 20px 20px 24px;
margin-bottom: 30px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 1023px) {
.blog-isotope .blog-post {
width: 100%; } }
.blog-isotope .blog-post.bg-grey {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
.blog-isotope .blog-post.bg-grey .post-date {
background-color: #fff; }
.blog-post-style4 .blog-post-info {
flex-direction: column;
background-color: #ffffff;
position: relative;
z-index: 1;
margin-top: -59px;
left: 23px;
width: calc(100% - 23px);
padding: 30px 25px 25px 30px; }
@media (max-width: 1023px) {
.blog-post-style4 .blog-post-info {
padding: 20px; } }
@media (max-width: 575px) {
.blog-post-style4 .blog-post-info {
align-items: flex-start; } }
.blog-post-style4 .post-title {
font-size: 24px;
line-height: 30px;
margin-top: 0;
margin-bottom: 0; }
@media (max-width: 1023px) {
.blog-post-style4 .post-title {
font-size: 20px;
line-height: 28px; } }
@media (max-width: 575px) {
.blog-post-style4 .post-title {
font-size: 18px;
line-height: 24px;
max-width: 100%; } }
.blog-post-style4 .post-date-simple {
font-size: 14px;
font-weight: 600;
color: #6D906A; }
@media (max-width: 1023px) {
.blog-post-style4 .post-date-simple {
font-size: 13px; } }
.blog-post-style4 .post-title + * {
margin-top: 20px; }
@media (max-width: 1023px) {
.blog-post-style4 .post-title + * {
margin-top: 12px; } }
.blog-post-style4 .post-teaser + * {
margin-top: 20px; }
@media (max-width: 1023px) {
.blog-post-style4 .post-teaser + * {
margin-top: 12px;
font-size: 15px;
line-height: 24px; } }
@media (max-width: 575px) {
.blog-post-style4 .post-teaser + * {
font-size: 14px;
line-height: 20px; } }
.blog-post-style4 .post-image {
margin-top: 0 !important; }
.quickLinks-wrap {
position: absolute;
top: 0;
right: 0;
height: 100%;
z-index: 102;
width: 98px;
align-items: center;
pointer-events: none; }
body > .quickLinks-wrap {
top: 0; }
body > .quickLinks-wrap .quickLinks {
opacity: 0;
visibility: hidden;
pointer-events: none; }
body > .quickLinks-wrap .quickLinks:not(.stuck) .quickLinks-open {
display: none; }
body > .quickLinks-wrap .quickLinks.stuck {
opacity: 1;
visibility: visible;
pointer-events: all; }
body:not(.touch) .quickLinks.stuck {
transition: transform 0.75s; }
.quickLinks:not(.stuck) {
transform: translateY(0) !important; }
.quickLinks {
width: 98px;
z-index: 102;
right: 0;
pointer-events: auto;
transform: translateY(-100px); }
.quickLinks:not(.stuck) > .container {
padding: 0; }
.quickLinks:not(.stuck) > .container > .row {
flex-direction: column; }
.quickLinks:not(.stuck) > .container > .row > .col {
width: 100%;
min-height: inherit; }
.quickLinks:not(.stuck) > .container > .row > .col.col-close {
display: none; }
.quickLinks .col > .link {
display: flex;
flex-direction: column;
justify-content: center;
padding: 3px 12px;
min-height: 98px;
background-color: #6D906A;
color: #fff;
text-decoration: none;
text-align: center;
font-size: 11px;
line-height: 14px;
font-family: "Poppins", serif;
text-transform: uppercase;
transition: background-color 0.3s; }
@media (max-width: 1023px) {
.quickLinks .col > .link {
font-size: 10px; } }
.quickLinks .col > .link > [class*='icon-'] {
font-size: 38px;
line-height: 1.3em; }
body:not(.touch) .quickLinks .col > .link:hover, .quickLinks .col > .link.active {
text-decoration: none;
color: #6D906A;
background-color: #fff !important;
box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05); }
.quickLinks.stuck {
position: fixed;
width: 100%;
max-width: 100vw;
top: 0; }
.quickLinks.stuck .col > .link {
min-height: 98px; }
.quickLinks.closed.stuck {
transform: translateY(-30px) !important; }
.quickLinks .col-close {
max-width: 38px;
flex: 38px;
color: #6D906A;
background-color: #fff !important;
box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05); }
.quickLinks .col-close a {
display: block;
position: relative;
z-index: 1;
text-decoration: none;
width: 38px;
height: 95px;
text-shadow: none;
font-size: 12px;
color: #787878; }
.quickLinks .col-close a:hover {
text-decoration: none; }
.quickLinks .col-close a i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.quickLinks .link-drop {
visibility: hidden;
opacity: 0;
position: absolute;
background-color: #f5f5f5;
color: #424242;
padding: 30px;
top: 100%;
left: 0;
width: 390px;
max-width: 100vw;
transform: translateY(-20px);
z-index: -1;
transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
pointer-events: none;
text-align: left;
text-transform: none;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
@media (max-width: 1229px) {
.quickLinks .link-drop {
width: 357px; } }
.quickLinks .link-drop-title {
text-transform: none;
margin-bottom: 18px; }
.quickLinks .link-drop-title > [class*='icon-'] {
position: relative;
top: 3px;
font-size: 25px;
line-height: 1em;
color: #6D906A;
padding-right: 10px; }
.quickLinks .link-drop .row-table {
width: 100%;
font-size: 15px;
line-height: 23px;
font-weight: 400;
color: #787878; }
.quickLinks .link-drop .row-table tr:not(:last-child) {
border-bottom: 1px solid #ededed; }
.quickLinks .link-drop .row-table td {
padding: 5px 0; }
.quickLinks .link-drop .row-table td:last-child {
text-align: right;
color: #444;
padding-right: 5px;
padding-left: 5px; }
.quickLinks .link-drop p {
font-size: 15px;
line-height: 24px; }
.quickLinks:not(.stuck) .link-drop {
left: -390px !important;
top: 0;
right: auto !important;
transform: translateY(20px); }
@media (max-width: 1229px) {
.quickLinks:not(.stuck) .link-drop {
left: -357px !important; } }
.quickLinks .col:nth-last-child(2) .link-drop {
left: auto;
right: 0; }
.quickLinks:not(.stuck) .col:nth-last-child(3) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(2) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(1) .link-drop {
bottom: 0;
top: auto;
transform: translateY(-20px); }
.quickLinks .google-map {
width: 390px;
max-width: 100vw;
height: 312px; }
@media (max-width: 1229px) {
.quickLinks .google-map {
width: 357px; } }
.quickLinks ul.icn-list li .phone {
font-size: 24px;
line-height: 30px;
font-weight: 500;
color: #424242;
position: relative;
top: -2px; }
.quickLinks ul.icn-list li {
padding-left: 24px; }
.quickLinks ul.icn-list li > [class*='icon'] {
top: 6px;
font-size: 14px; }
.quickLinks .col:nth-child(1) > .link {
background-color: #3066b9; }
.quickLinks .col:nth-child(2) > .link {
background-color: #6D906A; }
.quickLinks .col:nth-child(3) > .link {
background-color: #3a6fcc; }
.quickLinks .col:nth-child(4) > .link {
background-color: #5582d3; }
.quickLinks .col:nth-child(5) > .link {
background-color: #658cd7; }
.quickLinks .col:nth-child(6) > .link {
background-color: #7a9cdd; }
.quickLinks.stuck .link-drop {
top: -1000%; }
@media (min-width: 1024px) {
body:not(.touch) .quickLinks .col:hover .link-drop, body.touch .col.hovered .link-drop {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%) !important;
transition-delay: 0s, 0s, 0s, 0.3s;
pointer-events: auto; }
.quickLinks.stuck .col:hover .link-drop {
top: 100%; } }
.link-drop-title {
text-transform: none;
margin-bottom: 15px; }
.link-drop-title > [class*='icon-'] {
position: relative;
top: 3px;
font-size: 25px;
line-height: 1em;
color: #6D906A;
padding-right: 10px; }
.header-quickLinks .quickLinks, .header-quickLinks .quickLinks.stuck {
transform: translateY(0) !important; }
@media (max-width: 1023px) {
.header-quickLinks .link {
font-size: 10px;
line-height: 12px; }
.quickLinks .col > .link > [class*='icon-'] {
font-size: 30px; }
.quickLinks.stuck .col > .link {
min-height: 76px; } }
@media (max-width: 767px) {
.quickLinks .col > .link > [class*='icon-'] {
font-size: 18px; }
.header-quickLinks .link > span {
display: none; }
.quickLinks.stuck .col > .link {
min-height: 36px; } }
.quickLinks-top .link-drop {
background-color: #f5f5f5;
color: #424242;
padding: 15px;
position: relative;
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%) !important;
transition-delay: 0s, 0s, 0.3s;
pointer-events: auto; }
@media (max-width: 767px) {
.quickLinks-top .link-drop {
font-size: 14px;
line-height: 20px;
padding: 15px 15px 25px; } }
.quickLinks-top .link-drop .google-map {
width: 100%;
height: 200px; }
@media (max-width: 767px) {
.quickLinks-top .link-drop-title {
font-size: 19px; }
.quickLinks-top .link-drop-title > [class*='icon-'] {
font-size: 25px; } }
@media (max-width: 1023px) {
.quickLinks.stuck {
position: relative !important;
transform: translateY(0); }
.quickLinks > .container {
padding: 0; }
.quickLinks .col-close {
display: none; }
.header-quickLinks .quickLinks {
position: relative !important;
transform: translateY(0);
width: 100%;
max-width: 100vw;
top: 0; }
.header-quickLinks .quickLinks:not(.stuck) > .container > .row {
flex-direction: row; } }
.quickLinks .quickLinks-open {
opacity: 0;
pointer-events: none;
position: absolute;
width: 0;
height: 0;
border-top: 45px solid transparent;
border-bottom: 45px solid transparent;
border-left: 45px solid rgba(51, 104, 198, 0.25);
transform: rotate(-45deg);
right: -10px;
top: -20px;
cursor: pointer; }
.quickLinks .quickLinks-open span {
position: absolute;
user-select: none;
top: -16px;
right: 20px;
z-index: 1;
color: #424242;
font-size: 30px;
transform: rotate(45deg); }
.quickLinks.closed .quickLinks-open {
top: 70px;
opacity: 1;
pointer-events: auto; }
body:not(.touch) .quickLinks.closed .quickLinks-open:hover {
border-left: 45px solid rgba(51, 104, 198, 0.5); }
body:not(.touch) .quickLinks.closed .quickLinks-open:hover span {
color: #fff; }
.page-content .quickLinks:not(.stuck) .quickLinks-open {
display: none !important; }
.quickLinks ul.icn-list .phone {
font-size: 20px;
line-height: 24px;
font-weight: bold;
color: #444; }
.doctor-info {
display: flex; }
@media (max-width: 1023px) {
.doctor-info {
flex-direction: column;
align-items: center;
text-align: center; }
.doctor-info > * + * {
margin-top: 5px; } }
.doctor-info-phone {
padding: 0 30px;
font-size: 18px;
line-height: 37px;
font-family: "Poppins", serif;
font-weight: 600;
color: #444; }
.doctor-info-phone a {
color: #444;
text-decoration: none; }
.doctor-info-phone a:hover {
color: #6D906A; }
.doctor-info-phone [class*='icon-'] {
position: relative;
top: -1px;
padding-right: 7px;
font-size: 11px;
color: #6D906A; }
.doctor-info-name {
flex: 1;
font-size: 16px;
line-height: 1em;
margin-bottom: 0;
color: #6D906A; }
.doctor-info-name h3 {
font-size: 32px;
line-height: 1em;
margin-bottom: 18px; }
.doctor-info-name h6 {
font-size: 16px;
line-height: 1em;
margin-bottom: 0;
color: #6D906A; }
.prd-tabs-wrap .btn, body:not(.touch) .prd-tabs-wrap .btn:focus {
height: 51px;
padding: 15px;
font-size: 15px;
line-height: 18px; }
.prd-tabs-wrap .nav-pills .nav-link {
margin: 0;
padding: 14px 24px !important;
cursor: pointer;
text-shadow: none;
font-size: 14px;
font-weight: 600;
line-height: 19px;
padding: 14px 16px;
color: #787878;
border: 1px solid #f0f0f0;
border-bottom: 2px solid transparent;
border-radius: 0; }
.prd-tabs-wrap .nav-pills .nav-link:hover {
background-color: #f8f8f8; }
.prd-tabs-wrap .nav-pills .nav-link.active {
border-bottom-color: #6D906A;
color: #6D906A;
box-shadow: none; }
.prd-tabs-wrap .nav-pills .nav-link + * {
margin-left: -1px; }
.prd-tabs-wrap .tab-content {
border: 1px solid #f0f0f0;
padding: 35px; }
@media (max-width: 575px) {
.prd-tabs-wrap .tab-content {
padding: 15px; } }
.prd-tabs-wrap h6 {
margin-bottom: 10px;
font-size: 15px;
font-weight: 600; }
.prd-tabs-wrap .star-rating:not(:last-child) {
margin-bottom: 10px; }
@media (min-width: 1024px) {
body.shop-page .header-nav {
display: inline-block; }
.header-content .col-lg.ml-auto {
text-align: right; } }
@media (max-width: 1023px) {
body.shop-page .header-content .col-lg:last-child {
position: static; } }
@media (max-width: 767px) {
.layout-medlab .tab-content > .tab-pane h3 {
margin-bottom: 15px; } }
@media (max-width: 575px) {
.layout-medlab .tab-content > .tab-pane h3 {
margin-bottom: 10px; } }
.layout-medlab ul.marker-list-md {
color: #444; }
@media (max-width: 1229px) {
.layout-medlab ul.marker-list-md {
font-size: 14px;
line-height: 22px; } }
.layout-medlab .btn, .layout-medlab:not(.touch) .btn:focus {
font-weight: 500;
color: #fff;
background: #6D906A;
border: 1px solid transparent;
box-shadow: none !important; }
@media (min-width: 1024px) {
.layout-medlab .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg), .layout-medlab:not(.touch) .btn:focus:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
font-size: 14px;
line-height: 22px;
padding: 15px 30px; } }
.layout-medlab .btn .icon-right-arrow, .layout-medlab:not(.touch) .btn:focus .icon-right-arrow {
font-size: 10px; }
.layout-medlab .btn:hover, .layout-medlab:not(.touch) .btn:focus:hover {
background: #5885d4;
color: #fff;
border: 1px solid transparent; }
.layout-medlab .btn-fill, .layout-medlab:not(.touch) .btn-fill:focus,
.layout-medlab .btn-hover-fill, .layout-medlab:not(.touch) .btn-hover-fill:focus {
color: #fff;
background: #6D906A;
border: 1px solid transparent; }
.layout-medlab:not(.touch) .btn-fill:hover, .layout-medlab:not(.touch) .btn-fill:focus:hover, .layout-medlab:not(.touch) .btn-hover-fill:hover, .layout-medlab:not(.touch) .btn-hover-fill:focus:hover {
background: #5885d4;
color: #fff;
border: 1px solid transparent; }
.layout-medlab:not(.touch) .btn-fill:hover [class*='icon'], .layout-medlab:not(.touch) .btn-fill:focus:hover [class*='icon'], .layout-medlab:not(.touch) .btn-hover-fill:hover [class*='icon'], .layout-medlab:not(.touch) .btn-hover-fill:focus:hover [class*='icon'] {
color: #fff; }
.layout-medlab .btn-white, .layout-medlab .btn-white:focus, .layout-medlab:not(.touch) .btn-white:focus {
border-color: #fff;
color: #6D906A;
background-color: #ffffff; }
@media (max-width: 767px) {
.layout-medlab .btn-white, .layout-medlab .btn-white:focus, .layout-medlab:not(.touch) .btn-white:focus {
box-shadow: inset 0 0 0 1px #fff; } }
.layout-medlab:not(.touch) .btn-white:hover, .layout-medlab .btn-white:hover {
color: #fff;
background-color: #6D906A; }
.layout-medlab:not(.touch) .btn-white:hover [class*='icon'], .layout-medlab .btn-white:hover [class*='icon'] {
color: #fff; }
.layout-medlab:not(.touch) .btn-white--all:hover, .layout-medlab .btn-white--all:hover {
color: #6D906A;
background-color: #ffffff; }
.layout-medlab:not(.touch) .btn-white--all:hover [class*='icon'], .layout-medlab .btn-white--all:hover [class*='icon'] {
color: #6D906A; }
.layout-medlab .services-tab-wrap {
padding: 30px 44px 80px 0; }
.layout-medlab .services-tab-wrap {
padding: 30px 30px 50px 15px; }
.layout-medlab .footer h3 {
font-size: 24px; }
@media (max-width: 1023px) {
.layout-medlab .footer h3 {
font-size: 20px; } }
@media (max-width: 767px) {
.layout-medlab .footer h3 {
font-size: 18px; } }
.layout-medlab .footer-post-title a {
font-size: 15px; }
.layout-medlab .footer-post-text, .layout-medlab .footer-post-text p, .layout-medlab .footer-text p {
font-size: 14px;
line-height: 23px; }
.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
margin-bottom:2px;
}
.bg-white {
      padding: 40px 0; }
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);}
.bg-grey-p {
padding: 10px;
background-color:#F6F7F9;
 }
 .bg-pink-p {
padding: 10px;
background-color:#FDEDDD;
 }
 .bg-green-p {
padding: 10px;
background-color:#daf2ae;
 }
.navvv {position: fixed;bottom: 0;width: 100%;height: 50px;box-shadow: 0 0 3px rgba(0, 0, 0, 15);background-color: #F3F5F9;display: flex;overflow-x: auto;z-index: 10000;}.navvv__link {display: flex;flex-direction: column;align-items: center;justify-content: center;flex-grow: 1;min-width: 70px;overflow: hidden;white-space: nowrap;font-family: sans-serif;font-size: 10px;color: #444444;text-decoration: none;-webkit-tap-highlight-color: transparent;transition: background-color 0.1s ease-in-out;}.navvv__link:hover {background-color: #eeeeee;}.navvv__link--active {color: #dd4e8d;background-color: #ebe8e8;}

@font-face {
  font-family: 'dentco';
  src:  url('fonts/dentcoe14c.eot?hg2v5b');
  src:  url('fonts/dentcoe14c.eot?hg2v5b#iefix') format('embedded-opentype'),
    url('fonts/dentcoe14c.ttf?hg2v5b') format('truetype'),
    url('fonts/dentcoe14c.woff?hg2v5b') format('woff'),
    url('fonts/dentcoe14c.svg?hg2v5b#dentco') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dentco' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question:before {
  content: "\e96e";
}
.icon-download1:before {
  content: "\e96f";
}
.icon-copy:before {
  content: "\e970";
}
.icon-billing:before {
  content: "\e971";
}
.icon-patient:before {
  content: "\e972";
}
.icon-card:before {
  content: "\e965";
}
.icon-micro:before {
  content: "\e966";
}
.icon-molecular:before {
  content: "\e967";
}
.icon-chromosome:before {
  content: "\e968";
}
.icon-testtube:before {
  content: "\e969";
}
.icon-testtube2:before {
  content: "\e96a";
}
.icon-dropper:before {
  content: "\e96b";
}
.icon-download:before {
  content: "\e96c";
}
.icon-labinstrument:before {
  content: "\e96d";
}
.icon-gynecology:before {
  content: "\e95b";
}
.icon-brain:before {
  content: "\e95c";
}
.icon-cardiology:before {
  content: "\e95d";
}
.icon-terapevt:before {
  content: "\e95e";
}
.icon-dental:before {
  content: "\e95f";
}
.icon-genetics:before {
  content: "\e960";
}
.icon-farmalogy:before {
  content: "\e961";
}
.icon-lab:before {
  content: "\e962";
}
.icon-pediatrics:before {
  content: "\e963";
}
.icon-traumatology:before {
  content: "\e964";
}
.icon-birthday-cake:before {
  content: "\e939";
}
.icon-emergency:before {
  content: "\e93a";
}
.icon-tooth-1:before {
  content: "\e93b";
}
.icon-hand:before {
  content: "\e93c";
}
.icon-placeholder3:before {
  content: "\e93d";
}
.icon-play:before {
  content: "\e93e";
}
.icon-tooth-2:before {
  content: "\e93f";
}
.icon-tooth-3:before {
  content: "\e940";
}
.icon-tooth-4:before {
  content: "\e941";
}
.icon-tooth-5:before {
  content: "\e942";
}
.icon-zoob:before {
  content: "\e943";
}
.icon-man:before {
  content: "\e944";
}
.icon-mommy:before {
  content: "\e945";
}
.icon-medicine:before {
  content: "\e946";
}
.icon-pharmacy:before {
  content: "\e947";
}
.icon-principles:before {
  content: "\e948";
}
.icon-sign:before {
  content: "\e949";
}
.icon-surgery:before {
  content: "\e94a";
}
.icon-syringe:before {
  content: "\e94b";
}
.icon-ambulance:before {
  content: "\e94c";
}
.icon-woman:before {
  content: "\e94d";
}
.icon-body:before {
  content: "\e94e";
}
.icon-body1:before {
  content: "\e94f";
}
.icon-doctor:before {
  content: "\e950";
}
.icon-first-aid-kit:before {
  content: "\e951";
}
.icon-flask:before {
  content: "\e952";
}
.icon-injecting:before {
  content: "\e953";
}
.icon-injecting-syringe:before {
  content: "\e954";
}
.icon-search:before {
  content: "\e955";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-birthday:before {
  content: "\e901";
}
.icon-black-envelope:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-calendar2:before {
  content: "\e904";
}
.icon-cart:before {
  content: "\e905";
}
.icon-check-mark:before {
  content: "\e906";
}
.icon-clock:before {
  content: "\e907";
}
.icon-clock2:before {
  content: "\e908";
}
.icon-dental-chair:before {
  content: "\e909";
}
.icon-email2:before {
  content: "\e90a";
}
.icon-emergency-call:before {
  content: "\e90b";
}
.icon-error:before {
  content: "\e90c";
}
.icon-facebook-logo:before {
  content: "\e90d";
}
.icon-youtube-logo:before {
  content: "\f16a";
}
.icon-facebook-logo-circle:before {
  content: "\e90e";
}
.icon-star:before {
  content: "\e90f";
}
.icon-google-plus-circle:before {
  content: "\e910";
}
.icon-google-plus1:before {
  content: "\e911";
  color: #f34a38;
}
.icon-health-care:before {
  content: "\e912";
}
.icon-clock3:before {
  content: "\e913";
}
.icon-icon-implant:before {
  content: "\e914";
}
.icon-icon-orthodontics:before {
  content: "\e915";
}
.icon-icon-whitening:before {
  content: "\e916";
}
.icon-instagram:before {
  content: "\e917";
}
.icon-link-symbol:before {
  content: "\e918";
}
.icon-medical-kit:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e91a";
}
.icon-paintbrush:before {
  content: "\e91b";
}
.icon-pencil-writing:before {
  content: "\e91c";
}
.icon-placeholder:before {
  content: "\e91d";
}
.icon-placeholder2:before {
  content: "\e91e";
}
.icon-price-tag:before {
  content: "\e91f";
}
.icon-reply-black:before {
  content: "\e920";
}
.icon-right-arrow:before {
  content: "\e921";
}
.icon-left-arrow:before {
  content: "\e92f";
}
.icon-left:before {
  content: "\e922";
}
.icon-right:before {
  content: "\e930";
}
.icon-top:before {
  content: "\e931";
}
.icon-bottom:before {
  content: "\e932";
}
.icon-smartphone:before {
  content: "\e923";
}
.icon-team:before {
  content: "\e924";
}
.icon-telephone:before {
  content: "\e925";
}
.icon-tick:before {
  content: "\e926";
}
.icon-tooth:before {
  content: "\e927";
}
.icon-tooth2:before {
  content: "\e928";
}
.icon-tooth3:before {
  content: "\e929";
}
.icon-twitter-logo-circle:before {
  content: "\e92a";
}
.icon-twitter-logo:before {
  content: "\e92b";
}
.icon-up-arrow:before {
  content: "\e92c";
}
.icon-user:before {
  content: "\e92d";
}
.icon-user2:before {
  content: "\e92e";
}
.icon-world:before {
  content: "\e959";
}
.icon-globe1:before {
  content: "\e959";
}
.icon-internet1:before {
  content: "\e959";
}
.icon-network:before {
  content: "\e959";
}
.icon-close:before {
  content: "\e937";
}
.icon-instagram-circle:before {
  content: "\e933";
}
.icon-sphere:before {
  content: "\e95a";
}
.icon-globe:before {
  content: "\e95a";
}
.icon-internet:before {
  content: "\e95a";
}
.icon-star-half:before {
  content: "\e938";
}
.icon-innovation:before {
  content: "\e956";
}
.icon-integrity:before {
  content: "\e957";
}
.icon-compassion:before {
  content: "\e958";
}
.icon-pinterest-logo:before {
  content: "\e934";
}
.icon-pinterest-circle:before {
  content: "\e935";
}
.icon-google-logo:before {
  content: "\e936";
}
/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.carddd:hover .img{filter:drop-shadow(0rem 2.5rem rgba(0,0,0,.1))}.acc-container{}.acc-btn{width:100%;padding:1rem 1rem;font-size:1.1rem;cursor:pointer;background:inherit;border:none;outline:0;text-align:left;transition:.5s linear}.acc-btn:after{content:"\27A4";color:#0fb372;float:right;transition:.3s linear}.acc-btn.is-open:after{transform:rotate(90deg)}.acc-btn.is-open,.acc-btn:hover{color:#000;font-weight:700}.acc-content{max-height:0;color:rgba(0,0,0,.75);font-size:1.5rem;margin:0 2rem;padding-left:1rem;overflow:hidden;transition:max-height .3s ease-in-out;border-bottom:1px solid #ccc}.credit{text-align:center;padding:1rem}.credit a{text-decoration:wavy underline;color:#1e90ff}