body.dk-open-fullscreen {
    overflow: hidden;
}
.dk-main {
    overflow: hidden;
}
.dk-img {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.dk-img > img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.dk-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background-color: rgba(32, 32, 32, 0.1);
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.dk-img:hover > img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.dk-img:hover::after {
    visibility: visible;
    opacity: 1;
}
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dk-gap,
.dk-gap-1,
.dk-gap-2,
.dk-gap-3,
.dk-gap-4,
.dk-gap-5,
.dk-gap-6 {
    display: block;
    height: 15px;
}
.dk-gap-1::after,
.dk-gap-1::before,
.dk-gap-2::after,
.dk-gap-2::before,
.dk-gap-3::after,
.dk-gap-3::before,
.dk-gap-4::after,
.dk-gap-4::before,
.dk-gap-5::after,
.dk-gap-5::before,
.dk-gap-6::after,
.dk-gap-6::before,
.dk-gap::after,
.dk-gap::before {
    content: "";
    display: table;
    clear: both;
}
.dk-gap-1 {
    height: 25px;
}
.dk-gap-2 {
    height: 40px;
}
.dk-gap-3 {
    height: 50px;
}
.dk-gap-4 {
    height: 60px;
}
.dk-gap-5 {
    height: 80px;
}
.dk-gap-6 {
    height: 100px;
}

.lead {
    font-size: 1.14rem;
    font-weight: 400;
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 1210px;
    }
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}*/
.row.vertical-gap > [class*="col"] {
    padding-top: 30px;
}
.row.vertical-gap {
    margin-top: -30px;
}
.row.only-vertical-gap > [class*="col"] {
    padding: 30px 0 0;
}
.row.only-vertical-gap {
    margin: -30px 0 0;
}
.row.lg-gap {
    margin-right: -30px;
    margin-left: -30px;
}
.row.lg-gap > [class*="col"] {
    padding-right: 30px;
    padding-left: 30px;
}
.row.lg-gap.vertical-gap > [class*="col"] {
    padding-top: 65px;
}
.row.lg-gap.vertical-gap {
    margin-top: -65px;
}
.text-main-1 {
    color: #c5b2a2 !important;
}
.text-main-2 {
    color: #f03f3b !important;
}
.text-main-3 {
    color: #c9a57d !important;
}
.text-1 {
    color: #5e5e5e !important;
}
.text-2 {
    color: #a8b1bd !important;
}
.text-3 {
    color: #7a7a7a !important;
}
.text-4 {
    color: #d5d5d5 !important;
}
.dk-img {
    max-width: 100%;
    height: auto;
}
.dk-img img {
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 1px !important;
}
.mt-2 {
    margin-top: 2px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-6 {
    margin-top: 6px !important;
}
.mt-7 {
    margin-top: 7px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-9 {
    margin-top: 9px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-13 {
    margin-top: 13px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-18 {
    margin-top: 18px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mnt-0 {
    margin-top: 0 !important;
}
.mnt-1 {
    margin-top: -1px !important;
}
.mnt-2 {
    margin-top: -2px !important;
}
.mnt-3 {
    margin-top: -3px !important;
}
.mnt-4 {
    margin-top: -4px !important;
}
.mnt-5 {
    margin-top: -5px !important;
}
.mnt-6 {
    margin-top: -6px !important;
}
.mnt-7 {
    margin-top: -7px !important;
}
.mnt-8 {
    margin-top: -8px !important;
}
.mnt-9 {
    margin-top: -9px !important;
}
.mnt-10 {
    margin-top: -10px !important;
}
.mnt-13 {
    margin-top: -13px !important;
}
.mnt-15 {
    margin-top: -15px !important;
}
.mnt-18 {
    margin-top: -18px !important;
}
.mnt-20 {
    margin-top: -20px !important;
}
.mnt-25 {
    margin-top: -25px !important;
}
.mnt-30 {
    margin-top: -30px !important;
}
.mnt-35 {
    margin-top: -35px !important;
}
.mnt-40 {
    margin-top: -40px !important;
}
.mnt-45 {
    margin-top: -45px !important;
}
.mnt-50 {
    margin-top: -50px !important;
}
.mnt-55 {
    margin-top: -55px !important;
}
.mnt-60 {
    margin-top: -60px !important;
}
.mnt-70 {
    margin-top: -70px !important;
}
.mnt-80 {
    margin-top: -80px !important;
}
.mnt-90 {
    margin-top: -90px !important;
}
.mnt-100 {
    margin-top: -100px !important;
}
@-webkit-keyframes btn {
    0% {
        -webkit-box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
        box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
    }
    3% {
        -webkit-box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
        box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
    }
    33% {
        -webkit-box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
        box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
    }
    36% {
        -webkit-box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
        box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
    }
    66% {
        -webkit-box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
        box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
    }
    69% {
        -webkit-box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
        box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
    }
    100% {
        -webkit-box-shadow: 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313;
        box-shadow: 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313;
    }
}
@keyframes btn {
    0% {
        -webkit-box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
        box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
    }
    3% {
        -webkit-box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
        box-shadow: 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313;
    }
    33% {
        -webkit-box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
        box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
    }
    36% {
        -webkit-box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
        box-shadow: 10px 6px 0 0 #131313, 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313;
    }
    66% {
        -webkit-box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
        box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
    }
    69% {
        -webkit-box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
        box-shadow: 10px 16px 0 0 #131313, 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313;
    }
    100% {
        -webkit-box-shadow: 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313;
        box-shadow: 0 16px 0 0 #131313, 0 6px 0 0 #131313, 10px 6px 0 0 #131313, 10px 16px 0 0 #131313;
    }
}
.dk-box,
.dk-box-1,
.dk-box-2,
.dk-box-3,
.dk-box-4,
.dk-box-5,
.dk-box-fullscreen {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}
.dk-box-1 {
    padding: 90px 0;
}
.dk-box-1.dk-padding-bot {
    padding: 0 0 90px;
}
.dk-box-2 {
    padding: 110px 0 110px;
}
.dk-box-2.dk-padding-bot {
    padding: 0 0 110px;
}
.dk-box-3 {
    padding: 125px 0;
}
.dk-box-3.dk-padding-bot {
    padding: 0 0 125px;
}
.dk-box-4 {
    padding: 235px 0;
}
.dk-box-4.dk-padding-bot {
    padding: 0 0 235px;
}
.dk-box-5 {
    padding: 60px 0;
}
.dk-box-5.dk-padding-bot {
    padding: 0 0 60px;
}
.dk-box-fullscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 200px 0;
}
.dk-form {
    margin: 0;
}
@-moz-document url-prefix("") {
    .dk-form select.form-control option {
        color: inherit;
    }
}
.dk-swiper-fullscreen {
    height: 100vh;
    background-color: #131313;
}

/* - START // HOME PAGE // ==================== TOUR LISTING: Mimilisim service 02  ==================== // START*/

/* - START // HOME PAGE // ==================== OVERLAY BUTTON  ==================== // START*/
.text-1 {
    color: #5e5e5e !important;
}
.text-2 {
    color: #a8b1bd !important;
}
.text-3 {
    color: #7a7a7a !important;
}
.text-4 {
    color: #d5d5d5 !important;
}
.text-center {
    text-align: center;
}


.btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}
@-webkit-keyframes circleAnimation {
    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -40px 0;
    }
}
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -40px 0;
    }
}

