* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}



img {
    width: 100%;
    height: auto;
}

body {
    overflow-x: hidden;
}

body.active {
    height: 100vh;
    overflow: hidden;
}

/*
.banner_slider,
.banner_slider .slick-list {
    overflow-y: visible !important;
}
*/

.banner_slider .slick-arrow {
    width: 58px;
    height: 58px;
    border: 1px solid #CCBA5E;
    z-index: 10;
}

.banner_slider .my_slide {
    padding-bottom: 60px;
    background-color: #EFEFEF;
}

.banner_slider .slick-next::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #CCBA5E;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 0;
}

.banner_slider .slick-prev::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 7px 6.5px 0;
    border-color: transparent #CCBA5E transparent transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 0;
}

.banner_slider .slick-next {
    right: 10px;
}

.banner_slider .slick-prev {
    left: 10px;
}



a {
    text-decoration: none;
    color: #CCBA5E;
}

a:hover {
    cursor: pointer;
}

button {
    border: none;
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none !important;
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-family: "Montserrat";
    border: 1px solid #C4C4C4;
    position: relative;
    /* Firefox 19+ */
    /* Firefox 18- */
}

input ::-webkit-input-placeholder {
    color: #282828;
}

input ::-moz-placeholder {
    color: #282828;
}

input :-moz-placeholder {
    color: #282828;
}

input :-ms-input-placeholder {
    color: #282828;
}

.wpcf7-not-valid {
    border: 1px solid #FF0000;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.wpcf7-not-valid::before {
    content: "Error";
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -14px;
}

.wpcf7-not-valid ::-webkit-input-placeholder {
    color: #B9BABC;
}

.wpcf7-not-valid ::-moz-placeholder {
    color: #B9BABC;
}

.wpcf7-not-valid :-moz-placeholder {
    color: #B9BABC;
}

.wpcf7-not-valid :-ms-input-placeholder {
    color: #B9BABC;
}

.wpcf7-not-valid-tip {
    display: none;
}

select {
    -webkit-appearance: none !important;
}

::-moz-selection {
    background: #CCBA5E;
    color: #282828;
}

::selection {
    background: #CCBA5E;
    color: #282828;
}

.breadcrumb_box .sep-href {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(204, 186, 94, 0.5);
    margin-right: 20px;
    position: relative;
}

.breadcrumb_box .sep-href::after {
    position: absolute;
    right: -10px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #CCBA5E;
    border-right: 1px solid #CCBA5E;
}

.breadcrumb_box .sep-span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #CCBA5E;
}

.wrapper ul li {
    list-style-type: none;
    color: #282828;
    text-indent: 28px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    position: relative;
    font-family: "Montserrat";
}

.wrapper ul li::before {
    content: "";
    width: 4px;
    height: 8px;
    border-bottom: 2px solid #282828;
    border-right: 2px solid #282828;
    position: absolute;
    left: 6px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper ol {
    counter-reset: list 0;
    margin-top: 31px;
}

.wrapper ol li {
    list-style-type: none;
    color: #282828;
    text-indent: 28px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.wrapper ol li::before {
    counter-increment: list;
    content: counters(list, ".") ". ";
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    position: absolute;
    left: -24px;
    top: 0px;
}

.wrapper .page_title {
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.wrapper .page_title::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
}

.wrapper .tagline {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #CCBA5E;
    margin-bottom: 12px;
    margin-top: 0;
}

.wrapper .tagline.center {
    text-align: center;
}

.wrapper .bradcrumbs_box {
    text-align: center;
    color: #CCBA5E;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

.wrapper .section_title {
    position: relative;
    font-size: 36px;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.wrapper .section_title::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.wrapper .section_title.white_center {
    color: #FFFFFF;
    text-align: center;
}

.wrapper .section_title.white_center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrapper .section_title.center {
    text-align: center;
}

.wrapper .section_title.center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrapper .section_title.white {
    color: #FFFFFF;
}

.wrapper .category_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #282828;
    font-family: 'Montserrat';
}

.wrapper .thumbnail_title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    color: #282828;
    font-family: 'Montserrat';
    position: relative;
    text-transform: capitalize;
    padding-left: 28px;
    margin-bottom: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wrapper .thumbnail_title::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 0;
    top: 11px;
}

.wrapper .subtext {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #282828;
}

.wrapper blockquote {
    text-align: center;
    margin: 76px 0 24px;
    position: relative;
    font-family: 'Frank Ruhl Libre';
    font-size: 24px;
    line-height: 1.25;
    color: #282828;
}

.wrapper blockquote::before {
    position: absolute;
    top: -50px;
    left: 0%;
    content: url(" /wp-content/uploads/2020/03/quote-sign.svg");
}

.wrapper .next,
.wrapper .prev {
    width: 58px;
    height: 58px;
    background-color: transparent;
    border: 1px solid #CCBA5E;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.wrapper .next:hover,
.wrapper .prev:hover {
    border: 1px solid #636363;
    cursor: pointer;
}

.wrapper .next:hover::before {
    border-color: transparent transparent transparent #636363;
}

.wrapper .prev:hover::before {
    border-color: transparent #636363 transparent transparent;
}

.wrapper .next::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #CCBA5E;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wrapper .prev::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 7px 6.5px 0;
    border-color: transparent #CCBA5E transparent transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Frank Ruhl Libre';
    line-height: 1.2;
    color: #282828;
    position: relative;
    font-weight: normal;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat';
}

.durk_btn,
.golden_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    font-weight: bold;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Montserrat';
}

.durk_btn:hover,
.golden_btn:hover {
    cursor: pointer;
}

.durk_btn {
    color: #FFFFFF;
    background-color: #282828;
    padding: 21px 0;
    font-weight: bold;
}

.durk_btn:hover {
    background-color: #3A3A3A;
}

.golden_btn {
    background-color: #CCBA5E;
    color: #282828;
    border: 1px solid #CCBA5E;
    padding: 20px 0;
    font-weight: bold;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.golden_btn:hover {
    color: #FFFFFF;
    background-color: #282828;
    border: 1px solid #CCBA5E;
}

.bordered_btn {
    width: 150px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #CCBA5E;
    border: 1px solid #CCBA5E;
    border-radius: 4px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 21px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-family: 'Montserrat';
}

.bordered_btn:hover {
    background-color: #3A3A3A;
}

.small_golden_btn {
    width: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282828;
    border-radius: 4px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 18px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #CCBA5E;
    font-weight: bold;
    font-family: 'Montserrat';
}

.small_golden_btn:hover {
    background-color: #282828;
    color: #FFFFFF;
}

.small_bordered_btn {
    width: 184px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #CCBA5E;
    border: 1px solid #CCBA5E;
    border-radius: 4px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 17px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-family: 'Montserrat';
}

.small_bordered_btn:hover {
    background-color: #3A3A3A;
    color: #FFFFFF;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.container_full {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sidebar {
    max-width: 390px;
    width: 100%;
    position: relative;
}

.sidebar .product_category_list {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.content {
    width: 100%;
    max-width: 730px;
}

.windows ::-webkit-scrollbar-track {
    background-color: #575A5A;
}

.windows ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #CCBA5E;
}

.windows ::-webkit-resizer {
    width: 7px;
    height: 0px;
}

.windows ::-webkit-scrollbar {
    width: 4px;
}

.banner_main {
    min-height: calc(100vh - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_main .container {
    padding: 122px 0 122px 40px;
    z-index: 10;
}

.banner_main h1 {
    color: white;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    width: 60%;
    margin-top: 30px;
}

.banner_main .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 28px;
}

.banner_main .offer::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 0;
    top: -19px;
}

.banner_main .offer span {
    margin-right: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
}

.banner_main .offer span::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #CCBA5E;
    position: absolute;
    right: -25px;
    top: 0px;
}

.banner_main .offer span:last-of-type::after {
    display: none;
}

.banner_main .golden_btn {
    margin-top: 37px;
}

.banner_img {
    position: absolute;
    right: calc((100vw - 1200px) / 2);
    bottom: -60px;
    z-index: 1;
}

.flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about_us_section {
    background-color: #EFEFEF;
}

.about_us_section .container {
    padding-top: 180px;
    padding-bottom: 120px;
    position: relative;
}

.about_us_section .img_box {
    width: 186px;
    height: 60px;
    position: absolute;
    left: 30px;
    top: 10px;
}

.about_us_section .description_wrap,
.about_us_section .img_wrap {
    width: 50%;
    max-width: 537px;
    height: 100%;
}

.about_us_section .description_wrap img,
.about_us_section .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about_us_section .img_wrap {
    position: relative;
    overflow: hidden;
}

.about_us_section .about_us_quote {
    font-family: 'Montserrat';
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: none;
    color: #FFFFFF;
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 10;
    padding-top: 40px;
    padding-left: 50px;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about_us_section .about_us_quote::before {
    content: url("/wp-content/uploads/2020/03/quote-sign.png");
    position: absolute;
    left: 50px;
    top: 4px;
}

.about_us_section .description_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_us_section .description_text {
    padding-top: 6px;
    padding-right: 66px;
    max-height: 100%;
    overflow: auto;
    margin-bottom: 48px;
}

.about_us_section .description_text ::-webkit-scrollbar-track {
    background-color: #E0E0E0;
}

.about_us_section .description_text ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #CCBA5E;
}

.about_us_section .description_text ::-webkit-scrollbar {
    width: 2px;
}

.index_page .our_advantages {
    margin-top: 100px;
}

.our_advantages {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 35px;
}

.our_advantages .advantages_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    width: 25%;
}

