html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'GothamMedium';
    font-display: swap;
    src: local('GothamMedium'), url(../fonts/GothamProMedium.woff) format('woff');
}

@font-face {
    font-family: 'GothamBold';
    font-display: swap;
    src: local('GothamBold'), url(../fonts/GothamProBold.woff) format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    font-display: swap;
    src: local('Gotham'), url(../fonts/GothamProLight.woff) format('woff');
}

@font-face {
    font-family: 'Lovestrong';
    font-display: swap;
    src: local('Lovestrong'), url(../fonts/Lovestrong.woff) format('woff');
}

* {
    position: relative;
    outline: none!important;
    /* -webkit-appearance: none; */
}

strong {
    font-weight: 900;
}

body {
    font-family: 'Gotham';
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    color: #caa59b;
}

p {
    margin-bottom: 10px;
    line-height: 26px;
}

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

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

.mobile-menu-btn {
    display: none;
}

.mobile-contacts {
    display: none;
}

.menu-naw-wrapp {
    display: block;
}

#menu {
    padding-left: 0;
}

#menu li {
    display: inline-block;
    margin: 53px 0;
}

#menu li a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 0px 7px;
    display: inline-block;
    position: relative;
}

#menu li {
    border-right: 1px solid #000;
}

#menu li:last-child {
    border-right: 0;
}

#menu li a.active,
#menu li:hover>a,
#menu li.current-menu-item>a {
    color: #b69c99;
    font-weight: 600;
}

#menu li ul.sub-menu {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 15px;
    min-width: 320px;
    max-height: 90vh;
    overflow-y: auto;
    left: -15px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all .3s ease;
}

#menu li:hover ul.sub-menu {
    top: 15px;
    opacity: 1;
    visibility: visible;
}

#menu li .mobile-open-submenu {
    display: none;
}

#menu li ul.sub-menu li {
    margin: 3px 0;
    border: 0;
}

#menu li ul.sub-menu li a {
    line-height: 24px;
    font-size: 14px;
}

header {
    padding: 5px 0;
}

header nav,
header #logo,
header .contacts {
    float: left;
}

header #logo {
    width: 25%;
}

header nav,
header .contacts {
    width: 37.5%;
}

header .contacts {
    text-align: right;
    padding: 53px 0px;
}

header .contacts a img {
    width: 26px;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

header .contacts a {
    text-decoration: none;
    margin-left: 20px;
    color: #000;
}

header .contacts a.phone-header:hover{
  color: #b69c99;
}

header .contacts .contact {
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px;
}

header .contacts .contact:hover {
    background: #b69c99;
    color: #fff;
    border: 1px solid #b69c99;
}

.clear {
    clear: both;
}

section {
    padding: 20px 0;
}

section p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.wrap-col {
    padding-left: -15px;
    padding-right: -15px;
}

.wrap-col:after {
    content: '';
    clear: both;
    display: block;
}

.col {
    float: left;
    /* padding: 0 15px; */
}

.col-1-3 {
    width: 33%;
}

.col-2-3 {
    width: calc(66% - 30px);
    padding: 0 15px;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 25%;
}

h2 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'GothamMedium';
}

.text p {
    text-align: justify;
}

.lovestrong,
.text p.lovestrong {
    font-family: 'Lovestrong';
    font-size: 60px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 0;
}

html,
body {
    overflow-x: hidden;
}

main {
    background: url(../images/bg.svg) right 900px no-repeat;
    background-size: 250px;
    /* overflow: hidden; */
}

#about .items-team .item {
    text-align: center;
    padding-bottom: 20px;
}

#about .items-team .item p{
  margin-bottom: 0;
}

#about a .item h3 {
    text-transform: uppercase;
    font-family: 'GothamMedium';
}

.wrap-team-description .item {
    display: none;
}

.items-team a {
    border-bottom: 3px solid #fff;
}

.items-team a.active-team,
.active_choose {
    /* background: #ece5e4; */
    display: inherit;
    border-bottom: 3px solid #ae8d69;
}

.wrap-team-description .item.active-team {
    display: block;
}

.wrap-team-description {
    background: #ece5e4;
    padding: 20px 20px 10px;
}

.mobile-tab-desc {
    display: none;
    background: #ece5e4;
    padding: 20px 20px 10px;
    color: #000;
    margin-top: 20px;
}

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

.pink {
    background: #ffccc1;
    padding: 10px 0 0;

}
#team_trevel .pink {
    background: #ffccc1;
    padding: 10px 0;
    margin-bottom: 20px;

}

#consultation {
    padding: 40px 0 40px;
}

#consultation form input,
#consultation form input[type="submit"] {
    padding: 10px;
    border: 1px solid #000;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
}

#consultation form input[type="submit"] {
    background: #998180;
    border: 1px solid #998180;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#consultation form input[type="submit"]:hover {
    background: #fff;
    color: #998180;
}

.square_list>ul {
    padding-left: 30px;
}

.square_list li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-bottom: 5px;
}

.square_list>ul>li::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: -30px;
    background: #998180;
}

.square_list>ul>li>ul>li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: -26px;
    background: #998180;
    border-radius: 50%;
}

footer {
    background: #a19291 url(../images/footer_bg.svg) center top;
    background-size: 400px;
    background-repeat: no-repeat;
    padding: 100px 0 40px;
}

footer .phone img {
    width: 40px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

footer .phone a {
    font-size: 27px;
    line-height: 40px;
}

footer .footer_middle {
    margin: 20px 0;
}

footer ul {
    display: inline-block;
    margin: 0 10px;
}

footer #menu_footer ul.sub-menu {
    display: none;
}

footer ul li {
    display: inline-block;
}

footer #menu_footer li,
#menu_contry li {
    border-right: 2px solid #000;
    padding: 0 10px;
}

footer #menu_footer li:last-child,
#menu_contry li:last-child {
    border-right: 0;
}

footer #menu_footer li a,
#menu_contry li a {
    text-transform: uppercase;
    font-size: 18px;
}

footer #menu_footer li a:hover,
#menu_contry li a:hover {
    color: #fff;
    /* text-decoration: underline; */
}

footer .social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #000;
}

footer .social a:hover {
    background: #ae8d69;
    color: #000;
}

.wrap__image {
    padding: 30px 0 20px;
}

.wrap__image .col-2 {
    float: left;
    width: 66%;
    margin-right: 1%;
}

.wrap__image .col-2 img {
    margin-right: 10px;
}

.wrap__image .col-1 {
    float: left;
    width: 33%;
}

.wrap__image .col-1 img:first-child {
    margin-bottom: 8px;
}

#why_choose_us .wrap-col .col {
    text-align: center;
}

#why_choose_us .wrap-col .col img {
    max-width: 200px;
}

#why_choose_us .wrap-col .col h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    min-height: 64px;
}

#why_choose_us .wrap-choose-description .item {
    display: none;
}

#why_choose_us .wrap-choose-description {
    background: #ece5e4;
    padding: 20px 20px 10px;
}

#why_choose_us .wrap-choose-description .item.active-choose {
    display: block;
}

#menu_contry {
    margin-bottom: 20px;
}

.slider__wrap {
    position: relative;
}

#menu_contry_top {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    text-align: center;
}

#menu_contry_top li {
    display: inline-block;
}

#menu_contry_top li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  padding: 15px 60px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#menu_contry_top li a:hover{
  background: #b69c99;
  color: #fff;
}


/********************************************/

.default-ls {
    line-height: 24px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.p_0-15 {
    padding: 0 15px!important;
}

.lh-38 {
    line-height: 38px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center!important;
}

.taj {
    text-align: justify!important;
}

.tar {
    text-align: right!important;
}

.left-image img {
    float: left;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-32 {
    font-size: 32px !important;
}

.ff-lovestrong {
    font-family: 'Lovestrong' !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.ff-GothamMedium {
    font-weight: 400!important;
    text-transform: uppercase!important;
    font-family: 'GothamMedium'!important;
}

.ttn {
    text-transform: none !important;
}

.w-40 {
    width: calc(40% - 30px) !important;
}

.w-50 {
    width: calc(50% - 30px) !important;
}

.w-60 {
    width: calc(60% - 30px) !important;
}

.w-100 {
    width: 100% !important;
}

.top-35-holder {
    top: 33%!important;
}

.top-30-holder {
    top: 30%!important;
}

.top-80-holder {
    top: 80%!important;
}

.slick-slide {
    position: relative;
}
.grid-sizer,
.grid-item { width: 20%; }
.slick-slide .slide-title {
    font-size: 46px;
    color: #fff;
    position: absolute;
    bottom: 70px;
    left: 40px;
}

.slider-pagination {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -12px;
}

.slider-pagination .prev-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 35px;
}

.slider-pagination .next-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 35px;
}

.slider-pagination img {
    width: auto;
    height: 25px;
}

.hidden-page-title,
.hidden-page-url {
    display: none;
}

.container-content {
    display: table;
    width: calc(100% - 30px);
    margin-top: 35px;
    padding: 0 15px;
}

.container-content .image-block {
    width: 40%;
    float: left;
}

.container-content .image-block img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.container-content .read-more,
.service-item .service-item-image .read-more {
    display: block;
    width: 160px;
    background: rgba(228, 230, 231, .5);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 400;
    margin: 0 auto;
    transition: all .3s ease;
}

.service-item-descr,
.services-descr {
    line-height: 28px;
}

.container-content .read-more.absolute-style,
.service-item .service-item-image .read-more.absolute-style {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
}

.container-content .read-more.absolute-style:hover{
  color: #fff;
  background: #b69c99;
}

.container-content .read-more.dark-style:hover,
.service-item .service-item-image .read-more:hover {
    background: #fff;
    color: #020911;
    border: 1px solid #020911;
}

.container-content .read-more.dark-style {
    background: #020911;
    color: #fff;
    border: 1px solid #020911;
}

.container-content .text-block {
    width: calc(60% - 30px);
    padding: 0 15px;
    float: left;
    text-align: center;
}

.container-content .text-block h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 50px;
}

.container-content .text-block h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Gotham';
}

.container-content .text-block p {
    font-size: 16px;
    line-height: 24px;
}

.content-feedback-wrapp .content-feedback-block {
    margin-top: 25px;
    padding-bottom: 20px;
}

.content-feedback-wrapp .content-feedback-block:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 15px);
    /* height: 100%; */
    top: -5px;
    right: 0;
    bottom: 0;
    background: #FFCEC3;
    z-index: 1;
}

.content-feedback-wrapp .content-feedback-block * {
    z-index: 2;
}

.content-feedback-wrapp .content-feedback-block .form-title {
    margin: 0;
    font-size: 20px;
}

.content-feedback-wrapp .content-feedback-block br {
    display: none;
}

.content-feedback-wrapp .content-feedback-block input {
    display: block;
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
    font-size: 12px;
    text-transform: uppercase;
}

.content-feedback-wrapp .content-feedback-block input[type='text'], .content-feedback-wrapp .content-feedback-block input[type='tel'] {
    border: 1px solid #222221;
    margin-bottom: 8px;
}

