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


body {
    margin: 0;
    padding: 0;
    background-color: #eee;
    letter-spacing: 0.5px;
    font-family: 'Work Sans', 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;
}

/* 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%;
}

.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: #222;
}

.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;
}

.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;
}

.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: 0;
    background: #fff;
    z-index: 999;
}

.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: 999;
    background: #fff;
}

/* 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: 150px;
}

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

.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;
    background: none;
    border: solid 1px #01A1D3;
    color: #01A1D3 !important;
    border-radius: 10px;
}

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

.burger-nav .bn-flex>.right {
    width: 100%;
}

.burger-nav .bn-links-desktop>a,
.burger-nav .bn-links-desktop>.bn-dropdown>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    color: #000 !important;
    padding: 15px 0;
    margin-right: 40px;
}

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

.burger-nav .bn-links-desktop>a:before,
.burger-nav .bn-links-desktop>.bn-dropdown>a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
    background: #01A1D3;
    transition: 0.2s ease 0s;
}

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

.burger-nav .bn-links-desktop>a:after,
.burger-nav .bn-links-desktop>.bn-dropdown>a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: calc(-20px - 2.5px);
    width: 5px;
    height: 5px;
    background: #8D0000;
    border-radius: 50%;
}

.burger-nav .bn-links-desktop>a:last-child:after {
    content: none;
}

.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:hover>.menu {
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
}

.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;
}

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

.burger-nav .bn-links-desktop>.bn-dropdown>.menu>a:hover {
    color: #000 !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;
    color: #444 !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;
    border-radius: 10px;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #444 !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-block;
    position: relative;
    padding: 11px 20px;
    height: 40px;
    border-radius: 30px;
    border: none;
    background: #8D0000;
    overflow: hidden;
}

.main-btn>span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 10;
    white-space: nowrap;
    transition: 0.2s ease 0s;
}

.main-btn.left-icon {
    padding-left: calc(30px + 15px);
}

.main-btn.right-icon {
    padding-right: calc(30px + 15px);
}

.main-btn>i {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.15);
    border: solid 1px transparent;
    border-radius: 50%;
    z-index: 10;
    transition: 0.2s ease 0s;
}

.main-btn.left-icon>i {
    top: 5px;
    left: 5px;
}

.main-btn.right-icon>i {
    top: 5px;
    right: 5px;
}

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

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

.main-btn.dark {
    background: #000;
}

.main-btn.line {
    border: solid 1px #01A1D3;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
}

.main-btn.line>span {
    color: #01A1D3;
}

.main-btn.line>i {
    color: #01A1D3;
    border-color: #bbb;
    top: 4px;
}

.main-btn.line:after {
    background: #01A1D3;
}

.main-btn.line:hover>span {
    color: #fff;
}

.main-btn.line:hover>i {
    color: #fff;
    border-color: transparent;
}

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

/* 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;
}

.whiteback {
    background: #fff;
    padding: 40px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background-image: url('../img/material/bubble.png');
}

.bannerback {
    background: #fff;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

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

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

/* 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: #01A1D3 !important;
}

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

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

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

footer {
    background: #222;
    border-top: solid 4px #01A1D3;
}

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

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.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 #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: #8D0000;
}

.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;
}

.rating-group-error .error-label {
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
}

.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;
    border-radius: 50%;
    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;
    border-radius: 10px;
}

#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: 20px;
    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-radius: 0;
    overflow: hidden;
    border-bottom: solid 4px #01A1D3;
}

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

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(99 45 45 / 50%);
    z-index: 2;
}

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

.main-slider-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    pointer-events: none;
    opacity: 1;
    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: 50%;
    transition: 0.2s ease 0s;
    margin: 0 2.5px;
}

.main-slider-buttons>div:hover {
    background: rgba(0, 0, 0, 0.9);
}

.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: #fff;
}

.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-logo img {
    width: 100px;
    height: 100px;
}

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

.nt-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    min-width: 40px;
    height: 40px;
    border: solid 1px #8D0000;
    border-radius: 50%;
    margin-right: 10px;
    color: #8D0000 !important;
    transition: 0.2s ease 0s;
}

.nt-social>a:hover {
    color: #fff !important;
    background: #8d00006e;
}

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

.nav-top .seperator {
    display: block;
    margin: 0 20px;
    height: 50px;
    width: 1px;
    background: #eee;
}

.nav-edge {
    padding: 5px 0;
    background: #8D0000;
}

.nav-edge>.ne-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.ne-contact>i {
    display: block;
    margin-left: 30px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

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

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

.slider-desc {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50%;
    z-index: 10;
    text-align: center;
}

.slider-desc>.title {
    display: block;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.slider-desc>.caption {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    display: block;
}

.slider-desc>.main-btn {
    margin-top: 20px;
}

.main-title {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}

.main-title.small {
    font-size: 24px;
    line-height: 30px;
}

.main-title~.main-desc {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #222;
}

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

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

.main-title.left {
    text-align: left;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background: #01A1D3;
}

.main-title.light:before {
    background: #ddd;
}

.main-title.left:before {
    transform: none;
    left: 0;
}

.main-service-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: solid 1px #ddd;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.main-service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    border-radius: 50%;
    background: #f5f5f5;
    transform: scale(1.5);
    transition: 0.4s ease 0s;
}

.main-service-item:hover:before {
    transform: scale(3);
    width: 55%;
    background: #f0f0f0;
}

.main-service-item>* {
    position: relative;
    z-index: 10;
}

.main-service-item>.img {
    min-width: 140px;
    width: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: solid 4px #ddd;
    transition: 0.2s ease 0s;
    background: #fff;
}

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

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

.main-service-item:hover>.img {
    border-color: #01A1D3;
}

.main-service-item>.content {
    width: calc(100% - 140px - 10px);
    margin-left: 20px;
    height: 100%;
}

.main-service-item>.content>.title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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



.blog-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.blog-item>.img {
    display: block;
    width: 140px;
    min-width: 140px;
    overflow: hidden;
    border-radius: 10px;
}

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

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

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

.blog-item>.content {
    padding: 20px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
}

.blog-item>.content>.top {
    display: block;
    overflow: hidden;
    width: 100%;
}

.blog-item>.content>.top>.title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item>.content>.top>.title>a {
    color: #000 !important;
}

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

.blog-item>.content>.top>.desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    overflow: hidden;
}

.blog-item>.content>.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.blog-item>.content>.bottom>.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.ftr-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.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;
    padding-left: 15px;
    position: relative;
}

.ftr-links>a:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

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

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

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

.ftr-contact>.item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: #fff;
    margin-right: 10px;
}

.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;
}

.main-about-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border-radius: 20px;
}

.main-about-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.3));
    z-index: 4;
}

.main-about-img:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 2px #fff;
    z-index: 4;
    border-radius: 15px;
}

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

.main-about-text {
    display: block;
}

.main-about-text>p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    margin: 0;
}

.team-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
    border: solid 1px #ddd;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.team-item:before {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
    background: #01a1d31f;
    border-radius: 50%;
    transition: 0.2s ease 0s;
}

.team-item:hover:before {
    width: 450px;
    height: 450px;
    left: -250px;
    bottom: -250px;
    background: #01a1d314;
}

.team-item>.avatar {
    display: block;
    position: relative;
    min-width: 200px;
    width: 200px;
    overflow: hidden;
    padding-top: calc(200px);
    margin-right: 20px;
    border-radius: 50%;
    border: solid 2px #ddd;
    z-index: 10;
}

.team-item>.avatar:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    border: solid 4px #ddd;
    transition: 0.2s ease 0s;
    pointer-events: none;
}

.team-item:hover>.avatar:before {
    border-color: #01A1D3;
}

.team-item>.avatar>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: unset;
    padding: 10px;
    border-radius: 50%;
}

.team-item>.content {
    display: block;
    z-index: 10;
    position: relative;
}

.team-item>.content>.name {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.team-item>.content>.title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #01A1D3;
    margin-bottom: 10px;
}

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

.team-item>.content>.branch-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-item>.content>.branch-list {
    display: block;
}

.team-item>.content>.branch-list>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

.team-item>.content>.branch-list>span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #888;
}

.team-item>.content>.branch-list>span:last-child {
    margin-bottom: 0;
}

.team-item>.content>.buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.team-item>.content>.buttons>.main-btn {
    margin-right: 10px;
    margin-top: 10px;
}

.comment-slider-container {
    width: 100%;
    position: relative;
    border-radius: 0;
}

.comment-slider-buttons {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    z-index: 10;
    width: calc(100% + 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.comment-slider-buttons>div {
    width: 24px;
    height: 24px;
    background: #8D0000;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 50%;
    transition: 0.2s ease 0s;
}

.comment-slider-buttons>div:hover {
    background: #000;
}

.comment-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: 14px;
    line-height: 20px;
    color: #fff;
}

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

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

.comment-item {
    display: block;
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #ddd;
    background: #fbfbfb;
    position: relative;
}

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

.comment-item:after {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    line-height: 46px;
    width: 50px;
    text-align: center;
    color: #e5e5e5;
}

.comment-item>.stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.comment-item>.stars>i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
    margin-right: 5px;
}

.comment-item>.stars>i:last-child {
    margin-right: 0;
}

.comment-item>.stars>i.active {
    color: #FEC42D;
}

.comment-item>.desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    overflow: hidden;
    margin-bottom: 10px;
}

.comment-item.inpage {
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.comment-item.inpage>.desc {
    display: block;
}

.comment-item>.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.comment-item .name {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.comment-item .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #01A1D3;
}

.comment-item .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.bcrumb {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    border-bottom: solid 4px #01A1D3;
}

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

.bcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8D0000;
    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;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(420/1280*100%);
    border-radius: 20px;
}

.page-banner.big {
    padding-top: calc(520/1280*100%);
}

.page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.3));
    z-index: 4;
}

.page-banner:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px); 
    z-index: 4;
    border-radius: 15px;
}

.page-banner.smallrad:after {
    border-radius: 10px;
}

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

.page-banner>.date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    z-index: 10;
    border-radius: 0 10px 0 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
}

.page-banner>.share-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    z-index: 10;
    border-radius: 0 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #01A1D3 !important;
    transition: 0.2s ease 0s;
}

.page-banner>.share-btn:hover {
    color: #392C98 !important;
}

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

.smallrad {
    border-radius: 10px;
}

.team-page-avatar {
    display: block;
    position: relative;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    margin-right: 20px;
    border-radius: 50%;
    border: solid 2px #ddd;
    z-index: 10;
}

.team-page-avatar:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    border: solid 4px #ddd;
    transition: 0.2s ease 0s;
    pointer-events: none;
}

.team-page-avatar:hover:before {
    border-color: #F17C07;
}

.team-page-avatar>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
    border-radius: 50%;
}

.team-page-desc {
    border: solid 1px #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-left: 20px;
    position: relative;
}

.team-page-desc:before {
    content: "";
    position: absolute;
    top: 100px;
    transform: translate(0, -50%);
    left: -20px;
    border-right: solid 20px #ddd;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
}

.team-page-desc:after {
    content: "";
    position: absolute;
    top: 100px;
    transform: translate(0, -50%);
    left: -18px;
    border-right: solid 18px #fff;
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;
}

.divider {
    display: block;
    border-top: solid 1px #ddd;
}

.team-page-branch-list {
    display: block;
}

.team-page-branch-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-page-branch-list>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

.team-page-branch-list>span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #888;
}

.team-page-branch-list>span:last-child {
    margin-bottom: 0;
}

.side-team-items {
    display: block;
    margin: 0;
}

.side-team-items>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 40px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 10px;
    transition: 0.2s ease 0s;
    position: relative;
}

.side-team-items>.item:last-child {
    margin-bottom: 0;
}

.side-team-items>.item>.img {
    min-width: 70px;
    width: 70px;
    overflow: hidden;
    padding-top: 70px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-right: 10px;
    border: solid 1px #ddd;
}

.side-team-items>.item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-team-items>.item>.content {
    display: block;
}

.side-team-items>.item>.content>.name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.side-team-items>.item>.content>.title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #01A1D3;
}

.side-team-items>.item:hover {
    background: #eee;
}

.side-team-items>.item:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

.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: #8D0000;
    border: solid 1px #8D0000;
    border-radius: 50%;
    margin-right: 10px;
}

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

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

.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;
}

.rating-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.rating-group>.item {
    display: block;
    position: relative;
}

.rating-group>.item>input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.rating-group>.item>label {
    display: block;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
}

.rating-group>.item>label>i {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #bbb;
}

.rating-group>.item>input:checked~label>i,
.rating-group>.item.active~.item>label>i,
.rating-group>.item:hover~.item>label>i,
.rating-group>.item:hover>label>i {
    color: #FEC42D;
}

.ref-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
    border: solid 1px #ddd;
    border-radius: 10px;
    background: #fbfbfb;
    transition: 0.2s ease 0s;
    margin-bottom: 20px;
}

.ref-item:hover {
    background: #eee;
    border-color: #F17C07;
}

.ref-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.collapse-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.collapse-item:last-child {
    margin-bottom: 0;
}

.collapse-item>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 10px 15px;
    padding-right: calc(15px + 15px + 10px);
    background: #eee;
    cursor: pointer;
    height: unset !important;
    border: none;
    margin: 0;
    position: relative;
}

.collapse-item>.title:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    height: calc(22px + 10px + 10px);
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.collapse-item>.title[aria-expanded="true"]:after {
    content: "\f068";
}

.collapse-item>.content {
    border-top: solid 1px #ddd;
}

.collapse-item>.content>.content-inner {
    padding: 15px;
}

.collapse-item>.content>.content-inner>p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin: 0;
}

.mn-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #000 !important;
}

.flag-icon-tr {
    background-image: url(flags/4x3/tr.svg);
}

.flag-icon:before {
    content: '\00a0';
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.mn-dropdown>.dropdown-menu {
    left: 50% !important;
    top: 100% !important;
    margin: 0;
    transform: translate(-50%, 0) !important;
    min-width: unset;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: none;
    padding: 5px 0;
}

.mn-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    border-bottom: solid 1px #eee;
    padding: 5px 10px;
    white-space: nowrap;
    margin: 0;
}

.mn-dropdown>.dropdown-menu>a:last-child {
    border-bottom: none;
}

.flag-icon-gb {
    background-image: url(flags/4x3/gb.svg);
}

.whatsapp-fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 32px;
	color: #fff !important;
	background: #25d366;
	border-radius: 50%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	transition: 0.2s ease 0s;
	z-index: 999;
}

.phone-fixed {
    position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 32px;
	color: #fff !important;
    background: #01A3F5;
	border-radius: 50%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	transition: 0.2s ease 0s;
	z-index: 999;
}

.phone-fixed {
	right: unset;
	left: 20px;
}

.whatsapp-fixed:hover {
	transform: scale(1.1);
	opacity: 0.5;
}

.phone-fixed:hover {
    transform: scale(1.1);
	opacity: 0.5;
}


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

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

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

.gal-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;
}

.gal-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;
}

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

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