@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&display=swap");

body {
    margin: 0;
    padding: 0;
    background: #383e42;
    font-family: "Rubik", sans-serif;
}

html {
    height: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

b,
strong {
    font-weight: 600;
}

/* Scrollbars START ------------------------------ */

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0,0,0,0.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Scrollbars END ------------------------------ */

/* SOCIAL COLORS START */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3b5998;
}

.so-twitter {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #cb2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448aff;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #de5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4ec034;
}

/* SOCIAL COLORS END */

/* PANEL TEXT START */

.panel-text {
    font-size: 16px;
    line-height: 22px;
    color: #444;
    margin-bottom: -10px;
    font-weight: 400;
}

.panel-text img {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
    color: #fff !important;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
    color: #fff !important;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    transform: rotate(45deg);
    color: #bbb;
}

/* PANEL TEXT END */

/* Burger Nav General START ------------------------------ */

.burger-nav {
    display: block;
    position: relative;
    padding: 10px 0;
    background: #fff;
}

.burger-nav.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: none;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #c8c8c8;
    animation: bn-fixed-anim;
    animation-duration: 0.2s;
}

@keyframes bn-fixed-anim {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

/* Burger Nav General END ------------------------------ */

/* Burger Nav Flex START ------------------------------ */

.burger-nav .bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-nav .bn-flex>.left,
.burger-nav .bn-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Burger Nav Flex END ------------------------------ */

/* Burger Nav Logo START ------------------------------ */

.burger-nav .bn-logo {
    display: block;
    margin-right: 20px;
}

.burger-nav .bn-logo>img {
    width: 150px;
}

.burger-nav.transparent .bn-logo>img {
    filter: contrast(0) brightness(2);
}

.burger-nav.fixed .bn-logo>img {
    filter: none;
}

/* Burger Nav Logo END ------------------------------ */

/* Burger Nav Elements START ------------------------------ */

.burger-nav .bn-open,
.burger-nav .bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    min-width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #FF782B;
    border: none;
    color: #fff !important;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.fixed .bn-open {
    color: #fff !important;
}

.burger-nav .bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.burger-nav .bn-links-desktop>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #383e42 !important;
    padding: 5px 0;
    margin-right: 20px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FF782B;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>a:hover:after,
.burger-nav .bn-links-desktop>a.active:after {
    width: 100%;
}

.burger-nav .bn-links-desktop>a:last-child {
    margin-right: 0;
}

.burger-nav.transparent .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.fixed .bn-links-desktop>a {
    color: #222 !important;
}

.burger-nav .bn-links-desktop>a:hover {
    color: #686868 !important;
}

.burger-nav.transparent .bn-links-desktop>a:hover {
    color: #bbb !important;
}

.burger-nav.fixed .bn-links-desktop>a:hover {
    color: #222 !important;
}

/* Burger Nav Elements END ------------------------------ */

/* Burger Nav Mobile Menu START ------------------------------ */

.burger-nav .bn-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.burger-nav .bn-menu-container.active {
    opacity: 1;
    pointer-events: all;
}

.burger-nav .bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    width: 400px;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.burger-nav .bn-menu-box.left {
    right: unset;
    left: 0;
    transform: translate(-100%, 0);
}

.burger-nav .bn-menu-container.active .bn-menu-box {
    transform: translate(0, 0);
}

.burger-nav .bn-menu {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    overflow-y: auto;
}

.burger-nav .bn-menu .bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.burger-nav .bn-menu .bn-menu-links>a {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888 !important;
    padding-right: 40px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-menu .bn-menu-links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    text-align: center;
    transform: translate(0, -50%);
}

.burger-nav .bn-menu .bn-menu-links>a.active:after {
    content: "\f107";
}

.burger-nav .bn-menu .bn-menu-links>a:last-child {
    margin-bottom: 0;
}

.burger-nav .bn-menu .bn-menu-links>a:hover {
    color: #222 !important;
}