.content-feedback-wrapp .content-feedback-block input[type='tel'] {
    border: 1px solid #222221;
    margin-bottom: 8px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

form input[type='tel'] {
    border: 1px solid #222221;
    margin-bottom: 8px;
    background: #ffffff;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

form input.error, form textarea.error, .people-amount-title.error {
    border: 1px solid red!important;
}

form input[name='page-title'],
form input[name='page-url'],
form br {
    display: none !important;
}

form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.content-feedback-wrapp .content-feedback-block input[type='submit'] {
    background: #9B8380;
    border: 2px solid #9B8380;
    border: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.content-feedback-wrapp .content-feedback-block input[type='submit']:hover, .call-to-action .call-to-action-form input[type='submit']:hover{
  background: #caa59b;
  color: #fff;
}

.color-blocks-container {
    margin-top: 35px;
}

.color-blocks-container .color-block-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 12px);
    min-height: 190px;
    float: left;
    margin-right: 12px;
    text-align: center;
    position: relative;
}

.color-blocks-container .color-block-item span.bg_{
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  background: #fff;
  opacity: 0.2;
  z-index: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.color-blocks-container .color-block-item:hover span.bg_{
  width: 100%;
  left: 0;
  max-width: 100%;
}

.color-blocks-container .color-block-item:nth-child(1) {
    background: #ffded8;
}

.color-blocks-container .color-block-item:nth-child(2) {
    background: #FBD5CF;
}

.color-blocks-container .color-block-item:nth-child(3) {
    background: #F5CEC6;
}

.color-blocks-container .color-block-item:nth-child(4) {
    background: #CDA89E;
}

.color-blocks-container .color-block-item:nth-child(5) {
    margin-right: 0px;
    background: #A68882;
}

.color-blocks-container .color-block-item span {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    color: #222221;
    position: relative;
    z-index: 10;
}

.home-gallery-container {
    margin-top: 30px;
}

.home-gallery-container .home-gallery-title {
    margin-bottom: 20px;
    font-size: 60px;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 60px;
}

.home-gallery-container .gallery-item {
    display: block;
    width: calc(20% - 10px);
    /* min-height: 200px; */
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.home-gallery-container .gallery-item:nth-child(1),
.home-gallery-container .gallery-item:nth-child(6) {
    margin-left: 0;
}

.home-gallery-container .gallery-item img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
}

.home-gallery-container .gallery-item .zoom-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: scale3d(1, 1, 1)!important;
    transform: scale3d(1, 1, 1)!important;
}

.home-gallery-container .gallery-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.home-gallery-container .gallery-item:hover .zoom-icon {
    opacity: 1;
}

.home-gallery-container .gallery-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease;
}

.home-gallery-container .gallery-item:hover:after {
    background-color: rgba(0, 0, 0, .5);
}

.lg-actions {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -19px;
}

.home-testimonials-container .home-testimonials-title {
    margin: 30px 0;
    font-size: 32px;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 60px;
}

.home-testimonials-container {
    max-width: 875px;
}

.home-testimonials-container .testimonials-slider-item .service-type {
    display: block;
    font-weight: 600;
    margin: 12px 0;
}

.home-testimonials-container .testimonials-slider-item-avatar {
    position: absolute;
    width: 130px;
    height: 130px;
    left: 0;
    top: 50%;
    margin-top: -65px;
    border-radius: 50%;
    overflow: hidden;
}

.home-testimonials-container .testimonials-slider-item-avatar img {
    position: absolute;
    top: 0;
    left: 0;
}

.home-testimonials-container .testimonials-slider-item {
    min-height: 130px;
    padding-left: 180px;
    padding-right: 210px;
}

.testimonials-slider-item {
    padding-right: 0 !important;
}

.home-testimonials-container .testimonials-slider-item-content p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.home-testimonials-container .testimonials-slider-item-content h3 {
    font-size: 29px;
    font-family: 'Lovestrong' !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.home-testimonials-container .testimonials-slider-item-link {
    position: absolute;
    right: 2px;
    top: 50%;
    display: block;
    width: 160px;
    background: rgba(2, 9, 17, 1);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    transition: all .3s ease;
}

.testimonials-slider-item-link {
    display: none !important;
}

.home-benefits-container {
    display: table;
    padding-bottom: 45px;
    /* max-width: 875px; */
    /* background: #F7F7F7; */
}

.container.home-benefits-container:before {
    content: "";
    position: absolute;
    width: 300%;
    height: calc(100% + 100px);
    background: #F7F7F7;
    left: -100%;
    top: -100px;
    z-index: -1;
}

.home-benefits-container .home-benefits-title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 32px;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 60px;
}

.home-benefits-container .home-benefits-item {
    display: table;
    float: left;
    width: 20%;
    text-align: center;
}

.home-benefits-container .home-benefits-item .home-benefits-icon {
    width: 110px;
    margin-bottom: 20px;
}

.home-benefits-container .home-benefits-item .home-benefits-item-title {
    /* max-width: 110px; */
    margin: 0 auto;
    line-height: 24px;
}

.call-to-action {
    padding: 0;
    background: #ffcec3;
}

.call-to-action .call-to-action-title {
    padding: 0 15px;
    padding-top: 50px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400!important;
    text-transform: uppercase!important;
    font-family: 'GothamMedium'!important;
}

.call-to-action .call-to-action-form {
    display: table;
    width: 100%;
    max-width: 875px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}

.wpcf7-validation-errors {
    /* display: none!important; */
}

.call-to-action .call-to-action-form .wpcf7-not-valid-tip {
    position: absolute;
    max-width: 230px;
    left: 0;
    font-size: 14px;
    line-height: 20px;
}

.call-to-action .call-to-action-form input {
    display: block;
    float: left;
    width: 100%;
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
    font-size: 12px;
    text-transform: uppercase;
}

.call-to-action .call-to-action-form input[type='text'],
.call-to-action .call-to-action-form input[type='tel'] {
    display: inline-block;
    border: 1px solid #222221;
    margin-bottom: 8px;
    float: none;
}

.call-to-action .call-to-action-form input[type='text']:first-child {
    margin-right: 40px;
}

.call-to-action .call-to-action-form input[type='text']:nth-child(2),
.call-to-action .call-to-action-form input[type='tel']:nth-child(2) {
    margin-left: 20px;
}

.call-to-action .call-to-action-form input[type='submit'] {
    cursor: pointer;
    display: inline-block;
    float: none;
    background: #9B8380;
    border: 1px solid #9B8380!important;
    border: 0;
    margin-left: 40px;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.gallery-page-main {
    background: url(../images/bg.svg) right 200px no-repeat;
    background-size: 250px;
}

.gallery-page {
    display: table;
}

.gallery-page .gallery-item {
    /* width: calc(33.33% - 15px); */
    width: 32%;
    float: left;
    margin-bottom: 15px;
    padding: 0 7.5px;
    transition: all .3s ease;

    width: 30%;
    float: none;
    display: inline-block;
    /* padding: 0 1%; */
    padding: 0;
    margin: 0 1% 15px;
}

.gallery-page .gallery-item .gallery-item-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 3px);
    top: 0;
    left: 0;
    background: rgba(34, 34, 33, 0);
    transition: all .3s ease;
    z-index: 1;
}

.gallery-page .gallery-item .gallery-item-img .plus-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
}

.gallery-page .gallery-item:hover .gallery-item-img .plus-icon {
    opacity: 1;
}

.gallery-page .gallery-item:hover .gallery-item-img:before {
    background: rgba(34, 34, 33, .6);
}

.gallery-page .gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-page .gallery-item h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Gotham';
    color: #222221;
    transition: all .3s ease;
}

.gallery-page .gallery-item:hover h3 {
    color: #A19291;
}

.page-pagination {
    padding: 0;
}

.page-pagination ul {
    list-style-type: none;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.page-pagination ul li {
    display: inline-block;
    min-width: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #A19291;
    transition: all .3s ease;
}

.page-pagination ul li a {
    color: #222221;
    transition: all .3s ease;
}

.page-pagination ul li:hover,
.page-pagination ul li.active {
    background: #A19291;
}

.page-pagination ul li:hover a,
.page-pagination ul li.active a {
    color: #FFFFFF
}

.pagination-container {
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
}

.pagination-container a,
.pagination-container span {
    color: #222221;
    display: inline-block;
    min-width: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #A19291;
    transition: all .3s ease;
}

.pagination-container .current,
.pagination-container a:hover {
    background: #A19291;
    color: #fff;
}

.pagination-container a.next,
.pagination-container a.prev {
    display: none;
}

.single-gallery-page {
    display: table;
    margin-bottom: 65px;
}

.single-gallery-page-title {
    margin-bottom: 28px;
    font-size: 32px;
    color: #222221;
    text-align: center;
    background: rgba(255, 204, 193, .4);
    line-height: 135px;
}

.services-descr {
    margin: 30px 0;
    line-height: 28px;
    text-align: center;
}

.service-item .service-item-content {
    width: 70%;
    float: left;
    line-height: 24px;
}

.service-item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.service-item .service-item-content .service-item-title {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    padding: 24px 0;
    background: rgba(255, 204, 193, .4);
    margin-bottom: 15px;
}

.service-item .service-item-content a {
    text-decoration: underline;
}

.service-item .service-item-image {
    width: 30%;
    float: right;
    text-align: right;
    max-width: 271px!important;
}

.services-color-blocks-title {
    margin-bottom: 30px;
    font-size: 36px;
    text-align: center;
}

.services-color-blocks-title span {
    color: #A19291;
}

.services-color-blocks-wrapp {
    display: table;
    width: 100%;
    margin-bottom: 45px;
}

.services-color-blocks-wrapp .services-color-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 68px);
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    padding: 30px;
    margin-right: 10px;
    min-height: 222px;
}

.services-color-blocks-wrapp .services-color-block:nth-child(1) {
    background: #FFDED8;
}

.services-color-blocks-wrapp .services-color-block:nth-child(2) {
    background: #FBD5CF;
}

.services-color-blocks-wrapp .services-color-block:nth-child(3) {
    background: #F5CEC6;
}

.services-color-blocks-wrapp .services-color-block:nth-child(4) {
    /* width: 25%; */
    background: #CDA89E;
    margin-right: 0;
}

.service-content-block .service-content-col-wrapp {
    float: left;
}

.js-height,
.service-content-col-wrapp.js-height-prev {
    overflow: hidden;
}

.js-height img,
.service-content-col-wrapp.js-height-prev img {
    visibility: hidden;
}

.service-content-block .service-content {
    text-align: center;
}

.service-content-block .service-content p {
    font-size: 16px;
    line-height: 24px;
}

.service-content-block .service-content-col-wrapp img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    /* margin-bottom: 10px; */
}

.service-content-block .service-content-col-wrapp {
    width: calc(45% - 30px);
    padding: 0 15px;
}