@keyframes animationLoaded {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes overlay_tittle_animation-after {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(101%);
    }
}
@keyframes overlay_tittle_animation-before {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200%);
        opacity: 0;
    }
}
.cu_btn {
    display: inline-block;
    padding: 23px 26px;
    line-height: 14px;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: 0.3s;
    min-width: 180px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .cu_btn {
        padding: 15px 20px;
        font-size: 9px !important;
    }
}
.cu_btn.btn_1 {
    background-color: transparent;
    border: 1px solid #d6d9dc;
    color: #fff;
}
.cu_btn.btn_1:hover {
    background-color: #ff7070;
    border: 1px solid #ff7070;
    color: #fff;
}
.cu_btn.btn_2 {
    background-color: transparent;
    border: 1px solid rgba(5, 20, 65, 0.2);
    color: #090909;
}
.cu_btn.btn_2:hover {
    background-color: #ff7070;
    border: 1px solid #ff7070;
    color: #fff;
}
.cu_btn.btn_3 {
    background-color: #090909 !important;
    border: 1px solid #090909 !important;
    color: #fff !important;
    padding: 15px 15px !important;
    font-size: 12px;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
}
.cu_btn.btn_3:hover {
    background-color: #090909;
    border: 1px solid #090909;
    color: #f5bd57;
}
.cu_btn.btn_4 {
    background-color: transparent;
    border: 1px solid #88888a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Futura;
    padding: 17px 40px;
}
.cu_btn.btn_4:hover {
    background-color: #ff7070;
    border: 1px solid #ff7070;
}
.border_animation {
    position: relative;
    display: inline-block;
}
.border_animation .cu_btn:after,
.border_animation:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 1px;
    background-color: #090909;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.border_animation .cu_btn:before,