.burger-nav .bn-menu .bn-menu-link-dropdown {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #888 !important;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a:last-child {
    margin-bottom: 0;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a:hover {
    color: #222 !important;
}

/* Burger Nav Mobile Menu END ------------------------------ */

/* Main Button START ------------------------------ */

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 11px 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff !important;
    border: none;
    background: #FF782B;
    transition: 0.2s ease 0s;
    overflow: hidden;
    border-radius: 5px;
    white-space: nowrap;
}

.main-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.2s ease 0s;
    opacity: 1;
}

.main-btn:hover:after {
    opacity: 1;
    left: 0;
}

.main-btn.full {
    display: flex;
    width: 100%;
}

.main-btn.small {
    padding: 5px 15px;
}

.main-btn > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}

/* Main Button END ------------------------------ */

/* Spaces START ------------------------------ */

.smt {
    margin-top: 40px;
}

.smb {
    margin-bottom: 40px;
}

.smth {
    margin-top: 20px;
}

.smbh {
    margin-bottom: 20px;
}

.dmt {
    margin-top: 20px;
}

.dmb {
    margin-bottom: 20px;
}

.dml {
    margin-left: 20px;
}

.dmr {
    margin-right: 20px;
}

.dmth {
    margin-top: 10px;
}

.dmbh {
    margin-bottom: 10px;
}

.dmlh {
    margin-left: 10px;
}

.dmrh {
    margin-right: 10px;
}

.grayback {
    padding: 50px 0;
    background: #000;
}

/* Spaces END ------------------------------ */

/* Contact Nav START ------------------------------ */

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: solid 1px #ddd;
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #FF782B !important;
}

.contact-nav a span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222 !important;
}

/* Contact Nav END ------------------------------ */

/* Footer START ------------------------------ */

footer {
    background: linear-gradient(132deg, #202020 48.3333%, #181818 33.3333%, #111 100%);
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.ftr-content .bn-logo>img {
    width: 150px;
}

.ftr-bottom {
    padding: 5px 0;
    background: #000;
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ddd;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

/* Footer END ------------------------------ */

/* Pagination START ------------------------------ */

.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 5px;
    display: block;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 0;
    background: #fff;
    border: solid 1px #ddd;
    color: #222 !important;
}

.pagination ul li a:hover {
    background: #eee;
}

.pagination ul li.active a {
    background: #eee;
}

/* Pagination END ------------------------------ */

/* Main Dropdown START ------------------------------ */

.main-dropdown {
    display: block;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

/* Main Dropdown END ------------------------------ */

/* Form Group START ------------------------------ */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 1;
    color: #aaa;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: firebrick;
}

.form-group span.error-label {
    font-size: 12px;
    line-height: 18px;
    color: firebrick;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

/* Form Group END ------------------------------ */

/* Modal Share START ------------------------------ */

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

#copy_box {
    background: #fff;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #eee;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Modal Share END ------------------------------ */

/* Modal START ------------------------------ */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* Modal END ------------------------------ */

/* Message Box START ------------------------------ */

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: solid 1px #ddd;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    background: lightgreen;
}

.msg-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

/* Message Box END ------------------------------ */

/* Checkbox Group START ------------------------------ */

.cbox-group {
    display: block;
    position: relative;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 16px;
    height: 16px;
    border: solid 1px #ccc;
    background: #fff;
    margin-right: 10px;
    position: relative;
}

.cbox-group label>span:first-child:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group input:checked~label>span:first-child {
    border-color: #222;
    background: #222;
}

.cbox-group label>span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

/* Checkbox Group END ------------------------------ */

/* Main Slider START ------------------------------ */

.main-slider-container {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(600/1920*100%);
}

.main-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease 0s;
}

.main-slider-container:hover .main-slider-buttons {
    opacity: 1;
}

.main-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 5px
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.main-slider-buttons>div.prev:before {
    content: "\f104";
}

.main-slider-buttons>div.next:before {
    content: "\f105";
}

/* Main Slider END ------------------------------ */

.nav-top {
    background: linear-gradient(341deg, #555555 48.3333%, #383e42 33.3333%, #686868 100%);;
    padding: 5px 0;
}

.nav-top .nt-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top .nt-flex>.left,
.nav-top .nt-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-contact i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    border: solid 1px #fff;
    margin-right: 10px;
    border-radius: 15px;
}

.nt-contact > a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff !important;
}