.service-content-block .service-content-col-wrapp.service-content-right-col-wrapp {
    width: calc(55% - 30px);
}

.service-content-block .service-title {
    font-size: 32px;
    margin-bottom: 50px;
    font-family: 'Gotham';
}

.service-content-block .service-styled-list .list-item {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
}

.service-content-block .service-styled-list .list-item .list-item-title {
    display: table;
    margin: 10px auto;
}

.service-content-block .service-styled-list .list-item .list-item-title strong {
    font-weight: 600;
}

.service-content-block .service-styled-list .list-item .list-item-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 7px;
    width: 7px;
    height: 7px;
    background: #000000;
}

.service-content-right-col-wrapp {
    font-size: 16px;
    line-height: 24px;
}

.service-content-right-col-wrapp .service-title {
    font-size: 32px;
    line-height: 38px;
    margin: 20px 0;
    font-family: 'Gotham';
}

.service-content-right-col-wrapp .read-more {
    margin-top: 100px;
}

.service-content-gallery {
    display: table;
    width: 100%;
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item {
    display: block;
    float: left;
    width: calc(33.33% - 10px);
    /* height: 200px; */
    overflow: hidden;
    margin: 5px;
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease;
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item:hover:after {
    background-color: rgba(0, 0, 0, .5);
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item .zoom-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: scale3d(1, 1, 1)!important;
    transform: scale3d(1, 1, 1)!important;
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item:hover .zoom-icon {
    opacity: 1;
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item img {
    width: 100%;
    transition: all .3s ease;
}

.service-content-col-wrapp .service-content-gallery .service-content-gallery-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.services-call-to-action {
    margin-top: 35px;
}

.service-content-colors-blocks {
    margin-top: 15px;
    text-align: center;
}

.service-content-colors-blocks .colors-blocks-item {
    display: block;
    float: left;
    width: calc(20% - 5px);
    height: 27px;
    margin-right: 5px;
}

.service-content-colors-blocks .colors-blocks-item:nth-child(1) {
    background: #FFDED8;
}

.service-content-colors-blocks .colors-blocks-item:nth-child(2) {
    background: #FBD5CF;
}

.service-content-colors-blocks .colors-blocks-item:nth-child(3) {
    background: #F5CEC6;
}

.service-content-colors-blocks .colors-blocks-item:nth-child(4) {
    background: #CDA89E;
}

.service-content-colors-blocks .colors-blocks-item:nth-child(5) {
    background: #CDA89E;
    margin-right: 0;
}
.home-mobile-bridal-image{
  max-width: 360px;
  width: 100%;
}
.container-content .text-block.home-mobile-bridal-text{
  width: calc(100% - 390px);
}
.left-holder-block {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 900px;
    display: block;
    background: url(../images/left-holder.svg) left 0px no-repeat;
    background-size: 450px!important;
    z-index: -1;
}

.right-holder-block {
    position: absolute;
    top: 50%!important;
    width: 100%;
    height: 900px;
    display: block;
    background: url(../images/bg.svg) right 0px no-repeat;
    background-size: 250px!important;
    z-index: -1;
}

.top-70-holder {
    top: 70%!important;
}

.benefits-service-content-block .full-service-content-block-title {
    font-size: 50px;
    font-family: 'Gotham';
}

.benefits-service-content-block .full-service-content-block-desc {
    font-size: 16px;
    line-height: 24px;
}

.benefits-service-content-block .full-service-content-block-subtitle {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 32px;
}

.benefits-services {
    display: table;
    width: 100%;
    margin-bottom: 34px;
}

.benefits-services .benefits-service-item {
    display: block;
    float: left;
    width: calc(20% - 30px);
    padding: 0 15px;
    text-align: center;
}

.benefits-services .benefits-service-item img {
    display: block;
    height: 100px;
    margin: 0 auto;
}

.benefits-services .benefits-service-item .benefits-service-item-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    min-height: 104px;
}

.benefits-services .benefits-service-item .benefits-service-item-btn {
    cursor: pointer;
    display: block;
    width: 95px;
    margin: 0 auto;
    margin-top: 22px;
    background: #988080;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    transition: all .3s ease;
}

.benefits-services .benefits-service-item.active .benefits-service-item-btn,
.benefits-services .benefits-service-item .benefits-service-item-btn:hover {
    background: #222221;
}

.service-content-tab {
    display: none;
    background: #ece5e4;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.service-content-tab.active {
    display: block;
}

.service-form {
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
}

.service-form:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100%);
    height: 100%;
    /* left: -100px; */
    right: 0px;
    bottom: 0;
    background: #FFCBC0;
    z-index: -1;
}

.service-form .service-form-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.service-form input {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 9px 0;
    border: none;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.service-form input[type="text"], .service-form input[type="tel"] {
    border: 1px solid #222221;
    background: #ffffff;
    margin-bottom: 8px;
}

.service-form input[type="submit"] {
    width: calc(100% + 2px);
    max-width: calc(280px + 2px);
    border: 1px solid #707070;
    background: #988080;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.service-form input[type="submit"]:hover{
  background: #caa59b;
  color: #fff;
}

.time-offer-block {
    display: table;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 40px;
}

.time-offer-block .time-offer-img {
    width: 30%;
    float: left;
}

.time-offer-block .time-offer-img img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.time-offer-block .time-offer-calendar-wrapp {
    width: 35%;
    float: left;
}

.time-offer-block .time-offer-calendar-wrapp .today-btn {
    cursor: pointer;
    font-size: 12px;
    margin-top: 42px;
    width: 125px;
    text-align: center;
    line-height: 38px;
    background: #C18074;
    color: #fff;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline {
    display: block;
    width: 292px;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline .ui-datepicker-header {
    background: none;
    border: none;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline .ui-datepicker-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
}

.time-offer-block .time-offer-calendar .ui-datepicker .ui-datepicker-next span {
    background-image: url(../images/calend_next.svg);
    background-position: center;
}

.time-offer-block .time-offer-calendar .ui-datepicker .ui-datepicker-prev span {
    background-image: url(../images/calend_prev.svg);
    background-position: center;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline .ui-datepicker-prev,
.time-offer-block .time-offer-calendar>.ui-datepicker-inline .ui-datepicker-next {
    cursor: pointer;
    top: 50%;
    margin-top: -14px;
    z-index: 1;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-hover span,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button,
.ui-button {
    transition: all .3s ease;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px solid #cccccc;
    background: #CB978D;
    font-weight: normal;
    /* color: #fff; */
}


/* .ui-state-hover span {
    color: #fff;
} */

.time-offer-block .time-offer-calendar>.ui-datepicker-inline th {
    font-weight: normal;
    color: #CB978D;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline td {
    width: 40px;
    padding: 0;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline td a {
    width: 100%;
    background: none;
    text-align: center!important;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    /* margin-bottom: -1px; */
    margin-right: 0px;
    border: 1px solid #727F84;
    border-right: 0px;
    border: none!important;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline td a:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + -1px);
    height: calc(100% + -1px);
    top: 0;
    left: 0;
    border: 1px solid #727F84;
    border-left: 0;
    margin-bottom: -1px;
    margin-right: -1px;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline tr:nth-child(2):first-of-type {
    background: #222222;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline tr>td.last-disable-calendar-item {
    opacity: 1;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline tr>td.last-disable-calendar-item:before {
    width: calc(100% + -1px)!important;
    border: 1px solid rgba(114, 127, 132, .2)!important;
    border-right: 1px solid #727F84!important;
    left: -1px;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline tr:nth-child(1)>td.last-disable-calendar-item:first-child:before {
    width: calc(100% + 0px)!important;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline tr>td:nth-child(1) a:before {
    border: 1px solid #727F84;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline td.ui-datepicker-week-end a {
    border-right: 1px solid #727F84;
    margin-right: -1px;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline td.ui-state-disabled:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + -1px);
    height: calc(100% + -1px);
    top: 0;
    left: 0;
    border: 1px solid #CECECE;
    border-left: 0;
    margin-bottom: -1px;
    margin-right: -1px;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline tr>td.ui-state-disabled:nth-child(1):before {
    border: 1px solid #CECECE;
}

.time-offer-block .time-offer-calendar>.ui-datepicker-inline td.ui-datepicker-today a,
.time-offer-block .time-offer-calendar>.ui-datepicker-inline td.ui-datepicker-current-day a {
    background: #CB978D;
    color: #fff;
}

.time-offer-block .time-offer-time-picker {
    width: calc(35% - 40px);
    float: left;
    background: #222221;
    padding: 100px 20px 40px 20px;
}

#timepicker {
    display: none;
}

.time-offer-block .time-offer-time-picker .time-picker-date {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}

.time-offer-block .time-offer-time-picker .time-picker-date>div {
    display: table;
    float: left;
}

.time-offer-block .time-offer-time-picker .time-picker-date .time-picker-date-month {
    margin: 0 8px;
}

.time-picker-time-select {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 32px;
    color: #fff;
}

.time-picker-time-select .hours {
    display: table;
    float: left;
}

.time-picker-time-select .minutes {
    display: table;
    float: left;
}

.time-picker-time-select .time-select-separator {
    display: table;
    float: left;
    padding: 0 28px;
}

.time-picker-time-select .hours img[alt='top'],
.time-picker-time-select .minutes img[alt='top'] {
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -5px;
}

.time-picker-time-select .hours img[alt='bottom'],
.time-picker-time-select .minutes img[alt='bottom'] {
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
}

.time-offer-day-plan {
    margin-top: 50px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    padding: 15px 8px;
}

.time-offer-day-plan .time-offer-day-plan-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.time-offer-day-plan .time-offer-day-plan-list li {
    font-size: 12px;
    line-height: 20px;
}

.time-offer-time-picker .confirm-btn,
.booking-form .confirm-btn {
    cursor: pointer;
    width: 125px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    line-height: 38px;
    background: #c18074;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.booking-form .confirm-btn:hover{
  background: #b69c99;
}
.booking-form .confirm-btn img {
    display: none;
    position: absolute;
    width: 20px;
    right: -30px;
    top: 7px;
}

.destination-service-content {
    text-align: center;
}

.destination-service-content h2 {
    font-size: 32px;
    font-family: 'Gotham';
    line-height: 36px;
    margin-bottom: 24px;
}

.destination-service-content h3 {
    font-size: 38px;
    margin: 0;
    line-height: 48px;
}

.destination-service-content p {
    font-size: 16px;
    line-height: 24px;
}

.destination-full-image {
    padding: 0;
}

.destination-full-image img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.destination-call-to-action {
    margin: 0;
}

.destination-call-to-action .call-to-action-title {
    margin-bottom: 16px;
    padding-top: 12px;
    font-size: 32px;
}

.destination-call-to-action .call-to-action-form {
    padding-bottom: 30px;
}

.destination-packages {
    text-align: center;
    /* background: url(../images/left-holder.svg) left 0px no-repeat; */
    /* background-size: 250px; */
    overflow: hidden;
}

.destination-packages .destination-packages-title {
    font-size: 32px;
    text-transform: uppercase;
}

.destination-packages .destination-packages-desc {
    font-size: 16px;
    line-height: 24px;
}

.destination-packages .destination-packages-subtitle {
    margin: 10px 0;
    font-size: 40px;
}

.destination-packages-items .destination-packages-item {
    display: flex;
    align-items: center;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 40px);
    flex: 0 0 calc(20% - 40px);
    width: calc(20% - 40px);
    margin: 0 5px;
    padding: 15px;
}

.destination-packages-items .destination-packages-item:nth-child(1) {
    background: #ffded8;
}

.destination-packages-items .destination-packages-item:nth-child(2) {
    background: #FBD5CF;
}

.destination-packages-items .destination-packages-item:nth-child(3) {
    background: #F5CEC6;
}

.destination-packages-items .destination-packages-item:nth-child(4) {
    background: #CDA89E;
}

.destination-packages-items .destination-packages-item:nth-child(5) {
    background: #A68882;
}

.destination-packages-items .destination-packages-item .destination-packages-item-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.destination-packages-items .destination-packages-item .destination-packages-item-desc {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

.destination-packages-items .destination-packages-item .destination-packages-item-price {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.destination-traditionl-packages .destination-traditionl-packages-title {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}


/* .destination-traditionl-packages .destination-traditionl-packages-items {} */

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin: 0 5px;
    padding: 40px 15px;
}

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item:nth-child(1) {
    background: #FFDED8;
}

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item:nth-child(2) {
    background: #FBD5CF;
}

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item:nth-child(3) {
    background: #CDA89E;
}

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-desc {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

.destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-price {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.destination-footer-images {
    /* margin-bottom: 70px; */
    margin-bottom: -20px;
}

.destination-footer-images .destination-footer-image-item {
    width: 100%;
    /* float: left;
margin: 0 5px; */
}

.destination-footer-images .destination-footer-image-item img {
    width: 100%;
    height: auto;
}

.testimonials-description {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.event-title {
    text-transform: none;
    font-size: 20px!important;
    margin: 0!important;
}

.event-title-big {
    font-size: 50px;
    line-height: 60px;
}

.event-full-content {
    text-align: center;
}

.event-full-content h3 {
    font-size: 32px;
}

.event-full-content h4 {
    font-size: 28px;
    margin: 20px 0;
}

.event-full-content p {
    font-size: 16px;
    line-height: 24px;
}

.event-galerys {
    display: table;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.event-galerys .event-galery-item {
    width: calc(33.33% - 30px);
    float: left;
    padding: 0 15px;
    text-align: center;
}

.event-galerys .event-galery-item .read-more {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
    display: table;
    width: 160px;
    background: rgba(228, 230, 231, .5);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 400;
    transition: all .3s ease;
}

.event-galerys .event-galery-item .read-more:hover {
    background: rgba(2, 9, 17, .5);
    color: #fff;
}

.event-mobility {
    margin-top: 35px;
    text-align: center;
}

.event-mobility h3.event-mobility-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.event-mobility .event-mobility-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.event-mobility .event-mobility-item {
    width: calc(25% - 30px);
    padding: 0 15px;
    float: left;
    text-align: center;
}

.event-mobility .event-mobility-item img {
    display: block;
    height: 110px;
    margin: 0 auto;
}

.event-mobility .event-mobility-item .event-mobility-item-text {
    width: 100%;
    max-width: 160px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.event-mobility-sub-desc {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: rgba(222, 180, 166, .3);
}

.event-mobility-sub-desc h4 {
    text-transform: uppercase;
    line-height: 24px;
    max-width: 69%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.event-mobility-sub-desc h4,
.event-mobility-sub-desc p {
    width: 100%;
    font-size: 16px;
}

.booking-form {
    width: calc(70% - 60px);
    float: left;
    padding: 30px;
    background: #1c1c1b;
}

.booking-form .booking-form-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #b6b6b6;
    margin-bottom: 30px;
}

.booking-form-col {
    width: calc(50% - 15px);
    float: left;
}

.booking-form input {
    display: block;
    width: calc(100% - 40px);
    /* max-width: 210px; */
    margin-bottom: 10px;
    padding: 0 20px;
    border-radius: 5px;
    background: #2f2f2e!important;
    font-size: 12px;
    line-height: 34px;
    color: #b6b6b6;
    border: 0;
    -webkit-appearance: none;
}

.booking-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b6b6b6;
}

.booking-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #b6b6b6;
}

.booking-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #b6b6b6;
}

.booking-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #b6b6b6;
}

.booking-form .people-amount-select {
    width: calc(100% - 40px);
    /* max-width: 210px; */
}

.booking-form .people-amount-select .people-amount-title {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    border-radius: 5px;
    background: #2f2f2e;
    font-size: 12px;
    line-height: 34px;
    color: #b6b6b6;
    border: 0;
}

.booking-form .people-amount-select .people-amount-title:after {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    height: 7px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}

.booking-form .people-amount-select ul {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    padding: 10px 20px;
    background: #2f2f2e;
    font-size: 12px;
    color: #b6b6b6;
    /* top: -14px; */
    width: 100%;
    z-index: 1;
    transition: all 0s ease-in-out;
}

.booking-form .people-amount-select ul li {
    cursor: pointer;
    margin: 8px 0;
}

.booking-form .booking-form-notes {
    padding: 0 15px;
}

.booking-form .booking-form-services {
    width: 100%;
    height: 50%;
}

.booking-form .booking-form-services {
    width: calc(100% - 40px);
    height: calc(50% - 35px);
    border-radius: 5px;
    background: #2f2f2e;
    margin-bottom: 10px;
    padding: 10px 20px 15px 20px;
}


/* .booking-form .booking-form-services:after {
content: "";
width: 100%;
height: 20px;
position: absolute;
bottom: 0;
left: 0;
background: #2f2f2e;
} */

.booking-form-services-title {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.booking-form-services-scroll-block {
    overflow-y: auto;
    height: calc(100% - 20px);
}


/* .booking-form .booking-form-services ul {} */

.booking-form-services-scroll-block::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.booking-form-services-scroll-block::-webkit-scrollbar-button {
    display: none;
    background-color: red;
}

.booking-form-services-scroll-block::-webkit-scrollbar-track {
    background-color: #999;
}

.booking-form-services-scroll-block::-webkit-scrollbar-track-piece {
    background-color: #2f2f2e;
}

.booking-form-services-scroll-block::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b6b6b6;
    border-radius: 3px;
}

.booking-form-services-scroll-block::-webkit-scrollbar-corner {
    background-color: #999;
}

.booking-form-services-scroll-block::-webkit-resizer {
    display: none;
    background-color: red;
}

.booking-form .booking-form-services li {
    cursor: pointer;
    color: #b6b6b6;
    font-size: 12px;
    /* line-height: 18px; */
    margin: 4px 0;
    padding-left: 15px;
}

.booking-form .booking-form-services li:before {
    content: "";
    position: absolute;
    background-image: url(../images/list-marker.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: -1px;
}

.booking-form .booking-form-services li.active:before {
    background-image: url(../images/list-marker-selekted.svg);
}


/*.booking-form .booking-form-services li:after {
content: "";
position: absolute;
display: block;
left: 0;
} */

.booking-form-col-items {
    display: table;
    width: 100%;
}

.booking-form .booking-form-textarea-wrapp {
    height: calc(50% - 4px);
}

.booking-form .booking-form-textarea {
    display: block;
    height: calc(100% - 85px);
    width: calc(100% - 40px);
    padding: 10px 20px;
    resize: none;
    border-radius: 5px;
    font-size: 12px;
    background: #2f2f2e;
    border: none;
    color: #b6b6b6;
}

.booking-offer-calendar-wrapp {
    position: absolute;
    width: 300px!important;
    background: #fff;
    border-radius: 3px;
    top: 45px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .3s ease;
}

.booking-offer-calendar-wrapp.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.booking-form .booking-form-time-select-wrapp {
    width: calc(100% - 40px);
    /* max-width: 210px; */
}

.booking-form .booking-form-time-select-wrapp .booking-time-title {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    border-radius: 5px;
    background: #2f2f2e;
    font-size: 12px;
    line-height: 34px;
    color: #b6b6b6;
    border: 0;
}

.booking-form .booking-form-time-select-wrapp .booking-time-title:after {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    height: 7px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}

.booking-form .booking-form-time-select-wrapp ul {
    position: absolute;
    top: 30px;
    display: none;
    padding: 10px 20px;
    background: #2f2f2e;
    font-size: 12px;
    color: #b6b6b6;
    /* top: -14px; */
    width: 100%;
    z-index: 1;
}

.booking-form .booking-form-time-select-wrapp ul li {
    cursor: pointer;
    margin: 8px 0;
}

.book_form_model {
    display: none;
}

.ajax-loader {
    display: none!important;
}

.service-content-col-wrapp .westrn-gallery .service-content-gallery-item {
    width: calc(50% - 10px);
}

.right-bg-image {
    background: url(../images/bg.svg) right 90px no-repeat;
    background-size: 200px;
}


/* .left-bg-image {
    background: url(../images/left-holder.svg) left 90px no-repeat;
    background-size: 200px;
} */

.western-footer-services-section:before {
    content: "";
    display: block;
    width: 300px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/left-holder.svg) left 90px no-repeat;
    background-size: 300px;
    z-index: -1;
}

.bali-background-image {
    margin: 0 auto;
}

.bali-background-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -89%;
  top: 0px;
  background: url(../images/left-holder.svg) left 0px no-repeat;
  background-size: auto 100%;
  z-index: -1;
}

.western-first-block-content h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px!important;
    margin-top: 15px !important;
}

.western-first-block-content .read-more {
    margin-top: 20px !important;
}

.western-list {
    margin-top: 25px;
}

.western-list strong {
    font-size: 20px;
}

.western-details {
    margin-top: 60px;
}

.western-details .western-detail-item {
    width: calc(16.66% - 20px);
    margin: 0 10px;
    float: left;
    text-align: center;
}

.western-detail-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 15px;
    padding-bottom: 70px;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 13px;
}

.western-details .western-detail-item:nth-child(1) .western-detail-item-content {
    background: #FFDBD5;
}

.western-details .western-detail-item:nth-child(2) .western-detail-item-content {
    background: #F8D2CC;
}

.western-details .western-detail-item:nth-child(3) .western-detail-item-content {
    background: #F2CBC3;
}

.western-details .western-detail-item:nth-child(4) .western-detail-item-content {
    background: #D1A89F;
}

.western-details .western-detail-item:nth-child(5) .western-detail-item-content {
    background: #BA9893;
}

.western-details .western-detail-item:nth-child(6) .western-detail-item-content {
    background: #A38580;
}

.western-details .western-detail-item .western-detail-item-btn {
    cursor: pointer;
    width: 95px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -47px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #988080;
    color: #000;
}
.western-details .western-detail-item .western-detail-item-btn:hover{
  background: #b69c99;
  color: #fff;
}
.wetern-footer-image-item {
    margin: 40px 0;
}

.wetern-footer-image-item img {
    width: 100%;
}

.western-footer-services {
    display: table;
    width: 100%;
    margin-top: 35px;
}

.western-footer-services .western-footer-service-item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    float: left;
}

.western-footer-services .western-footer-service-item .western-footer-service-item-title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
}

.western-footer-services .western-footer-service-item-list {
    text-align: center;
}

.western-footer-services .western-footer-service-item-list-content {
    width: calc(33.33% - 4px);
    /* float: left; */
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-title {
    font-size: 10px;
    line-height: 14px;
}

.western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-price {
    font-size: 11px;
    font-weight: 700;
    font-family: 'GothamBold';
    margin-top: 5px;
}

.western-footer-services .western-footer-service-item-list-content:nth-child(1) {
    background: #FBD5CF;
}

.western-footer-services .western-footer-service-item-list-content:nth-child(2) {
    background: #F5CEC6;
}

.western-footer-services .western-footer-service-item-list-content:nth-child(3) {
    background: #CDA89E;
}

.western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-btn {
    cursor: pointer;
    width: 95px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -47px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    /* background: rgba(255, 255, 255, .6); */
    border: 1px solid #988080;
    color: #000;
}
.western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-btn:hover{
  color: #fff;
  background: #b69c99;
}

.bali-packages-items .destination-packages-item {
    padding-bottom: 40px;
}

.bali-packages-items .destination-packages-item .destination-packages-item-title {
    font-size: 10px;
    line-height: 14px;
}

.bali-packages-items .destination-packages-item .destination-packages-item-price {
    font-size: 11px;
    line-height: 15px;
}

.bali-packages-items .destination-packages-item .destination-packages-item-content {
    width: 100%;
    padding-bottom: 25px;
}

.destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item {
    padding-bottom: 40px!important;
}

.destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-title {
    font-size: 10px;
    line-height: 14px;
}

.destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-price {
    font-size: 11px;
    line-height: 15px;
}

.bali-detail-item-btn {
    cursor: pointer;
    width: 95px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -47px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    /* background: rgba(255, 255, 255, .6); */
    border: 1px solid #988080;
    color: #876B67;
}

.bali-detail-item-btn:hover{
  color: #fff!important;
  background: #b69c99;
  border-color: #b69c99;
}

.contact-socials-list {
    position: absolute;
    top: 30px;
    left: 5%;
}

.contact-socials-list .contact-socials-list-item {
    display: inline-block;
    margin-right: 12px;
}

.contact-socials-list .contact-socials-list-item:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}

.contact-socials-list img {
    width: 54px;
    z-index: 2;
}

.contact-slider-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, .5);
    font-size: 30px;
    line-height: 60px;
}

.contscts-world-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    text-align: center;
    background-image: url(../images/world-map.svg);
    background-position: center;
    background-size: contain; background-repeat: no-repeat;
}

.contact-places-markers {
    display: table;
    width: 100%;
    padding-top: 65px;
}

.contact-places-markers .contact-places-marker-item {
    width: calc(20% - 30px);
    float: left;
    margin: 0 15px;
    text-align: center;
}

.contact-places-markers .contact-places-marker-item .contact-places-marker-item-title {
    font-size: 21px;
    text-transform: uppercase;
}

.contact-info-items {
    width: 100%;
    margin: 70px 0;
    text-align: center;
}

.contact-info-items .contact-info-item {
    display: inline-block;
    margin-left: 60px;
    margin-bottom: 20px;
}

.contact-info-items .contact-info-item:first-child {
    margin-left: 0;
}

.contact-info-items .contact-info-item img {
    display: inline-block;
    height: 56px;
    vertical-align: middle;
}

.contact-info-items .contact-info-item .contact-info-item-lable {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 24px;
}

.contact-page-footer {
    min-height: 720px
}

.contact-page-footer .contact-page-footer-form {
    position: absolute;
    width: calc(320px - 108px);
    height: 100%;
    padding: 0 54px;
    right: 0;
    top: 0;
    background: rgba(248, 210, 205, .8);
    text-align: center;
}

.contact-page-footer .contact-page-footer-form .contact-page-footer-form-title {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 100px;
}

.contact-page-footer .contact-page-footer-form input,
.contact-page-footer .contact-page-footer-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    font-size: 11px;
}