.border_animation:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 15px;
    background-color: #090909;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.border_animation .cu_btn {
    padding: 22px 45px;
    border: 1px solid #ebebeb;
}
.border_animation .cu_btn:after {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}
.border_animation .cu_btn:before {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}
.border_animation .cu_btn:hover {
    background-color: transparent;
    color: #090909;
    border: 1px solid #ebebeb;
}
.border_animation .cu_btn:hover:after {
    width: 100%;
}
.border_animation .cu_btn:hover:before {
    height: 100%;
}
.border_animation:hover {
    background-color: transparent;
}
.border_animation:hover:after {
    width: 100%;
}
.border_animation:hover:before {
    height: 100%;
}
.btn_border_effect {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: 0;
    display: inline-block;
    height: 55px;
    line-height: 55px;
}
.btn_border_effect:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #c85831;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 0;
}
.btn_border_effect:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #c85831;
    left: 0;
    bottom: 17px;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn_border_effect a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.btn_border_effect a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #c85831;
    transition: all 0.3s ease;
    right: 0;
    top: 0;
}
.btn_border_effect a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #c85831;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
}
.btn_border_effect:hover {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.btn_border_effect:hover:before {
    width: 100%;
    transition: all 0.3s ease;
    background-color: #ff7070;
}
.btn_border_effect:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff7070;
    right: 0;
    bottom: 0;
}
.btn_border_effect:hover a {
    z-index: 1;
    color: #ff7070 !important;
}
.btn_border_effect:hover a:after,
.btn_border_effect:hover a:before {
    height: 100%;
    background-color: #ff7070;
}
.btn_border_effect:hover a:after {
    transition: all 0.1s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #090909;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
/* - START // HOME PAGE // ==================== OVERLAY BUTTON  ==================== // START*/
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 1px !important;
}
.p-2 {
    padding: 2px !important;
}
.p-3 {
    padding: 3px !important;
}
.p-4 {
    padding: 4px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-6 {
    padding: 6px !important;
}
.p-7 {
    padding: 7px !important;
}
.p-8 {
    padding: 8px !important;
}
.p-9 {
    padding: 9px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-35 {
    padding: 35px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-45 {
    padding: 45px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-70 {
    padding: 70px !important;
}
.p-80 {
    padding: 80px !important;
}
.p-85 {
    padding: 85px !important;
}
.p-90 {
    padding: 90px !important;
}
.p-100 {
    padding: 100px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1px !important;
}
.mb-3 {
    margin-bottom: 3px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-7 {
    margin-bottom: 7px !important;
}
.mb-9 {
    margin-bottom: 9px !important;
}
.mb-13 {
    margin-bottom: 13px !important;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
@media (min-width: 1600px) {
    .container_1550 {
        max-width: 1550px;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.about_section {
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .about_section {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .about_section {
        padding-bottom: 0;
    }
}
.about_us_section {
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}
.footer-section {
    width: 100%;
    background: #fbf9f9;
}
.footer-section p {
    color: #505050;
}
.footer-section p small {
    color: #505050;
    line-height: 1.75;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-section .center-cont h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    color: #090909;
    line-height: 1.4;
}
.footer-section .center-cont span {
    display: block;
    color: #505050;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 9px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer-section .footer-top {
    padding: 90px 0 60px 0;
}
.footer-section .footer-top .left-cont h3 {
    color: #090909;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: right;
}
.footer-section .footer-top .left-cont ul {
    padding-left: 0;
    text-align: right;
}
.footer-section .footer-top .left-cont li,
.footer-section .footer-top .left-cont li a {
    color: #505050;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-family: "Nunito Sans";
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-section .footer-top .left-cont li a:hover,
.footer-section .footer-top .left-cont li:hover {
    color: #dd888d;
}
.footer-section .footer-top .center-cont {
    text-align: center;
    padding: 90px 0;
}
.footer-section .footer-top .right-cont h3 {
    color: #090909;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
.footer-section .footer-top .right-cont ul {
    padding-left: 0;
}
.footer-section .footer-top .right-cont li,
.footer-section .right-cont li a {
    color: #505050;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-family: "Nunito Sans";
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-section .footer-top .right-cont li:hover,
.footer-section .right-cont li a:hover {
    color: #dd888d;
}
.footer-section .footer-bottom {
    background: #f8f8f8;
    padding: 30px 0;
    text-align: center;
}
.footer-section .footer-bottom p {
    margin-bottom: 0;
}
.footer-section .line {
    border-top: 1px solid #f8f8f8;
    margin: 0 0 20px 0;
    width: 100%;
}
@media (max-width: 767px) {
    .footer-section .footer-top .left-cont h3 {
        text-align: center;
    }
    .footer-section .footer-top .left-cont ul {
        text-align: center;
    }
    .footer-section .footer-top .center-cont {
        text-align: center;
        padding: 60px 0;
    }
    .footer-section .footer-top .right-cont {
        text-align: center;
    }
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.line-hr-center {
    width: 120px;
    border-top: 2px solid #f5bd57;
}
.footer-section {
    width: 100%;
    background: #fffefe;
}
.footer-section p {
    color: #fffefe;
}
.footer-section p small {
    color: #fffefe;
    line-height: 1.75;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-section .center-cont h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    color: #090909;
    line-height: 1.4;
}
.footer-section .center-cont span {
    display: block;
    color: #505050;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 9px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer-section .footer-top {
    padding: 90px 0 60px 0;
}
.footer-section .footer-top .left-cont h3 {
    color: #090909;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: right;
}
.footer-section .footer-top .left-cont ul {
    padding-left: 0;
    text-align: right;
}
.footer-section .footer-top .left-cont li,
.footer-section .footer-top .left-cont li a {
    color: #090909;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-family: "Nunito Sans";
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-section .footer-top .left-cont li a:hover,
.footer-section .footer-top .left-cont li:hover {
    color: #f5bd57;
}
.footer-section .footer-top .center-cont {
    text-align: center;
    padding: 90px 0;
}
.footer-section .footer-top .right-cont h3 {
    color: #090909;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
.footer-section .footer-top .right-cont ul {
    padding-left: 0;
}
.footer-section .footer-top .right-cont li,
.footer-section .right-cont li a {
    color: #090909;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-family: "Nunito Sans";
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-section .footer-top .right-cont li:hover,
.footer-section .right-cont li a:hover {
    color: #f5bd57;
}
.footer-section .footer-bottom {
    background: #090909;
    padding: 30px 0;
    text-align: center;
}
.footer-section .footer-bottom p {
    margin-bottom: 0;
}
.footer-section .line {
    border-top: 1px solid #f8f8f8;
    margin: 0 0 20px 0;
    width: 100%;
}
@media (max-width: 767px) {
    .footer-section .footer-top .left-cont h3 {
        text-align: center;
    }
    .footer-section .footer-top .left-cont ul {
        text-align: center;
    }
    .footer-section .footer-top .center-cont {
        text-align: center;
        padding: 60px 0;
    }
    .footer-section .footer-top .right-cont {
        text-align: center;
    }
}
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #090909;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
@media all and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
    h2 br,
    p br {
        display: none;
    }
}
.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ul1 > li {
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    line-height: 32px;
}


/*TITLE STYLING FOR PLAN MOROCCO AND MARRIAGE PROPOSAL H1 and H2*/
.banner-title h1 {
    line-height: 1.125;
    color: #090909;
    text-transform: none;
    font-size: 109px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-title h1 {
        font-size: 109px;
        line-height: 0.8;
        text-align: center;
        font-weight: 400;
        font-style: normal;
        margin-right: -50px;
        margin-left: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-title h1 {
        font-size: 85px;
        line-height: 0.8;
        text-align: center;
        font-weight: 400;
        font-style: normal;
        margin-right: -25px;
        margin-left: -25px;
    }
}

@media (max-width: 767px) {
    .banner-title h1 {
        font-size: 45px;
    }
}

@media (max-width: 399px) {
    .banner-title h1 {
        font-size: 30px;
        margin-right: -30px;
        margin-left: -30px;
    }
}

.banner-title h2 {
    color: #090909;
    text-transform: none;
    line-height: 1.5;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-title h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-title h2 {
        line-height: 1.4;
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .banner-title h2 {
        line-height: 1.4;
        font-size: 28px;
    }
}

@media (max-width: 399px) {
    .banner-title h2 {
        line-height: 1.3;
        font-size: 28px;
    }
}
/*TITLE STYLING FOR PLAN MOROCCO AND MARRIAGE PROPOSAL H1 and H2*/

/*---------------------- accordion common question ---------------------- */
.about_part_accordion_style {
    overflow: hidden;
}
.about_us_section {
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}
/*@keyframes overlay_tittle_animation-after {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(101%);
    }
}
@keyframes overlay_tittle_animation-before {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200%);
    }
}
@keyframes animationLoaded {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.btn-link:hover {
    text-decoration: none;
}
@keyframes overlay_tittle_animation-after {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(101%);
    }
}
@keyframes overlay_tittle_animation-before {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200%);
        opacity: 0;
    }
}
button:active {
    outline: 0;
    border: none;
}
button:focus {
    outline: 0;
}
.line-one {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: #dd888d;
    display: -webkit-box;
    display: flex;
    margin-top: 13px;
}
@media (max-width: 768px) {
    .line-one {
        display: none;
    }
}
.prices .item {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.contact-form {
    padding: 60px 30px 30px 30px;
}
button:hover {
    background: 0 0;
}
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #090909;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6 {
    color: #fff;
}
[data-overlay-dark] p {
    color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
@media all and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
    h2 br,
    p br {
        display: none;
    }
}*/
/*.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ul1 > li {
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    line-height: 32px;
}*/
.card,
.card-header {
    background-color: #fff !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.card,
.card-header-gray {
    background-color: #f8f8f8 !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.btn-link {
    width: 100%;
    height: 60px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: left;
    text-decoration: none !important;
    font-size: 17px;
}
.btn-link.color {
    color: #f5bd57;
}
.btn-link:hover {
    color: #1a1a1a;
}
.card-body {
    background: #f8f8f8;
}
.btn-link:after {
    content: "\2212";
    width: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    right: 15px;
    top: 11px;
    position: absolute;
    background-color: #fff;
}
.btn-link.collapsed:after {
    content: "\002B";
}
.btn-link:before {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    background: #fff;
    z-index: 1;
    transform: rotate(45deg);
    left: 30px;
    top: 46px;
}

/*-------------- -------------- href a Link decoration-------------- --------------  */
.a-creative {
    color: #f5bd57;
    transition: background-size 125ms ease-in;
    cursor: pointer;
}
.a-creative:hover {
    color: #f5bd57;
    border-bottom: 2px solid #f5bd57;
    background-image: linear-gradient(120deg, #f5bd57 0, #f5bd57 100%);
    background-repeat: no-repeat;
    background-size: 100% 0 !important;
    background-position: 0 100%;
}
/*-------------- -------------- href a Link decoration-------------- --------------  */

:root {
    --yellow-color: #f5bd57;
    --dark-color: #090909;
    --white-light-color: #f6f6f6;
    --white-color: #ffffff;
    --black-color: #000000;
    --box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    --primary-font-family: "Archivo", sans-serif;
    --secondary-font-family: 'Playfair Display', serif;
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important;
}*/
/*body,
html {
    overflow-x: hidden;
}*/
/*body {
    font-family: var(--primary-font-family);
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-color);
}*/
/*a {
    color: var(--yellow-color);
    transition: var(--transition);
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font-family);
    font-weight: 700;
}*/
p {
    font-size: 17px;
    line-height: 26px;
    /*color: var(--dark-color);*/
    line-height: 1.7;
    text-align: left;
    font-family: "Lato",sans-serif; 
    font-weight: 400;
    font-style: normal;
}
p:last-child {
    margin-bottom: 0;
}
p:last-of-type {
    margin-bottom: 0;
}
.h1-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: var(--white-color);
    margin-bottom: 20px;
}
.h1-title span {
    background: var(--yellow-color);
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
}
.h2-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: var(--dark-color);
    margin-bottom: 15px;
    position: relative;
}
.h2-title span {
    font-weight: 700;
}
.h3-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    color: var(--dark-color);
    position: relative;
    margin-bottom: 0;
}
.h4-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 5px;
}
.h5-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 5px;
}
.h6-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 5px;
}
@keyframes ringA {
    4%,
    from {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }
    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }
    40%,
    54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }
    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }
    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }
    90%,
    to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}
@keyframes ringB {
    12%,
    from {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }
    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }
    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }
    48%,
    62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }
    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }
    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }
    98%,
    to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}
@keyframes ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }
    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }
    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }
    36%,
    58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }
    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }
    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }
    94%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}