.nt-contact > a:hover {
    text-decoration: underline !important;
}

.nt-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-social > a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: none;
    border: solid 1px #fff;
    margin-right: 5px;
    transition: 0.2s ease 0s;
    border-radius: 15px;
}

.nt-social > a:hover {
    background: rgba(255,255,255,0.3);
}

.nt-social > a:last-child {
    margin-right: 0;
}

.main-title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 5px;
    border-radius: 2px;
    background: #FF782B;
}

.main-title:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 25px;
    width: calc(100% - 25px);
    height: 2px;
    border-radius: 2px;
    background: #ddd;
}

.main-title.light:before,
.main-title.light:after {
    background: #fff;
}

.main-title.light {
    color: #fff;
}

.slider-bottom {
    display: block;
    position: relative;
    margin-top: -100px;
    z-index: 10;
}

.slider-service-item {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    border: solid 1px #eee;
    border-radius: 50px;
    transition: 0.2s ease 0s;
}

.slider-service-item:hover {
    transform: scale(1.05);
}

.slider-service-item > .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slider-service-item > .top > .img {
    display: block;
    min-width: 100px;
    width: 100px;
    margin-right: 15px;
    border-radius: 35%;
    overflow: hidden;
    padding: 5px;
    border: solid 2px #ccc;
    transition: 0.2s ease 0s;
}

.slider-service-item:hover > .top > .img {
    border-color: #222;
}

.slider-service-item > .top > .img > div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 35%;
    padding-top: calc(100%);
}

.slider-service-item > .top > .img > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slider-service-item > .top > .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.slider-service-item > .content {
    padding: 15px 0;
    margin: 15px 0;
    position: relative;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.slider-service-item > .content:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 25%;
    height: 2px;
    background: #FF782B;
    transition: 0.2s ease 0s;
}

.slider-service-item:hover > .content:before,
.slider-service-item:hover > .content:after {
    width: 100%;
}

.slider-service-item > .content:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 25%;
    height: 2px;
    background: #222;
    transition: 0.2s ease 0s;
}

.slider-service-item > .content > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    overflow: hidden;
    margin: 0;
}

.backbanner {
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.backbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.backbanner > * {
    position: relative;
    z-index: 10;
}

.badge-item {
    display: block;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    height: 100%;
    backdrop-filter: blur(10px);
}

.badge-item > .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.badge-item > .top > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    background: #FF782B;
    margin-right: 10px;
    min-width: 50px;
    height: 50px;
    border-radius: 15px;
    color: #fff;
}

.badge-item > .top > .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.badge-item > .content {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px rgba(255,255,255,0.3);
}

.badge-item > .content > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    overflow: hidden;
    margin: 0;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(620/1200*100%);
}

.page-banner > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.main-about-desc {
    display: block;
    width: 100%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.main-about-desc > p {
    
}

.gal-slider-container {
    position: relative;
    display: block;
}

.gal-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    opacity: 1;
    transition: 0.2s ease 0s;
}

.gal-slider-container:hover .gal-slider-buttons {
    opacity: 1;
}

.gal-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #FF782B;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 5px;
}

.gal-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.gal-slider-buttons>div.prev:before {
    content: "\f104";
}

.gal-slider-buttons>div.next:before {
    content: "\f105";
}

.gal-slider-container .gal-item {
    margin-bottom: 0;
}

.gal-item {
    display: block;
    width: 100%;
    position: relative;
    padding-top: calc(3/4*100%);
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.gal-item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    transition: 0.2s ease 0s;
}

.gal-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.7);
    z-index: 10;
}

.gal-item:after {
    content: "\2b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    z-index: 12;
}

.gal-item:hover > img {
    transform: scale(1.1);
    opacity: 0.8;
}

.ftr-table {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.ftr-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.ftr-contact {
    display: block;
    margin-bottom: 20px;
}

.ftr-contact > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    height: 40px;
}

.ftr-contact > .item:last-child {
    margin-bottom: 0;
}