.contact-page-footer .contact-page-footer-form input {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #222221;
    box-sizing: border-box;
}

.contact-page-footer .contact-page-footer-form input:focus::-webkit-input-placeholder {
  color: transparent
}

input:focus::-webkit-input-placeholder {
  color: transparent
}

.contact-page-footer .contact-page-footer-form textarea {
    height: 116px;
    border: 1px solid #222221;
    width: 100%;
    resize: none;
    text-align: center;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #8d8d8d;
    box-sizing: border-box;
}
.contact-page-footer .contact-page-footer-form textarea:focus::-webkit-input-placeholder {
  color: transparent
}

.contact-page-footer .contact-page-footer-form input[type='submit'] {
    cursor: pointer;
    width: 100%;
    color: #fff;
    background: #ba9893;
    margin-top: 0px;
    padding: 8px 10px;
    border: none;
    font-size: 13px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
}
.contact-page-footer .contact-page-footer-form input[type='submit']:hover{
  background: #caa59b;
}

.blog-page-title {
    margin-bottom: 28px;
    font-size: 32px;
    color: #222221;
    text-align: center;
    background: rgba(255, 204, 193, .4);
    line-height: 135px;
}

.blog-page .blog-grid {
    display: table;
    width: 70%;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
}

.blog-page .blog-grid .blog-grid-item {
    width: calc(50% - 30px);
    padding: 0 15px;
    float: left;
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-img-wrapp {
    display: block;
    text-align: center;
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-img-wrapp:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 3px);
    top: 0;
    left: 0;
    background: rgba(34, 34, 33, 0);
    transition: all .3s ease;
    z-index: 1;
}