@keyframes ringD {
    8%,
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }
    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }
    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }
    44%,
    50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }
    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }
    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }
    86%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}
.tour-box {
    background: var(--white-color);
    box-shadow: var(--box-shadow);
}
.tour-box-content {
    border-left: 3px solid var(--yellow-color);
    padding: 30px 20px 15px 20px;
    position: relative;
}
.tour-box-title .h4-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.tour-title .h2-title {
    margin-bottom: 0;
}
.tour-timeline-box {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid rgb(43 43 43 / 0.1);
    overflow: hidden;
}
.tour-timeline-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    width: 1px;
    height: 110%;
    background: rgb(43 43 43 / 0.1);
    z-index: -1;
}
.tour-timeline-box:first-child {
    padding-top: 0;
}
.tour-timeline-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.tour-timeline-box .tt-box-number {
    width: 40px;
    height: 40px;
    background: var(--yellow-color);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--white-color);
    border-radius: 5px;
    margin-right: 15px;
    font-size: 18px;
}
.tour-timeline-box .h3-title {
    margin-bottom: 15px;
}
.tour-timeline-box .h3-title span {
    font-weight: 400;
}
@media (max-width: 1199px) {
    .h1-title {
        font-size: 66px;
        line-height: 80px;
    }
}
@media (max-width: 991px) {
    .h1-title {
        font-size: 60px;
        line-height: 70px;
    }
    .h2-title {
        font-size: 35px;
        line-height: 45px;
    }
    .h3-title {
        font-size: 25px;
        line-height: 35px;
    }
    .tour-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .h1-title {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 575px) {
    .h1-title {
        font-size: 40px;
        line-height: 50px;
    }
    .h2-title {
        font-size: 30px;
        line-height: 40px;
    }
    .h4-title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 480px) {
    .h1-title {
        font-size: max(9.3vw, 25px);
        line-height: max(11.4vw, 35px);
    }
}
@media (max-width: 400px) {
    .h2-title {
        font-size: 25px;
        line-height: 35px;
    }
    .tour-timeline-box .tt-box-number {
        width: 30px;
        height: 30px;
    }
    .tour-timeline-box:before {
        left: 15px;
    }
}


/* ----------------------- INCNLUDES AND EXCULSION ----------------------- */
.tts-description ul li {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    line-height: 28px;
}
.tts-description ul li i {
    position: absolute;
    top: 7px;
    left: 0;
    color: var(--dark-color);
    font-size: 16px;
}
.tts-description ul.not-included li i {
    color: var(--dark-color);
}
.tts-description ul.yellow li i {
    color: var(--yellow-color);
}


/* ----------------- Original timeline ------------------------- */
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.timeline > li .timeline-content h2 {
    margin-top: 0;
    font-weight: 700;
    color: #101010;
    font-size: 19px;
    font-family: Archivo, sans-serif;
}
.timeline > li .timeline-content h5 {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    font-weight: 400;
}
.timeline > li .timeline-content p {
    margin-top: 5px;
    margin-bottom: 13px;
}
.timeline > li .timeline-content .timeline-date {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lowlightg {
    padding: 0 5px;
    background: linear-gradient(to bottom, transparent 50%, #def557 50%);
}
.lowlighty {
    padding: 0 5px;
    background: linear-gradient(to bottom, transparent 50%, #f9d99f 50%);
}
.fix-title h2 {
    font-size: 50px;
    line-height: 1.125;
    letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fix-title h2 {
        font-size: 62px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fix-title h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .fix-title h2 {
        font-size: 42px;
    }
}
@media (max-width: 399px) {
    .fix-title h2 {
        font-size: 32px;
    }
}
.fix-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .fix-title span.title-tag {
        letter-spacing: 2px;
    }
}
@media (max-width: 399px) {
    .fix-title span.title-tag {
        font-size: 12px;
    }
}
/* ---- backgrouds ----  */
.bg-gray {
   background: rgba(251,249,249,1);
}

.bg-khoukhi {
   background: rgba(235,179,159,1);
}

.bg-lly {
   background: #fdf0d9;
}

.bg-ly {
   background: #f9d99f;
}

/*Blog PAdding*/
.container .highlight a {
    color: black !important;
}
.container .highlight :hover {
    background: linear-gradient( to bottom, transparent 50%, #f9d99f 50% );
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: green; !important;
    border-radius: 0.25rem;
}