.our_advantages .advantages_text {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 0;
    text-align: center;
    max-height: 57px;
    overflow: hidden;
}

.worker_name {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #282828;
    margin-top: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.worker_text {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: rgba(40, 40, 40, 0.8);
    margin-top: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 29px;
}

.worker_social_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.worker_social_box a {
    margin-right: 24px;
    width: 32px;
    height: 32px;
    border: 1px solid #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.worker_social_box a path {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.worker_social_box a:hover {
    cursor: pointer;
}

.worker_social_box a:hover path {
    fill: #CCBA5E;
}

.about_us_page .slide_img::before {
    display: none;
}

.about_us_page .slide_img::after {
    display: none;
}

.our_fleet {
    padding-top: 94px;
    padding-bottom: 156px;
    background-color: #282828;
}

.our_fleet .flex_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 110px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
}

.our_fleet .auto_wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 340px;
    width: 340px;
    margin: 0 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.our_fleet .auto_wrap span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_fleet .auto_wrap:hover span {
    color: #CCBA5E;
}

.our_fleet .auto_wrap:hover .auto_box::before {
    background-color: #CCBA5E;
}

.our_fleet .auto_box {
    height: 180px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.our_fleet .auto_box img {
    z-index: 10;
}

.our_fleet .auto_box::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 125px;
    background-color: #484430;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_services {
    padding-bottom: 70px;
}

.our_services .our_services_title {
    padding: 114px 0 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.our_services .services_container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -186px;
}

.our_services .service_wrap {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: inline-block;
    margin: 42px 21px 0;
}

.our_services .service_wrap:hover .thumbnail_title {
    color: #CCBA5E;
}

.our_services .service_wrap:hover .service_img::before {
    opacity: .5;
}

.our_services .service_wrap:hover .service_img::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.our_services .service_img {
    width: 344px;
    height: 244px;
    margin-bottom: 18px;
    position: relative;
}

.our_services .service_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_services .service_img::after {
    content: "Read more";
    font-family: 'Montserrat';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .2em;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_services .service_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.our_services .durk_btn {
    margin-top: 53px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%) !important;
}

.our_tours {
    padding: 120px 0 60px;
    background-color: #FFFFFF;
    position: relative;
	display: none;
}

.our_tours::before {
    content: "";
    width: 100%;
    height: 443px;
    top: 0;
    left: 0;
    background-color: #282828;
    position: absolute;
}

.our_tours .container {
    width: 1140px;
    position: relative;
    z-index: 10;
    padding-right: 160px;
}

.our_tours .slider {
    margin-top: 107px;
}

.our_tours .slide_img {
    margin-bottom: 11px;
}

