/* generated stylesheet — do not hand-edit */
@charset "UTF-8";;
.accordion .card { margin-top: 5px; }
.accordion .card:first-child { margin-top: 0; }
.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type { border: 1px solid rgba(0, 0, 0, 0.125); border-radius: .25rem; }
.accordion .card:not(:first-of-type) .card-header:first-child { border-radius: .25rem; }
.accordion .card-title { font-size: 16px; }
.accordion .card-header { padding: 0; border-radius: .25rem; border-bottom: 0; margin: -1px; }
.accordion .card-header a { cursor: pointer; display: block; padding: 10px 20px; }
.accordion .card-header a:hover, .accordion .card-header a:focus { text-decoration: none; }
.accordion .card-header a [class^="icon-"] { margin-right: 4px; position: relative; top: 1px; }
.accordion .card-header a [class*="fa-"], .accordion .card-header a .icons { display: inline-block; margin-right: 5px; position: relative; top: -1px; }
.appear-animation { opacity: 0; }
.appear-animation-visible { opacity: 1; }
.fadeInUpShorter { animation-name: fadeInUpShorter; }
.fadeInUpShorterPlus { animation-name: fadeInUpShorterPlus; }
.fadeInRightShorter { animation-name: fadeInRightShorter; }
.arrow { background: transparent url(../img/arrows.png) no-repeat 0 0; width: 47px; height: 120px; display: inline-block; position: relative; }
.arrow.hlb { background-position: -209px -101px; width: 120px; height: 47px; }
@media (max-width: 575px) {
.arrow { display: none; }
}
.badge-dark { background-color: #212529; color: #FFF; }
.badge.badge-sm { padding: 0.5em 0.8em; }
.progress { border-radius: 25px; height: 20px; background: #FAFAFA; overflow: visible; }
.progress-bar { background-color: #CCC; box-shadow: none; position: relative; border-radius: 25px; overflow: visible; }
.breadcrumb { background: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.breadcrumb > li { display: inline-block; font-size: 0.8em; text-transform: uppercase; text-shadow: none; }
.breadcrumb > li + li:before { color: inherit; opacity: 0.5; font-family: 'Font Awesome 6 Free'; font-weight: 900; content: "\f105"; padding: 0 7px 0 5px; }
.btn { font-size: 12.8px; font-size: 0.8rem; padding: 8.528px 14.928px; padding: 0.533rem 0.933rem; cursor: pointer; font-weight: 600; }
.btn.btn-xs { font-size: 11.2px; font-size: 0.7rem; padding: 3.2px 8px; padding: 0.2rem 0.5rem; }
.btn.btn-sm { font-size: 12.8px; font-size: 0.8rem; padding: 4.8px 10.4px; padding: 0.3rem 0.65rem; }
.btn.btn-lg { font-size: 16px; font-size: 1rem; padding: 8px 16px; padding: 0.5rem 1rem; }
.btn.btn-px-4 { padding-left: 28px; padding-left: 1.75rem; padding-right: 28px; padding-right: 1.75rem; }
.btn.btn-py-2 { padding-top: 12px; padding-top: .75rem; padding-bottom: 12px; padding-bottom: .75rem; }
.btn.btn-py-3 { padding-top: 20px; padding-top: 1.25rem; padding-bottom: 20px; padding-bottom: 1.25rem; }
html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active, html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active { box-shadow: none !important; }
.btn + .dropdown-menu .dropdown-item { font-size: 12.8px; font-size: 0.8rem; }
.btn-outline { border-width: 2px; padding: 7.728px 14.928px; padding: 0.483rem 0.933rem; }
.btn-outline.btn-xs { padding: 2.4px 8px; padding: 0.15rem 0.5rem; }
.btn-outline.btn-sm { padding: 4px 10.4px; padding: 0.25rem 0.65rem; }
.btn-outline.btn-lg { padding: 7.2px 16px; padding: 0.45rem 1rem; }
.btn-modern { text-transform: uppercase; font-size: .8em; padding: 12.8px 24px; padding: 0.8rem 1.5rem; font-weight: 600; }
.btn-rounded { border-radius: 35px; }
.btn.dropdown-toggle:after { margin-left: .155em; vertical-align: .155em; }
.btn-primary { background-color: #CCC; border-color: #CCC #CCC #b3b2b2; color: #FFF; }
.btn-primary:hover, .btn-primary.hover { background-color: #dfdfdf; border-color: #e6e5e5 #e6e5e5 #CCC; color: #FFF; }
.btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { background-color: #CCC; border-color: #CCC #CCC #b3b2b2; }
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle { background-color: #b9b9b9; background-image: none; border-color: #b3b2b2 #b3b2b2 #999999; }
.btn-outline.btn-primary { color: #CCC; background-color: transparent; background-image: none; border-color: #CCC; }
.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover { color: #FFF; background-color: #CCC; border-color: #CCC; }
.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus { box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); }
.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled { color: #CCC; background-color: transparent; }
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
.show > .btn-outline.btn-primary.dropdown-toggle { color: #FFF; background-color: #CCC; border-color: #CCC; }
.btn-success { background-color: #28a745; border-color: #28a745 #28a745 #1e7e34; color: #FFF; }
.btn-success:hover, .btn-success.hover { background-color: #2fc652; border-color: #34ce57 #34ce57 #28a745; color: #FFF; }
.btn-success:focus, .btn-success.focus { box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled { background-color: #28a745; border-color: #28a745 #28a745 #1e7e34; }
.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle { background-color: #218838; background-image: none; border-color: #1e7e34 #1e7e34 #145523; }
.btn-outline.btn-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745; }
.btn-outline.btn-success:hover, .btn-outline.btn-success.hover { color: #FFF; background-color: #28a745; border-color: #28a745; }
.btn-outline.btn-success:focus, .btn-outline.btn-success.focus { box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled { color: #28a745; background-color: transparent; }
.btn-outline.btn-success:active, .btn-outline.btn-success.active,
.show > .btn-outline.btn-success.dropdown-toggle { color: #FFF; background-color: #28a745; border-color: #28a745; }
.btn-warning { background-color: #ffc107; border-color: #ffc107 #ffc107 #d39e00; color: #FFF; }
.btn-warning:hover, .btn-warning.hover { background-color: #ffcb2d; border-color: #ffce3a #ffce3a #ffc107; color: #FFF; }
.btn-warning:focus, .btn-warning.focus { box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled { background-color: #ffc107; border-color: #ffc107 #ffc107 #d39e00; }
.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle { background-color: #e0a800; background-image: none; border-color: #d39e00 #d39e00 #a07800; }
.btn-outline.btn-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107; }
.btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover { color: #FFF; background-color: #ffc107; border-color: #ffc107; }
.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus { box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled { color: #ffc107; background-color: transparent; }
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active,
.show > .btn-outline.btn-warning.dropdown-toggle { color: #FFF; background-color: #ffc107; border-color: #ffc107; }
.btn-danger { background-color: #dc3545; border-color: #dc3545 #dc3545 #bd2130; color: #FFF; }
.btn-danger:hover, .btn-danger.hover { background-color: #e25663; border-color: #e4606d #e4606d #dc3545; color: #FFF; }
.btn-danger:focus, .btn-danger.focus { box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled { background-color: #dc3545; border-color: #dc3545 #dc3545 #bd2130; }
.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle { background-color: #c82333; background-image: none; border-color: #bd2130 #bd2130 #921925; }
.btn-outline.btn-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545; }
.btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover { color: #FFF; background-color: #dc3545; border-color: #dc3545; }
.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus { box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled { color: #dc3545; background-color: transparent; }
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active,
.show > .btn-outline.btn-danger.dropdown-toggle { color: #FFF; background-color: #dc3545; border-color: #dc3545; }
.btn-dark { background-color: #212529; border-color: #212529 #212529 #0a0c0d; color: #FFF; }
.btn-dark:hover, .btn-dark.hover { background-color: #32383e; border-color: #383f45 #383f45 #212529; color: #FFF; }
.btn-dark:focus, .btn-dark.focus { box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5); }
.btn-dark.disabled, .btn-dark:disabled { background-color: #212529; border-color: #212529 #212529 #0a0c0d; }
.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle { background-color: #101214; background-image: none; border-color: #0a0c0d #0a0c0d black; }
.btn-outline.btn-dark { color: #212529; background-color: transparent; background-image: none; border-color: #212529; }
.btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover { color: #FFF; background-color: #212529; border-color: #212529; }
.btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus { box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5); }
.btn-outline.btn-dark.disabled, .btn-outline.btn-dark:disabled { color: #212529; background-color: transparent; }
.btn-outline.btn-dark:active, .btn-outline.btn-dark.active,
.show > .btn-outline.btn-dark.dropdown-toggle { color: #FFF; background-color: #212529; border-color: #212529; }
html body .btn-light,
html body .btn-outline.btn-light { border-color: #d9d9d9 #d9d9d9 #bfbfbf; color: #777; }
html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover { background-color: #f2f2f2; border-color: #e6e5e5 #e6e5e5 #cccccc; color: #777; }
html body .btn-light:focus, html body .btn-light.focus,
html body .btn-outline.btn-light:focus,
html body .btn-outline.btn-light.focus { box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5); }
html body .btn-light.disabled, html body .btn-light:disabled,
html body .btn-outline.btn-light.disabled,
html body .btn-outline.btn-light:disabled { border-color: #bfbfbf #bfbfbf #bfbfbf; }
html body .btn-light:active, html body .btn-light.active,
.show > html body .btn-light.dropdown-toggle,
html body .btn-outline.btn-light:active,
html body .btn-outline.btn-light.active,
.show >
html body .btn-outline.btn-light.dropdown-toggle { border-color: #bfbfbf #bfbfbf #bfbfbf; }
.btn-gradient:not(.btn-outline) { border: 0; }
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover { border: 0; }
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus { border: 0; }
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled { border: 0; }
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active { border: 0; }
.btn-gradient.btn-outline { border: 2px solid transparent; background: transparent; border-image-slice: 1 !important; }
.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover { border: 2px solid transparent; }
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled { border: 2px solid transparent; }
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active { border: 2px solid transparent; }
.play-button-lg { width: 90px; height: 90px; }
.call-to-action { display: flex; flex-wrap: wrap; position: relative; padding: 32px 55px; clear: both; }
.call-to-action::after { clear: both; content: ""; display: block; }
@media (max-width: 767px) {
.call-to-action { padding: 10px 10px; }
}
.call-to-action h3 { text-transform: none; color: #212529; padding: 0; margin: 0 0 9px; }
.call-to-action p { font-size: 1.2em; }
.call-to-action > [class*="col-"] { display: flex; align-items: center; }
.call-to-action > [class*="col-"]:nth-child(2) { justify-content: flex-end; text-align: center; }
@media (max-width: 767px) {
.call-to-action > [class*="col-"]:nth-child(2) { justify-content: center; }
}
.call-to-action .container > .row, .call-to-action .container-fluid > .row { display: flex; flex-wrap: wrap; }
.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] { display: flex; align-items: center; }
.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) { justify-content: flex-end; text-align: center; }
@media (max-width: 767px) {
.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) { justify-content: center; }
}
@media (max-width: 767px) {
.call-to-action > [class*="col-"]:not([class*="col-xs"]) { width: 100%; }
.call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) { width: 100%; }
}
.call-to-action .call-to-action-content { text-align: center; }
.call-to-action.call-to-action-default { background: #f7f7f7; }
.call-to-action.call-to-action-dark { background: #333940; }
.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p { color: #FFF; }
.call-to-action.with-button-arrow .call-to-action-btn { position: relative; }
@media (min-width: 992px) {
.call-to-action.with-button-arrow .call-to-action-btn { left: -80px; }
}
.call-to-action.with-button-arrow .call-to-action-btn .arrow { position: absolute; }
@media (max-width: 991px) {
.call-to-action.with-button-arrow .call-to-action-btn .arrow { display: none; }
}
.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn { width: 100%; text-align: center; }
.container .call-to-action { border-radius: 8px; }
@media (max-width: 767px) {
.call-to-action .call-to-action-content,
		.call-to-action .call-to-action-btn { margin: 0; padding: 20px; position: static; width: auto; }
}
.card { position: relative; border: 1px solid rgba(0, 0, 0, 0.06); }
.card-header { border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.card-body { padding: 32px; padding: 2rem; position: relative; z-index: 1; }
.card-background-image-hover { background-size: cover; background-position: center; }
.card-background-image-hover .card-body { background: rgba(255, 255, 255, 0.9); margin: 16px; margin: 1rem; padding: 16px; padding: 1rem; }
.card-border { overflow: hidden; }
.card-border:after { content: ""; transition: .2s all ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 50%; height: 5px; width: 100%; transform: translateX(-50%); background-color: var(--primary); }
.card-border.card-border-top:after { top: 0; }
.owl-carousel { display: block; margin-bottom: 20px; opacity: 0; }
.owl-carousel.owl-loaded { opacity: 1; }
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span { display: none; }
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child { display: block; }
.owl-carousel .owl-item img { transform-style: unset; }
.owl-carousel .owl-item img[data-icon] { display: inline; }
.owl-carousel .owl-nav { top: 50%; position: absolute; width: 100%; margin-top: 0; transform: translate3d(0, -50%, 0); }
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { display: inline-block; position: absolute; top: 50%; width: 30px; height: 30px; margin: 0; transform: translate3d(0, -50%, 0); }
.owl-carousel .owl-nav button.owl-prev { left: 0; }
.owl-carousel .owl-nav button.owl-prev:before { font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 8px; font-size: 0.5rem; content: "\f053"; position: relative; left: -1px; top: -1px; }
.owl-carousel .owl-nav button.owl-next { right: 0; }
.owl-carousel .owl-nav button.owl-next:before { font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 8px; font-size: 0.5rem; content: "\f054"; position: relative; left: 1px; top: -1px; }
.owl-carousel.stage-margin .owl-stage-outer { margin-left: 40px !important; margin-right: 40px !important; }
.owl-carousel.stage-margin .owl-stage-outer .owl-stage { padding-left: 0 !important; padding-right: 0 !important; }
.owl-carousel.nav-outside .owl-nav button.owl-prev { left: 0; }
.owl-carousel.nav-outside .owl-nav button.owl-next { right: 0; }
@media (min-width: 992px) {
.owl-carousel.nav-outside .owl-nav button.owl-prev { left: -50px; }
.owl-carousel.nav-outside .owl-nav button.owl-next { right: -50px; }
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev { width: 20px; background: transparent !important; color: #000; }
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active { color: #CCC; }
.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after { font-size: inherit; }
.owl-carousel.nav-style-4 .owl-nav .owl-prev { left: 75px; }
@media (max-width: 991px) {
.owl-carousel.nav-style-4 .owl-nav .owl-prev { left: 40px; }
}
@media (max-width: 767px) {
.owl-carousel.nav-style-4 .owl-nav .owl-prev { left: 13px; }
}
.owl-carousel.nav-style-4 .owl-nav .owl-next { right: 75px; }
@media (max-width: 991px) {
.owl-carousel.nav-style-4 .owl-nav .owl-next { right: 40px; }
}
@media (max-width: 767px) {
.owl-carousel.nav-style-4 .owl-nav .owl-next { right: 13px; }
}
.owl-carousel.nav-style-4 .owl-nav .owl-prev, .owl-carousel.nav-style-4 .owl-nav .owl-next { background: #FFF; font-size: 11.2px; font-size: 0.7rem; width: 40px; height: 40px; color: #000; border-radius: 100%; box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3); }
.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-4 .owl-nav .owl-next:hover { color: #FFF; }
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next { width: 35px; height: 35px; }
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev:before, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next:before { content: none; }
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg { width: 2em; }
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon { fill: #FFF; stroke: #FFF; }
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg { transform: rotate(180deg); }
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev { background-color: #262a2f !important; border-color: #262a2f #262a2f #2c3237 !important; color: #FFF !important; }
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:hover, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:hover { background-color: #2c3237 !important; border-color: #2c3237 !important; }
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:active, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:active { background-color: #212529 !important; border-color: #212529 !important; }
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav .owl-next svg polygon, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav .owl-prev svg polygon { fill: #FFF !important; stroke: #FFF !important; }
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev { color: #212529 !important; }
.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-next svg polygon,
.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon { fill: #212529 !important; stroke: #212529 !important; }
.owl-carousel .owl-dots .owl-dot {  }
.owl-carousel .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 5px 4px; }
.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]) { transition: ease opacity 300ms; }
.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]):hover { opacity: 1 !important; }
.owl-carousel-spaced { margin-left: -5px; }
.owl-carousel-spaced .owl-item > div { margin: 5px; }
.owl-carousel.testimonials img { display: inline-block; height: 70px; width: 70px; }
@media (max-width: 575px) {
.owl-carousel-spaced { margin-left: 0; }
}
.owl-carousel.carousel-center-active-item .owl-item { opacity: 0.2; transition: ease opacity 300ms; }
.owl-carousel.carousel-center-active-item .owl-item.current { opacity: 1 !important; }
.owl-carousel.carousel-center-active-item-2 .owl-stage-outer { overflow: visible; }
.owl-carousel.carousel-center-active-item-2 .owl-item > div { width: 66.6666%; margin-left: auto; padding: 48px; padding: 3rem; background: #fff; border-radius: 7px; box-shadow: 0px 0px 70px -40px rgba(0, 0, 0, 0.2); }
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div { margin-right: auto; }
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * { color: #FFF !important; }
.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div { margin-right: auto; margin-left: 0; }
.owl-carousel-light.owl-carousel-light-init-fadeIn { transition: ease opacity 300ms; }
.owl-carousel-light .owl-stage-outer,
.owl-carousel-light .owl-stage { height: 100%; }
.owl-carousel-light .owl-item { display: none; visibility: hidden; opacity: 0; position: absolute !important; width: 100%; height: 100%; top: 0; transition: ease opacity 300ms; }
.owl-carousel-light .owl-item.active { display: block; visibility: visible; opacity: 1; }
.owl-carousel-light .owl-dots .owl-dot span { margin: 5px 2px; }
.counters .counter { text-align: center; }
.counters [class*="fa-"], .counters .icons { display: block; font-size: 35px; line-height: 35px; margin-bottom: 5px; }
.counters strong { display: block; font-weight: bold; font-size: 50px; line-height: 50px; }
.counters label { display: block; font-weight: 100; font-size: 20px; line-height: 20px; }
.counters.counters-sm [class*="fa-"], .counters.counters-sm .icons { font-size: 25px; line-height: 25px; }
.counters.counters-sm strong { font-size: 35px; line-height: 35px; }
.counters.counters-sm label { font-size: 15px; line-height: 15px; }
hr { background: rgba(0, 0, 0, 0.06); border: 0; height: 1px; margin: 22px 0; opacity: 1; }
hr.solid { background: rgba(0, 0, 0, 0.06); }
hr.light { background: rgba(255, 255, 255, 0.15); }
hr.invisible { background: none; }
.divider-left-border { border-left: 1px solid rgba(0, 0, 0, 0.06); }
.dropdown-item:not(.btn):hover { text-decoration: none; }
form label { font-weight: normal; }
textarea { resize: vertical; }
select { border: 1px solid #E5E7E9; border-radius: 6px; }
.form-group { margin-bottom: 16px; margin-bottom: 1rem; }
.form-group:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.form-control { border-color: rgba(0, 0, 0, 0.09); }
.form-control:not(.form-control-lg) { font-size: 12px; font-size: 0.75rem; line-height: 1.3; }
.form-control:not(.form-control-sm):not(.form-control-lg) { font-size: 13.6px; font-size: 0.85rem; line-height: 1.85; }
.form-control:focus { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border-color: #CCC; }
.form-control.error { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.form-control.error:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.page-link { border-color: rgba(0, 0, 0, 0.06); }
.input-group .form-control { height: auto; }
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea { -webkit-appearance: none; }
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #bdbdbd; }
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder { color: #bdbdbd; }
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #bdbdbd; }
.btn-lg,
.btn-group-lg > .btn { line-height: 1.334; }
select.form-control-sm, select.form-control-lg { line-height: 1; height: auto !important; }
label.valid { display: inline-block; text-indent: -9999px; }
label.error { color: #c10000; font-size: 0.9em; line-height: 18px; padding: 5px 0 0; }
input[type="search" i]::-webkit-search-cancel-button { margin-right: -7px !important; }
h1, h2, h3, h4, h5, h6 { color: #212529; font-weight: 200; letter-spacing: -.05em; margin: 0; -webkit-font-smoothing: antialiased; }
h1 { font-size: 2.6em; line-height: 44px; margin: 0 0 32px 0; }
h2 { font-size: 2.2em; font-weight: 300; line-height: 42px; margin: 0 0 32px 0; }
h3 { font-size: 1.8em; font-weight: 400; line-height: 24px; margin-bottom: 33px; }
h4 { font-size: 1.4em; font-weight: 600; line-height: 27px; margin: 0 0 14px 0; }
h5 { font-size: 1em; font-weight: 600; line-height: 18px; margin: 0 0 14px 0; }
h6 { color: #333; font-size: 1em; font-weight: 400; line-height: 18px; margin: 0 0 14px 0; }
h1.small { font-size: 2.2em; line-height: 42px; font-weight: 600; }
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark { color: #212529; }
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light { color: #FFF; }
.modal-header h3 { color: #333; text-transform: none; }
@media (max-width: 575px) {
h2 { line-height: 40px; }
}
.highlight { position: relative; background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #CCC 0); background-size: 200%; background-position: 0; padding-right: 8px; padding-right: .5rem; padding-left: 8px; padding-left: .5rem; transition: background-position .8s; }
.highlight.highlight-bg-opacity { background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(204, 204, 204, 0.2) 0); }
.highlight.highlight-animated.highlight-animated-start { background-position: -100%; }
[data-icon] { opacity: 0; }
.img-thumbnail { border-radius: 4px; position: relative; }
.img-thumbnail img { border-radius: 4px; }
.img-thumbnail.img-thumbnail-no-borders { border: none; padding: 0; }
.hover-effect-3d { transform-style: flat !important; }
.hover-effect-3d .thumb-info { will-change: box-shadow; transition: box-shadow 300ms; }
.hover-effect-3d .thumb-info:hover { box-shadow: 0px 17px 20px -15px rgba(33, 37, 41, 0.6); }
.hover-effect-3d .thumb-info .thumb-info-title { transition: ease-out opacity .2s !important; }
.hover-effect-3d .thumb-info .thumb-info-action { transition: ease-out opacity .2s !important; }
.hover-effect-3d .thumb-info .thumb-info-action .thumb-info-action-icon { pointer-events: none; }
.hover-effect-3d .thumb-info.thumb-info-centered-info .thumb-info-title { top: 47%; }
button.mfp-arrow { display: flex; align-items: center; justify-content: center; top: 50%; left: 0; border-radius: 4px; background: #212529; width: 35px; height: 100px; color: #FFF; margin: 0 !important; transform: translate3d(0, -50%, 0); }
button.mfp-arrow:before { content: none; }
button.mfp-arrow:after { content: "\f053"; font-family: 'Font Awesome 6 Free'; font-weight: 900; border: none !important; }
button.mfp-arrow.mfp-arrow-left { border-top-left-radius: 0; border-bottom-left-radius: 0; }
button.mfp-arrow.mfp-arrow-left:after { margin-left: 0; margin-top: 0; position: relative; top: auto; left: -2px; width: auto; height: auto; }
button.mfp-arrow.mfp-arrow-right { left: auto; right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; }
button.mfp-arrow.mfp-arrow-right:after { content: "\f054"; margin-left: 0; margin-top: 0; position: relative; top: auto; left: auto; right: -2px; width: auto; height: auto; }
.mfp-close,
.mfp-close-btn-in .mfp-close { font-family: "Poppins", Arial, sans-serif; font-weight: 600; font-size: 22px; color: #838383; }
.mfp-no-margins img.mfp-img { padding: 0; }
.mfp-no-margins .mfp-figure:after { top: 0; bottom: 0; }
.mfp-no-margins .mfp-container { padding: 0; }
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0.001; transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }
.mfp-fade.mfp-bg { opacity: 0; transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
.white-popup-block { background: #FFF; padding: 20px 30px; text-align: left; max-width: 600px; margin: 40px auto; position: relative; }
html.lightbox-opened.sticky-header-active #header .header-body { padding-right: 17px; }
.modal-open { padding-right: 0 !important; }
.list li { margin-bottom: 13px; }
.list.list-icons { list-style: none; padding-left: 0; padding-right: 0; }
.list.list-icons li { position: relative; padding-left: 25px; }
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child { position: absolute; left: 0; top: 5px; }
.list.list-icons.list-icons-style-2 li { padding-top: 5px; padding-left: 36px; }
.list.list-icons.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child { border-width: 1px; border-style: solid; border-radius: 50%; width: 25px; height: 25px; text-align: center; padding: 4px; font-size: 0.8em; line-height: 1.3; }
.list.list-icons.list-icons-sm li { padding-left: 13px; margin-bottom: 5px; }
.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child { font-size: 0.8em; top: 7px; }
.list.list-icons.list-icons-sm.list-icons-style-2 li { padding-left: 32px; }
.list.list-icons.list-icons-sm.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child { width: 20px; height: 20px; padding: 3px; }
.list.list-icons.list-icons-lg li { padding-top: 5px; padding-left: 27px; }
.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child { font-size: 1.3em; top: 10px; }
.list.list-icons.list-icons-lg.list-icons-style-2 li { padding-top: 8px; padding-left: 42px; }
.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child { width: 30px; height: 30px; padding: 4px; }
.list.list-side-borders { border-left: 1px solid #eaeaea; padding-left: 10px; }
.list.list-unstyled { padding-left: 0; padding-right: 0; }
.list-unstyled { padding-left: 0; padding-right: 0; }
dl dd { margin-bottom: 15px; }
.loading-overlay-showing { overflow: hidden; }
.google-map { background: #E5E3DF; height: 400px; margin: -35px 0 30px 0; width: 100%; }
.google-map.small { height: 250px; border-radius: 6px; margin: 0; clear: both; }
.google-map img { max-width: 9999px; }
.border-radius { border-radius: 4px !important; }
html body .rounded-circle { border-radius: 50% !important; }
.pagination { position: relative; z-index: 1; }
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #CCC; box-shadow: none !important; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { background-color: #CCC; border-color: #CCC; box-shadow: none !important; }
.read-more,
.learn-more { display: inline-block; white-space: nowrap; }
.alert [class*="fa-"], .alert .icons { margin-right: 8px; font-size: 1.1em; }
.alert ul { padding: 0; margin: 7px 0 0 40px; }
.alert ul li { font-size: 0.9em; }
.ratio.ratio-borders { border: 1px solid #DDD; padding: 4px; border-radius: 4px; }
.ratio.ratio-borders > * { top: 4px; left: 4px; width: calc( 100% - 8px); height: calc( 100% - 8px); }
@media (max-width: 991px) {
.col-md-3 .sidebar { clear: both; }
}
.sticky-wrapper { position: fixed; width: 100% !important; z-index: 11; }
.sticky-wrapper.sticky-wrapper-effect-1 { position: absolute !important; }
.highlighted-word { font-family: "Shadows Into Light", cursive; font-weight: 500; }
.highlighted-word.highlighted-word-animation-1 { position: relative; }
.highlighted-word.highlighted-word-animation-1:after { content: ''; position: absolute; right: calc(100% - 74px); bottom: -6px; background: url(../img/pencil-blue-line.png); width: 0; height: 15px; animation-name: pencilAnimation; animation-duration: 500ms; animation-delay: 1s; animation-fill-mode: forwards; overflow: hidden; transform: rotate(180deg); }
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-light:after { filter: brightness(0) invert(1); }
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-rotate:after { transform: rotate(0); }
.rating-invisible { height: 27px; visibility: hidden !important; }
.rating-xs { font-size: 12px; }
body.page-transition-active { opacity: 0 !important; }
.readmore-rendered { position: relative; overflow: hidden; }
.readmore-rendered .readmore-overlay { position: absolute; bottom: 0px; left: 0px; width: 100%; z-index: 1; }
.readmore-rendered .readmore-button-wrapper { position: absolute; bottom: 0px; left: 0px; width: 100%; z-index: 2; }
.hide-mouse-cursor { cursor: none; }
.hide-mouse-cursor a,
.hide-mouse-cursor button,
.hide-mouse-cursor input,
.hide-mouse-cursor textarea,
.hide-mouse-cursor .mfp-auto-cursor .mfp-content { cursor: none !important; }
.grecaptcha-badge { bottom: 60px !important; }
.modal-header .btn-close { text-indent: -99999px; }
.modal-footer > :not(:first-child) { margin-left: 4px; margin-left: .25rem; margin-right: 0px; margin-right: 0rem; }
.modal-footer > :not(:last-child) { margin-right: 4px; margin-right: .25rem; margin-left: 0px; margin-left: 0rem; }
.nav > li > a { text-decoration: none; }
.nav > li > a:hover, .nav > li > a:focus { background: transparent; text-decoration: none; }
ul.nav-list li { margin: 0; padding: 0; display: block; position: relative; }
ul.nav-list li a { transition: background 0.1s; border-bottom: 1px solid rgba(0, 0, 0, 0.06); padding: 8px 0 8px 22px; display: block; color: #666; font-size: 0.9em; text-decoration: none; line-height: 20px; }
ul.nav-list li a:before { font-family: 'Font Awesome 6 Free'; content: "\f054"; font-weight: 900; position: absolute; top: 8px; font-size: 7.2px; font-size: 0.45rem; opacity: 0.7; transform: translate3d(-1px, 0, 0); left: 12px; }
ul.nav-list li a:hover { text-decoration: none; }
ul.nav-list li a:hover:before,
ul.nav-list li a:hover i[class*="fa-chevron"] { animation-name: arrowLeftRight; animation-duration: 500ms; animation-iteration-count: infinite; }
ul.nav-list li a i[class*="fa-chevron"] { position: relative; top: -1px; font-size: 8px; font-size: 0.5rem; opacity: 0.8; }
ul.nav-list li > a.active { font-weight: bold; }
ul.nav-list li ul { list-style: none; margin: 0 0 0 25px; padding: 0; }
ul.nav-list li:last-child a { border-bottom: 0; }
ul.nav-pills > li > a.active { color: #FFF; background-color: #CCC; }
ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus { color: #FFF; background-color: #CCC; }
.nav-pills .nav-link.active { background-color: transparent; }
.show > .nav-pills .nav-link { background-color: transparent; }
.overlay { position: relative; }
.overlay:before { content: ' '; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: #212529; opacity: 0; pointer-events: none; transition: ease opacity 300ms 100ms; }
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before { opacity: 0.8; }
.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before { opacity: 0.7; }
.overlay .container,
.overlay .container-fluid { position: relative; z-index: 3; }
.parallax { background-color: transparent; background-position: 50% 50%; background-repeat: repeat; background-attachment: fixed; position: relative; clear: both; }
.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) { margin: 70px 0; padding: 50px 0; }
.parallax blockquote { border: 0; padding: 0 10%; }
.parallax blockquote i.fa-quote-left { font-size: 34px; position: relative; left: -5px; }
.parallax blockquote p { font-size: 24px; line-height: 30px; }
.parallax blockquote span { font-size: 16px; line-height: 20px; color: #999; position: relative; left: -5px; }
.process { text-align: center; }
.process .process-step { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; }
.process .process-step-circle { display: flex; justify-content: center; height: 90px; text-align: center; width: 90px; border: 2px solid #CCC; border-radius: 50%; align-items: center; position: relative; background-color: transparent; transition: all 0.2s ease-in-out; }
.process .process-step-content { padding-top: 20px; }
.process .process-step-circle-content { font-weight: bold; color: #212529; font-size: 1.6em; letter-spacing: -1px; transition: all 0.2s ease-in-out; }
.process .process-step:hover .process-step-circle { background-color: #CCC; }
.process .process-step:hover .process-step-circle .process-step-circle-content { color: #FFF; }
.process.process-shapes .process-step-circle { position: relative; width: auto; height: auto; border: 0; margin-bottom: 19.2px; margin-bottom: 1.2rem; }
.process.process-shapes .process-step-circle .process-step-circle-content { position: relative; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; background-color: #CCC; border-radius: 100%; color: #FFF; z-index: 3; }
.process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after { content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; background-color: #777; border-radius: 100%; opacity: 0.6; transform: translate3d(-50%, -50%, 0) scale(1.5); transition: ease transform 1s; z-index: 2; }
.process.process-shapes .process-step-circle:after { background-color: #999; opacity: 0.3; transform: translate3d(-50%, -50%, 0) scale(2); z-index: 1; }
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before { animation-name: processShapesScaleOne; animation-delay: 300ms; }
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after { animation-name: processShapesScaleTwo; }
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before, .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after { animation-fill-mode: forwards; animation-iteration-count: infinite; animation-duration: 3s; animation-timing-function: linear; }
@media (min-width: 992px) {
.process .process-step:before { content: ''; height: 2px; display: block; background-color: #EDEDED; position: absolute; width: 50%; top: 45px; left: 75%; }
.process .process-step:last-child:before { display: none; }
.process.process-shapes .process-step:before { top: 23px; }
}
.process-vertical { text-align: left; }
.process-vertical .process-step { width: 100%; flex-direction: row; justify-content: start; align-items: start; position: relative; padding-bottom: 60px; }
.process-vertical .process-step:before { display: none; }
.process-vertical .process-step:after { width: 2px; display: block; background-color: #EDEDED; position: absolute; content: ''; height: calc(100% - 80px); top: 70px; left: 30px; }
.process-vertical .process-step:last-child:after { display: none; }
.process-vertical .process-step-circle { height: 60px; width: 60px; margin: 0 15px 0 0; min-height: 60px; min-width: 60px; }
.process-vertical .process-step-content { padding-top: 0; }
.process-connecting-line { position: relative; text-align: left; }
.process-connecting-line .connecting-line { content: ''; position: absolute; top: 25px; left: 15px; right: 15px; height: 3px; background: #CCC; }
.process-connecting-line .process-step { align-items: flex-start; padding-right: 48px; padding-right: 3rem; padding-left: 48px; padding-left: 3rem; }
.process-connecting-line .process-step:before { content: none; }
.process-connecting-line .process-step-circle { background: #FFF; width: 50px; height: 50px; border: 3px solid #CCC; }
html .scroll-to-top { transition: opacity 0.3s; background: #404040; border-radius: 4px 4px 0 0; bottom: 0; color: #FFF; display: none; height: 9px; opacity: 0; padding: 00px 0px 20px; position: fixed; right: 10px; text-align: center; text-decoration: none; min-width: 50px; z-index: 1040; font-size: 0.8em; }
html .scroll-to-top:hover { opacity: 1; }
html .scroll-to-top.visible { opacity: 0.75; }
html .scroll-to-top span { display: inline-block; padding: 0 5px; }
html.lightbox-opened .scroll-to-top { right: 27px; }
@media (max-width: 991px) {
html .scroll-to-top.hidden-mobile { display: none !important; }
}
section.section { background: #f7f7f7; border-top: 5px solid #f1f1f1; margin: 30px 0; padding: 50px 0; }
section.section > .container { position: relative; }
section.section.section-height-3 { padding: 73.846px 0; padding: 4.6153846154rem 0; }
section.section.section-angled { position: relative; margin: 0; overflow: hidden; }
section.section.section-angled .section-angled-layer-top { position: absolute; top: 0; left: 0; width: 100%; padding: 48px 0; padding: 3rem 0; transform: skewY(-0.7deg) translate3d(0, -50%, 0); }
section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-top { transform: skewY(-1.7deg) translate3d(0, -50%, 0); }
section.section.section-angled.section-angled-reverse .section-angled-layer-top { transform: skewY(0.7deg) translate3d(0, -50%, 0); }
section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-top { transform: skewY(1.7deg) translate3d(0, -50%, 0); }
section.section.section-angled + .section-angled { padding-top: 0; }
section.section.overlay .section-angled-layer-top,
section.section.overlay .section-angled-layer-bottom { z-index: 99 !important; }
section.section.section-no-border { border: 0; }
@media (max-width: 991px) {
.container-fluid > .row > .p-0 section.section { margin-bottom: 0; margin-top: 0; }
.container-fluid > .row > .p-0:first-child section.section { margin-bottom: 0; margin-top: 30px; }
.container-fluid > .row > .p-0:last-child section.section { margin-bottom: 30px; margin-top: 0; }
}
aside ul.nav-list > li > a { color: #666; font-size: 0.9em; padding: 8px 0 8px 22px; }
aside .twitter [class*="fa-"], aside .twitter .icons { clear: both; font-size: 1.5em; position: relative; top: 3px; margin-right: -22px; left: -30px; color: #212529; }
aside .twitter .meta { display: block; font-size: 0.9em; padding-top: 3px; }
aside .twitter ul { list-style: none; margin: 0; padding: 0; }
aside .twitter ul li { padding-bottom: 20px; padding-left: 30px; }
aside .twitter ul li:last-child { padding-bottom: 0; }
.social-icons { margin: 0; padding: 0; width: auto; }
.social-icons li { display: inline-block; margin: -1px 1px 0 0; padding: 0; border-radius: 100%; overflow: visible; }
.social-icons li a { transition: all 0.2s ease; border-radius: 100%; display: block; height: 28px; line-height: 28px; width: 28px; text-align: center; color: #333 !important; text-decoration: none; font-size: 12.8px; font-size: 0.8rem; }
.social-icons li:hover a { background: #151719; color: #FFF !important; }
.social-icons li:hover.social-icons-twitter a { background: #1aa9e1 !important; }
.social-icons li:hover.social-icons-facebook a { background: #3b5a9a !important; }
.social-icons li:hover.social-icons-linkedin a { background: #0073b2 !important; }
.social-icons.social-icons-icon-gray li a { color: #777 !important; }
.social-icons.social-icons-icon-gray li:hover a { color: #FFF !important; }
.social-icons.social-icons-icon-light li a i { color: #FFF; }
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); }
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a { background: #FFF; }
.sort-destination-loader-full-width { overflow: visible; }
.sort-destination-loader-full-width:after { bottom: -81px; top: -51px; }
.sort-destination-loader-full-width.sort-destination-loader-showing { overflow: hidden; height: 600px; }
.sort-destination-loader-lg.sort-destination-loader-showing { height: 600px; }
.svg-stroke-color-dark { stroke: #212529 !important; }
.svg-stroke-color-dark svg path, .svg-stroke-color-dark svg rect { stroke: #212529 !important; }
.table td, .table th { border-color: rgba(0, 0, 0, 0.06); }
.table > :not(:first-child) { border-top-color: rgba(0, 0, 0, 0.06); }
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th { background-color: #CCC; color: #FFF; }
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th { background-color: #28a745; color: #FFF; }
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th { background-color: #17a2b8; color: #FFF; }
.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th { background-color: #212529; color: #FFF; }
.tabs { border-radius: 4px; margin-bottom: 20px; }
.nav-tabs { margin: 0; padding: 0; border-bottom-color: #EEE; }
.nav-tabs li:last-child .nav-link { margin-right: 0; }
.nav-tabs li .nav-link { border-radius: 5px 5px 0 0; font-size: 13px; font-weight: 600; letter-spacing: -0.2px; padding: 11.2px 24px; padding: .7rem 1.5rem; transition: all .2s; margin-right: 1px; }
.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover { background: #f7f7f7; border-bottom: none; border-left: 1px solid #EEE; border-right: 1px solid #EEE; border-top: 3px solid #EEE; color: #CCC; }
.nav-tabs li .nav-link:hover { border-bottom-color: transparent; border-top: 3px solid #CCC; box-shadow: none; }
.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:hover, .nav-tabs li .nav-link:focus { background: #FFF; border-left-color: #EEE; border-right-color: #EEE; border-top: 3px solid #CCC; color: #CCC; }
.tab-content { border-radius: 0 0 4px 4px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04); background-color: #FFF; border: 1px solid #EEE; border-top: 0; padding: 15px; }
.testimonial { margin-bottom: 20px; }
.testimonial blockquote { background: #CCC; border-radius: 5px; border: 0; color: #666; font-family: 'Playfair Display', serif; margin: 0; padding: 40px 64px 40px 72px; padding: 2.5rem 4rem 2.5rem 4.5rem; position: relative; }
.testimonial blockquote:before { left: 22px; top: 21px; color: #FFF; content: "“"; font-size: 85px; font-style: normal; line-height: 1; position: absolute; }
.testimonial blockquote p { color: #FFF; font-family: 'Playfair Display', serif; font-size: 1.2em; }
.thumb-info { display: block; position: relative; text-decoration: none; max-width: 100%; background-color: #FFF; border-radius: 4px; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translate3d(0, 0, 0); }
.thumb-info .thumb-info-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translate3d(0, 0, 0); border-radius: 4px; margin: 0; overflow: hidden; display: block; position: relative; }
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos { max-height: 330px; }
.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before { content: ""; background: rgba(33, 37, 41, 0.8); transition: all 0.3s; border-radius: 4px; bottom: -4px; color: #FFF; left: -4px; position: absolute; right: -4px; top: -4px; display: block; opacity: 0; z-index: 1; }
.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay { position: absolute; width: 100%; height: 100%; left: auto; top: auto; }
.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before { opacity: 1; top: 0; left: 0; bottom: 0; right: 0; border-radius: 0; }
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link { background-size: cover; background-position: center; background-repeat: no-repeat; }
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a { display: block; padding-top: 72%; text-indent: -9999px; }
.thumb-info.thumb-info-wrapper-direction-aware .thumb-info-wrapper:after { display: none !important; }
.thumb-info .thumb-info-wrapper-opacity-0:after { opacity: 0.0; }
.thumb-info .thumb-info-wrapper-opacity-1:after { opacity: 0.1; }
.thumb-info .thumb-info-wrapper-opacity-2:after { opacity: 0.2; }
.thumb-info .thumb-info-wrapper-opacity-3:after { opacity: 0.3; }
.thumb-info .thumb-info-wrapper-opacity-4:after { opacity: 0.4; }
.thumb-info .thumb-info-wrapper-opacity-5:after { opacity: 0.5; }
.thumb-info .thumb-info-wrapper-opacity-6:after { opacity: 0.6; }
.thumb-info .thumb-info-wrapper-opacity-7:after { opacity: 0.7; }
.thumb-info .thumb-info-wrapper-opacity-8:after { opacity: 0.8; }
.thumb-info .thumb-info-wrapper-opacity-9:after { opacity: 0.9; }
.thumb-info .thumb-info-action-icon { transition: all 0.3s; background: #CCC; border-radius: 0 0 0 4px; display: inline-block; font-size: 25px; height: 50px; line-height: 50px; position: absolute; right: -100px; text-align: center; top: -100px; width: 50px; z-index: 2; }
.thumb-info .thumb-info-action-icon i { font-size: 14px; right: 50%; position: absolute; top: 50%; color: #FFF; transform: translate(50%, -50%); margin: -2px -1px 0 0px; }
.thumb-info .thumb-info-inner { transition: all 0.3s; display: block; }
.thumb-info .thumb-info-inner em { display: block; font-size: 0.8em; font-style: normal; font-weight: normal; }
.thumb-info .thumb-info-title { transition: all 0.3s; background: rgba(33, 37, 41, 0.8); color: #FFF; font-weight: 600; left: 0; letter-spacing: -.05em; position: absolute; z-index: 2; max-width: 90%; font-size: 17px; padding: 13px 21px 2px; bottom: 13%; }
.thumb-info .thumb-info-title.thumb-info-title-vert-align { bottom: auto; top: 50%; transform: translateY(-50%); }
.thumb-info .thumb-info-title.thumb-info-title-top { bottom: auto; top: 13%; }
.thumb-info .thumb-info-type { background-color: #CCC; border-radius: 2px; display: inline-block; float: left; font-size: 0.6em; font-weight: 600; letter-spacing: 0; margin: 8px -2px -15px 0px; padding: 2px 12px; text-transform: uppercase; z-index: 2; line-height: 2.3; }
.thumb-info .owl-carousel { z-index: auto; }
.thumb-info .owl-carousel .owl-dots { z-index: 2; }
.thumb-info img { transition: all 0.3s ease; border-radius: 3px; position: relative; width: 100%; }
.thumb-info:hover .thumb-info-wrapper:after { opacity: 1; }
.thumb-info:hover .thumb-info-action-icon { right: 0; top: 0; }
.thumb-info:hover .thumb-info-title { background: rgba(33, 37, 41, 0.9); }
.thumb-info:hover img { transform: scale(1.1, 1.1); }
.thumb-info.thumb-info-no-zoom img { transition: none; }
.thumb-info.thumb-info-no-zoom:hover img { transform: scale(1, 1); }
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after { background: rgba(23, 23, 23, 0.25); }
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after { display: none; }
.thumb-info.thumb-info-centered-icons .thumb-info-action { display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; left: 0; right: auto; bottom: auto; width: 100%; height: 45px; text-align: center; opacity: 0; transition: transform .2s ease-out, opacity .2s ease-out; transform: translate3d(0, -70%, 0); z-index: 2; }
.thumb-info.thumb-info-centered-icons .thumb-info-action a { text-decoration: none; }
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon { display: inline-flex; align-items: center; justify-content: center; position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 35px; height: 35px; font-size: 14px; border-radius: 50%; margin-right: 5px; transition: all 0.1s ease; z-index: 2; }
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i { margin: 0; }
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover { transform: scale(1.15, 1.15); }
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action { opacity: 1; transform: translate3d(0, -50%, 0); }
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon { position: relative; }
.thumb-info.thumb-info-centered-info .thumb-info-title { background: transparent; left: 5%; width: 90%; transition: transform .2s ease-out, opacity .2s ease-out; transform: translate(0%, -50%); top: 50%; bottom: auto; opacity: 0; text-align: center; padding: 0; position: absolute; }
.thumb-info.thumb-info-centered-info .thumb-info-type { float: none; }
.thumb-info.thumb-info-centered-info:hover .thumb-info-title { opacity: 1; transform: translate(0%, -50%); }
.thumb-info.thumb-info-bottom-info .thumb-info-title { background: #FFF; left: 0; width: 100%; max-width: 100%; transition: transform .2s ease-out, opacity .2s ease-out; transform: translate3d(0, 100%, 0); top: auto; bottom: 0; opacity: 0; padding: 15px; text-shadow: none; color: #777; }
.thumb-info.thumb-info-bottom-info .thumb-info-type { float: none; background: none; padding: 0; margin: 0; }
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title { transform: translate3d(0, 0, 0); opacity: 1; }
.thumb-info.thumb-info-bottom-info:hover img { transform: scale(1.1); }
.thumb-info.thumb-info-show-button-hover .btn { opacity: 0; }
.thumb-info.thumb-info-show-button-hover .btn, .thumb-info.thumb-info-show-button-hover .thumb-info-type { transition: opacity .3s ease-out; }
.thumb-info.thumb-info-show-button-hover .thumb-info-title { transform: translate3d(0, 35px, 0); transition: transform .3s ease-out; bottom: 0; }
.thumb-info.thumb-info-show-button-hover:hover .btn { opacity: 1; }
.thumb-info.thumb-info-show-button-hover:hover .thumb-info-type { opacity: 0; }
.thumb-info.thumb-info-show-button-hover:hover .thumb-info-title { transform: translate3d(0, -20px, 0); }
.thumb-info.thumb-info-bottom-info-linear .thumb-info-title { background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0); }
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title { background: #212529; color: #FFF; }
.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title { background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); }
.thumb-info.thumb-info-bottom-info-show-more img { transform: none !important; }
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title { transform: translate3d(0, 0, 0); opacity: 1; }
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content { transition: ease max-height 800ms; overflow: hidden; max-height: 0; display: block; }
.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content { max-height: 300px; }
.thumb-info.thumb-info-push-hor img { transform: translatex(-18px); width: calc(100% + 19px); max-width: none; }
.thumb-info.thumb-info-push-hor:hover img { transform: translatex(0); }
.thumb-info.thumb-info-block .thumb-info-action-icon { top: 15px; right: 15px; opacity: 0; transition: all 0.2s ease-in-out; }
.thumb-info.thumb-info-block .thumb-info-wrapper:before { content: ""; background: rgba(255, 255, 255, 0.9); transition: all 0.3s; border-radius: 0; bottom: 16px; bottom: 1rem; color: #FFF; left: 16px; left: 1rem; position: absolute; right: 16px; right: 1rem; top: 16px; top: 1rem; display: block; opacity: 0; z-index: 2; }
.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before { opacity: 1; }
.thumb-info.thumb-info-block:hover .thumb-info-action-icon { opacity: 1; }
.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before { background: rgba(33, 37, 41, 0.9); }
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after { opacity: 0.65; }
.thumb-info.thumb-info-hide-info-hover .thumb-info-title { opacity: 1; top: 50%; }
.thumb-info.thumb-info-hide-info-hover .thumb-info-type { float: none; }
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after { opacity: 0.1; }
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title { opacity: 0; }
.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after { opacity: 0.65; }
.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after { opacity: 1; }
.thumb-info.thumb-info-slide-info-hover .thumb-info-title { opacity: 1; top: 0; height: 100%; top: 0; transform: none !important; }
.thumb-info.thumb-info-slide-info-hover .thumb-info-type { float: none; }
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1,
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 { transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms; position: absolute; left: 0; width: 100%; text-align: center; top: 50%; transform: translate(0%, -50%); }
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 { top: 150%; }
.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 { top: -50%; }
.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 { top: 50%; }
.thumb-info.thumb-info-show-image-hover img { opacity: 0; }
.thumb-info.thumb-info-show-image-hover .thumb-info-title { background: transparent; color: #333; }
.thumb-info.thumb-info-show-image-hover .thumb-info-inner { transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms; }
.thumb-info.thumb-info-show-image-hover:hover img { opacity: 1; }
.thumb-info.thumb-info-show-image-hover:hover .thumb-info-title { color: #FFF; }
.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img { border: 0; padding: 0; margin: 0; border-radius: 0; }
.thumb-info.thumb-info-no-borders .thumb-info-wrapper { border: 0; padding: 0; margin: 0; border-radius: 0; }
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after { border-radius: 0; bottom: 0; left: 0; right: 0; top: 0; }
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after { border-radius: 4px; }
.thumb-info.thumb-info-preview .thumb-info-wrapper:after { display: none; }
.thumb-info.thumb-info-preview .thumb-info-image { min-height: 232px; display: block; background-position: center top; background-repeat: no-repeat; background-size: 100% auto; position: relative; transition: background-position 0.8s linear 0s; }
.thumb-info.thumb-info-preview:hover .thumb-info-image { transition: background-position 2.5s linear 0s; background-position: center bottom; }
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image { transition: background-position 1s linear 0s; }
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image { transition: background-position 5s linear 0s; }
.thumb-info.thumb-info-slow-image-zoom-hover img { transition: transform 2s; will-change: transform; transform: scale(1, 1); }
.thumb-info.thumb-info-slow-image-zoom-hover:hover img { transform: scale(1.5, 1.5); }
.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after { content: none; }
.thumb-info.thumb-info-no-bg { background: transparent; }
.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > * { transition: cubic-bezier(0.55, 0, 0.1, 1) all 300ms; }
.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) { max-width: 100%; text-align: center; bottom: 0%; margin: 0; position: absolute; width: 100%; left: 0; }
.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) { display: inline-block; transform: translateY(120%); opacity: 0; }
.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) { transform: translateY(-120%); opacity: 0; }
.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) { transform: none; opacity: 1; }
.thumb-info-ribbon { background: #999; position: absolute; margin: -16px 0 0 0; padding: 5px 13px 6px; right: 15px; z-index: 1; }
.thumb-info-ribbon:before { border-right: 10px solid #646464; border-top: 16px solid transparent; content: ""; display: block; height: 0; left: -10px; position: absolute; top: 0; width: 7px; }
.thumb-info-ribbon span { color: #FFF; font-size: 1.1em; font-family: "Shadows Into Light", cursive; }
.thumb-info-caption { padding: 10px 0; }
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p { font-size: 0.9em; margin: 0; padding: 15px 0; display: block; }
.thumb-info-side-image { display: flex; }
.thumb-info-side-image .thumb-info-side-image-wrapper { padding: 0; margin-right: 20px; }
.thumb-info-side-image-right { display: flex; }
.thumb-info-side-image-right .thumb-info-side-image-wrapper { margin-left: 20px; margin-right: 0; }
.thumb-info-social-icons { margin: 0; padding: 0; display: block; }
.thumb-info-social-icons a { background: #CCC; border-radius: 25px; display: inline-block; height: 30px; line-height: 30px; text-align: center; width: 30px; }
.thumb-info-social-icons a:hover { text-decoration: none; }
.thumb-info-social-icons a span { display: none; }
.thumb-info-social-icons a i { color: #FFF; font-size: 0.9em; font-weight: normal; }
.thumb-info-floating-caption-title { background: rgba(33, 37, 41, 0.8); color: #FFF; font-weight: 600; letter-spacing: -.05em; font-size: 17px; padding: 13px 21px; }
.thumb-info-floating-caption-title .thumb-info-floating-caption-type { position: absolute; background-color: #CCC; border-radius: 2px; display: block; font-size: 0.6em; font-weight: 600; letter-spacing: 0; margin: 8px -2px -15px 0px; padding: 2px 12px; text-transform: uppercase; line-height: 2.3; }
@media (max-width: 991px) {
.thumb-info .thumb-info-title { font-size: 14px; }
.thumb-info .thumb-info-more { font-size: 11px; }
}
.thumb-info-container-full-img { overflow: hidden; position: relative; }
.thumb-info-container-full-img .thumb-info-container-full-img-large { opacity: 0; transform: scale(1.025); transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1); transition-property: opacity, transform; display: flex; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: 50% 0; }
.thumb-info-container-full-img .thumb-info-container-full-img-large.active { opacity: 1 !important; }
.thumb-info-container-full-img .thumb-info-wrapper img { transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1); transition-property: opacity, transform; }
.thumb-info-container-full-img .owl-stage-outer:hover .thumb-info-wrapper img { opacity: 0; }
section.timeline { width: 100%; margin: 50px 0 0; position: relative; float: left; padding-bottom: 120px; }
section.timeline:before { background: #505050; background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%); content: ""; display: block; height: 100%; left: 50%; margin-left: -2px; position: absolute; top: -60px; width: 3px; z-index: 0; filter: alpha(opacity=35); opacity: 0.35; }
@media (max-width: 767px) {
section.timeline { width: 100%; margin: 0; }
}
@media (max-width: 575px) {
section.timeline { width: auto; float: none; margin-left: 0; margin-right: 0; }
article.post-large { margin-left: 0; }
article.post-large .post-image, article.post-large .post-date { margin-left: 0; }
}
.toggle { margin: 10px 0 20px; position: relative; clear: both; }
.toggle .toggle { margin: 10px 0 0; }
.toggle > input { cursor: pointer; filter: alpha(opacity=0); height: 45px; margin: 0; opacity: 0; position: absolute; width: 100%; z-index: 2; }
.toggle > label,
.toggle > .toggle-title { transition: all .15s ease-out; background: #f7f7f7; border-left: 3px solid #CCC; border-radius: 5px; color: #CCC; display: block; min-height: 20px; padding: 12px 20px 12px 15px; position: relative; cursor: pointer; font-weight: 600; letter-spacing: -0.2px; text-decoration: none !important; }
.toggle > label:-moz-selection,
.toggle > .toggle-title:-moz-selection { background: none; }
.toggle > label i.fa-minus,
.toggle > .toggle-title i.fa-minus { display: none; }
.toggle > label i.fa-plus,
.toggle > .toggle-title i.fa-plus { display: inline; }
.toggle > label:before,
.toggle > .toggle-title:before { content: " "; position: absolute; top: calc(50% + 1px); right: 14px; border-color: #CCC; border-top: 1px solid; border-right: 1px solid; width: 8px; height: 8px; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform 0.3s, top 0.3s; transform: rotate(-45deg) translate3d(0, -50%, 0); transform-origin: 35%; }
.toggle > label:hover,
.toggle > .toggle-title:hover { background: #f5f5f5; }
.toggle > label + p,
.toggle > .toggle-title + p { color: #999; display: block; overflow: hidden; padding-left: 30px; text-overflow: ellipsis; white-space: nowrap; height: 25px; }
.toggle > label i,
.toggle > .toggle-title i { font-size: 0.7em; margin-right: 8px; position: relative; top: -1px; }
.toggle > .toggle-content { display: none; }
.toggle > .toggle-content > p { margin-bottom: 0; padding: 10px 0; }
.toggle.active i.fa-minus { display: inline; }
.toggle.active i.fa-plus { display: none; }
.toggle.active > label,
.toggle.active > .toggle-title { background: #f7f7f7; border-color: #CCC; }
.toggle.active > label:before,
.toggle.active > .toggle-title:before { top: calc(50% - 8px); transform: rotate(135deg); }
.toggle.active > p { white-space: normal; }
.toggle > p.preview-active { height: auto; white-space: normal; }
blockquote { border-left: 5px solid #eee; margin: 0 0 16px 0; margin: 0 0 1rem 0; padding: 8px 16px; padding: 0.5rem 1rem; font-size: 1em; }
small, .small { font-size: 70%; }
p { color: #5c5c5c; line-height: 26px; margin: 0 0 20px; }
p.lead { line-height: 28.8px; line-height: 1.8rem; }
.lead { letter-spacing: -.05em; font-size: 19.2px; font-size: 1.2rem; }
a, a:hover, a:focus { color: #CCC; }
.alternative-font-4 { font-family: 'Poppins', Arial, sans-serif !important; }
section.video { background-position: 50% 50%; background-repeat: no-repeat; padding: 50px 0; position: relative; overflow: hidden; width: 100%; }
section.video .container { position: relative; z-index: 3; }
html.boxed section.video > div:first-child { z-index: 0 !important; }
html.boxed section.video > div:first-child video { z-index: 0 !important; }
@keyframes fadeInUpShorter { from { opacity: 0; transform: translate(0, 50px); } to { opacity: 1; transform: none; } }
@keyframes fadeInUpShorterPlus { from { opacity: 0; transform: translate(0, 15px); } to { opacity: 1; transform: none; } }
@keyframes fadeInRightShorter { from { opacity: 0; transform: translate(-50px, 0); } to { opacity: 1; transform: none; } }
@keyframes arrowLeftRight { 0% { transform: translate3d(-1px, 0, 0); } 50% { transform: translate3d(1px, 0, 0); } 100% { transform: translate3d(-1px, 0, 0); } }
@keyframes pencilAnimation { from { width: 0; } to { width: 74px; } }
@keyframes processShapesScaleOne { 0% { opacity: 0.6; transform: translate3d(-50%, -50%, 0) scale(1.5); } 25% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1.8); } 50% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1); } 100% { opacity: 0.6; transform: translate3d(-50%, -50%, 0) scale(1.5); } }
@keyframes processShapesScaleTwo { 0% { opacity: 0.3; transform: translate3d(-50%, -50%, 0) scale(2); } 25% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(2.3); } 50% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1); } 100% { opacity: 0.3; transform: translate3d(-50%, -50%, 0) scale(2); } }