.blog-page .blog-grid .blog-grid-item:hover .blog-grid-item-img-wrapp:before {
    background: rgba(34, 34, 33, .6);
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-img-wrapp .plus-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
}

.blog-page .blog-grid .blog-grid-item:hover .blog-grid-item-img-wrapp .plus-icon {
    opacity: 1;
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'GothamMedium'!important;
    line-height: 22px;
    margin: 15px 0;
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-desc {
    font-size: 14px;
    line-height: 22px;
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-read-more {
    display: block;
    width: 125px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 38px;
    background: #020911;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.blog-page .blog-grid .blog-grid-item .blog-grid-item-read-more:hover {
    background: #a19291;
}

.blog-page .blog-aside {
    display: table;
    max-width: 300px;
    width: calc(30% - 10px);
    /* min-height: 300px; */
    margin-left: 40px;
    margin-bottom: 40px;
    float: left;
}

.blog-page .blog-aside .aside-widget-title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #a19291;
    line-height: 38px;
}

.blog-page .blog-aside .tag-cloud-list li,
.blog-page .blog-aside .tag-cloud-list a {
    display: inline-block!important;
    padding: 10px!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    vertical-align: middle!important;
}

.blog-page .blog-aside .tag-cloud-list li:nth-child(2n),
.blog-page .blog-aside .tag-cloud-list a:nth-child(2n) {
    font-size: 18px!important;
}

.blog-page .blog-aside .tag-cloud-list li:nth-child(4n),
.blog-page .blog-aside .tag-cloud-list a:nth-child(4n) {
    font-size: 21px!important;
}

.blog-page .blog-aside .tag-cloud-list li a,
.blog-page .blog-aside .tag-cloud-list a {
    color: #A0A0A0!important;
}

.blog-page .single-blog-page-content {
    display: table;
    width: 70%;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
}

.single-blog-page-content .single-blog-page-content-thumb img {
    max-width: 100%;
    height: auto;
}

.single-blog-page-content .single-blog-page-content-title {
    margin: 25px 0;
    font-size: 18px;
    font-family: 'GothamMedium'!important;
    color: #A19291;
}

.single-blog-page-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.single-blog-page-footer .back-to-blog-btn {
    display: block;
    float: left;
    width: 125px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    background: #A19291;
}

.single-blog-page-footer {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.single-blog-page-footer .post-meta {
    display: table;
    min-width: 40%;
    float: right;
    padding: 0 25px;
    background: #FFCCC1;
}

.single-blog-page-footer .post-meta .single-blog-page-tags {
    display: table;
    float: left;
    padding: 0;
}

.single-blog-page-footer .post-meta .single-blog-page-tags li {
    display: inline-block;
    margin-right: 6px;
    text-transform: uppercase;
}

.single-blog-page-footer .post-meta .single-blog-page-tags li a {
    font-size: 12px;
    line-height: 38px;
    color: #000000;
    font-weight: 600;
}

.single-blog-page-footer .post-meta .single-blog-page-date {
    display: table;
    float: right;
    font-size: 12px;
    line-height: 38px;
    color: #000000;
    font-weight: 600;
}

.single-blog-comments .single-blog-comments-title {
    width: 70%;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'GothamMedium'!important;
    line-height: 38px;
    padding: 0 25px;
    margin-bottom: 25px;
    background: #FFCCC1;
}

.single-blog-comments .single-blog-comments-list {
    display: table;
    width: 100%;
    padding: 0 25px;
}

.single-blog-comments .single-blog-comments-list li {
    margin-bottom: 45px;
}

.single-blog-comments .single-blog-comments-list li .single-blog-comments-list-item-name {
    font-size: 18px;
}

.single-blog-comments .single-blog-comments-list li .single-blog-comments-list-item-date {
    margin: 10px 0;
    font-size: 14px;
    color: #A19291;
}

.single-blog-comment-form {
    display: table;
    margin-bottom: 40px;
}

.single-blog-comment-form input {
    display: block;
    line-height: 38px;
}

.single-blog-comment-form input[type="text"] {
    width: calc(50% - 52px);
    float: left;
    padding: 0 20px;
    border: 1px solid #A19291;
}

.single-blog-comment-form input[type="text"]:first-child {
    margin-right: 10px;
}

.single-blog-comment-form input[type="text"]:nth-child(2) {
    margin-left: 10px;
}

.single-blog-comment-form textarea {
    width: calc(100% - 42px);
    margin: 20px 0;
    border: 1px solid #A19291;
    padding: 20px;
    resize: none;
}

.single-blog-comment-form textarea::-webkit-input-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-form textarea::-moz-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-form textarea:-ms-input-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-form textarea:-moz-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-form input[type="submit"] {
    cursor: pointer;
    display: block;
    float: left;
    width: 125px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    border: none;
    background: #A19291;
}

.single-blog-comment-wrapp {
    display: table;
    width: calc(100% - 50px);
    padding: 0 25px;
    margin-bottom: 40px;
}

.single-blog-comment-wrapp>.comments,
.single-blog-comment-wrapp .comment-reply-link,
.single-blog-comment-wrapp form .comment-notes,
.single-blog-comment-wrapp form label,
.single-blog-comment-wrapp .comment-reply-title,
.single-blog-comment-wrapp .logged-in-as,
.single-blog-comment-wrapp .comment-edit-link {
    display: none;
}

.single-blog-comment-wrapp form .comment-form-author,
.single-blog-comment-wrapp form .comment-form-email {
    display: block;
    width: calc(50% - 52px);
    float: left;
    padding: 0 20px;
    border: 1px solid #A19291;
}

.single-blog-comment-wrapp form .comment-form-author {
    margin-right: 20px;
}

.single-blog-comment-wrapp form .comment-form-author input,
.single-blog-comment-wrapp form .comment-form-email input {
    display: block;
    width: 100%;
    border: none;
    line-height: 38px;
}

.single-blog-comment-wrapp form textarea {
    width: calc(100% - 42px);
    margin: 0px 0;
    border: 1px solid #A19291;
    padding: 20px;
    resize: none;
    clear: both;
}

.single-blog-comment-wrapp form textarea::-webkit-input-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-wrapp form textarea::-moz-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-wrapp form textarea:-ms-input-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-wrapp form textarea:-moz-placeholder {
    font-family: 'Gotham';
    color: #000000;
}

.single-blog-comment-wrapp input[type="submit"] {
    cursor: pointer;
    display: block;
    float: left;
    width: 125px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    border: none;
    background: #A19291;
}

.single-blog-comment-wrapp .comments-list .comment-author cite {
    width: 100%;
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
}

.single-blog-comment-wrapp .comments-list .comment-author .commentmetadata {
    margin: 10px 0;
    font-size: 14px;
    color: #A19291;
}

.single-blog-comment-wrapp .comments-list .comment_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.last-posts .last-post-item {
    padding: 0 15px;
}

.last-posts .aside-widget-title {
    margin-bottom: 15px;
}

.last-posts .last-post-item .last-post-item-short-desc {
    font-size: 16px;
    line-height: 24px;
}

.last-posts .last-post-item .last-post-item-more-btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #A19291
}

.phone-header:after{
  content: '';
  /* background: url(../images/phone.svg) 50% 50% / contain; */
  background: url(../images/phone_ico.svg) 50% 50% / contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: -36px;
  width: 30px;
  height: 30px;
}
.phone a:hover{
  color: #fff;
}

.contact-places-marker-item-img{
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.contact-places-marker-item:hover .contact-places-marker-item-img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.slick-dots{
  text-align: center;
  margin-top: 20px;
}
.slick-dots li{
  display: inline-block;
}
.slick-dots li button{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: #f5cec6;
  padding: 0;
  color: transparent;
  margin: 0 3px;
  cursor: pointer;
}
.slick-dots li.slick-active button{
  background: #b69c99;
}
.fz40{
  font-size: 40px!important;
}
.eapps-instagram-feed-posts-grid-load-more-text{
  border-radius: 0;
  background: #A19291;
  padding: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.eapps-instagram-feed-posts-grid-load-more-text:hover{
  background: #caa59b;
}
p>a{
  text-decoration: underline;
}
p>a:hover{
  text-decoration: none;
}
#magazine{
  padding: 40px 0;
}
#magazine h2{
  margin-bottom: 30px;
}
.wrap_magazine_images{
  text-align: center;
}
.wrap_magazine_images img{
  margin-bottom: 7px;
}
#mobile_makeup, #mobile_makeup2{
  background: #fee5e0 url(/wp-content/uploads/2019/09/bg_top.svg) center no-repeat;
  padding: 50px 0;
  margin-bottom: 50px;
}
#mobile_makeup h2, #mobile_makeup2 h2{
  font-size: 60px;
}
#mobile_makeup p, #mobile_makeup2 p{
  text-align: justify;
  line-height: 24px;
}
#mobile_makeup2{
  background: url(/wp-content/uploads/2019/09/background_services.jpg) 50% 50% / cover;
  text-align: center;
  position: relative;
  padding: 90px 0;
}
#mobile_makeup2::after{
  position: absolute;
  z-index: 0;
  content: '';
  background: url(/wp-content/uploads/2019/09/bg_top.svg) center no-repeat;
  top: 0;
  width: 100%;
  height: 60%;
  left: 0;
}
#mobile_makeup2 p{
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 15px;
}
.popup{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  display: none;
  color: #fff;
}
.popup .content_popup{
  max-width: 800px;
  margin: auto;
}
.popup.show_on{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg);
  background-size: 100% ;
  z-index: 99999;
  display: inline-block;
  cursor: pointer;
}
.service-content-block .service-content p.title_popup, p.title_popup{
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;

}
.content_popup{
  text-align: center;
  line-height: 26px;
}
.mb-20{
  margin-bottom: 20px!important;
}
.mt-20{
  margin-top: 20px!important;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.destination-block-image img{
  width: calc((100% - 40px)/3);
  width: -webkit-calc((100% - 40px)/3);
  float: left;
  /* display: inline-block; */
}
.destination-block-image:after{
  content: '';
  clear: both;
  display: block;
}
.destination-block-image img:first-child{
  margin-right: 20px;
}
.destination-block-image img:last-child{
  margin-left: 20px;
}
.image-block-4-image a{
  width: calc((100% - 20px)/2);
  width: -webkit-calc((100% - 20px)/2);
  float: left;
  margin-bottom: 10px!important;
}
.mb40{
  margin-bottom: 40px;
}
.service-content-right-col-wrapp .dubai-info-block .service-title{
  font-size: 40px;
  line-height: 56px;
}
.image-block-4-image:after{
  content: '';
  clear: both;
  display: block;
}
.image-block-4-image a:first-child{
  margin-right: 20px;
}
.image-block-4-image a:last-child{
  margin-left: 20px;
}
.hidden-desctop{
  display: none;
}
.destination-packages-items, .destination-traditionl-packages-items{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.destination-packages-items .destination-packages-item, .destination-traditionl-packages-items .destination-traditionl-packages-item{
  padding-top: 40px;
  padding-bottom: 40px;
}
.h0{
  height: 0!important;
  overflow: hidden;
}
.wpcf7-not-valid{
  border: 1px solid red!important;
}
.wpcf7-not-valid-tip{
  display: none!important;
}
div.wpcf7-validation-errors{
  border: 2px solid red!important;
}
.booking-form .booking-form-services{
  display: none;
}
.booking-form .booking-form-textarea-wrapp {
    height: calc(100% - 4px);
}
.gallery-wrapp-block .gallery-item{
  overflow: hidden;
  position: relative;
}
.gallery-wrapp-block .gallery-item .zoom-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: scale3d(1, 1, 1)!important;
    transform: scale3d(1, 1, 1)!important;
}
.gallery-wrapp-block .gallery-item img{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 0;
}
.gallery-wrapp-block .gallery-item:hover img{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-wrapp-block .gallery-item:hover .zoom-icon {
    opacity: 1;
}
.gallery-wrapp-block .gallery-item{
  margin-bottom: 20px!important;
}
.gallery-wrapp-block .gallery-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease;
}
.gallery-wrapp-block .gallery-item:hover:after {
    background-color: rgba(0, 0, 0, .5);
}
.image-mt-50 img{
  margin-top: 50px!important;
}
#team_trevel{
  position: relative;
  z-index: 10;
}
#about_note{
  position: relative;
  z-index: 9;
}
#about_note .about_note{
  background: #ffccc1;
  padding: 30px 0;
}
#about_note .about_note .lovestrong{
  font-size: 30px;
  line-height: 36px;
}
#about_note .about_note p{
  line-height: 36px;
  text-align: center;
}
#about_note:before {
    content: "";
    display: block;
    width: 300px;
    height: 690px;
    position: absolute;
    left: 0;
    top: -190%;
    background: url(../images/left-holder.svg) left 0px no-repeat;
    background-size: 450px;
    z-index: 1;
}
.booking-form-time-select-wrapp{
  display: none;
}
.testimonials-slider .slick-prev{
  position: absolute;
  top: 0%;
  left: -30px;
  width: 15px;
  height: 100%;
  background: url(../images/arrow-prev.svg) 50% 50% / contain;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  border: 0;
}
.testimonials-slider .slick-next{
  position: absolute;
  top: 0%;
  right: -30px;
  width: 15px;
  height: 100%;
  background: url(../images/arrow-next.svg) 50% 50% / contain;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  border: 0;
}