.our_tours .slide_title {
    margin-bottom: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_tours .sub_title {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.our_tours .slide:hover .slide_title {
    color: #CCBA5E;
}

.our_tours .slide:hover .slide_img::before {
    opacity: .5;
}

.our_tours .slide:hover .slide_img::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.our_tours .durk_btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 48px;
    transform: translateX(-50%) !important;
}

.slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.slide {
    margin: 0 10px;
    width: 360px;
    position: relative;
}

.slide .slide_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide .raiting_star {
    margin-bottom: 4px;
}

.slide_img {
    width: 360px;
    height: 265px;
    position: relative;
}

.slide_img img {
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.slide_img::after {
    content: "Book now";
    font-family: 'Montserrat';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .2em;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.slider_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.slider_buttons .prev {
    margin-right: 10px;
}

.testimonials_section {
    background-color: #E5E5E5;
    padding: 70px 0 80px;
}

.container_testimonials {
    max-width: 862px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.gifts {
    padding-top: 0px;
    padding-bottom: 95px;
}

.gifts .section_title::after {
    content: url("/wp-content/uploads/2020/03/gift.svg");
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gifts .container_gifts_slider {
    width: 100%;
    max-width: 1140px;
    margin: 60px auto 0;
    position: relative;
}

.gifts .slide_img {
    margin-bottom: 20px;
}

.gifts .price_box {
    margin-top: 12px;
    border-top: 1px solid #E0E0E0;
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gifts .price {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: #282828;
    margin-right: 30px;
}

.gifts .price_hight {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #999999;
}

.gifts .slide:hover .slide_img::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gifts .slide:hover .slide_title {
    color: #CCBA5E;
}

.gifts .slide_img::after {
    content: "book now";
    padding: 21px 27px;
    color: #CCBA5E;
    border: 1px solid #CCBA5E;
    background: rgba(50, 50, 50, 0.85);
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.gifts .slide_title {
    color: #282828;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prev_help,
.next_help {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev_help:hover,
.next_help:hover {
    cursor: pointer;
}

.prev_help:hover path,
.next_help:hover path {
    stroke: #282828;
}

.prev_help path,
.next_help path {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.next_help {
    right: -50px;
}

.prev_help {
    left: -50px;
}

.title_box {
    padding: 175px 0 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service .services_container {
    margin-top: -175px;
}

.title_box_small {
    padding-top: 170px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
}

.title_box_small.sml {padding-bottom:0px;}

.single_service_content {
    padding: 74px 20px 55px;
}

.single_service_content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.single_service_content .content {
    padding-top: 5px;
}

.single_service_content .content > img {
    margin-top: 16px;
}

.single_service_content .content_box img {
    margin-top: 40px;
    margin-bottom: 48px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.single_service_content .content_box p {
    margin-top: 21px;
    margin-bottom: 24px;
}

.sidebar .product_category_item {
    margin-bottom: 0;
    padding: 16px 0 16px 44px;
    text-indent: 0;
    border-bottom: 1px solid #DEDEDE;
}

.sidebar .product_category_item:first-child {
    border-top: 1px solid #DEDEDE;
}

.sidebar .product_category_item a {
    font-size: 18px;
    line-height: 1.75;
    position: relative;
    width: 100%;
    display: block;
    color: #282828;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-right: 30px;
}

.sidebar .product_category_item a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    position: absolute;
    right: 16px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar .product_category_item a:hover {
    color: #CCBA5E;
}

.sidebar .product_category_item a:hover::after {
    border-right: 1px solid #CCBA5E;
    border-top: 1px solid #CCBA5E;
}

.sidebar .product_category_item a.active {
    color: #CCBA5E;
    pointer-events: auto;
}

.sidebar .product_category_item a.active:hover {
    pointer-events: auto;
}

.sidebar .product_category_item a.active::after {
    border-right: 1px solid #CCBA5E;
    border-top: 1px solid #CCBA5E;
}

.sidebar .product_category_item::before {
    display: none;
}

.single_service_slider {
    background-color: #EFEFEF;
    padding-top: 48px;
    padding-bottom: 130px;
}

.single_service_slider .container {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.single_service_slider .section_title {
    display: inline-block;
}

.single_service_slider .section_title::after {
    content: "";
    width: 1000px;
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
    top: 24px;
    background-color: rgba(196, 196, 196, 0.4);
}

.single_service_slider .slider_buttons {
    position: absolute;
    right: 0;
    padding-right: 20px;
    top: 19px;
    padding-left: 6px;
    background-color: #EFEFEF;
}

.single_service_slider .container_full {
    margin-top: 44px;
}

.single_service_slider .container_full .slide {
    margin: 0 20px;
}

.single_service_slider .slide_title {
    margin-top: 18px;
    margin-bottom: 8px;
}

.count_passenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 22px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #282828;
}

.count_passenger::before {
    content: url("/wp-content/uploads/2020/03/user.svg");
    position: absolute;
    left: 0;
}

.slide:hover .slide_img::before {
    opacity: .5;
}

.slide:hover .slide_buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.slide_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #EFEFEF;
}

.slide_buttons .small_golden_btn,
.slide_buttons .small_bordered_btn {
    width: 48%;
}

.our_fleet_page .slider_second {
    background-color: #EFEFEF;
}

.our_fleet_page .slider_first,
.our_fleet_page .slider_third {
    background-color: #FFFFFF;
}

.our_fleet_page .slider_first .slide_buttons,
.our_fleet_page .slider_third .slide_buttons {
    background-color: #FFFFFF;
}

.slider_first,
.slider_second,
.slider_third {
    padding-top: 48px;
    padding-bottom: 48px;
}

.slider_first .slide_title,
.slider_second .slide_title,
.slider_third .slide_title {
    margin-top: 18px;
    margin-bottom: 8px;
}

.slider_first .container_full,
.slider_second .container_full,
.slider_third .container_full {
    margin-top: 44px;
}

.slider_first .container,
.slider_second .container,
.slider_third .container {
    padding: 0 20px;
    position: relative;
}

.slider_first .section_title,
.slider_second .section_title,
.slider_third .section_title {
    display: inline-block;
}

.slider_first .slide:hover .slide_img::before,
.slider_second .slide:hover .slide_img::before,
.slider_third .slide:hover .slide_img::before {
    opacity: .5;
}

.slider_first .slider_buttons,
.slider_second .slider_buttons,
.slider_third .slider_buttons {
    padding-right: 20px;
}

.slide_img {
    display: inline-block;
}

.container_full .slide {
    margin: 0 20px;
}

.container_testimonials {
    margin-top: 72px;
}

.container_testimonials .slide {
    margin: 0 10px;
}

.container_testimonials .prev_help,
.container_testimonials .next_help {
    top: 70%;
}

.container_testimonials .prev_help {
    left: -90px;
}

.container_testimonials .next_help {
    right: -90px;
}

.index_page .container_testimonials .prev_help,
.index_page .container_testimonials .next_help {
    top: 70%;
}

.video_testimonials {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    height: 300px;
    z-index: 10;
}

.testimonials_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.author_photo {
    width: 130px;
    height: 130px;
    padding-right: 8px;
    padding-bottom: 8px;
    position: relative;
    margin-right: 22px;
}

.author_photo img {
    width: 100%;
    height: initial;
    -o-object-fit: cover;
    object-fit: cover;
}

.author_photo .btn_play {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 38px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author_photo .btn_play::before {
    content: "";
    width: 90%;
    height: 90%;
    background-color: #CCBA5E;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.author_photo .btn_play::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #FFFFFF;
}

.author_photo .btn_play:hover {
    background-color: #CCBA5E;
}

.author_photo .btn_play:hover::before {
    background-color: #FFFFFF;
}

.author_photo .btn_play:hover::after {
    border-color: transparent transparent transparent #CCBA5E;
}

.author_photo .btn_play {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.author_photo .btn_play:hover {
    cursor: pointer;
}

.author_info {
    margin-right: auto;
}

.author_info .name {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.author_info .name::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.author_info .city_info {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #999999;
}

.tripadvisor_img {
    display: inline-block;
}

.testimonials_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: #282828;
    margin-top: 28px;
}

.testimonials_modal_window {
    width: 700px;
    height: 450px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 4000;
}

.testimonials_page .container_testimonials {
    margin-top: 0;
}

.testimonials_page .testimonials_section {
    padding: 88px 0 64px;
}

.testimonials_page .testimonial:nth-child(n+2) {
    margin-top: 96px;
}

.single_fleet_page .sidebar {
    max-width: 300px;
    width: 100%;
    margin-right: 0;
}

.single_fleet_page .content {
    width: 100%;
    max-width: 790px;
    position: relative;
}

.single_fleet_page .our_office_next,
.single_fleet_page .our_office_prev {
    top: 350px;
}

.single_fleet_page .our_office_next::before,
.single_fleet_page .our_office_prev::before {
    border-color: #FFFFFF;
}

.single_fleet_page .our_office_next:hover::before,
.single_fleet_page .our_office_prev:hover::before {
    border-color: #CCBA5E;
}

.single_fleet_page .our_office_prev {
    left: 10px;
}

.single_fleet_page .our_office_next {
    right: 20px;
}

.single_page_container .content > img {
    margin-top: 16px;
}

.single_page_container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 80px;
}

.single_page_container .content_box p {
    margin-top: 21px;
    margin-bottom: 24px;
}

.sidebar .slide {
    margin: 0;
    width: 100%;
    margin-bottom: 32px;
    display: block;
}

.sidebar .slide:hover .slide_title {
    color: #CCBA5E;
}

.sidebar .slide:hover .sidebar_img::before {
    opacity: .5;
}

.sidebar .slide:hover .post_title {
    color: #CCBA5E;
}

.sidebar .slide_title {
    margin-top: 14px;
    margin-bottom: 7px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar .post_title {
    font-family: 'Frank Ruhl Libre';
    margin-top: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar .sidebar_img {
    position: relative;
    display: block;
}

.sidebar .sidebar_img img {
    display: block;
}

.sidebar .sidebar_img span {
    position: absolute;
    left: 12px;
    bottom: 14px;
    background-color: #282828;
    padding: 4px 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: #FFFFFF;
}

.sidebar .sidebar_img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #282828;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar .sidebar_blog_title {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    margin-top: 44px;
}

.sidebar .sidebar_blog_title::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
}

.count_passenger span:first-child {
    margin-right: 5px;
    margin-left: 2px;
}

.single_fleet_page .slick-slide {
    height: auto;
}

.single_fleet_page .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.privacy_policy_page .privacy_content .container {
    padding-top: 15px;
    padding-bottom: 40px;
    max-width: 1280px;
}

.privacy_policy_page .title_box_small {
    background-color: #282828;
}

.privacy_policy_page h4 {
    font-size: 18px;
    margin-bottom: 24px;
}

.privacy_policy_page p,
.privacy_policy_page h3 {
    margin-bottom: 24px;
}

.content_box {
    width: 100%;
    position: relative;
}

.single_page_container .content_buttons {
    position: absolute;
    right: 0;
    top: 0;
}

.single_page_container .content_buttons .small_golden_btn {
    margin-right: 8px;
}

.single_page_container .content_box {
    margin-top: 46px;
}

.single_page_container .content_box .section_title {
    width: 50%;
    margin-bottom: 30px;
    margin-top: 32px;
}

.slide_one {
    margin: 0 10px;
}

.slider_one {
    margin: 0 -10px;
}

.reserve_box {
    background-color: #EFEFEF;
    text-align: center;
    padding: 32px;
}

.reserve_box .reserve_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 18px;
}

.reserve_box a {
    min-width: 200px;
    margin: 0 5px;
}

.single_tour .content .raiting_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 15px;
    min-width: 170px;
    margin-top: 20px;
    margin-bottom: 44px;
}

.single_tour .our_office_prev {
    left: 13px;
    top: 420px;
}

.single_tour .our_office_next {
    right: 27px;
    top: 420px;
}

.single_tour .content .slide_one {
    height: 400px;
}

.single_tour .slide_one img {
    height: 100%;
    object-fit: cover;
}

.single_tour .section_title {
    margin-bottom: 32px;
}

.single_tour .content_buttons {
    position: absolute;
    right: 0;
    top: 90px;
}

.single_tour .content_buttons .small_golden_btn {
    margin-right: 10px;
}

.single_tour .content {
    position: relative;
}

.tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.tour:hover .tour_img::before {
    opacity: .5;
}

.tour:hover .tour_name {
    color: #CCBA5E;
}

.tour_img {
    height: 90px;
    width: 128px;
    min-width: 128px;
    margin-right: 10px;
    position: relative;
}

.tour_img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #282828;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: "";
}

.tour_img img {
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.tour_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282828;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.feedback {
    background-color: #FFF;
    padding: 45px 0 90px;
}

.feedback .container {
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feedback_content {
    width: 60%;
}

.feedback_content .star-rating {
    position: relative;
    left: -62px;
}

.feedback_content .feedback_raiting_box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feedback_content .feedback_raiting_box span:last-of-type {
    display: none;
}

.feedback_content .feedback_raiting_box span:nth-child(1) {
    position: relative;
    left: 0px;
}

.feedback_content .feedback_raiting_box span.count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
}

.feedback_content .section_title {
    margin-bottom: 64px;
}

.feedback_content .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-Reviews-title {
    display: none;
}

.woocommerce-review-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: rgba(40, 40, 40, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0;
}

.feedback_sidebar {
    width: 383px;
}

.feedback_sidebar .small_bordered_btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feedback_box {
    padding: 32px;
    background-color: #EFEFEF;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}

.feedback_raiting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    margin-top: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: rgba(40, 40, 40, 0.8);
}

.feedback_raiting_box span {
    margin-right: 6px;
}

.testimonial_box {
    font-family: 'Montserrat';
    padding: 36px 0;
    border-top: 1px solid rgba(196, 196, 196, 0.4);
}

.testimonial_box:last-child {
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}

.testimonial_box .testimonial_raiting {
    display: block;
}

.testimonial_box .tour_stars {
    margin-bottom: 8px;
}

.testimonial_box .author_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: rgba(40, 40, 40, 0.7);
    text-transform: uppercase;
    margin-right: 8px;
}

.testimonial_box .data_testimonial {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: rgba(40, 40, 40, 0.7);
    text-transform: uppercase;
    margin-right: 8px;
}

.testimonial_box .testimonial_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.testimonial_box .testimonial_title {
    color: #282828;
    text-transform: uppercase;
    line-height: 2.14;
    font-size: 14px;
}

.testimonial_box .testimonial_text {
    font-size: 14px;
    line-height: 2.14;
}

.testimonial_box .text_wrap {
    padding-left: 62px;
}

.pagination_box {
    margin-top: 20px;
    margin-bottom: 80px;
}

.sidebar_category_title {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    color: #282828;
    text-align: center;
    margin-bottom: 28px;
    opacity: 0.2;
}

.categories {
    padding-top: 64px;
    padding-bottom: 42px;
}

.categories .sidebar {
    width: 400px;
}

.categories .content {
    width: 746px;
    padding-top: 64px;
    position: relative;
}

.categories .content::after {
    content: "Sort by";
    position: absolute;
    right: 255px;
    top: 7px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #282828;
}

.categories .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories .products_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories .sort_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories .sort_box .sort_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #282828;
    margin-right: 24px;
}

.categories .sort_box .custom-select {
    height: 100%;
}

.categories .sort_box select {
    width: 100%;
    height: 100%;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #EFEFEF;
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282828;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Montserrat';
}

.categories .product_card {
    width: 48%;
    margin-bottom: 48px;
}

.product_card {
    position: relative;
}

.product_card img {
    display: block;
}

.product_card .product_buttons {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_card .product_buttons a {
    min-width: 160px;
    width: 100%;
}

.product_card .product_buttons .small_bordered_btn {
    margin-bottom: 10px;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 0;
}

.product_card .product_buttons .small_golden_btn {
    border: 1px solid #CCBA5E;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    opacity: 0;
}

.product_card:hover .product_img::before {
    opacity: .6;
}

.product_card:hover .small_bordered_btn,
.product_card:hover .small_golden_btn {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.product_card .product_img {
    margin-bottom: 12px;
    position: relative;
}

.product_card .product_img::before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #282828;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product_card .product_name {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #282828;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product_card .product_name:hover {
    color: #CCBA5E;
}

.product_card .product_price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px;
    border-top: 1px solid rgba(196, 196, 196, 0.4);
    font-family: 'Montserrat';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_card .price_past {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
}

.product_card .price_past::before {
    content: "$";
    position: absolute;
    left: -10px;
    top: 0;
}

.product_card .price_past::after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    left: -10px;
}

.product_card .actual_price {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 24px;
    text-indent: 22px;
    position: relative;
}

.product_card .actual_price::before {
    content: "$";
    position: absolute;
    left: -21px;
    top: 0;
}

.single_store_product .product_card {
    margin: 0 32px;
}

.single_store_product .container_full {
    width: 100%;
    max-width: 1260px;
}

.single_store_product .single_service_slider {
    padding-bottom: 90px;
}

.single_store_product .single_service_slider .container {
    padding: 0 0;
}

.single_store_product .single_service_slider .slider_buttons {
    padding-right: 0;
}

.single_store_product .feedback .container {
    padding-right: 0;
    padding-left: 0;
}

.product_description {
    background-color: #FFFFFF;
}

.product_description .container {
    padding-top: 64px;
    padding-bottom: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_description .photo_box {
    width: 50%;
}

.product_description .photo {
    height: 567px;
    width: 100%;
}

.product_description .photo img {
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
}

.product_box {
    width: 50%;
    padding-left: 90px;
}

.product_box .product_code {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    margin-bottom: 14px;
}

.product_box .product_title {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.3;
    color: #282828;
    margin-bottom: 12px;
}

.product_box .product_price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px;
    border-top: 1px solid rgba(196, 196, 196, 0.4);
    font-family: 'Montserrat';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.product_box .product_info_box {
    padding-right: 20px;
}

.product_box .product_info_box p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2.14;
    color: #000000;
}

.product_box .feedback_raiting_box {
    margin-bottom: 76px;
}

.product_box .actual_price {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 24px;
    text-indent: 22px;
    position: relative;
}

.product_box .actual_price::before {
    content: "$";
    position: absolute;
    left: -21px;
    font-size: 32px;
    top: 0;
}

.product_box .price_past {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
}

.product_box .price_past::before {
    content: "$";
    position: absolute;
    left: -10px;
    top: 0;
}

.product_box .price_past::after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    left: -10px;
}

.product_buttons_box {
    width: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_buttons_box .small_bordered_btn {
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_buttons_box a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49%;
}

.product_info_box {
    height: 260px;
    overflow-y: auto;
    margin-bottom: 48px;
}

.product_info_box ::-webkit-scrollbar-track {
    background-color: #575A5A;
}

.product_info_box ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #CCBA5E;
}

.product_info_box ::-webkit-resizer {
    width: 7px;
    height: 0px;
}

.product_info_box ::-webkit-scrollbar {
    width: 2px;
}

.about_us_page {
    background-color: #EFEFEF;
}

.about_us_page .our_advantages {
    margin-top: 0;
    padding: 88px 0;
}

.about_us_page .about_us_advantsges {
    background-color: #FFFFFF;
}

.about_us_page .slider_about_us {
    margin-top: -380px;
}

.about_us_page .slider_about_us .slick-dots {
    bottom: -90px;
}

.advantages_img {
    height: 54px;
    width: 54px;
}

.advantages_img img,
.advantages_img svg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.our_office_box {
    padding-top: 80px;
    padding-bottom: 495px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.our_office_box .page_title {
    margin-bottom: 0;
    margin-top: 24px;
}

.our_office_box .bradcrumbs_box {
    letter-spacing: 0.2em;
}

.slide_about_us {
    margin: 0 20px;
}

.slide_one_img img {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.our_office_slider {
    padding-bottom: 80px;
}

.our_office_slider .container {
    max-width: 960px;
    position: relative;
}

.our_office_prev {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: 48%;
    z-index: 10;
}

.our_office_prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #CCBA5E;
    border-left: 3px solid #CCBA5E;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_office_next {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 48%;
    z-index: 10;
}

.our_office_next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #CCBA5E;
    border-right: 3px solid #CCBA5E;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_office_prev,
.our_office_next {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our_office_prev:hover,
.our_office_next:hover {
    cursor: pointer;
}

.our_office_prev:hover::before,
.our_office_next:hover::before {
    border-color: #FFFFFF;
}

.wrapper .slick-dots {
    bottom: -50px;
}

.wrapper .slick-dots li button {
    font-size: 0;
    width: 7px;
    height: 7px;
    background: #C4C4C4;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0 auto;
}

.wrapper .slick-dots li {
    margin-bottom: 0;
}

.wrapper .slick-dots li.slick-active button {
    background-color: #CCBA5E;
}

.slick-dots button::before {
    display: none;
}

.wrapper .slick-dots li::before {
    display: none;
}

.wrapper .slick-dots li {
    margin-bottom: 0;
}

.woocommerce .product_card img,
.woocommerce-page .product_card img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.privacy_content .container {
    padding: 74px 0;
}

.woocommerce-info {
    border-top-color: #CCBA5E;
}

.woocommerce-info::before {
    color: #CCBA5E;
}

.woocommerce-cart table.cart img {
    width: 96px;
    height: 96px;
}

.product-name a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-name a:hover {
    color: #CCBA5E;
}

tbody .product-price,
tbody .product-subtotal {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #282828;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(224, 224, 224, 0.7);
}

.woocommerce-shipping-totals,
.cart-subtotal {
    display: none !important;
}

.woocommerce table.shop_table {
    text-align: center;
}

.checkout-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
}

.woocommerce-page .cart-collaterals .cart_totals {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.woocommerce-Price-amount {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #282828;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
    margin-top: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0;
}

.order-total th {
    display: none;
}

.order-total td {
    border-top: none;
}

.cart_totals {
    text-align: center;
}

.cart_totals h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: rgba(40, 40, 40, 0.8);
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: none;
}

.shop_table {
    text-align: center;
}

.woocommerce a.button.alt {
    background-color: #CCBA5E;
    color: #282828;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    min-width: 248px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    width: 248px;
}

.woocommerce a.button.alt:hover {
    background-color: #282828;
    color: #FFFFFF;
    cursor: pointer;
}

.woocommerce-Price-currencySymbol {
    margin-right: 8px;
}

.coupon {
    display: none;
}

.product-thumbnail {
    width: 100px;
}

.product-name,
.product-price,
.product-subtotal,
.product-quantity,
.product-remove {
    text-align: center;
}

thead .product-price,
thead .product-subtotal,
thead .product-quantity,
thead .product-name {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 1 !important;
    color: #282828;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background-color: transparent;
    border: none;
}

.product-remove .remove {
    position: relative;
    left: calc(50% - 12px);
    width: 22px;
    height: 22px;
}

.product-remove .remove::before {
    width: 22px;
    height: 22px;
    content: "";
    left: 0px;
    top: 0px;
    background-color: #efefef;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    border: 1px solid #282828;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-remove .remove::after {
    width: 10px;
    height: 1px;
    content: "";
    left: 7px;
    top: 50%;
    background-color: #282828;
    position: absolute;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-remove .remove:hover::before {
    border: 1px solid #EFEFEF;
    background-color: #3A3A3A;
}

.product-remove .remove:hover:after {
    background-color: #EFEFEF;
}

.woocommerce a.remove:hover {
    background-color: transparent;
}

.woocommerce-message {
    display: none;
}

.woocommerce-ordering {
    position: absolute;
    top: 0;
    right: 0;
}

.select-selected {
    padding: 10px 32px 10px 12px;
    border: 1px solid #DEDEDE;
    min-width: 230px;
    background-color: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #282828;
    position: relative;
}

.select-selected:hover {
    cursor: pointer;
}

.select-selected:hover::before {
    border-right: 2px solid #CCBA5E;
    border-bottom: 2px solid #CCBA5E;
}

.select-selected::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.select-selected.select-arrow-active::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-right: 2px solid #CCBA5E;
    border-bottom: 2px solid #CCBA5E;
}

.select-items {
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.select-items.select-hide {
    max-height: 0;
}

.select-items {
    position: relative;
    z-index: 10;
    background-color: #EFEFEF;
}

.select-items div {
    border: 1px solid #DEDEDE;
    padding: 10px 32px 10px 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #282828;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.select-items div:hover {
    cursor: pointer;
    color: #CCBA5E;
}

.woocommerce-cart .privacy_content .container {
    max-width: 1280px;
}

.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 99999;
}

.pac-container {
    background-color: #fff;
    position: absolute!important;
    z-index: 999999;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #CCBA5E;
}

.woocommerce p.stars a::before {
    color: #CCBA5E;
}

.woocommerce #respond input#submit {
    background-color: #CCBA5E;
    color: #FFFFFF;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce #respond input#submit:hover {
    background-color: #CCBA5E;
    color: #282828;
}

.comment-notes {
    display: none;
}

.comment-form-cookies-consent {
    display: none;
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comment-form .comment-form-rating {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.comment-form .comment-form-author {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.comment-form .comment-form-email {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.comment-form .comment-form-comment {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.comment-form .form-submit {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.contact-form,
#review_form {
    width: 565px;
    background-color: #FFFFFF;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px 25px;
    position: relative;
}

.contact-form .reply-title,
#review_form .reply-title {
    margin-bottom: 46px;
}

.contact-form h3,
#review_form h3 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
}

.contact-form h3::before,
#review_form h3::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #CCBA5E;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
}

.contact-form br,
#review_form br {
    display: none;
}

.contact-form div.wpcf7 .ajax-loader,
#review_form div.wpcf7 .ajax-loader {
    display: none;
}

.contact-form .hidden,
#review_form .hidden {
    display: none;
}

.contact-form input,
#review_form input {
    padding: 0 14px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #282828;
}

.contact-form input::-webkit-input-placeholder,
#review_form input::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form input:-ms-input-placeholder,
#review_form input:-ms-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form input::-ms-input-placeholder,
#review_form input::-ms-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form input::placeholder,
#review_form input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form label,
#review_form label {
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #282828;
}

.contact-form textarea,
#review_form textarea {
    width: 100%;
    padding: 10px 14px;
    resize: none;
    height: 102px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #C4C4C4;
}

.contact-form textarea::-webkit-input-placeholder,
#review_form textarea::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form textarea:-ms-input-placeholder,
#review_form textarea:-ms-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form textarea::-ms-input-placeholder,
#review_form textarea::-ms-input-placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form textarea::placeholder,
#review_form textarea::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.21;
    color: #C4C4C4;
}

.contact-form textarea ::-webkit-input-placeholder,
#review_form textarea ::-webkit-input-placeholder {
    color: #C4C4C4;
}

.contact-form textarea ::-moz-placeholder,
#review_form textarea ::-moz-placeholder {
    color: #C4C4C4;
}