.ftr-contact > .item > i {
    display: block;
    font-size: 18px;
    line-height: 24px;
    min-width: 20px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    position: relative;
}

.ftr-contact > .item > i:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border-right: solid 1px rgba(255,255,255,0.3);
    height: 25px;
    transform: translate(0, -50%);
}

.ftr-contact > .item > span,
.ftr-contact > .item > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
}

.ftr-contact > .item > a:hover {
    text-decoration: underline !important;
}

.ftr-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ftr-social > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
    border: solid 1px rgba(255,255,255,0.3);
    color: #fff !important;
    transition: 0.2s ease 0s;
}

.ftr-social > a:hover {
    background: #fff;
    color: #222 !important;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.ftr-links > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    margin-bottom: 5px;
}

.ftr-links > a:hover {
    text-decoration: underline !important;
}

.ftr-links > a:last-child {
    margin-bottom: 0;
}

.ftr-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-logos > a {
    margin-right: 10px;
}

.ftr-logos > a.white > img {
    filter: contrast(0) brightness(2);
}

.ftr-logos img {
    width: 80px;
    object-fit: contain;
}

.burger-nav .bn-links-desktop>.bn-dropdown {
    position: relative;
}

.burger-nav .bn-links-desktop>.bn-dropdown>.menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 0 0 10px 10px;
    z-index: 99;
    margin-top: 20px;
    transition: 0.2s ease 0s;
    opacity: 0;
    pointer-events: none;
}

.burger-nav .bn-links-desktop>.bn-dropdown>.menu>a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #666 !important;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.2s ease 0s;
}

.accordion {
    display: block;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 60px);
}

.accordion-in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80%;
    width: 101%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.accordion-in a {
    display: block;
    width: 33.3333%;
    height: 100%;
    position: relative;
    transition: 0.3s ease 0s;
    overflow: hidden;
}

.accordion-in a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 50%);
    z-index: 4;
    transition: 0.3s ease 0s;
}

.accordion-in a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 4px rgb(0 0 0 / 46%);
    border-radius: 0px;
    z-index: 4;
}

.accordion-in a:last-child {
    border: none;
}

.accordion-in a:hover {
    width: 70%;
}

.accordion-in a img {
    width: 150%;
    height: 100%;
    object-fit: cover;
    transform: skew(10deg) translate(-50%, 0);
    left: 50%;
    position: relative;
}

.accordion-in a h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 40px;
    transform: translate(-50%, -50%) skew(10deg) rotate(-40deg);
    font-size: 30px;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 6;
    transition: 0.1s ease 0s;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.accordion-in a h2:before {
    content: "";
    position: absolute;
    top: calc(50% + 20px);
    left: -30px;
    width: 20px;
    height: 8px;
    background: rgb(0 0 0 / 46%);
    transform: translate(0, -50%);
    border-radius: 0px;
}

.accordion-in a h2:after {
    content: "";
    position: absolute;
    top: calc(50% + 20px);
    right: -30px;
    width: 20px;
    height: 8px;
    background: rgb(0 0 0 / 46%);
    transform: translate(0, -50%);
    border-radius: 0px;
}

.accordion-in a:hover h2 {
    transform: translate(-50%, -50%) skew(0deg) rotate(0deg);
    font-size: 50px;
}

.accordion-in a:hover:before {
    transform: rotate(45deg) scale(1.8);
    opacity: 1;
}

.bcrumb {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.bcrumb>* {
    position: relative;
    z-index: 10;
}

.bcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444;
    opacity: 0.9;
    z-index: 2;
}

.bcrumb .title {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
}

.bcrumb .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.bcrumb .links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin-right: 20px;
    position: relative;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.bcrumb .links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 1px;
    right: -20px;
    width: 20px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    pointer-events: none;
    text-align: center;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.backback{
    background: #000;
}

.article-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(620 / 1280 * 100%);
}

.article-img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.side-articles > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #282828;
  border: solid 1px rgba(255,255,255,19%);
  border-radius: 15px;
}

.side-articles > a > .img {
  display: block;
  min-width: 80px;
  width: 80px;
  position: relative;
  margin-right: 10px;
}