.btn{
  padding: 10px 25px;
  text-transform: uppercase;
  background: #9B8380;
  color: #fff;
}
.btn:hover{
  background: #caa59b;
  color: #fff;
}
.wrpa-404{
  text-align: center;
}
.wrpa-404 h1{
  color: #;
  margin-bottom: 50px;
  font-size: 36px;
  font-family: 'GothamMedium';
  text-transform: uppercase;
  line-height: 70px;
}
.wrpa-404 h1 span{
  font-size: 70px;
}
.bg404{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;

}
.bg404 > div{
  margin-bottom: 60px;
}

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("https://artofbeautystudio.com/wp-content/themes/art-of-beauty/images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-posirion: center center;
    background-color: #fff;
    height: 90px;
    width: 200px;
    margin-top: -30px;
    margin-left: -100px;
    left: 50%;
    top: 50%;
    position: absolute; }























/* media */
@media only screen and (max-width: 1280px) {

  #menu li a{
    font-size: 14px;
    padding: 0px 9px;
  }
  header .contacts a{
    font-size: 13px;
  }
  header .container > div.contacts{
    padding: 25px 0px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #menu li{
    margin: 30px 0;
  }
  .phone-header{
    position: relative;
    display: inline-block;
  }
  #logo{
    text-align: center;
  }
  #logo img{
    max-width: 210px;
  }


}

@media only screen and (max-width: 1100px) {
    .blog-page .blog-grid {
        width: 100%;
    }
    .blog-page .single-blog-page-content {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    .blog-page .blog-aside {
        width: 300px;
        margin: 0 auto;
        float: none;
    }
    #menu li a{
      font-size: 13px;
      padding: 0px 7px;
    }

}

@media only screen and (max-width: 1050px){
  #menu li a{
    padding: 0px 5px;
  }
}