.contact-form textarea :-moz-placeholder,
#review_form textarea :-moz-placeholder {
    color: #C4C4C4;
}

.contact-form textarea :-ms-input-placeholder,
#review_form textarea :-ms-input-placeholder {
    color: #C4C4C4;
}

.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
#review_form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.contact-form .wpcf7-submit,
#review_form .wpcf7-submit {
    background-color: #CCBA5E;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-form .wpcf7-submit:hover,
#review_form .wpcf7-submit:hover {
    cursor: pointer;
    color: #3A3A3A;
}

span.wpcf7-not-valid-tip {
    color: #CCBA5E;
    font-size: 1em;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}

div.wpcf7-response-output {
    padding: 12px 10px;
    font-family: 'Montserrat';
}

.wpcf7-not-valid {
    border: 1px solid #CCBA5E;
}

.close_popup {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    z-index: 5000;
}

.close_popup:hover {
    cursor: pointer;
}

.close_popup::before {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #CCBA5E;
}

.close_popup::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #CCBA5E;
}

.sidebar .star-rating {
    float: none;
    margin-top: 10px;
}

.star-rating span::before {
    color: #CCBA5E;
}

.content .raiting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .raiting_box > span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: rgba(40, 40, 40, 0.8);
    margin-left: 8px;
}