.side-articles > a > .img > div {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}

.side-articles > a > .img > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease 0s;
}

.side-articles > a:hover > .img > div > img {
  transform: scale(1.1);
}

.side-articles > a > .content {
  display: block;
  overflow: hidden;
}

.side-articles > a > .content > .title {
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 10px;
  font-weight: var(--font-medium);
}

.side-articles > a > .content > .detail {
  display: block;
  font-size: 0.9rem;
  font-weight: var(--font-medium);
  color: #FF782B;
}

.side-articles > a:hover > .content > .detail {
  text-decoration: underline !important;
}

.side-articles > a:not(:last-child) {
  margin-bottom: 10px;
}

.side-articles > a > .content > .date {
  display: block;
  font-size: 0.8rem;
  margin-top: -10px;
  color: var(--soft-text-color);
}

.tour-item {
  display: block;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  padding-top: calc(9 / 16 * 100%);
  margin-bottom: 20px;
}

.tour-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease 0s;
}

.tour-item:hover > img {
  transform: scale(1.1);
}

.tour-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 8;
}

.tour-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
  opacity: 0;
  transition: 0.2s ease 0s;
}

.tour-item:hover:after {
  opacity: 1;
}

.tour-item > .content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 20px;
}

.tour-item > .content > .desc > .title {
  display: block;
  font-size: 1.3rem;
  font-weight: var(--font-bold);
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--font-family-alternate);
}

.tour-item > .content > .desc > .caption {
  display: block;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -20px;
  opacity: 0;
  transition: 0.2s ease 0s;
}

.tour-item:hover > .content > .desc > .caption {
  opacity: 1;
  margin-bottom: 10px;
}

.tour-item > .content > .price {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  font-weight: var(--font-regular);
  margin: 0;
}

.page-wrapper {
    display: block;
    padding: 20px;
    background: #282828;
    border: solid 1px #222;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.contact-page-items {
    display: block;
}

.contact-page-items>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.contact-page-items>.item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.contact-page-items>.item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 26px;
    color: #FF782B;
    border: solid 1px #FF782B;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-page-items>.item>span,
.contact-page-items>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
}

.contact-page-items>.item>a:hover {
    text-decoration: underline !important;
}

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    height: 40px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #000;
}

.form-group>textarea {
    height: unset;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 1;
    color: #888;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: #FF782B;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: firebrick;
}

.form-group span.error-label,
.rating-group-error .error-label {
    font-size: 12px;
    line-height: 18px;
    color: firebrick;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.map-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(420/1280*100%);
    display: block;
    background: #fff;
    border: solid 1px #ddd;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.map-frame>* {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item {
    display: block;
    margin-bottom: 10px;
    background: #282828;
    padding: 10px;
    border-radius: 15px;
}

.blog-item > .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding-top: calc(3/4*100%);
    margin-bottom: 10px;
}

.blog-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease 0s;
}

.blog-item > .img:hover > img {
    transform: scale(1.1);
}

.blog-item > .img > .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 10px;
    background: var(--main-color);
    font-size: 0.9rem;
    color: #fff;
}

.blog-item > .content > .title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: var(--font-medium);
    color: #fff;
    padding-right: 50px;
    position: relative;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-item > .content > .title > a {
    color: var(--main-text-color) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-item > .content > .title > a:hover {
    text-decoration: underline !important;
}

.blog-item > .content > .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 40px;
    height: 2px;
    background: var(--main-color);
}

.blog-item > .content > .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}

.blog-item > .content {
    display: block;
    margin-bottom: 10px;
}

.blog-item > .link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    font-weight: var(--font-medium);
    color: var(--main-color);
}

.blog-item > .link:hover > span {
    text-decoration: underline !important;
}


.gallery-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-item>div {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.gallery-item>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.gallery-item>div:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    transition: 0.4s ease 0s;
    opacity: 0;
}

.gallery-item>div:after {
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 20px;
    line-height: 26px;
    opacity: 0;
    transition: 0.4s ease 0s;
}

.gallery-item:hover>div:before,
.gallery-item:hover>div:after {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.1);
}