@media only screen and (max-width: 991px) {
    header .contacts {
        /* margin-top: -18px; */
    }
    .benefits-services .benefits-service-item .benefits-service-item-desc{
      height: auto;
      min-height: 0;
    }
    .hidden-mobile{
      display: none!important;
    }
    .benefits-services .benefits-service-item{
      box-sizing: border-box;
    }
    .hidden-desctop{
      display: block!important;
    }
    .benefits-service-item-desc{
      margin-top: 15px;
    }
    .benefits-service-item-desc p{
      font-weight: 800;
      font-size: 20px;
    }
    .container.service-content-tabs{
      display: none;
    }
    .booking-form{
      margin-top: 30px;
    }
    .mt-0{
      margin-top: 20px!important;
    }
    .service-content-block .service-content-col-wrapp, .service-content-block .service-content-col-wrapp.service-content-right-col-wrapp{
      float: none;
      width: 100%;
    }
    .service-content-block .service-content-col-wrapp img{
      float: none;
      margin: 15px auto;
    }
    .benefits-services .benefits-service-item{
      width: 100%;
      margin-bottom: 30px;
    }
    .western-footer-services .western-footer-service-item .western-footer-service-item-title{
      margin-top: 20px;
    }
    .western-footer-services .western-footer-service-item{
      width: 100%;
    }
    header .contacts {
        /* display: none; */
        display: table;
        /* width: auto; */
        position: absolute;
        /* left: 50%; */
        right: 80px;
        /* margin-left: -40px; */
        padding-top: 35px;
    }
    #menu_contry_top li a{
      padding: 15px 20px;
    }
    .home-mobile-bridal-image{
      float: none;
      text-align: center;
      max-width: 100%;

    }
    .home-mobile-bridal-image img{
      margin-top: 30px!important;
    }
    .menu-naw-wrapp .mobile-contacts{
      position: relative;
      left: 0;
      width: 100%;
      text-align: left;
    }
    header .container > div.contacts{
      padding: 40px 0px;
    }
    .hamburger{
      padding: 26px 15px;
    }
    .container-content .text-block{
      float: none;
    }
    header .contacts .contact{
      display: none;
    }
    .mobile-menu-btn {
        display: block;
        margin-top: 17px;
        float: right;
    }
    .menu-naw-wrapp {
        display: none;
        position: absolute;
        z-index: 1;
        background: #fff;
        /* left: 0; */
        right: 0;
        top: 98px;
        width: 320px;
        z-index: 100;
    }
    .mobile-menu-btn {
        margin-top: 9px;
    }

    #menu li {
        display: block;
        width: 100%;
        border: none;
        padding-left: 25px;
    }
    #menu li .mobile-open-submenu {
        display: block;
        cursor: pointer;
        position: absolute;
        top: -10px;
        right: 35px;
        font-size: 28px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: right;
        transition: all .3s ease;
        text-align: center;
        color: #212121;
        font-weight: 600;
    }
    #menu li .mobile-open-submenu.active {
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -o-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    #menu li ul.sub-menu {
        display: none;
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 0;
        padding-right: 30px;
        min-width: calc(100% - 30px);
        max-height: 89vh;
        left: -25px;
        top: 20px!important;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0s ease;
    }
    #menu li:hover ul.sub-menu {
        top: 15px;
        opacity: 1;
        visibility: visible;
    }
    #menu li ul.sub-menu li {
        margin: 20px 0;
    }
    #menu li ul.sub-menu li a {
        line-height: 24px;
    }
    .call-to-action .call-to-action-form .wpcf7-not-valid-tip {
        display: none;
    }
    .call-to-action .call-to-action-form input[aria-invalid='true'] {
        border: 1px solid red;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 50px;
        height: 2px;
    }
    .hamburger--slider .hamburger-inner:before {
        top: 11px;
    }
    .hamburger--slider.is-active .hamburger-inner:after {
        transform: translate3d(0, -23px, 0) rotate(-90deg);
    }
    .hamburger--slider .hamburger-inner:after {
        top: 23px;
    }
    header nav {
        min-height: 20px;
        position: absolute;
        right: 0;
    }


    /* about */
    .lovestrong,
    .text p.lovestrong {
        font-size: 40px;
    }
    .col-1-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .col-2-3 {
        width: 100%;
        padding: 0;
    }
    .wrap-col.items-team {
        text-align: center;
    }
    .wrap-col.items-team>div {
        width: 100%;
        display: inline-block;
        float: none;
        margin-bottom: 30px;
    }
    .wrap__image .col-2 {
        width: 100%;
        margin: 0;
    }
    .wrap__image .col-1 {
        width: 100%;
        text-align: center;
    }
    .col-1-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .mobile-tab-desc{
      display: block;
    }
    .choose-link{
      border-bottom: 3px solid #ae8d69;
      display: block;
    }
    .square_list .col-1 img:nth-child(2), .square_list .col-1 img:nth-child(1){
      width: 48%;
      display: none;
    }
    .square_list .col-1 img:nth-child(3){
      position: relative;
      display: none;
    }
    #consultation form input[type="submit"] {
        margin-top: 15px;
    }
    footer #menu_footer li,
    #menu_contry li {
        margin-bottom: 10px;
    }
    .destination-packages-items{
      text-align: center;
      display: block;
    }
    .destination-packages-items .destination-packages-item{
      width: 43%;
      display: inline-block;
      float: none;
      margin-bottom: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    /* home page */
    .container-content .image-block {
        width: calc(100% - 30px)!important;
        padding: 0 15px;
    }
    .container-content .text-block {
        width: calc(100% - 30px)!important;
        padding: 0 15px!important;
    }
    .content-feedback-wrapp .content-feedback-block:after {
        right: 0px;
        width: 100%;
        top: -12px;
    }
    /* indian */
    .service-content-block .service-content-col-wrapp,
    .service-content-block .service-content-col-wrapp.service-content-right-col-wrapp {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    .container-content .read-more.dark-style {
        margin-bottom: 30px;
    }
    .time-offer-block .time-offer-img {
        width: 100%;
    }
    .booking-form {
        width: calc(100% - 60px);
    }
    /* services */
    .service-item .service-item-content,
    .service-item .service-item-image {
        width: 100%!important;
    }
    .service-item .service-item-image {
        text-align: center;
        margin-top: 30px;
    }
    /* west */
    .western-details .western-detail-item {
        width: calc(33.33% - 20px);
        margin-bottom: 20px;
    }
    .western-footer-services .western-footer-service-item-list-content {
        width: calc((100% / 3) - 12px);
        margin-bottom: 8px;
    }
    .western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-title,
    .western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-price{
      font-size: 14px;
      line-height: 24px;
    }

    /* contact */
    .contact-socials-list img {
        width: 40px;
    }
    .contact-socials-list .contact-socials-list-item:after {
        width: 35px;
        height: 35px;
    }
    .contact-places-markers .contact-places-marker-item .contact-places-marker-item-title {
        font-size: 18px;
    }
    .contact-slider-title {
        font-size: 26px;
    }
    .contact-info-items .contact-info-item {
        margin-left: 30px;
    }
    .contact-info-items .contact-info-item .contact-info-item-lable {
        font-size: 18px;
    }
    .gallery-page{
      display: block;
      text-align: center;
    }
    .gallery-page .gallery-item{
      width: 31%;
      float: none;
      display: inline-block;
      /* padding: 0 1%; */
      padding: 0;
      margin: 0 1% 15px;
    }
    .service-item .service-item-image{
      float: none;
      max-width: 100%!important;
    }
    .services-color-blocks-wrapp p{
      font-size: 14px;
    }
    .services-color-blocks-wrapp .services-color-block{
      width: calc(50% - 68px);
      margin-bottom: 10px;
    }
    .services-color-blocks-wrapp .services-color-block:nth-child(2){
      margin-right: 0;
    }
}

@media only screen and (max-width: 850px){
  .call-to-action .call-to-action-form input[type='text']:first-child {
    margin-right: 15px;
    margin-left: 15px;
  }


  .call-to-action .call-to-action-form input[type='submit'] {
    cursor: pointer;
    display: inline-block;
    float: none;
    background: #9B8380;
    border: 1px solid #9B8380!important;
    border: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  header .container > div.contacts {
    padding: 31px 0px;
  }
  .hamburger {
    padding: 15px 15px;
  }
  .gallery-page .gallery-item h3{
    font-size: 15px;
  }
  .call-to-action .call-to-action-title{
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
    .mobile-menu-btn {
        margin-bottom: 15px;
    }
    .wrpa-404 h1{
      font-size: 25px;
      line-height: 40px;
      margin-bottom: 30px;
    }
    .single-gallery-page-title{
      line-height: 45px;
      padding: 60px 0;
    }
    .testimonials-slider .slick-prev{
      left: 0;
    }
    .testimonials-slider .slick-next{
      right: 0;
    }
    .testimonials-slider-item-content{
      max-width: 90%;
      margin: auto;
    }
    .single-blog-comment-wrapp form .comment-form-author, .single-blog-comment-wrapp form .comment-form-email, .service-item .service-item-content{
      float: none;
    }
    .western-footer-services .western-footer-service-item-list-content{
      width: 100%;
    }
    .services-color-blocks-wrapp .services-color-block{
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0!important;
      box-sizing: border-box;
    }
    .destination-packages-items, .destination-traditionl-packages-items{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
    }
    .benefits-services .benefits-service-item{
      width: 100%;
    }
    .service-content-block .service-content-col-wrapp{
      padding: 0;
    }
    .destination-packages-item{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .bali-background-image:before{
      right: auto;
      left: -30px;
    }
    .destination-packages .destination-packages-subtitle{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .container-content .image-block{
      margin: auto;
      float: none;
    }

    .grid-item{
      /* width: 50%; */
    }
    .gallery-page .gallery-item{
      /* width: 50%; */
    }

    .destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item {
        -ms-flex: 0 0 calc((100% / 2) - 40px);
        flex: 0 0 calc((100% / 2) - 40px);
        width: calc((100% / 2) - 40px);
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 15px;
    }
    .destination-packages-items.bali-packages-items, .destination-traditionl-packages-items.bali-traditionl-packages-items{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .time-offer-block{
      margin-bottom: 0;
    }

    .service-form .service-form-title{
      font-size: 18px;
    }

    .color-blocks-container .color-block-item span.bg_{
      display: none;
    }
    .service-item .service-item-image{
      max-width: 100%!important;
    }
    .service-item .service-item-content .service-item-title{
      padding: 24px 10px;
      font-size: 22px;
    }
    #mobile_makeup h2, #mobile_makeup2 h2{
      font-size: 40px;
    }
    #mobile_makeup2::after{
      height: 30%;
    }
    .content-feedback-wrapp .content-feedback-block{
      margin-bottom: 20px;
    }
    #menu_contry_top li {
        display: inline-block;
        /* width: 49%; */
    }
    .contscts-world-map{
      background-position: top!important;
    }
    header {
        min-height: 60px;
    }
    header nav {
        width: 100px;
    }
    header #logo {
        width: 147px;
        position: absolute;
        /* left: 50%; */
        /* margin-left: -100px; */
    }

    header .contacts .contact {
        display: none;
    }
    .menu-naw-wrapp {
        top: 65px;
    }
    .mobile-menu-btn {
        margin-top: 3px;
    }
    .mobile-contacts {
        display: block!important;
        width: 100%!important;
        padding-top: 0!important;
    }
    .mobile-contacts a {
        display: table!important;
        text-align: left!important;
        margin-bottom: 25px!important;
        margin-left: 35px !important;
    }
    #menu_contry_top li a {
        font-size: 16px;
        padding: 10px 30px;
        margin-left: 0px;
    }
    .menu-naw-wrapp .mobile-contacts {
        position: relative;
        left: 0px;
        padding-bottom: 20px;
    }
    .call-to-action .call-to-action-title {
        font-size: 22px;
    }
    /* home */
    .home-gallery-container .gallery-wrapp {
        /* margin-left: -6px; */
    }
    .home-gallery-container .gallery-item {
        width: calc(50% - 10px);
    }
    .home-gallery-container .gallery-item{
      width: calc((100% / 5) - 12px);
    }
    .gallery-wrapp:after{
      content: '';
      clear: both;
      display: block;
    }
    .gallery-wrapp{
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .home-gallery-container .gallery-item:nth-child(1),
    .home-gallery-container .gallery-item:nth-child(6) {
        margin-left: 10px;
    }
    .home-testimonials-container .testimonials-slider-item-avatar,
    .home-testimonials-container .testimonials-slider-item-link {
        position: relative;
        top: auto;
        margin: 0 auto!important;
        margin-bottom: 15px !important;
    }
    .home-testimonials-container .testimonials-slider-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-testimonials-container .testimonials-slider-item-link {
        margin-bottom: 0 !important;
        margin-top: 15px !important;
    }
    .home-benefits-container {
        text-align: center;
    }
    .home-benefits-container .home-benefits-item {
        display: inline-block;
        width: calc(50% - 6px);
        float: none;
        margin-bottom: 15px;
        vertical-align: top;
    }
    .color-blocks-container{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .color-blocks-container .color-block-item {
      width: calc((100% / 3) - 6px);
      margin: 0;
      margin-bottom: 15px;
      float: none;
      position: relative;
    }

    .home-benefits-container .color-block-item:nth-child(2n) {
        margin-right: 0!important;
    }
    .call-to-action .call-to-action-form input {
        float: none;
        margin: 0 auto!important;
        margin-bottom: 15px!important;
    }
    /* galery */
    .gallery-page .gallery-item {
        /* width: 40%;
        margin-bottom: 0; */
    }
    .gallery-page .gallery-item h3 {
        text-align: center;
    }
    .single-gallery-page .gallery-item {
        margin-bottom: 10px;
    }
    /* indian */
    .benefits-services {
        text-align: center;
    }
    .benefits-services .benefits-service-item {
        display: inline-block;
        float: none;
        width: 100%;
        vertical-align: top;
    }
    .benefits-services .benefits-service-item .benefits-service-item-desc {
        height: auto!important;
    }
    .benefits-services .benefits-service-item .benefits-service-item-btn {
        margin-bottom: 15px;
    }
    .booking-form-col {
        width: calc(100% - 10px);
        float: left;
    }
    .booking-form .booking-form-notes {
        padding: 0;
    }
    /* services */
    /* .services-color-blocks-wrapp .services-color-block {
        width: calc(50% - 70px);
        margin-bottom: 10px;
    } */
    /* destin */
    .destination-packages-items .destination-packages-item,
    .destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 40px 15px;
    }
    .event-mobility .event-mobility-item {
        width: calc(50% - 30px);
    }
    .event-galerys .event-galery-item {
        width: calc(100% - 30px);
        margin-bottom: 15px;
    }
    /* west */
    .western-footer-services .western-footer-service-item {
        width: calc(100% - 10px);
        margin-bottom: 20px;
    }
    /* contact */
    .contact-places-markers {
        text-align: center;
    }
    .contact-places-markers .contact-places-marker-item {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
    .contact-info-items .contact-info-item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .contact-slider-title {
        font-size: 22px;
    }
    /* blog */
    .blog-page .blog-grid .blog-grid-item {
        width: calc(100% - 30px);
    }
    .single-blog-page-footer .back-to-blog-btn {
        margin-right: 15px;
    }
    .single-blog-page-footer .post-meta {
        float: none;
    }
    .single-blog-comments .single-blog-comments-title {
        width: calc(100% - 50px);
    }
    .wrap-team-description,
    .wrap-choose-description {
        display: none;
    }
    /* about */
    .items-team a.active-team .mobile-tab-desc,
    .items-choose a.active_choose .mobile-tab-desc,
    .active_choose .mobile-tab-desc {
        display: block;
    }
    .wrap-col.items-team>div,
    #why_choose_us .wrap-col .col {
        width: 100%;
        height: auto!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
  .bali-packages-items .destination-packages-item .destination-packages-item-title, .destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .bali-packages-items .destination-packages-item .destination-packages-item-price, .destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-price {
    font-size: 20px;
    line-height: 30px;
  }
  .bali-detail-item-btn{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
  }
  .gallery-page .gallery-item{
    width: 48%;
    float: none;
    display: inline-block;

    padding: 0;
    margin: 0 1% 15px;
  }
  /* .western-footer-service-item-list-content {
      -ms-flex: 0 0 calc((100% / 3) - 40px);
      flex: 0 0 calc((100% / 3) - 40px);
      width: calc((100% / 3) - 40px);
      margin: 0 5px;
      margin-bottom: 10px;
      padding: 15px;
  } */
}
@media only screen and (max-width: 480px) {
    header {
        min-height: 65px;
    }
    .gallery-page .gallery-item{
      width: 48%;
      float: none;
      display: inline-block;

      padding: 0;
      margin: 0 1% 15px;
    }
    .single-gallery-page-title{
      font-size: 24px;
    }
    .single-gallery-page .gallery-item {
        margin-bottom: 5px;
    }
    .gallery-page.gallery-page-wrap .gallery-item{
      width: 100%;
    }
    .slick-slide .slide-title{
      font-size: 36px;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 80px;
    }
    .western-footer-services .western-footer-service-item-list-content {
        width: calc((100% / 2) - 12px);
        margin-bottom: 8px;
    }
    .services-color-blocks-title{
      font-size: 24px;
      line-height: 32px;
    }
    .container-content .text-block h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 20px!important;
        margin-top: 20px;
    }
    .call-to-action .call-to-action-title{
      line-height: 30px;
    }
    .service-content-col-wrapp .service-content-gallery .service-content-gallery-item{
      height: auto;
    }
    .western-details .western-detail-item{
      width: calc(50% - 20px);
    }
    .western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-title{
      font-size: 12px;
      margin-bottom: 10px;
      line-height: 20px;
      min-height: 60px;
    }
    .bali-packages-items .destination-packages-item .destination-packages-item-title,
    .destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-title {
        font-size: 12px;
        line-height: 20px;
    }
    .bali-packages-items .destination-packages-item .destination-packages-item-price,
    .destination-traditionl-packages .bali-traditionl-packages-items .destination-traditionl-packages-item .destination-packages-item-price {
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
    }
    .size-mobile, .destination-traditionl-packages-item{
      width: 100%!important;
      margin-left: 0!important;
      margin-right: 0!important;
      box-sizing: border-box;
      flex: 0 0 calc(100%)!important;
    }
    .service-content-block .service-content-col-wrapp{
      width: 100%;
    }
    .home-testimonials-container .home-testimonials-title{
      line-height: 40px;
    }
    .western-footer-services .western-footer-service-item-list .western-footer-service-item-list-content-price{
      font-size: 14px;
      padding: 5px;
    }
    .container-content .text-block h2 {
        font-size: 32px;
    }
    .content-feedback-wrapp .content-feedback-block:after{
      height: 105%;
    }
    .home-benefits-container .home-benefits-item {
      display: inline-block;
      width: 100%;
      float: none;
      margin-bottom: 15px;
      vertical-align: top;
    }
    .home-benefits-container .home-benefits-item .home-benefits-icon{
      width: 160px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
      width: 35px;
    }
    .hamburger{
      padding: 15px 0;
    }
    header .contacts {
      right: 55px;
    }
    header #logo {
        width: 150px;
        top: 5px;
    }
    header .contacts {
        padding-top: 35px;
        width: 49%;

    }
    header .contacts a {
        font-size: 12px;
    }
    header .contacts a img {
        width: 20px;
        top: 5px;
    }
    .mobile-menu-btn {
        margin-top: 5px;
    }
    .menu-naw-wrapp {
        top: 70px;
    }
    .wrap-col.items-team>div {
        width: 100%;
    }
    .col-1-4 {
        width: 100%;
    }
    .contact-page-footer .contact-page-footer-form {
        width: calc(100% - 108px);
        height: 100vh;
    }
    .contact-page-footer {
        padding: 0;
        min-height: 665px;
    }
    .contact-page-footer .contact-page-footer-form input[type='submit'] {
        margin-top: 20px;
    }
    #menu_contry_top li a {
        font-size: 16px;
        padding: 10px 8px;
        margin-left: 0px;
    }
    #consultation form input,
    #consultation form input[type="submit"] {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .color-blocks-container .color-block-item span {
        max-width: 250px;
    }
    .color-blocks-container .color-block-item {
        font-size: 18px;
        line-height: 28px;
    }
    /* home */
    .color-blocks-container{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .color-blocks-container .color-block-item {
        width: calc((100% / 2) - 6px);
        margin: 0;
        margin-bottom: 15px;
        float: none;
    }
    .color-blocks-container .color-block-item:nth-child(odd){
      margin-right: 12px;
    }
    .home-gallery-container .home-gallery-title {
        font-size: 42px;
    }
    .home-gallery-container .gallery-item {
        width: calc((100% / 2) - 6px);
        margin: 0!important;
        margin-bottom: 12px!important;

    }
    .home-gallery-container .gallery-item:nth-child(odd){
      margin-right: 12px!important;
    }
    .home-benefits-container .home-benefits-title {
        font-size: 28px;
        line-height: 40px;
    }
    /*indian*/
    .service-content-col-wrapp .service-content-gallery .service-content-gallery-item {
        width: calc((100% / 2) - 10px);
    }
    .benefits-services .benefits-service-item {
        width: 100%;
    }
    .service-content-block .service-content-col-wrapp img{
      margin: 0;
    }
    header .container > div.contacts {
      padding: 27px 0px;
    }
    /* services */
    .services-color-blocks-wrapp .services-color-block {
        width: 100%;
        margin-right: 0;
    }
    /* destin */
    .destination-packages-items .destination-packages-item,
    .destination-traditionl-packages .destination-traditionl-packages-items .destination-traditionl-packages-item {
        -ms-flex: 0 0 calc((100% / 2) - 40px);
        flex: 0 0 calc((100% / 2) - 40px);
        width: calc((100% / 2) - 40px);
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 15px;
    }

    .event-mobility .event-mobility-item {
        width: calc(100% - 30px);
    }
    /*single blog*/
    .single-blog-comment-wrapp form .comment-form-author,
    .single-blog-comment-wrapp form .comment-form-email {
        width: calc(100% - 42px);
    }
}

@media only screen and (max-width: 360px) {
    header .contacts {
        display: none;
    }
}
.grecaptcha-badge{
  display: none!important;
}

.banner{visibility: hidden}
.banner .slick-initialized { visibility: visible; }