.content .star-rating {
    float: none;
    margin-top: 0px;
}

.error_text {
    font-size: 22px;
    font-family: 'Montserrat';
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #282828;
    color: #E0E0E0;
}

.error404 .wrapper {
    background-color: #282828;
}

.error404 .title_box {
    padding: 220px 0 90px;
}

.link_to_home {
    text-align: center;
    margin-top: 32px;
    padding-bottom: 64px;
}

.link_to_home a {
    color: #E0E0E0;
    font-size: 28px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.link_to_home a:hover {
    color: #CCBA5E;
}

.post-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: #282828;
    position: relative;
    border-top: 1px solid rgba(204, 186, 94, 0.4);
    border-bottom: 1px solid rgba(204, 186, 94, 0.4);
    height: 40px;
}

.post-nav a {
    color: #C2C2C2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.post-nav a:hover {
    color: #282828;
}

.post-nav .addtoany_shortcode {
    position: absolute;
    left: 53%;
    top: 2px;
}

.post-nav .addtoany_shortcode::before {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #292929;
    content: "Share";
    position: absolute;
    left: -50px;
    top: 29%;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 20px !important;
    line-height: 1;
    width: 20px !important;
    border: 2px solid black;
}

.single_fleet_page .section_title {
    margin-bottom: 40px;
}

