@charset "utf-8";
@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes shadow {
    0% {
        transform: scale(1) translateY(0px);
    }
    100% {
        transform: scale(0.8) translateY(75px);
    }
}

@keyframes ghost {
    0% {
        transform: scale(1) translateY(0px)
    }
    100% {
        transform: scale(1) translateY(-40px)
    }
}

html {
    overflow-x: hidden;
}

button:focus, *:focus {
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    background: #ffffff;
    border-color: #dfdfdf;
    transition: transform ease-in .4s;
    overflow: hidden;
}

button {
    background: transparent;
    border: none;
    padding: 0;
}

label {
    line-height: normal;
}

hr {
    margin: 20px 0;
}

.p-relative {
    position: relative;
}

.before-none:after, .after-none:after, .none {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay-bg-black {
    background: #000;
    opacity: 0.1;
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-fit2 {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: center;
}

.image-fit3 {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.pl-50 {
    padding-left: 50px;
}

.ft-about a:hover {
    color: #fff;
    text-decoration: underline;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

.bx-wrapper {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

.file-image {
    width: 100%;
    height: 490px;
}

.file-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.chanpin_img img {
    width: 100%;
}

.gallery-thumbs {
    width: 50px;
    float: left;
    margin-right: 10px !important;
}

.gallery-thumbs .swiper-slide {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
}

.gallery-top {
    width: calc(100% - 60px);
    float: left;
}

.pos_title {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pos_title h4 {
    color: #fff;
}

.post-wrapper {
    position: relative;
    z-index: 1;
}

.animate-img {
    position: relative;
    overflow: hidden;
}

.animate-img:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.parallax {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}

.normal-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}

.work-sec1 {
    height: 350px;
    display: block;
}

.work-sec2 {
    height: 168px;
    margin-bottom: 15px;
    display: block;
}

.work-sec3 {
    height: 50px;
    margin-bottom: 15px;
    display: block;
}

.work-sec4 {
    display: block;
    height: 256px;
    margin-bottom: 15px;
    width: 80%;
}

.work-sec5 {
    display: block;
    height: 434px;
    margin-bottom: 15px;
}

.work-sec6 {
    display: block;
    height: 98px;
    margin-bottom: 15px;
}

.work-sec7 {
    display: block;
    width: 305px;
    height: 305px;
}

.work-sec7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-10b {
    padding: 0 5%;
}

.image-fit1 {
    width: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-box .card {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: none;
}

.faq-box .card + .card {
    border-top: 0;
}

.faq-box .card .card-header {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: 0;
}

.faq-box .card .card-header .faq-close {
    color: #333;
    float: right;
}

.faq-box .card-body strong {
    font-size: 14px;
}

.faq-box .card-body p {
    margin: 0;
    font-size: 16px;
}

.mouse-line:hover {
    text-decoration: underline;
}

.fw-item {
    background: #ebecee;
    padding: 5%;
    min-height: 220px;
    color: #000;
    margin-bottom: 15px;
}

.lc-item {
    background: #ffffff;
    padding: 5%;
    min-height: 405px;
    color: #000;
    margin-bottom: 15px;
}

.lc-item p {
    font-size: 16px;
}

.lc-item li {
    list-style: outside;
}

.lc2-item {
    background: #ffffff;
    padding: 5%;
    min-height: 265px;
    color: #000;
    margin-bottom: 15px;
}

.lc2-item p {
    font-size: 16px;
}

.lc2-item li {
    list-style: outside;
}

.wsm-item {
    background: #ffffff;
    padding: 5%;
    min-height: 265px;
    color: #000;
    margin-bottom: 15px;
    border: 1px solid #efefef;
}

.wsm-item p {
    font-size: 16px;
}

.wsm-item li {
    list-style: outside;
}

.bg-gray {
    background: #ebecee;
}

.text-undeline {
    text-decoration: underline;
}

.container2 {
    width: 1310px;
    margin: 0 auto;
}

.video {
    width: 100%;
    height: 334px;
}

.jx-item h3 {
    font-size: 40px;
}

.jx-item .icon {
    width: 48px;
}

.jx-item p {
    font-size: 20px;
}

.jx-item a {
    color: #000;
    font-size: 19px;
    text-decoration: underline;
}

.float-box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.float-box a {
    background: #fcfcfc;
    color: #33383c;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 14px;
    margin-left: 10px;
    border-radius: 2px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, .2);
    transition: all ease-in-out 300ms;
    border: 2px solid transparent;
    border-color: #dcdcdc;
    webkit-transition: all ease-in-out 300ms;
    moxkit-transition: all ease-in-out 300ms;
}

.work_detail.active {
    bottom: 40%;
    opacity: 4;
    visibility: visible;
    width: 86%;
    left: 7%;
    z-index: 9;
}

.work-sec1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-sec2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.section-header {
    padding-bottom: 30px;
    position: relative;
}

.section-header .section-heading {
    margin: auto;
}

.section-header .section-heading h3 {
    font-size: 36px;
}

.section-header .section-description {
    margin-bottom: 20px;
    position: relative;
}

.section-header.style-left {
    text-align: left;
}

.section-header.style-left .section-heading {
    margin: 0 auto 0 0;
}

.section-header.style-left .section-heading h3:after {
    margin: 20px auto 0 0;
}

.section-header.style-right {
    text-align: right;
}

.section-header.style-right .section-heading {
    margin: 0 0 0 auto;
}

.section-header.style-right .section-heading h3:after {
    margin: 20px 0 0 auto;
}

.arrow-layout-2 .slick-arrow, .arrow-layout-1 .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translate(0px, -50%);
    transition: 0.3s all;
    font-size: 0;
    overflow: hidden;
    z-index: 1;
}

.arrow-layout-1 .slick-arrow:after {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: transparent;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Flaticon;
}

.arrow-layout-1 .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    background: #fb2d2d;
    z-index: -1;
    height: 100%;
    transition: 0.5s all;
}

.arrow-layout-1 .slick-arrow:hover:before {
    width: 100%;
}

.arrow-layout-1 .slick-prev {
    left: -100px;
}

.arrow-layout-1 .slick-next {
    right: -100px;
}

.arrow-layout-1 .slick-prev:after {
    content: "\f165";
}

.arrow-layout-1 .slick-next:after {
    content: "\f163";
}

.arrow-layout-1.slick-slider:hover .slick-prev {
    left: 15px;
}

.arrow-layout-1.slick-slider:hover .slick-next {
    right: 15px;
}

.arrow-layout-2 .slick-arrow {
    font-size: 0px;
    right: 15px;
    top: -70px;
}

.arrow-layout-2 .slick-arrow:after {
    background: #090909;
    border-color: #090909;
    color: #fff;
    font-family: flaticon;
    padding: 15px;
    font-size: 20px;
}

.arrow-layout-2 .slick-prev {
    left: 65px;
}

.arrow-layout-2 .slick-next {
    right: 15px;
}

.arrow-layout-2 .slick-prev:after {
    content: "\f165";
}

.arrow-layout-2 .slick-next:after {
    content: "\f163";
}

.arrow-layout-2 .slick-arrow:hover:after {
    color: #fff;
    background: #fb2d2d;
}

.arrow-layout-2.sidebar-arrow .slick-arrow {
    transform: translate(0px, 0%);
    top: auto;
    bottom: 0;
}

.arrow-layout-2.sidebar-arrow .slick-arrow.slick-prev {
    left: 0;
}

.arrow-layout-2.sidebar-arrow .slick-arrow.slick-next {
    right: 0;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.slick-dots li {
    padding: 0;
    line-height: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 6px;
    border-radius: 10px;
    background: #2d3e52;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #2d3e52;
}

.slick-dots li.slick-active button {
    width: 24px;
    height: 6px;
    border-radius: 50px;
    background: #090909;
    border: 2px solid #090909;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-link:focus {
    box-shadow: none;
    z-index: 1;
}

.page-item .page-link {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.5;
    border: 2px solid #eee;
    color: #020202;
    border-radius: 0;
}

.page-item:hover .page-link, .page-item.active .page-link {
    background-color: #fb2d2d;
    border-color: #090909;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-weight: 600;
    color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
    line-height: normal;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul li, ol li {
    margin: 0px;
    position: relative;
    list-style: none;
}

ul.custom {
    list-style: none;
    padding: 0;
}

ul.custom-flex {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

blockquote {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    padding-left: 70px;
    border-left: 2px solid #090909;
}

blockquote span {
    width: 50px;
    height: 50px;
    background: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;
}

blockquote h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

iframe {
    border: none;
    width: 100%;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: 0.5s;
}

table th, table td {
    border: 1px solid #dfdfdf;
    padding: 15px;
}

table {
    border: 1px solid #dfdfdf;
    padding: 15px;
    width: 100%;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fw-100 {
    font-weight: 100;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.section-padding {
    padding: 80px 0;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px 40px;
}

.mb-xl-20 {
    margin-bottom: 20px;
}

.mb-xl-30 {
    margin-bottom: 30px;
}

.mb-xl-40 {
    margin-bottom: 40px;
}

.mb-xl-50 {
    margin-bottom: 50px;
}

.mb-xl-80 {
    margin-bottom: 80px;
}

.pb-xl-20 {
    padding-bottom: 20px;
}

.form-control-custom::placeholder {
    font-size: 14px;
}

.form-control-custom {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #000;
    width: 100%;
    background: #fff;
    font-size: 14px;
}

.form-control-custom:focus {
    border: 1px solid #000;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.btn-height, button.btn-height {
    height: 40px;
    line-height: 1;
    padding: 0;
}

label.submit {
    height: 15px;
    width: 100%;
    clear: both;
}

.custom-select {
    background-image: none;
}

.custom-select:focus {
    box-shadow: none;
}

.group-form .form-control-custom, .group-form .form-control-custom:not(:last-child) {
    padding: 0 40px 0 15px;
}

.group-form .form-control-custom:focus {
    z-index: 0;
}

.group-form .form-control-custom.custom-select:focus {
    z-index: 10;
}

.group-form .input-group-append {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #111111;
    color: #fff;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 0;
    pointer-events: none;
    border-radius: 0px 20px 20px 0px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.group-form .custom-select {
    padding: 0 30px 0 10px;
}

.group-form .custom-select:after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 15px;
}

.group-form .custom-select:before {
    content: '';
    background: #111111;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -4px;
    top: -2px;
    margin-top: 0;
    border-radius: 0px 20px 20px 0px;
}

textarea.form-control {
    height: auto;
    padding: 20px 15px 0;
}

label.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
    font-size: 14px;
}

label.custom-checkbox:last-child {
    margin-bottom: 10px;
}

label.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d4d4db;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0px;
}

label.custom-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #090909;
}

label.custom-checkbox input:checked ~ .checkmark {
    background-color: #090909;
    border: 1px solid #090909;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

label.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-first {
    display: inline-block;
    padding: 20px 150px;
    position: relative;
    transition: 0.5s all;
    background: transparent;
    color: inherit;
    border: 1px solid transparent;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.btn-submit {
    border-color: #090909;
    color: #090909;
    background: #fff;
    border-radius: 30px;
}

.btn-small:before, .btn-submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #4a4f55;
    width: 0%;
    transition: 0.5s all;
    z-index: -1;
}

.btn-small:hover, .btn-submit:hover {
    color: #fff;
}

.btn-small:focus, .btn-submit:focus {
    background-color: #00a3c8;
    color: #fff;
}

.btn-small:hover:before, .btn-submit:hover:before {
    width: 100%;
}

.content-padding {
    padding: 0 100px;
}

.btn-second {
    display: inline-block;
    padding: 15px 80px;
    position: relative;
    transition: 0.5s all;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.width-400 {
    width: 400px;
}

.btn-third {
    display: inline-block;
    padding: 10px 105px;
    position: relative;
    transition: 0.5s all;
    background: rgb(51, 56, 60, 0.9) !important;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.btn-small {
    background: #33383c;
    border-color: #33383c;
    color: #fff;
}

.btn-small:hover, .btn-small:focus {
    border-color: #33383c;
}

.btn-fouth {
    display: inline-block;
    padding: 20px 150px;
    position: relative;
    transition: 0.5s all;
    background: transparent;
    color: inherit;
    border: 1px solid #000;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.tpop_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}

.tpop {
    width: 600px;
    background: #fff;
    padding: 20px 40px 40px 40px;
    position: absolute;
    top: 12%;
    left: 50%;
    margin-left: -300px;
    z-index: 22;
}

.tpop_a {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tpop_a a {
    float: right;
    display: block;
    font-size: 18px;
    color: #000;
}

.tpop_b {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 32px;
    color: #000;
    line-height: 1.5;
}

.tpop_c {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pr-30b {
    padding-right: 30%;
}

.bg-light-white {
    background-color: #f5f5f5;
}

.bg-custom-white {
    background-color: #ffffff;
}

.bg-custom-blue {
    background: #090909;
}

.bg-light-black {
    background: #33383c;
}

.text-custom-black {
    color: #000000;
}

.text-custom-white {
    color: #ffffff;
}

.text-custom-blue {
    color: #090909;
}

.text-light-dark {
    color: #838383;;
}

.text-light-black {
    color: #2d3e52;
}

.text-yellow {
    color: #fdb714;
}

.custom-accordion .card {
    background: #ffffff;
    border-color: #fff;
    border-radius: 0;
}

.custom-accordion .card .card-header {
    padding: 0;
    background: #ededed;
    border-color: #ededed;
    border-radius: 0;
}

.custom-accordion .card .card-header .collapsebtn {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    background: #090909;
    color: #fff;
    cursor: pointer;
}

.custom-accordion .card .card-header .collapsebtn.collapsed {
    background: #ededed;
    border-color: #ededed;
    color: #000;
}

.custom-accordion .card .card-header .collapsebtn:before {
    content: '\f068';
    background: #fff;
    color: #090909;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.custom-accordion .card .card-header .collapsebtn.collapsed:before {
    content: '\f067';
    background: #2d3e52;
    color: #ededed;
}

.custom-accordion .card .card-body {
    padding: 15px 0;
}

.header .topbar {
    background: #090909;
}

.header .topbar .leftside ul > li > a {
    margin: 10px 10px 10px 0px;
    line-height: 33px;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    display: block;
    border-radius: 20px;
}

.header .topbar .leftside ul > li:hover > a {
    background-color: #fb2d2d;
    border-color: #fb2d2d;
    color: #fff;
    border-radius: 20px;
}

.header .topbar .rightside ul {
    justify-content: flex-end;
}

.header .topbar .rightside ul > li.login {
    background-color: #45afce;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
    padding: 0 30px;
}

.header .topbar .rightside ul > li.book-appointment > a {
    background: #fb2d2d;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 16px 30px;
    font-weight: 600;
    color: #fff;
}

.header .topbar .rightside ul > li > a > i {
    margin-right: 10px;
}

.header .topbar a:hover {
    color: #fff;
}

.pos {
    position: relative;
}

.top-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.font-20 {
    font-size: 20px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-110 {
    padding-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.container3 {
    padding: 0 154px;
    z-index: 1;
    position: relative;
}

.container4 {
    padding: 0 185px;
    z-index: 1;
    position: relative;
}

.container5 {
    padding: 0 40px;
    z-index: 1;
    position: relative;
}

.width-980 {
    width: 980px;
    font-size: 20px;
}

.width-650 {
    width: 650px;
    font-size: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.pb-110 {
    padding-bottom: 110px;
}

.mt-220 {
    margin-top: 220px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-40 {
    margin-bottom: 40px;
}

.padding-12 {
    padding: 11.5px 0;
}

.bg-black {
    background: #090909;
}

.bg-white {
    background: #fff;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.text-black {
    color: #33383c;
}

.font-16 {
    font-size: 18px;
}

.font-18 {
    font-size: 18px;
}

.sqs-block {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    clear: both;
}

.wm-before-after-slider {
    --aspect-ratio: 1 / 1;
    --disable-hover: true;
    --starting-position: 0.5;
    --border-thickness: 0px;
    --border-color: #ffffff;
    --shadow: none;
    --border-radius: 0.2rem;
    --divider-thickness: 2px;
    --divider-color: #ffffff;
    --handle-size: 50px;
    --handle-border-color: #ffffff;
    --handle-background: hsla(0, 0%, 0%, 0);
    --handle-thickness: 2px;
    --handle-color: #ffffff;
    --caption-offset: 17px;
    --caption-font-size: .9rem;
    --caption-border-radius: 0.2rem;
    --caption-padding-v: 8px;
    --caption-padding-h: 17px;
    --before-text: Before;
    --caption-before-background: #000000;
    --caption-before-color: #ffffff;
    --after-text: After;
    --caption-after-background: #000000;
    --caption-after-color: #ffffff;
    display: block;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.wm-before-after-slider * {
    box-sizing: border-box;
}

.wm-before-after-slider .overflow-wrapper {
    width: var(--image-width);
    position: relative;
    overflow: hidden;
}

.wm-before-after-slider img {
    display: block;
    width: var(--image-width);
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    cursor: col-resize;
    aspect-ratio: var(--aspect-ratio);
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 5px;
}

.wm-before-after-slider .after {
    cursor: col-resize;
    user-select: none;
}

.wm-before-after-slider .before-overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--slider-position) + (var(--divider-thickness) / 2));
    height: 100%;
    overflow: hidden;
    background: white;
    z-index: 1;
    object-fit: cover;
    user-select: none;
    cursor: col-resize;
}

.wm-before-after-slider .before-overflow img {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--image-width);
    height: 100%;
    max-width: unset;
}

.wm-before-after-slider .before-title {
    opacity: calc(var(--slider-position));
}

.wm-before-after-slider .after-title {
    opacity: calc(100% - var(--slider-position));
}

.wm-before-after-slider .caption {
    position: absolute;
    top: 0;
    margin: var(--caption-offset) !important;
    display: inline-block;
    font-size: var(--caption-font-size);
    color: var(--caption-color);
    padding: var(--caption-padding-v) var(--caption-padding-h);
    border-radius: var(--caption-border-radius);
    z-index: 2;
    box-shadow: 0px 5px 9px hsla(0, 0%, 0%, .08);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.wm-before-after-slider .caption:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wm-before-after-slider .after-title {
    right: 0;
    color: var(--caption-after-color);
}

.wm-before-after-slider .caption.after-title:after {
    background-color: var(--caption-after-background);
    opacity: 70%;
}

.wm-before-after-slider .before-title {
    left: 0;
    color: var(--caption-before-color);
}

.wm-before-after-slider .caption.before-title:after {
    background-color: var(--caption-before-background);
    opacity: 70%
}

.wm-before-after-slider .divider {
    position: absolute;
    top: 0;
    height: 100%;
    left: var(--slider-position);
    z-index: 2;
    cursor: col-resize;
}

.wm-before-after-slider .line-top,
.wm-before-after-slider .line-bottom {
    position: absolute;
    width: var(--divider-thickness);
    height: calc(50% - ((var(--handle-size) - var(--divider-thickness)) / 2));
    background: var(--divider-color);
}

.wm-before-after-slider .line-top {
    top: 0;
}

.wm-before-after-slider .line-bottom {
    bottom: 0;
}

.wm-before-after-slider .handle {
    display: grid;
    place-items: center;
    position: absolute;
    box-sizing: border-box;
    background: var(--handle-background);
    top: 50%;
    left: calc(var(--slider-position) - ((var(--handle-size) - var(--divider-thickness)) / 2));
    transform: translateY(-50%);
    height: var(--handle-size);
    width: var(--handle-size);
    border: var(--divider-thickness) solid var(--handle-border-color);
    border-radius: 50%;
    padding: calc(var(--handle-size) / 5);
}

.header .navigation-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.header .navigation-wrapper.sticky {
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    animation-fill-mode: both;
}

.header .logo-1 img {
    height: 35px;
}

.header .navigation-wrapper nav > .main-navigation .logo {
    width: 185px;
    height: 56px;
    position: absolute;
    top: 0px;
}

.header .navigation-wrapper nav > .main-navigation .logo img {
    background: #ffffffbf;
}

.main-navigation .logo {
    display: none;
}

.main-navigation .main-menu .logo {
    display: block;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul {
    justify-content: center;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item .arrow {
    display: none;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item {
    margin: 0px 8px;
    padding: 15px 0;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:last-child {
    margin-right: 0;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding: 5px 18px;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a:after {
    content: '';
    display: block;
    height: 2px;
    background: #090909;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s all;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:hover > a:before, .header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item.active > a:before {
    top: -2px;
    opacity: 1;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:hover > a:after, .header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item.active > a:after {
    bottom: -2px;
    opacity: 1;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .search {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .search > a {
    padding: 5px 20px;
    padding-right: 0;
    font-size: 14px;
}

.menu-item-has-children {
    position: relative;
}

.desk-logo {
    position: relative;
    width: 150px;
    display: flex;
    justify-content: center;
}

.menu-item-has-children > a > .arrow:after, .menu-item-has-megamenu > a > .arrow:after {
    display: inline-block;
    margin-left: .55em;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.menu-item-has-children .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 200px;
    transform: translateY(10px);
    transition: 0.3s all;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}

.menu-item-has-children .bigmenu {
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    position: fixed;
    top: 139px;
    left: 0;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.navigation-wrapper.sticky .menu-item-has-children .bigmenu {
    top: 55px;
}

.header-slider .slick-list {
    top: 28px;
}

.header-slider .slick-prev {
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 0;
}

.header-slider .slick-prev:after {
    font-family: flaticon;
    content: "\f165";
    color: #000;
    font-size: 18px;
}

.header-slider .slick-next {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 0;
}

.header-slider .slick-next:after {
    font-family: flaticon;
    content: "\f163";
    color: #000;
    font-size: 18px;
}

.menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-item-has-children .submenu > .menu-item > a {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #000;
}

.menu-item-has-children .submenu > .menu-item:hover > a {
    text-decoration: underline;
}

.menu-item-has-children .submenu .menu-item-has-children > a > .arrow:after {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}

.menu-item-has-children .submenu .menu-item-has-children > .submenu {
    left: 100%;
    top: 0;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu {
    display: none;
    align-items: center;
    cursor: pointer;
    padding: 25px 0;
    justify-content: flex-end;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn span {
    background: #000;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    transition: 0.3s;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn span:last-child {
    margin-bottom: 0;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active {
    position: relative;
    top: -4px;
    transition: 0.3s;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active span:first-child {
    transform: rotate(45deg);
    transition: 0.3s;
    position: relative;
    top: 7.4px;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
    display: none;
}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active span:last-child {
    transform: rotate(-45deg);
    transition: 0.3s;
}

.main-banner .slide-item {
    height: 800px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.main-banner .slide-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}

.slider-content h1 {
    font-size: 48px;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
}

.main-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.banner-tabs .tab-pane [class^="col-"], .banner-tabs .tab-pane [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.banner-tabs {
    margin-top: 0px;
    background: #fff;
}

.banner-tabs .tabs .nav-tabs .nav-item .nav-link {
    background: #ffffff8c;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.tabs .nav-tabs {
    border: none;
}

.tabs .nav-tabs .nav-item {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tabs .nav-tabs .nav-item .nav-link:hover, .tabs .nav-tabs .nav-item .nav-link.active {
    background: #090909;
    color: #ffffff;
    border: none;
    border-bottom: 2px solid #090909;
}

.tabs .nav-tabs .nav-item .nav-link.active:before {
    content: "";
    bottom: -8px;
    left: calc(50% - 6px);
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #090909;
}

.tabs .nav-tabs .nav-item .nav-link {
    background: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #090909;
    color: #000;
    font-weight: 600;
    padding: 12px 40px;
    display: block;
    z-index: 10;
    position: relative;
}

.tabs .nav-tabs .nav-item .nav-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fb2d2d;
    width: 0%;
    transition: 0.5s all;
    z-index: -1;
}

.tabs .nav-tabs .nav-item .nav-link:hover:after {
    width: 100%;
}

.ls-item {
    min-height: 400px;
    border: 1px solid #ff914d;
    padding: 6%;
    text-align: center;
}

.ls-item h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
}

.ls-item h4 {
    color: #000;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ls-item div {
    height: 75px;
    line-height: 75px;
}

.ls-item img {
    max-width: 100%;
    max-height: 75px;
}

.ls-item p {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.jj-item {
    border: 1px solid #ff914d;
    padding: 6%;
    text-align: center;
    margin-bottom: 25px;
}

.jj-item h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
}

.jj-item p {
    color: #000;
    font-size: 24px;
}

.our-content img {
    max-width: 100%;
    height: auto;
}

.about-us .our-content {
    padding: 30px 0px;
}

.about-us .our-content span {
    background: #090909;
    padding: 5px 10px;
    border-radius: 0px 20px 0px 0px;
}

.about-us .our-content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    width: 50%;
    text-transform: uppercase;
}

.about-us .our-content h4 {
    font-weight: 400;
    width: 90%;
    padding-bottom: 10px;
}

.about-us .image-box {
    box-shadow: 0px 0px 10px -1px;
    width: 75%;
    position: relative;
}

.about-us .image-box img {
    width: 190px;
    height: 190px;
    border: 7px solid #fff;
}

.about-us .image-box h5 {
    text-align: center;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #090909;
}

.about-us .image-box-1 {
    box-shadow: 0px 0px 10px -1px;
    width: 100%;
    position: absolute;
    top: -136px;
    right: 139px
}

.about-us .image-box-1 img {
    width: 190px;
    height: 190px;
    border: 7px solid #fff;
}

.about-us .image-box-1 h5 {
    text-align: center;
    background: #fff;
    padding-top: 5px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #090909;
}

.slide-item {
    margin: 4px 0;
}

.car-grid {
    position: relative;
    overflow: hidden;
}

.car-grid .car-grid-wrapper:hover .image-sec > a:after, .car-grid .car-grid-wrapper:hover .image-sec > a:before {
    opacity: 1;
    transform: translateX(0%);
}

.car-grid .car-grid-wrapper .car-grid-caption .title {
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
}

.car-grid .car-grid-wrapper .car-grid-caption .title a {
    font-weight: normal;
}

.car-grid .car-grid-wrapper .car-grid-caption .title:after {
    display: table;
    clear: both;
    content: '';
}

.car-grid .car-grid-wrapper .car-grid-caption .title small {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-top: 4px
}

.car-grid .car-grid-wrapper .car-grid-caption .price {
    color: #7db921;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.car-grid .car-grid-wrapper .car-grid-caption .price small {
    display: block;
    color: #838383;
    font-size: 0.5em;
    margin-bottom: 5px;
}

.car-grid .car-grid-wrapper .car-grid-caption .feedback {
    margin: 5px 0;
    border-top: 1px solid #f5f5f5;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}

.car-grid .car-grid-wrapper .car-grid-caption .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car-grid .car-grid-wrapper .car-grid-caption .action a {
    padding: 0px 20px;
}

.ratings span {
    cursor: pointer;
}

.car-grid .car-grid-wrapper.car-grid .image-sec {
    width: 100%;
    background-color: #fff;
}

.car-grid .car-grid-wrapper.car-grid .image-sec img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.our-team {
    background-image: url(../images/team-bg.jpeg);
}

.our-team .overlay-bg-black {
    opacity: 0.5;
}

.cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
}

.cnt-block:hover {
    border-color: #090909;
    transition: 0.8s;
}

.cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}

.cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
}

.cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.cnt-block h3 a:hover {
    color: #fb2d2d;
}

.cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.follow-us ul {
    padding-left: 0px;
    margin-left: 0px;
}

.follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.cnt-block .follow-us li .fab {
    font-size: 24px;
    color: #090909;
}

.cnt-block .follow-us li .fab:hover {
    color: #fb2d2d;
}

.follow-us a {
    color: #000;
}


.our_articles .post .post-wrapper .blog-meta .post-heading h2 {
    margin-top: -10px;
}

.our_articles .post .post-wrapper .post-footer {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}

.our_articles .post .post-wrapper .post-footer .post-author a {
    color: #000;
}

.our_articles .post .post-wrapper .post-footer > a {
    text-transform: uppercase;
    padding: 5px 10px;
    background: #090909;
    border-radius: 20px;
    color: #fff;
}

.our_articles .post .post-wrapper .post-footer > a:hover {
    background: #fb2d2d;
}

.footer {
    background: #33383c;
}

.footer .ft-box .ft-blog li,
.footer .ft-box .ft-tweets li,
.footer ft-about {
    color: #fff;
}

.map {
    height: 295px;
}

.map_container {
    height: 100%;
}

.anchorBL {
    display: none !important;
}

.BMap_shadow img {
    display: none !important;
}

.footer .ft-head h4 {
    font-size: 16px;
}

.footer .ft-head h4 a:hover {
    text-decoration: underline;
    color: #fff;
}

.ft-box li a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer .ft-about h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer .ft-about p {
    margin-bottom: 15px;
}

.footer .ft-box .ft-about li {
    margin-bottom: 10px;
    max-width: 200px;
}

.footer .ft-box .ft-blog li:last-child,
.footer .ft-box .ft-tweets li:last-child,
.footer .ft-box .ft-about li:last-child {
    margin-bottom: 0;
}

.footer .ft-box .ft-tweets li i,
.footer .ft-box .ft-about li i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 8px;
}

.footer .ft-box .ft-tweets li span,
.footer .ft-box .ft-about li span {
    font-size: 16px;
    padding-left: 30px;
    display: block;
}

.footer .ft-box .ft-about li {
    color: #fff;
}

.footer .ft-box .ft-tweets {
    overflow: hidden;
    height: 244px;
}

.footer .foot-logo {
    height: 26px;
    margin-bottom: 25px;
}

.footer .ft-box .ft-blog li {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.footer .ft-box .ft-blog li .post-date {
    font-size: 14px;
    text-align: center;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.footer .ft-box .ft-blog li .post-date img {
    height: 70px;
}

.footer .ft-box .ft-blog li .post-content {
    width: calc(100% - 70px);
}

.ft-newsletter input {
    background-color: #fff;
    border-color: #090909;
    color: #999;
}

.ft-newsletter input::placeholder {
    color: #999;
}

.ft-newsletter button {
    height: 40px;
    padding: 0 10px;
    background: #090909;
    color: #fff;
    font-size: 18px;
    border-radius: 0px 20px 20px 0px;
}

.footer .ft-box .ft-social-media li a {
    line-height: 33px;
    width: 36px;
    height: 36px;
    display: block;
}

.footer .ft-box .ft-social-media li:last-child a {
    margin-right: 0;
}

.footer .ft-box .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.footer .ft-box .form-control {
    border-radius: 0px;
}

.copyright {
    padding: 15px 0;
    background: #090909;
}

#back-top {
    text-align: center;
    display: none;
}

#back-top a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 36px;
    border: #090909 solid 1px;
    color: #ffffff;
    border-radius: 50%;
    background: #090909;
    transition-duration: 0.3s;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
    position: fixed;
    z-index: 100;
    bottom: 60px;
    right: 20px;
}

.zl_a {
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
    background: #c9c4c4;
    position: relative;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.zl_a:after {
    display: inline-block;
    margin-left: 0.55em;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
}

.zl_b {
    display: none;
}

.sx_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.sx_a {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid #000;
    position: relative;
    cursor: pointer;
}

.sx_a:after {
    display: inline-block;
    margin-left: 0.55em;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
}

.sx_b {
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 15px;
}

.sx_b a {
    font-size: 14px;
    line-height: 24px;
    color: #848789;
    display: block;
}

.sx_b a:hover {
    color: #000;
}

.sx_b a.active {
    color: #000;
}

.sx_c {
    padding: 10px 15px 5px 15px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid #000;
    position: relative;
}

.sx_c input {
    border: 0;
    font-size: 14px;
    color: #000;
    width: 70%;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    background: url('../images/icon_search.png') no-repeat left center;
    background-size: 16px;
    float: left;
}

.sx_c a {
    float: right;
    line-height: 26px;
    background-size: 16px;
    color: #000;
    display: none;
}

.subheader2 {
    background-image: url(../images/slider/slider_2.jpg);
    min-height: 480px;
    padding-top: 110px;
}

.subheader2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.subheader3 {
    background-image: url(../images/slider/slider_2.jpg);
    min-height: 200px;
    padding-top: 80px;
    z-index: 1;
}

.subheader3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.subheader4 {
    line-height: 115px;
    text-align: center;
    z-index: -1;
    font-size: 30px;
}

.subheader {
    background-image: url(../images/slider/slider_2.jpg);
    text-align: center;
    height: 300px;
    padding-top: 110px;
}

.subheader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #2d3e52;
    opacity: 0.5;
}

.subheader h1 {
    line-height: 1;
    text-align: left;
}

.subheader ul li a {
    color: #fff;
}

.subheader ul li a:after {
    content: '/';
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}

.subheader ul li.active {
    color: #090909;
}

.sidebar_wrap .sidebar .sidebar_widgets {
    padding: 20px;
    background: #fff;
    border: #eee solid 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
    margin: -20px -20px 20px;
    padding: 20px;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li {
    position: relative;
    margin-bottom: 10px;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
    margin-bottom: 0px;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding: 5px 15px;
    width: 100%;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
    margin-bottom: 10px;
}

.blog-details .post-details-tags-social .tags a, .sidebar_wrap .sidebar .sidebar_widgets .tags a {
    display: inline-block;
    padding: 5px 15px;
    border: #eee solid 1px;
    margin: 0 5px 10px 0;
    background: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    color: #838383;
}

.blog-details .post-details-tags-social .tags a:hover, .sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
    border-color: #fb2d2d;
    color: #fb2d2d;
}
.blog-details .post .post-wrapper .post-img, .blog-details .post .post-wrapper .blog-meta .blog-video iframe {
    height: 450px;
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta {
    display: flex;
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
    position: absolute;
    right: 0;
    height: 75px;
    margin-top: 0;
    left: 20px;
    top: 20px;
}

.blog-details .post .post-wrapper .blog-meta .post-heading h2 {
    font-size: 30px;
    font-weight: 600;
}

.blog-details .post .post-wrapper .blog-meta .post-heading h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #090909;
    margin-top: 20px;
}

.blog-details .post .post-wrapper .blog-meta .post-author {
    display: flex;
    align-items: center;
    margin-right: 15px;
    flex-wrap: wrap;
    width: auto;
    border: none;
}

.blog-details .post .post-wrapper .blog-meta .post-author .author-img {
    margin-right: 15px;
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog-details .post-details-tags-social .tags-box {
    display: flex;
    align-items: flex-start;
}

.blog-details .post-details-tags-social .tags {
    margin-left: 15px;
}

.blog-details .post-details-tags-social .social-media-box ul {
    justify-content: flex-end;
}

.blog-details .post-details-tags-social .social-media-box ul li {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.blog-details .post-details-tags-social .social-media-box ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

.sidebar_wrap .sidebar .sidebar_widgets {
    padding: 20px;
    background: #fff;
    border: #ccc solid 1px;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
    margin: 0px 0px 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #000;
    background: #090909;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-details .post-details-tags-social .social-media-box ul li .social-number {
    padding: 2px 10px;
    border-radius: 0px 15px 15px 0;
    margin-left: -8px;
    z-index: 0;
    font-size: 14px;
}

.fb {
    background-color: #3b5998;
}

.tw {
    background-color: #1da1f2;
}

.yt {
    background-color: #090909;
}

.ldin {
    background-color: #0077b5;
}

.blog-details .post-author {
    display: flex;
    align-items: center;
    width: 100%;
}

.blog-details .post-author .author-img {
    flex: 0 0 150px;
    max-width: 150px;
    height: 150px;
    margin-right: 15px;
    border-radius: 0%;
}

.blog-details .post-author .author-caption {
    flex: 0 0 calc(100% - 165px);
    max-width: calc(100% - 165px);
    width: 100%;
    position: relative;
}

.blog-details .post-author .author-caption h5 {
    margin-bottom: 10px;
}

.blog-details .post-author .author-caption .authorpost {
    top: 0;
    position: absolute;
    right: 0;
}

.pagination-btn nav ul {
    justify-content: space-between;
}

.comment-box .children, .comment-box .comments {
    margin-bottom: 35px;
}

.comment-box .children {
    padding-left: 95px;
}

.comment-box .comments li.comment {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 20px;
}

.comment-box .comments li article {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.comment-box .comments li article .comment-avatar {
    margin-right: 20px;
    float: left;
    overflow: hidden;
    height: 80px;
    border-radius: 50px;
}

.comment-box .comments li article .comment-content {
    float: right;
    width: calc(100% - 50px);
}

.comment-box .comments li article .comment-content .comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply .comment-reply-link {
    font-size: 20px;
    padding: 0 15px;
}

.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date {
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    line-height: 10px;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.listing-top-heading {
    border-bottom: 2px solid #090909;
    background: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-top-heading h6 {
    padding: 20px 0;
}

.listing-top-heading .sort-by {
    display: flex;
    align-items: center;
}

.listing-top-heading .sort-by span {
    white-space: nowrap;
    margin-right: 15px;
}

.listing-top-heading .sort-by .custom-select {
    margin-bottom: 0;
    background: #fff;
}

.checkbox-group .form-group {
    margin-bottom: 1px;
    background: #eee;
    padding: 15px;
}

.checkbox-group .form-group label {
    margin-bottom: 0;
    line-height: 1.5;
}

.checkbox-group button {
    margin-top: 20px;
}

.widget_range .irs--round .irs-from, .widget_range .irs--round .irs-to, .widget_range .irs--round .irs-single {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.widget_range .irs--round .irs-from, .widget_range .irs--round .irs-to, .widget_range .irs--round .irs-single {
    background: #090909;
}

.widget_range .irs--round .irs-from:before, .widget_range .irs--round .irs-to:before, .widget_range .irs--round .irs-single:before {
    border-top-color: #090909;
}

.widget_range .irs--round .irs-handle {
    border: none;
    width: 15px;
    height: 15px;
    top: 30px;
    background-color: #090909;
    cursor: pointer;
}

.widget_range .irs--round .irs-bar {
    background-color: #090909;
}
.listing-details-inner .detail-slider-for .slide-item {
    height: 450px;
    position: relative;
    margin: 0;
}

.listing-details-inner .detail-slider-for .slide-item:hover .popup:after, .listing-details-inner .detail-slider-for .slide-item:hover .popup:before {
    opacity: 1;
}

.listing-details-inner .listing-meta-sec .hotel-type ul li {
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.listing-details-inner .listing-meta-sec .hotel-type ul li:last-child {
    margin-bottom: 0;
}

.listing-details-inner .listing-meta-sec .listing-testimonial .tesimonial-item .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.listing-details-inner .listing-meta-sec .amenities .icon-box {
    background-color: #f5f5f5;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 1px;
}

.listing-details-inner .listing-meta-sec .amenities .icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    float: left;
    background: #090909;
    color: #fff;
    height: 42px;
    font-size: 2em;
    margin-right: 15px;
}

.listing-details-inner .need-help ul li {
    position: relative;
}

.listing-details-inner .need-help ul li i {
    margin: 5px;
}

.listing-details-inner .listing-meta-sec .travel-info > .row > div {
    border-right: 1px solid #fff;
}

.listing-details-inner .listing-meta-sec .travel-info .head {
    border-bottom: 1px solid #fff;
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper {
    display: flex;
    align-items: center;
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .icon {
    margin-right: 10px;
    position: relative;
    top: -3px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .text p {
    line-height: 0.5;
}
.about-counter {
    background-image: url(../images/counter-bg.jpg);
}

.about-counter .counter-box .counter-box-inner {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.08);
}

.about-counter .counter-box .counter-box-inner .counter .icon {
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #ccc;
}

.about-counter .counter-box .counter-box-inner .counter .count {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}
.page-404 {
    background-image: url(../images/for_.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.page-404 .page-404-text {
    width: 100%;
    text-align: center;
    border: 10px solid #fff;
    margin: 0 auto;
    border-radius: 8px;
}

.page-404 .page-404-text .text-wrapper h1 {
    font-size: 12vw;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.page-404 .page-404-text .text-wrapper h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.coming-soon {
    background-image: url(../images/coming_soon_2.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.coming-soon .coming-soon-img {
    min-height: 450px;
}

.coming-soon .coming-soon-text {
    padding: 80px 40px;
    background-color: #fff;
    text-align: center;
}

.coming-soon .coming-soon-text h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10.5px;
}

.coming-soon .coming-soon-text .counter {
    display: flex;
    justify-content: center;
    margin: 0px 0px 30px;
}

.coming-soon .coming-soon-text .counter .counter-box {
    text-align: center;
    width: 25%;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
    background-color: #090909;
}

.coming-soon .coming-soon-text .counter .counter-box .inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1;
    margin-top: 20px;
    font-weight: 600;
}

.coming-soon .newsletter-form .group-form .input-group-append {
    pointer-events: all;
    width: 80px;
}

.coming-soon .coming-soon-contact ul li {
    text-align: center;
    width: 33.33%;
    margin-bottom: 20px;
}

.coming-soon .social-media ul {
    justify-content: center;
}

.coming-soon .social-media ul li {
    margin: 0 10px;
    font-size: 22px;
}
.contact-info-box:hover {
    background: #fff;
}

.contact-info-box {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
}

.contact-info-box i {
    height: 75px;
    width: 75px;
    color: #fff;
    background: #090909;
    border-radius: 50%;
    line-height: 75px;
    font-size: 30px;
    margin-bottom: 25px;
    display: inline-block;
}

.contact-info-box h6 {
    line-height: 26px;
}
.faqs .custom-accordion .card .card-body {
    padding: 15px;
}
.gallery .tabs .nav-tabs {
    justify-content: center;
}

.gallery .gallery-item {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.gallery .popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.filter-box:hover .popup:after {
    opacity: 0.7;
}

.work_detail {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.filter-box:hover .work_detail {
    bottom: 40%;
    opacity: 4;
    visibility: visible;
}

@media (max-width: 1800px) {
    .content-padding {
        padding: 0;
    }

    .work-sec7 {
        width: auto;
    }
}

@media (max-width: 1367px) {
    .content-padding {
        padding: 0;
    }

    .work-sec7 {
        width: auto;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    .topbar .col-lg-1 {
        display: none;
    }

    .header .navigation-wrapper nav > .main-navigation .logo {
        top: 19px !important;
    }

    .header .navigation-wrapper nav > .main-navigation .main-menu {
        background: #1b1b1b !important;
    }

    .pb-110 {
        padding-bottom: 15px;
    }

    .pt-65 {
        padding-top: 15px;
    }

    .padding-30 {
        padding: 15px;
    }

    .container2 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sqs-block .wm-before-after-slider {
        --image-width: 300px !important;
        left: 50% !important;
        margin-left: -150px !important;
    }

    .pt-110 {
        padding-top: 15px;
    }

    .our-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .font-20 {
        font-size: 16px;
    }

    .mt-115 {
        margin-top: 25px;
    }
   .btn-fouth {
        width: 100%;
        padding: 5px 0;
    }
    .btn-first {
        width: 100%;
        padding: 5px 0;
    }

    .work-sec {
        margin-bottom: 20px;
    }

    .section-padding {
        padding: 15px 0;
    }

    .work-sec1 {
        height: 335px;
        margin-bottom: 15px;
        display: block;
    }
  .work-sec2 {
        height: 355px;
        margin-bottom: 15px;
        display: block;
    }

    .content-padding {
        padding: 0;
    }

    .mb-110 {
        margin-bottom: 15px;
    }

    .mt-220 {
        margin-top: 30px;
    }

    .section-header .section-heading h3 {
        font-size: 28px;
    }
    .jx-item h3 {
        font-size: 28px;
    }

    .video {
        background: #000;
    }

    .subheader {
        align-items: center;
        display: flex;
    }

    .container3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .subheader3 {
        align-items: center;
        display: flex;
    }

    .subheader2 {
        align-items: center;
        display: flex;
        min-height: 360px;
    }

    .width-650 {
        font-size: 16px;
        width: 100%;
    }

    .work-sec7 {
        width: inherit;
        height: inherit;
    }

    .container4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pro_a {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pro_b {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tpop {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .tpop_b {
        font-size: 20px;
    }

    .width-980 {
        font-size: 16px;
        width: 100%;
    }

    .kh-item {
        width: 50%;
    }

    .kh-item1_box {
        overflow: hidden;
    }

    .kh-item1 {
        width: 50%;
        float: left;
        margin: 0;
        display: block;
        height: 195px;
    }

    .kh-item1 .image-fit1 {
        margin-bottom: 10px;
        height: 40px;
        max-width: 100%;
        object-fit: contain;
    }

    .kh-item1 .our-content {
        padding: 0;
    }
}