.cart-link {
    margin-right: 20px;
    position: relative;
}

.cart-link path {
    fill: rgba(255, 255, 255, 0.5);
}

.cart-link span {
    position: absolute;
    color: #FFFFFF;
    left: 13px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #CCBA5E;
    width: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
}

.cart-link svg {
    width: 24px;
    height: 24px;
}

.tour-block .product_price_block,
.single_tour .product_price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    margin-bottom: 12px;
    font-family: 'Montserrat';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour-block .price_past,
.single_tour .price_past {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
}

.tour-block .price_past::before,
.single_tour .price_past::before {
    content: "$";
    position: absolute;
    left: -10px;
    top: 0;
}

.tour-block .price_past::after,
.single_tour .price_past::after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    left: -10px;
}

.tour-block .actual_price,
.single_tour .actual_price {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 24px;
    text-indent: 22px;
    position: relative;
}

.tour-block .actual_price::before,
.single_tour .actual_price::before {
    content: "$";
    position: absolute;
    left: -21px;
    top: 0;
}

.tour-block .sidebar .actual_price,
.single_tour .sidebar .actual_price {
    font-size: 18px;
}

.tour-block .sidebar .price_past,
.single_tour .sidebar .price_past {
    font-size: 14px;
}

.tour-block .sidebar .product_price_block,
.single_tour .sidebar .product_price_block {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .menu-item-has-children .sub-menu li {
    background: rgba(0, 0, 0, 0.8) !important;
}

@media only screen and (max-width: 1440px) {
    .title_box {
        padding: 130px 0 190px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .single_store_product .product_card {
        margin: 0 20px;
    }

    .single_store_product .container {
        max-width: 1260px;
    }

    .single_store_product .single_service_slider .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single_store_product .single_service_slider .slider_buttons {
        padding-right: 20px;
    }

    .single_store_product .product_description .container {
        max-width: 1260px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .single_store_product .feedback .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1220px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
        width: 100%;
    }

    .product_card .product_buttons a {
        min-width: unset;
        width: 100%;
    }

    .error404 .title_box {
        padding: 120px 0 70px;
    }

    .banner_img {
        right: 0;
    }

    .title_box_small {
        padding-top: 125px;
        padding-bottom: 60px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .about_us_section .img_wrap {
        width: 45%;
        max-width: 100%;
        height: 500px;
    }

    .about_us_section .description_wrap {
        height: auto;
    }

    .about_us_section .about_us_quote {
        padding-left: 0;
    }

    .our_services .services_container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .our_tours .container {
        max-width: 100%;
        width: 100%;
    }

    .our_tours::before {
        height: 424px;
    }

    .slider_buttons {
        right: 24px;
    }

    .slider_container {
        max-width: 100%;
    }

    .slide_img {
        height: 235px;
        width: 100%;
        display: inline-block;
    }

    .slide {
        margin-left: 24px;
        margin-right: 24px;
    }

    .gifts {
        padding-top: 85px;
        padding-bottom: 70px;
    }

    .prev_help,
    .next_help {
        top: unset;
        bottom: -40px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
        margin: 0 10px;
    }

    .help_buttons {
        position: absolute;
        bottom: -30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .single_service_content {
        padding: 50px 0 50px;
    }

    .single_service_content .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sidebar {
        max-width: 100%;
        width: 30%;
        margin-right: 0;
    }

    .sidebar .product_category_item {
        padding: 16px 0 16px 0px;
    }

    .content {
        width: 65%;
        max-width: 100%;
    }

    .slider_buttons,
    .help_buttons {
        display: none;
    }

    .slide_buttons {
        opacity: 1;
        visibility: visible;
        position: static;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0);
        margin-top: 13px;
    }

    .single_fleet_page .content_box {
        margin-top: 90px;
    }

    .single_fleet_page .content_box .section_title {
        width: 100%;
    }

    .single_fleet_page .content_buttons {
        position: static;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single_fleet_page .content_buttons a {
        width: 48%;
        margin: 0;
    }

    .single_fleet_page .content {
        width: 65%;
        max-width: 100%;
    }

    .single_fleet_page .sidebar {
        max-width: 100%;
        width: 30%;
    }

    .feedback_sidebar {
        width: 36%;
    }

    .categories .sidebar {
        width: 30%;
    }

    .categories .content {
        width: 65%;
    }

    .single_store_product .product_card {
        margin: 0 24px;
    }

    .single_store_product .single_service_slider .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .single_store_product .feedback .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .product_card .product_buttons {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .product_card .product_buttons .small_golden_btn,
    .product_card .product_buttons .small_bordered_btn {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .product_card .product_buttons .small_golden_btn {
        margin-bottom: 24px;
    }

    .product_box {
        width: 70%;
        padding-left: 60px;
    }

    .product_description .photo_box {
        width: 30%;
    }

    .single_store_product .product_description .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .our_office_prev,
    .our_office_next {
        display: none;
    }

    .privacy_content .container {
        padding: 74px 24px;
    }

    .single_tour .content_box {
        margin-top: 62px;
    }

    .contact-form textarea,
    #review_form textarea {
        height: 125px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_main .container {
        padding: 40px 0 40px 40px;
    }

    .banner_main h1 {
        width: 80%;
    }

    .our_fleet {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .our_fleet .flex_wrap {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 50px;
    }

    .our_fleet .auto_wrap {
        margin: 0 20px;
    }

    .single_service_slider {
        padding-bottom: 70px;
    }

    .gifts .slick-dots {
        bottom: -50px;
    }

    .testimonials_page .container_testimonials {
        margin-top: 0;
    }

    .testimonials_page .testimonials_section {
        padding: 70px 0 60px;
    }

    .testimonials_page .testimonial:nth-child(n+2) {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .index_page .our_advantages {
        margin-top: 40px;
    }

    .our_advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .our_advantages .advantages_text {
        font-weight: normal;
        font-size: 18px;
        line-height: 1.2;
        max-height: 44px;
    }

    .our_advantages .advantages_box {
        padding: 0 10px;
        width: 50%;
        margin-top: 28px;
    }

    .our_services .service_wrap {
        width: 40%;
    }

    .our_services .service_img {
        width: 100%;
        height: 200px;
    }

    .slide_img {
        height: 200px;
    }

    .our_tours {
        padding: 60px 0 60px;
    }

    .our_tours::before {
        height: 295px;
    }

    .our_tours .slider {
        margin-top: 60px;
    }

    .gifts {
        padding-top: 75px;
        padding-bottom: 60px;
    }

    .service .services_container {
        margin-top: -155px;
    }

    .about_us_page .our_advantages {
        padding: 32px 0 38px;
    }
}

@media only screen and (max-width: 924px) {
    .sidebar {
        width: 100%;
    }

    .sidebar .product_category_item {
        padding: 0;
    }

    .sidebar .product_category_item a {
        padding: 10px 0;
        display: block;
        width: 100%;
        width: inherit;
        font-size: 14px;
    }

    .sidebar .product_category_item a::after {
        display: none;
    }

    .sidebar .product_category_list {
        text-align: center;
    }

    .sidebar .slide_title {
        font-size: 14px;
    }

    .sidebar .slide {
        width: 32%;
    }

    .sidebar .count_passenger {
        font-size: 14px;
    }

    .sidebar_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content {
        width: 100%;
    }

    .single_service_content .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container_testimonials {
        max-width: 100%;
        width: 100%;
        position: relative;
        padding-right: 24px;
        padding-left: 24px;
    }

    .container_testimonials .slide {
        width: 100%;
    }

    .container_testimonials .slick-track {
        margin: 0;
    }

    .single_fleet_page .sidebar {
        width: 100%;
    }

    .single_fleet_page .content {
        width: 100%;
    }

    .single_page_container .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 24px;
    }

    .single_fleet_page .reserve_box {
        margin-bottom: 32px;
    }

    .single_tour .content_buttons {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 64px;
    }

    .single_tour .content_buttons .small_golden_btn,
    .single_tour .content_buttons .small_bordered_btn {
        margin-right: 0;
        width: 48%;
    }

    .single_tour .woocommerce-Reviews-title {
        display: none;
    }

    .single_tour .content {
        position: relative;
    }

    .single_tour .single_service_content .container {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .single_tour .sidebar {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 24px;
    }

    .single_tour .tour {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 18%;
        margin-bottom: 0;
    }

    .single_tour .tour_img {
        width: 100%;
    }

    .single_tour .tour_name {
        margin: 12px 0;
        font-size: 12px;
    }

    .feedback_sidebar,
    .feedback_content {
        width: 100%;
    }

    .feedback_sidebar {
        margin-bottom: 40px;
    }

    .feedback .container {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .categories .sidebar {
        width: 100%;
    }

    .categories .content {
        width: 100%;
    }

    .woocommerce-ordering {
        top: 15px;
    }

    .categories .content::after {
        top: 22px;
    }

    .single_tour .content_box {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .wrapper .section_title {
        font-size: 30px;
    }

    .wrapper .page_title {
        font-size: 36px;
    }

    .banner_img {
        right: 0;
    }

    .banner_main .container {
        padding: 24px;
    }

    .banner_main h1 {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about_us_section .description_text {
        padding-right: 10px;
    }

    .about_us_section .img_box {
        left: 50%;
        top: 85px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .our_fleet .auto_box {
        height: 140px;
    }

    .our_fleet .auto_box::before {
        width: 100px;
    }

    .our_services .services_container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .our_services .our_services_title {
        padding-top: 60px;
        padding-bottom: 150px;
    }

    .our_services .service_wrap {
        width: 45%;
        margin-right: 0;
        margin-left: 0;
    }

    .single_tour .tour {
        width: 30%;
    }

    .single_tour .tour:nth-child(n+4) {
        display: none;
    }

    .categories {
        padding-top: 64px;
        padding-bottom: 8px;
    }

    .product_description .photo_box {
        width: 80%;
        margin: 0 auto 48px;
    }

    .product_box {
        width: 100%;
        padding-left: 0;
    }

    .product_info_box {
        padding-right: 10px;
    }

    .product_box .feedback_raiting_box {
        margin-bottom: 32px;
    }

    .product_description .container {
        padding-bottom: 60px;
    }

    .product_description .photo {
        height: inherit;
    }

    .feedback {
        padding: 45px 0 60px;
    }

    .order-total td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-total td::before {
        display: none;
    }

    .woocommerce-page table.shop_table_responsive .order-total td {
        text-align: center !important;
    }

    .woocommerce-page .cart-collaterals {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        margin: 0 auto;
    }

    .cart_totals h2 {
        text-align: center;
    }

    .product-name::before,
    .product-price::before,
    .product-subtotal::before,
    .product-quantity::before,
    .product-remove::before {
        font-family: 'Frank Ruhl Libre';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #282828;
    }

    .woocommerce .quantity .qty {
        height: auto;
    }

    .cart_input {
        margin-right: 0;
    }

    .product-quantity {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 568px) {
    .banner_slider .slick-arrow {
        top: unset;
        bottom: 80px;
    }

    .banner_slider .slick-prev {
        left: 50%;
        transform: translateX(-110%);
    }

    .banner_slider .slick-next {
        right: 50%;
        transform: translateX(110%);
    }

    .about_us_section .container {
        padding-bottom: 60px;
    }

    .about_us_section .img_wrap,
    .about_us_section .description_wrap {
        width: 100%;
    }

    .about_us_section .description_wrap {
        margin-top: 50px;
    }

    .about_us_section .description_text {
        margin-bottom: 24px;
    }

    .about_us_section .durk_btn {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .our_fleet .auto_wrap {
        margin-top: 70px;
    }

    .our_fleet .flex_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .our_fleet .auto_box::before {
        background-color: #CCBA5E;
    }

    .our_services .our_services_title {
        padding-top: 60px;
        padding-bottom: 150px;
    }

    .our_services .service_wrap {
        width: 90%;
    }

    .our_tours::before {
        height: 270px;
    }

    .our_tours .container {
        padding-right: 24px;
        text-align: center;
    }

    .our_tours .slider {
        margin-top: 48px;
    }

    .slider_buttons {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider_buttons .next,
    .slider_buttons .prev {
        margin: 10px 10px 0;
    }

    .wrapper .our_tours .section_title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sidebar .product_category_item {
        border: 0;
    }

    .sidebar .product_category_item:first-child {
        border-top: 0;
    }

    .sidebar .product_category_item a {
        padding: 3px 0;
    }

    .single_service_content {
        padding: 25px 0 50px;
    }

    .tripadvisor_img {
        display: none;
    }

    .reserve_box .reserve_title {
        font-size: 16px;
    }

    .reserve_box .reserve_buttons a {
        width: 100%;
    }

    .reserve_box .reserve_buttons a:last-child {
        margin-top: 24px;
    }

    .single_fleet_page .content_buttons .small_golden_btn {
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .single_fleet_page .content_buttons a {
        width: 100%;
    }

    .single_fleet_page .content_box {
        margin-top: 76px;
    }

    .testimonial_box .text_wrap {
        padding-left: 32px;
    }

    .contact-form {
        width: 100%;
        height: 100vh;
        max-height: 100vh;
    }

    .modal {
        padding-top: 0;
    }

    .our_tours .wrapper .section_title.white::before {
        left: 50% !important;
    }

    .single_tour .content .slide_one {
        height: 220px;
    }
}

@media only screen and (max-width: 460px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    .banner_main .offer span {
        margin-right: 21px;
        font-size: 18px;
    }

    .banner_main .offer span::after {
        right: -10px;
    }

    .banner_main h1 {
        width: 100%;
    }

    .sidebar .slide {
        width: 100%;
    }

    .product_card .product_name {
        font-size: 14px;
    }

    .product_card .product_price_block {
        padding-top: 8px;
    }

    .product_card .actual_price {
        font-size: 22px;
    }

    .product_card .price_past {
        font-size: 16px;
    }

    .single_store_product .product_card .product_name {
        font-size: 18px;
    }

    .woocommerce-ordering {
        width: 100%;
    }

    .categories .content::after {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .our_advantages .advantages_box {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }

    .our_advantages .advantages_text {
        text-align: left;
        margin-top: 0;
    }

    .advantages_img {
        width: 58px;
        min-width: 58px;
        margin-right: 10px;
    }

    .our_services .service_wrap {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .our_services .service_img {
        width: 100%;
        max-height: 100%;
        height: 200px;
    }

    .our_services .service_img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .single_service_content .content_buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single_service_content .content_buttons .small_bordered_btn,
    .single_service_content .content_buttons .small_golden_btn {
        width: 100%;
        margin-right: 0;
    }

    .single_service_content .content_buttons .small_golden_btn {
        margin-bottom: 16px;
    }

    .product_buttons_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_buttons_box a {
        width: 100%;
    }

    .product_buttons_box .golden_btn {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 360px) {
    .single_tour .tour {
        width: 48%;
    }

    .single_tour .tour:nth-child(n+3) {
        display: none;
    }
}

.elitelink {

    margin-right: 20px;
    margin-top: 5px;
    border: 1px solid #CCBA5E;
    border-radius: 4px;
    padding: 10px;


}

@media (max-width: 480px) {
    .elitelink {
        display: none;
    }
}

.page-template-page_crew h1 {
    font-size: 41px;
}

.page-template-page_crew h1 span {
    font-size: 48px;
}

.contact-form span.date-text,
.contact-form span.date-text1,
.contact-form span.date-text2 {
    position: absolute;
    top: 22px;
    width: 140px;
}

.contact-form span input.date-text {
    border-right: none;
}

.contact-form label {
    position: relative;
}

@media screen and (max-width:576px) {

    .contact-form span.date-text,
    .contact-form span.date-text1,
    .contact-form span.date-text2 {
        display: none;
    }
}





/*NEW*/

.wrapper .air_brad .bradcrumbs_box {text-align:left;margin-top:20px;}
.air_brad .breadcrumb_box .sep-span {
    font-family: 'Montserrat';
    font-weight: 600;
font-size: 13px;
line-height: 24px;
/* identical to box height, or 185% */


color: #424242;
    letter-spacing: 0;
    text-transform: none;
   
}
.air_brad .breadcrumb_box .sep-href {
    font-weight: 600;
font-size: 13px;
line-height: 24px;
/* identical to box height, or 185% */
 

color: #CCBA5E;
    text-transform: none;
    
    margin-right: 40px;
    position: relative;
}
.breadcrumb_box .sep-href::after {
    position: absolute;
    right: -10px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #CCBA5E;
    border-right: 1px solid #CCBA5E;
}
.single_service_content.air  {padding-top:20px;}
.sidebar.new .product_category_list {padding:10px 0;background: #FFFFFF;    border: 1px solid #CCBA5E;    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);    border-radius: 10px;}
.sidebar.new  .product_category_item {    padding: 0px;    border-bottom: 1px solid #EEEEEE;}
.sidebar.new  .product_category_item:last-child {border:0;}
.sidebar.new .product_category_item:first-child {    border-top: 0px solid #DEDEDE;}
.sidebar.new .product_category_item a::after {display:none!important;}
.sidebar.new .product_category_item a { display:flex; padding: 20px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; color: #202020; transition:0.2s; -webkit-transition:0.2s; -moz-transition:0.2s; -ms-transition:0.2s; -o-transition:0.2s; }
.sidebar.new .product_category_item a .icon {width:20px;min-width:20px;margin:0 15px 0 0;}
.sidebar.new .product_category_item a:hover {background: #CCBA5E;}
.sidebar.new .product_category_item a:hover svg path {fill:#202020!important;}
.sidebar.new {    max-width: 365px;}
.single_service_content.air .content {padding-top:0;max-width:805px;flex-direction:column!important;}


.serv-bann {display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;height:419px;width:100%;margin:0 0 50px 0;}
.serv-bann .bann-img {position:absolute;top:0;bottom:0;left:0;right:0;background: #0F0E1A;    border-radius: 10px;overflow:hidden;}
.serv-bann .bann-img img {opacity:0.6;width: 100%;    height: 100%;    -o-object-fit: cover;    object-fit: cover;}
.serv-bann  h1 {position:relative;z-index:2;margin:0 0 90px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
}
.serv-bann .btn-box {position:relative;z-index:2;}
.serv-bann  h1 span {position:relative;color: #CCBA5E;}
.serv-bann  h1 span:after {content:"";display:block;position:absolute;left:0;right:0;bottom:-5px;height:5px;background: #CCBA5E;    border-radius: 5px;}
.serv-bann .btn-box .small_golden_btn {margin:0 10px;width:270px;font-weight: 400;    font-size: 20px;    line-height: 24px;        color: #000000;letter-spacing:0;    height:70px;}
.serv-bann .btn-box .small_bordered_btn {background: rgba(15, 14, 26, 0.5);font-weight: 500;    font-size: 20px;    line-height: 24px;  letter-spacing:0;   text-align: center; height:70px;    margin:0 10px;width:270px;   color: #FFFFFF;}
.serv-bann .btn-box .small_bordered_btn svg {margin-right:10px;}
.serv-bann .btn-box .small_bordered_btn:hover {color: #000000;}
.serv-bann .btn-box .small_golden_btn:hover {color: #CCBA5E!important;background: rgba(15, 14, 26, 0.5);}


.single_service_content.air .content p {font-size: 15px!important;    line-height: 24px!important;margin:0 0 20px 0;}
.wrapper .single_service_content.air .content  ul li::before {
    content: "";
    width: 21px;
    height: 21px;
    border:0;
    position: absolute;
    left: 0px;
    background:url('../img/chck.svg') no-repeat;
    top: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.wrapper .single_service_content.air .content  ul li {
    list-style-type: none;
    color: #282828;
    text-indent: 0px;
padding:0 0 0 35px;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 14px;
    
}

.single_service_content.air .content .content_box h2 {
    font-weight: 400;
font-size: 32px;
line-height: 41px;
margin:0 0 20px 0;
color: #000000;
}

.single_service_content.air .content .content_box h3 {
    padding-top: 0px;font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    margin:0 0 20px 0;
    color: #000000;
}

.single_service_content.air .content .content_box h4 {
    padding-top: 0px;font-size: 24px;
    line-height: 31px;
    /* identical to box height */
    
    
    color: #000000;
    
}


.single_service_content.air .img-serv {border-radius: 5px;height:419px;overflow:hidden;margin:0 0 20px 0;}
.single_service_content.air .img-serv img {width: 100%;    height: 100%;    -o-object-fit: cover;    object-fit: cover;margin:0;}
.single_service_content.air .icon-zag {display:flex;margin:0 0 10px 0;align-items:center;}
.single_service_content.air .icon-zag img {margin:0 20px 0 0;min-width:30px;max-width:30px;}
.single_service_content.air .icon-zag h3 {margin:0!important;}
.single_service_content.air .icon-zag p  {margin:0!important;}

.single_service_content.air  .btn-box .small_golden_btn {margin:0 10px;width:270px;font-weight: 400;    font-size: 20px;    line-height: 24px;        color: #000000;letter-spacing:0;    height:70px;}
.single_service_content.air  .btn-box .small_bordered_btn {font-weight: 500;    font-size: 20px;    line-height: 24px;  letter-spacing:0;   text-align: center; height:70px;    margin:0 10px;width:270px;   color: #CCBA5E;}
.single_service_content.air  .btn-box .small_bordered_btn svg {margin-right:10px;color:#CCBA5E;}
.single_service_content.air  .btn-box .small_bordered_btn svg path {fill:#CCBA5E;}
.single_service_content.air  .btn-box .small_bordered_btn:hover {color:#000;}
.single_service_content.air  .btn-box .small_bordered_btn:hover svg path {fill:#000;}


@media screen and (max-width: 768px) {
    .serv-bann .btn-box {display:flex !important;}
    /*.single_service_content.air .btn-box .small_golden_btn {margin:0 0px 20px 50px!important;}*/
	.single_service_content.air .btn-box .small_golden_btn {margin:100 170px 50px 0px!important;}
    .single_service_content.air .img-serv {height:300px;    }
    .single_service_content.air .content .content_box h3 {        font-size: 20px;        line-height: 30px;    }
    .single_service_content.air .content .content_box h2 {  font-size: 20px;        line-height: 30px;        }
    .single_service_content.air .btn-box {display:flex !important;}
    /*.single_service_content.air .btn-box a {width:70%!important;margin:0 0px 20px 50px!important;height:auto!important;padding:15px 10px!important;font-size:16px!important;}*/
	.single_service_content.air .btn-box a {width:45%!important;margin:-105 0px 20px 196px !important;height:auto !important;padding:15px 10px!important;font-size:11px!important;}
    .serv-bann  h1 {        margin: 0 0 90px 0;        font-size: 30px;        line-height: 40px;    }
    .serv-bann {display:block;height:auto;padding:40px 15px;}
    .single_service_content.air table td {padding:5px;font-size:14px;}

}


/*# sourceMappingURL=main.css.map */
