:root {
    /* Colors */
    --primary-color: #ef7f1b;
    --secondary-color: #ffb400;
    --tertiary-color: #4a6660;
    --light-purple-color: #a3adcc;
    --blue-color: #2275ff;
    --red-color: #fe455f;
    --yellow-color: #faba2f;
    --green-color: #51d77a;
    --very-dark-gray-color: #252525;
    --dark-gray-color: #2d3434;
    --medium-gray-color: #6c7171;
    --light-gray-gray: #a8b1b5;
    --anti-flash-white-color: #f2f4f7;

    /* Social Icons Colors */
    --facebook-color: #1877f2;
    --twitter-color: #3aacf3;
    --linkedin-color: #3291c2;
    --youtube-color: #ff0000;
    --instagram-color: #e1306c;


    /* Background Colors */

    /* Gardients */

    /* Font Family */
    --heading-font-family-main: 'Gilroy_Bold', sans-serif;
    --body-font-family: 'Open Sans', sans-serif;

    /* Font Sizes */
    --font-size-xxx-large: 96px;
    --font-size-xx-large: 72px;
    --font-size-x-large: 48px;
    --font-size-large: 30px;
    --font-size-medium: 24px;
    --font-size-small: 20px;
    --font-size-x-small: 18px;
    --font-size-xx-small: 12px;
    --font-size-xxx-small: 10px;
}


@font-face {
    font-family: 'Reey_Regular';
    src: url('../fonts/Reey-Regular.eot');
    src: url('../fonts/Reey-Regular.eot') format('embedded-opentype'),
        url('../fonts/Reey-Regular.woff') format('woff'),
        url('../fonts/Reey-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy_Bold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.html#Gilroy_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy_Bold_Italic';
    src: url('../fonts/Gilroy-BoldItalic.eot');
    src: url('../fonts/Gilroy-BoldItalicd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-BoldItalic.woff') format('woff'),
        url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'),
        url('../fonts/Gilroy-BoldItalic.html#Gilroy_Bold_Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* theme setting  */

/* Reset */

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6c7171;
    line-height: 1.80em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ff5522;
    transition: all 300ms linear;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ul li,
ol,
ol li {
    list-style: none;
    margin: 0 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: var(--heading-font-family-main);
    font-weight: 400;
    margin: 0 0 15px;
    background: none;
    color: var(var(--dark-gray-gray));
    line-height: 1.25em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(var(--dark-gray-gray));
}

h1 {
    font-size: var(--font-size-xx-large);
}

h2 {
    font-size: var(--font-size-x-large);
}

h3 {
    font-size: var(--font-size-large);
}

h4 {
    font-size: var(--font-size-medium);
}

h5 {
    font-size: var(--font-size-small);
}

h6 {
    font-size: var(--font-size-x-small);
}

input,
button,
select,
textarea {
    font-family: inherit;
}

textarea {
    overflow: hidden;
    resize: none;
}

p {
    position: relative;
    line-height: 1.80em;
    margin-bottom: 20px;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

#scrollUp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 52px;
    text-align: center;
    z-index: 600;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    background: var(--primary-color);
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 10px;
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--primary-color);
}

/* Preloader */

.handle-preloader {
    background-color: var(--primary-color);
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 0%;
    display: none;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 52px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    background: var(--primary-color);
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 10px;
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--primary-color);
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-color: var(--primary-color);
    z-index: 9;
    border-radius: 50%;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 6 Free';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-item.content-right-slide .auto-container {
    text-align: right;
}

.slick-slide {
    border: none !important;
}

.slick-slide.slick-active .slide-content {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 0.5s;
}


.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    background-color: #ff5522;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 20px; */
    height: 20px;
    text-align: center;
    /* color: #ff5522; */
    /* border: 3px solid #ff5522; */
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    /* color: #ff5522; */
    /* width: 20px; */
    /* background-color: #ff5522; */
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
}

.slick-dots li button::before {
    content: "";
}

/*** 

====================================================================
  Default Form Style
====================================================================

***/

form {
    position: relative;
}

/* Default Form Style */

.default-form {
    position: relative;
}

form .form-group {
    position: relative;
    margin-bottom: 20px;
}

form .row {
    margin: 0 -15px;
}

form .row .form-group {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

form .field-inner {
    position: relative;
    display: block;
}

form .field-inner .alt-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
    color: var(--primary-color);
    z-index: 1;
    pointer-events: none;
}

form .form-group .field-label {
    position: relative;
    display: block;
    color: var(--dark-gray-gray);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy_Bold', sans-serif;
    line-height: 20px;
    margin-bottom: 10px;
}

form .form-group .e-label {
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: var(--dark-gray-gray);
    line-height: 30px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-group textarea {
    height: 150px;
    padding-top: 20px;
    resize: none;
}

form .form-group select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url(../assets/images/icons/icon-select.html) right center no-repeat;
    cursor: pointer;
}

form .form-group select option {
    line-height: 30px;
    padding-left: 20px;
    text-indent: 20px;
    cursor: pointer;
}

form .form-group input[type="submit"],
form .form-group button {
    display: inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: var(--primary-color);
}

form ::-webkit-input-placeholder {
    color: var(--light-gray-gray);
}

form ::-moz-input-placeholder {
    color: var(--light-gray-gray);
}

form ::-ms-input-placeholder {
    color: var(--light-gray-gray);
}

form label.error {
    color: var(--youtube-color);
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-top: 7px;
    line-height: 24px;
}

.check-block {
    position: relative;
    margin-bottom: 15px;
}

.check-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.check-block label {
    position: relative;
    display: block;
    line-height: 28px;
    padding-left: 34px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

.check-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.check-block input:checked+label:before {
    content: '';
    background: var(--primary-color);
    color: #fff;
}

.check-block input:checked+label:after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.radio-block {
    position: relative;
    margin-bottom: 15px;
}

.radio-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.radio-block label {
    position: relative;
    display: block;
    line-height: 28px;
    padding-left: 30px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

.radio-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.radio-block label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}

.radio-block input:checked+label:after {
    opacity: 1;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    padding: 11px 20px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #585f5f;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 6px;
    right: 0px;
    text-indent: 0px;
    color: #999999;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'simple-line-icons';
    content: "\e604";
    position: absolute;
    right: 0px;
    top: 0px !important;
    width: 15px;
    height: 30px;
    display: block;
    color: #585f5f;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700 !important;
    text-align: center;
    z-index: 5;
}

.ui-selectmenu-menu {
    min-width: 150px;
    max-height: 200px;
    overflow-y: auto;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    border-top: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    padding: 0;
}

.ui-menu .ui-menu-item {
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 18px !important;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: var(--very-dark-gray-color);
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}

.site-form form .form-group {
    margin-bottom: 30px;
}

.site-form form .form-group .field-inner {
    position: relative;
}

.site-form form .form-group .field-inner .alt-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: var(--light-gray-gray);
    font-size: 16px;
    line-height: 30px;
    pointer-events: none;
}

.site-form form .form-group .field-label {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy_Bold', sans-serif;
    line-height: 20px;
    margin-bottom: 12px;
}

.site-form form .form-group .f-label i {
    color: var(--primary-color);
    font-style: normal;
}

.site-form form .form-group input[type="text"],
.site-form form .form-group input[type="email"],
.site-form form .form-group input[type="password"],
.site-form form .form-group input[type="url"],
.site-form form .form-group input[type="number"],
.site-form form .form-group input[type="file"],
.site-form form .form-group input[type="range"],
.site-form form .form-group select,
.site-form form .form-group textarea {
    height: 54px;
    line-height: 24px;
    padding: 11px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: var(--dark-gray-gray);
    font-weight: 400;
    background: #fff;
    border-radius: 4px;
}

.site-form form .form-group textarea {
    height: 170px;
}

.site-form form .form-group select option {
    text-indent: 20px;
}

.site-form form .form-group input[type="text"]:focus,
.site-form form .form-group input[type="email"]:focus,
.site-form form .form-group input[type="password"]:focus,
.site-form form .form-group input[type="url"]:focus,
.site-form form .form-group input[type="number"]:focus,
.site-form form .form-group input[type="file"]:focus,
.site-form form .form-group input[type="range"]:focus,
.site-form form .form-group select:focus,
.site-form form .form-group textarea:focus {
    border-color: var(--primary-color);
}

.site-form form .f-btn {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    background: var(--primary-color);
    padding: 12px 20px;
    font-family: 'Gilroy_Bold', sans-serif;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.site-form form .f-btn i {
    position: relative;
    font-size: 14px;
    padding-left: 5px;
}

.site-form form .f-btn:hover {
    background: var(--dark-gray-gray);
    color: #fff;
    box-shadow: 0 0 5px 0 var(--primary-color);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}

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

/* Global Settings */

.travilo-text {
    position: relative;
    line-height: 1.80em;
    margin-bottom: 0px;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1360px;
    padding: 0px 20px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.theme-btn {
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
    margin: 0;
    line-height: 26px;
    padding: 10px 40px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #ff5522;
    border: 2px solid #ff5522;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one span {
    position: relative;
    display: block;
    z-index: 1;
}

.btn-style-one i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 30px;
    z-index: 1;
}

.btn-style-one i.fa,
.btn-style-one i.far {
    position: relative;
    top: 1px;
    padding-left: 10px;
    font-size: 10px;
}

.btn-style-one:hover {
    color: #ff5522;
    background: none;
    border-color: #ff5522;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
    margin: 0;
    line-height: 26px;
    padding: 10px 25px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #ff5522;
    border: 2px solid #ff5522;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two span {
    position: relative;
    display: block;
    z-index: 1;
}

.btn-style-two i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 12px;
    line-height: 30px;
    z-index: 1;
}

.btn-style-two i.fa,
.btn-style-two i.far {
    position: relative;
    top: 1px;
    padding-left: 18px;
    font-size: 18px;
}

.btn-style-two i img {
    position: relative;
    max-height: 12px;
}

.btn-style-two:hover {
    color: #ff5522;
    background: none;
    border-color: #ff5522;
}

.btn-style-two i img {
    -webkit-filter: brightness(10);
    -ms-filter: brightness(10);
    -moz-filter: brightness(10);
}

.btn-style-two:hover i img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
    margin: 0;
    line-height: 26px;
    padding: 10px 25px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three span {
    position: relative;
    display: block;
    z-index: 1;
}

.btn-style-three i {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 12px;
    line-height: 30px;
    z-index: 1;
}

.btn-style-three i.fa,
.btn-style-three i.far {
    position: relative;
    top: 1px;
    padding-left: 18px;
    font-size: 18px;
}

.btn-style-three i img {
    position: relative;
    max-height: 12px;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #ff5522;
    border-color: #ff5522;
}

.btn-style-three i img {
    -webkit-filter: brightness(10);
    -ms-filter: brightness(10);
    -moz-filter: brightness(10);
}

.btn-style-three:hover i img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}


.theme-btn .icon-left {
    padding-right: 10px;
}

.theme-btn .icon-right {
    padding-left: 10px;
}

.theme_color {
    color: #ff5522;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.ex-bold-font {
    font-weight: 800;
}

.heavy-font {
    font-weight: 900;
}

.bg-lightgrey {
    background-color: #f6f7f8;
}

.no-bg {
    background: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.grey-color {
    color: #333333 !important;
}


/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box {
    position: relative;
    margin-bottom: 65px;
}

.title-box.centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 65px;
}

.title-box .subtitle {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    font-family: 'Reey_Regular', cursive;
    font-weight: 400;
    color: var(--primary-color);
    margin: 0 0 10px;
}

.title-box h2 {
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0;
}

.title-box h2 span {
    position: relative;
    z-index: 1;
}

.title-box .travilo-text {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-top: 25px;
}




.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    background: none;
    font-family: 'Open Sans', sans-serif;
    z-index: 999;
    background: #ffffffc4;
}

.main-header.alternate {
    position: relative;
    min-height: 126px;
}

.main-header .auto-container {
    max-width: 1920px;
    padding: 0 60px;
}

.header-top {
    position: relative;
    background: var(--anti-flash-white-color);
}

.header-top .top-left {
    position: relative;
    float: left;
    line-height: 24px;
    padding: 8px 0;
}

.header-top .top-left .info {
    position: relative;
}

.header-top .top-left .info li {
    position: relative;
    float: left;
    padding-left: 24px;
    margin-right: 30px;
    line-height: 24px;
    font-size: 14px;
}

.header-top .top-left .info li:last-child {
    margin-right: 0;
}

.header-top .top-left .info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    color: var(--primary-color);
    line-height: 24px;
    font-size: 14px;
}

.header-top .top-left .info li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: var(--medium-gray-color);
}

.header-top .top-left .info li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.header-top .top-right {
    position: relative;
    float: right;
    padding: 5px 0;
}

.header-top .top-right .lang-box {
    position: relative;
    float: left;
    z-index: 10;
    margin-left: 30px;
}

.main-header .lang-box .lang-btn {
    position: relative;
    display: block;
    padding: 3px 0;
    line-height: 24px;
    color: var(--medium-gray-color);
    cursor: pointer;
}

.main-header .lang-box .lang-btn .img {
    position: relative;
    top: 4px;
    float: left;
}

.main-header .lang-box .lang-btn .txt {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-header .lang-box .lang-btn .icon {
    position: relative;
    float: left;
    top: 1.5px;
    font-size: 12px;
    margin-left: 7px;
    line-height: 24px;
    font-weight: 700;
}

.main-header .lang-box .lang-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 130px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
}

.main-header .lang-box:hover .lang-list {
    opacity: 1;
    visibility: visible;
}

.main-header .lang-box .lang-list li {
    position: relative;
    float: none;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .lang-box .lang-list li:last-child {
    border-bottom: none;
}

.main-header .lang-box .lang-list li a {
    position: relative;
    display: block;
    line-height: 20px;
    color: var(--dark-gray-gray);
    padding: 5px 10px;
}

.main-header .lang-box .lang-list li a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.header-top .top-right .login {
    position: relative;
    float: left;
    padding-left: 26px;
    line-height: 30px;
    font-size: 14px;
}

.header-top .top-right .login a {
    position: relative;
    display: block;
    line-height: 30px;
    color: var(--medium-gray-color);
}

.header-top .top-right .login a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.header-top .social {
    position: relative;
    float: left;
    margin-left: 30px;
}

.header-top .social li {
    position: relative;
    float: left;
    margin-right: 22px;
}

.header-top .social li:last-child {
    margin-right: 0;
}

.header-top .social li a {
    position: relative;
    display: block;
    color: var(--dark-gray-gray);
    height: 30px;
    font-size: 18px;
    line-height: 30px;
}

.header-top .social li a .fab {
    line-height: 30px;
}

.header-top .social li a:hover {
    color: var(--primary-color);
}

.header-top .social li a.facebook {
    color: var(--facebook-color);
}

.header-top .social li a.twitter {
    color: var(--twitter-color);
}

.header-top .social li a.linkedin {
    color: var(--linkedin-color);
}

.header-top .social li a.youtube {
    color: var(--youtube-color);
}

.header-top .social li a:hover {
    color: var(--primary-color);
}

.main-header .header-upper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-style-two .header-upper {
    top: 40px;
    background: #fff;
}

.header-style-two {
    position: relative;
    min-height: 144px;
}

.header-style-two .auto-container {
    max-width: 1360px;
    padding: 0 20px;
}

.fixed-header .header-upper {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.visible-search .main-header .header-upper {
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .main-box {
    position: relative;
    padding: 0px;
}

.header-style-two .header-upper .outer {
    position: relative;
    float: right;
}

.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 5;
}


.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    z-index: 1;
    max-width: 106px;
}

.main-header .header-upper .links-box {
    position: relative;
    float: right;
    padding-top: 15px;
}

.header-style-two .header-upper .links-box {
    float: left;
}

.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-left: 25px;
}

.main-header .header-upper .login {
    position: relative;
    margin-left: 0;
    padding-top: 13px;
}

.main-header .header-upper .login a {
    color: var(--medium-gray-color);
    font-size: 16px;
    line-height: 30px;
}

.main-header .header-upper .social {
    position: relative;
    margin-left: 0;
    padding-top: 13px;
}

.main-header .header-upper .social li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.main-header .header-upper .social li:last-child {
    margin-right: 0;
}

.main-header .header-upper .social li a {
    color: var(--dark-gray-gray);
    font-size: 18px;
    line-height: 30px;
}

.main-header .header-upper .social li a:hover {
    color: var(--primary-color);
}

.main-header .header-upper .social li a.facebook {
    color: var(--facebook-color);
}

.main-header .header-upper .social li a.twitter {
    color: var(--twitter-color);
}

.main-header .header-upper .social li a.linkedin {
    color: var(--linkedin-color);
}

.main-header .header-upper .social li a.youtube {
    color: var(--youtube-color);
}

.main-header .header-upper .social li a:hover {
    color: var(--primary-color);
}

.main-header .header-upper .lang-box {
    position: relative;
    margin-left: 0;
    padding-top: 13px;
}

.main-header .header-upper .links-box .call-to {
    position: relative;
    margin-left: 60px;
    font-family: 'Gilroy_Bold', sans-serif;
}

.main-header .header-upper .call-to a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-gray-gray);
    padding-top: 8px;
    padding-left: 70px;
    min-height: 56px;
}

.main-header .header-upper .call-to .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    font-size: 18px;
    background: var(--primary-color);
    color: #fff;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    display: grid;
    place-content: center;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.main-header .header-upper .call-to a .nmbr {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.main-header .header-upper .call-to a .nmbr:hover {
    color: var(--primary-color);
}

.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 16px 0px 0;
    margin-top: 5px;
    margin-left: 20px;
    display: none;
}

.main-header .nav-toggler button {
    position: relative;
    width: 30px;
    height: 44px;
    line-height: 24px;
    padding: 5px 0px;
    background: none;
    color: #e1e1e1;
    font-size: 16px;
    margin: 0px;
    border-radius: 0px;
    outline: none !important;
}

.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
}

.main-header .nav-box {
    position: relative;
    float: left;
    margin-left: 50px;
}

.header-style-two .nav-box {
    margin-left: 0;
}

.main-header .nav-outer {
    position: relative;
}

.header-height {
    height: 90px;
}

.main-menu {
    position: relative;
    display: block;
    padding: 0px 0px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}

.main-menu .navigation {
    position: relative;
    z-index: 1;
}

.main-menu .navigation>li {
    position: relative;
    display: block;
    float: left;
    padding: 20px 0px;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--dark-gray-gray);
    padding: 10px 0px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Gilroy_Bold', sans-serif;
    text-transform: capitalize;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 0;
    border-bottom: 3px solid var(--primary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.main-menu .navigation>li:hover>a:after,
.main-menu .navigation>li.current>a:after,
.main-menu .navigation>li.current-menu-item>a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: var(--primary-color);
    text-decoration: none;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 240px;
    padding: 15px 10px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: #fff;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
    color: var(--primary-color);
    background: rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
    overflow-y: hidden;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: #fff;
    padding-top: 60px;
    color: #101010;
    border-right: 4px solid var(--primary-color);
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

.hidden-bar .hidden-bar-closer {
    display: none;
}

.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hidden-bar .nav-logo-box {
    position: relative;
    padding: 10px 25px 20px;
    margin-bottom: 20px;
}

.hidden-bar .nav-logo-box img {
    max-height: 60px;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0px;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: -5px;
    top: 0px;
    padding: 14px 20px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.25px;
}

.hidden-bar-wrapper {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 20px 0px 35px;
    overflow-x: hidden;
}

.hidden-bar .side-menu {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    font-family: 'Open Sans', sans-serif;
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.hidden-bar .side-menu ul li a {
    position: relative;
    color: #8E8E8E;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px 30px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: var(--primary-color);
}

.hidden-bar .side-menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 10px;
}

.hidden-bar .side-menu ul li ul li a {
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 11px;
    right: 0;
    background: none;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    height: 24px;
    width: 20px;
    line-height: 24px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.hidden-bar .side-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0;
}

.hidden-bar .side-menu ul li a {
    display: block;
    vertical-align: top;
    padding: 12px 30px 12px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
    text-transform: capitalize;
}

.hidden-bar .side-menu ul li ul li a {
    font-size: 14px;
    font-weight: 500;
}

.hidden-bar .side-menu ul li .btn-expander {
    top: 9px;
    right: 15px;
    font-weight: 700;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 800;
}

.hidden-bar .side-menu ul li ul {
    padding: 0px 0px;
}

.hidden-bar .side-menu ul li ul li ul {
    padding: 0px 0px;
    margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li {
    margin-bottom: 0px;
}

.hidden-bar .side-menu ul li ul li:last-child {
    margin-bottom: 0;
}

.hidden-bar .links-box {
    position: relative;
    display: block;
    padding: 30px 25px;
}

.hidden-bar .links-box .link {
    position: relative;
    margin-top: 15px;
}

.hidden-bar .links-box .link .theme-btn {
    display: block;
}


/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding: 0 0;
    background: #fff;
    height: 100vh
}


.slick-list.draggable {
    height: 100%;
}

.banner-section .auto-container {
    max-width: none;
    padding: 0 0;
}

.banner-section .banner-container {
    position: relative;
}

.banner-section .banner-arrow {
    position: absolute;
    left: 20px;
    bottom: -160px;
    z-index: 5;
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-section .row {
    margin: 0 0;
}

.banner-section .left-col {
    position: relative;
    padding: 0 0;
}

.banner-section .left-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}

.banner-section .left-col .content {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    max-width: 680px;
    padding: 240px 120px 200px 20px;
}

.banner-section .left-col .bg-image {
    position: absolute;
    left: -100px;
    bottom: -60px;
}

.banner-section .left-col h3 {
    position: relative;
    font-weight: 400;
    font-family: 'Reey_Regular', cursive;
    color: var(--primary-color);
    line-height: 1.20em;
    margin: 0px 0px 10px;
}

.banner-section .left-col h1 {
    position: relative;
    font-weight: 400;
    line-height: 1.20em;
    margin: 0px 0px 35px;
}

.banner-section .left-col h1 .d-icon {
    position: absolute;
    right: -20px;
    top: -75px;
}

.banner-section .left-col .travilo-text {
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-section .left-col .lower-text {
    position: relative;
    line-height: 1.8em;
    display: block;
    margin-top: 22px;
}

.banner-section .left-col .lower-text span {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
}

.banner-section .left-col .form-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 22px 170px 18px 24px;
    margin-right: -280px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 5;
}

.banner-section form .row {
    margin: 0 -6px;
}

.banner-section form .row .form-group {
    position: relative;
    padding: 0 6px;
    margin-bottom: 12px;
}

.banner-section .site-form form input {
    font-size: 14px;
    padding-left: 15px !important;
}

.banner-section .site-form form .form-group .alt-icon {
    right: 15px;
    font-size: 14px;
}

.banner-section .site-form form button {
    position: absolute;
    right: -146px;
    width: 134px;
    top: 30px;
}

.banner-section .right-col {
    position: relative;
    padding: 0 0;
}

.banner-section .right-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}

.banner-section .right-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 0 0 0 7px;
}

.banner-section .right-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 0 0 0 10px;
}


/*** 

====================================================================
  Inner Banner Section
====================================================================

***/

.inner-banner {
    position: relative;
    padding: 140px 0px 140px;
}

.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.inner-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.inner-banner .content-box {
    position: relative;
    text-align: center;
}

.inner-banner .content-box h1 {
    position: relative;
    color: #fff;
    font-size: 90px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
}

.inner-banner .bread-crumb {
    position: relative;
    line-height: 24px;
}

.inner-banner .bread-crumb ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 0 0;
    text-transform: capitalize;
    margin-right: 30px;
    color: #fff;
}

.inner-banner .bread-crumb ul li:last-child {
    margin-right: 0;
}

.inner-banner .bread-crumb ul li:after {
    content: '\f0da';
    position: absolute;
    right: -32px;
    top: 1px;
    width: 30px;
    text-align: center;
    font-weight: 700;
    font-family: 'Font Awesome 6 Free';
}

.inner-banner .bread-crumb ul li:last-child:after {
    display: none;
}

.inner-banner .bread-crumb ul li a {
    position: relative;
    color: #fff;
}

.inner-banner .bread-crumb ul li a:hover {
    text-decoration: underline;
}

.inner-page .header-upper {
    top: 0;
    background: #fff;
}


.styled-pagination {
    position: relative;
    padding-top: 15px;
}

.styled-pagination>ul {
    position: relative;
}

.styled-pagination ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.styled-pagination ul li a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 46px;
    color: var(--medium-gray-color);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.50);
    border-radius: 5px;
    transition: all 500ms linear;
}

.styled-pagination ul li:hover a,
.styled-pagination ul li.active a {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.package-block .bottom-box>a {
    margin-left: 30px;
    padding: 4px 24px;
    display: inline-block;
    background: #ff5522;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: .2s ease all;
}

.package-block .bottom-box>a:hover {
    border-color: #ff5522;
    color: #ff5522;
    background-color: transparent;
}

.package-block .card-content-bottom .viewmre-btn,
.viewmre-btn {
    margin-top: 0;
}

.package-block .image-box .seat {
    right: 10px;
    position: absolute;
    top: 10px;
    text-transform: capitalize;
    background: #aeaa5e;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 3px;
}

.card-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(16, 12, 8, .2);
}

.card-content-bottom .price-area {
    line-height: 1;
}

.card-content-bottom h6 {
    color: #333;
    /* font-family: var(--font-rubik); */
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .24px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.card-content-bottom span {
    color: #63ab45;
    font-family: var(--font-rubik);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.card-content-bottom p {
    color: #787878;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .2px;
    text-transform: capitalize;
    margin-bottom: 0;
}

ul.tour__feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.tour__feature>li {
    font-size: 13px;
    gap: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

ul.tour__feature>li:before {
    color: #f26738;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.package-block .desic {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.tour__feature>li>span {
    color: #f26738;
    font-family: open, sans-serif;
    font-weight: 300;
}

.package-block .viewmre-btn,
.viewmre-btn {
    border-radius: 10px 10px 10px 10px;
    margin: 32px 0 0;
    display: block;
    text-align: center;
    padding: 15px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease .3s;
    background-color: #f26738;
    border-color: #f26738;
    color: #fff;
    text-decoration: none;
}

.tour-single-banner {
    position: relative;
    padding: 50px 0 0 0;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-single-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}

.tour-single-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.709);
    z-index: 1;
}

.tour-single-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.tour-single-banner .content-box {
    position: relative;
    display: block;
    padding: 50px 0;
    z-index: 2;
}

.tour-single-banner .content {
    width: 100%;
}

.tour-single-banner .content-box .t-type {
    position: relative;
    float: left;
    color: #fff;
    font-size: 14px;
    min-height: 62px;
    padding-left: 77px;
    padding-top: 5px;
}

.tour-single-banner .content-box .t-type .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
}

.tour-single-banner .content-box .t-type strong {
    font-family: 'Gilroy_Bold', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.tour-single-banner .content-box .links {
    position: relative;
    float: right;
    width: 33.333%;
    padding-left: 35px;
}

.tour-single-banner .content-box .links ul {
    position: absolute;
    bottom: 0px;
}

.tour-single-banner .content-box .links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.tour-single-banner .content-box .links li a {
    position: relative;
    display: block;
    background: #fff;
    color: var(--dark-gray-gray);
    font-size: 18px;
    font-family: 'Gilroy_Bold', sans-serif;
    line-height: 24px;
    padding: 8px 20px;
    border-radius: 20px;
}

.tour-single-banner .content-box .links li i {
    position: relative;
    padding-left: 5px;
    color: var(--primary-color);
}

.tour-single-banner .content-box .links li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.tour-single-banner .content-box .links li a:hover i {
    color: #fff;
}


.intro-section {
    position: relative;
    padding: 40px 0px 90px;
}

.intro-section.no-padd-top {
    padding-top: 0;
}

.intro-section .intro-block {
    position: relative;
    margin-bottom: 50px;
    z-index: 10;
}

.intro-section .intro-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

#lord_shiva_banner {
    background-position: center;
    height: 400px;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-section .intro-block .inner-box:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.intro-section .intro-block .icon {
    position: relative;
    display: inline-block;
    line-height: 100px;
    margin-bottom: 35px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.intro-section .intro-block .icon img,
.intro-section .intro-block .icon svg {
    max-height: 100px;
}

.intro-section .intro-block h4 {
    position: relative;
    margin-bottom: 30px;
}

.dsp-widget.booking-form {
    position: relative;
    display: block;
    padding: 45px 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.booking-form form .row {
    margin: 0;
}

.booking-form form .btn {
    position: relative;
    display: block;
    vertical-align: top;
    font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
    margin: 0;
    line-height: 26px;
    padding: 10px 40px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #ff5522;
    border: 2px solid #ff5522;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*** 

====================================================================
  Default Single Container Section
====================================================================

***/

.dsp-container {
    position: relative;
    padding: 35px 0 100px;
    line-height: 1.6em;
}

.dsp-container .travilo-text,
.dsp-container p {
    line-height: 1.65em;
}

.dsp-container .sidebar-side {
    position: relative;
}

.dsp-container .sidebar-inner {
    position: relative;
    padding-left: 15px;
}

.dsp-container .content-side {
    position: relative;
}

.dsp-container .content-inner {
    position: relative;
}

.dsp-container .dsp-widget {
    position: relative;
    margin-bottom: 50px;
}

.dsp-container .sp-header {
    position: relative;
    margin-bottom: 40px;
}

.dsp-container .sp-header .loc-rat {
    position: relative;
    margin-bottom: 5px;
}

.dsp-container .sp-header .loc-rat .location {
    position: relative;
    float: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: var(--primary-color);
    font-family: 'Gilroy_Bold', sans-serif;
    margin-bottom: 10px;
}

.dsp-container .sp-header .loc-rat .rating {
    position: relative;
    float: left;
    padding-top: 4px;
    line-height: 24px;
    margin-left: 25px;
}

.dsp-container .sp-header .loc-rat .rating a {
    font-size: 16px;
    color: var(--light-gray-gray);
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.dsp-container .sp-header .loc-rat .rating i {
    position: relative;
    color: var(--secondary-color);
    font-size: 18px;
    padding-right: 5px;
    line-height: 24px;
    color: var(--secondary-color);
    z-index: 1;
}

.dsp-container .sp-header .loc-rat .rating strong {
    position: relative;
    font-family: 'Gilroy_Bold', sans-serif;
    font-size: 18px;
    color: var(--dark-gray-gray);
}

.dsp-container .sp-header .loc-rat .add-fav {
    position: relative;
    float: right;
    padding-top: 4px;
    line-height: 24px;
}

.dsp-container .sp-header .loc-rat .add-fav a {
    color: var(--medium-gray-color);
    display: block;
    line-height: 24px;
}

.dsp-container .sp-header .loc-rat .add-fav a i {
    padding-right: 7px;
    color: var(--primary-color);
    line-height: 24px;
}

.dsp-container .sp-header .loc-rat .add-fav a:hover {
    color: var(--primary-color);
}

.dsp-container .sp-header h1 {
    position: relative;
    font-weight: 400;
    color: var(--dark-gray-gray);
    font-size: 60px;
    margin-bottom: 25px;
}

.dsp-container .content-side h3 {
    margin-bottom: 30px;
}

.dsp-container .sp-header .info {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.dsp-container .sp-header .info .duration {
    position: relative;
    float: left;
}

.dsp-container .sp-header .info .persons {
    position: relative;
    float: left;
    margin-left: 20px;
}

.dsp-container .sp-header .info .duration i,
.dsp-container .sp-header .info .persons i {
    position: relative;
    padding-right: 5px;
    color: var(--primary-color);
}

.dsp-container .content-side .upper-content {
    position: relative;
    margin-bottom: 70px;
}

.dsp-container .content-side .upper-content h3,
.dsp-container .content-side .upper-content h4,
.dsp-container .content-side .upper-content h5 {
    margin-bottom: 20px;
}

.dsp-container .basic-info h5 {
    margin-bottom: 0 !important;
}

.basic-info .i-block {
    position: relative;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 28px;
}

.basic-info .i-block .i-title {
    position: relative;
    float: left;
    color: var(--dark-gray-gray);
    font-family: 'Gilroy_Bold', sans-serif;
    width: 30%;
}

.basic-info .i-block .i-content {
    position: relative;
    float: left;
    width: 70%;
    padding-left: 20px;
}


.un-styled-list {
    position: relative;
    margin: 0 0 20px 18px;
}

.un-styled-list li {
    position: relative;
    list-style: disc;
    line-height: 1.60em;
    padding-left: 5px;
    margin-bottom: 6px;
}

.un-styled-list li::marker {
    color: var(--primary-color);
}

.un-styled-list li:last-child {
    margin-bottom: 0;
}

.styled-list-one {
    margin-bottom: 20px;
}

.styled-list-one li {
    position: relative;
    padding-left: 35px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-list-one li:last-child {
    margin-bottom: 0;
}

.styled-list-one li:before {
    content: "\f178";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: var(--primary-color);
}

.styled-list-two {
    margin-bottom: 20px;
}

.styled-list-two li {
    position: relative;
    padding-left: 35px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-list-two li:last-child {
    margin-bottom: 0;
}

.styled-list-two li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: #28ac28;
}

.styled-list-three {
    margin-bottom: 20px;
}

.styled-list-three li {
    position: relative;
    padding-left: 35px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-list-three li:last-child {
    margin-bottom: 0;
}

.styled-list-three li:before {
    content: "\f00d";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: #cccbcb;
}

.basic-info .styled-list-one,
.basic-info .styled-list-two,
.basic-info .styled-list-three {
    margin-bottom: 0;
}

.t-plans {
    position: relative;
    margin-bottom: 70px;
}

.accordion-box {
    position: relative;
}

.tp-accordion {
    position: relative;
}

.tp-accordion .block {
    position: relative;
    margin-bottom: 20px;
}

.tp-accordion .block.active-block {}

.tp-accordion .block:last-child {
    margin-bottom: 0;
}

.tp-accordion .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--dark-gray-gray);
    font-family: 'Gilroy_Bold', sans-serif;
    cursor: pointer;
    padding: 17px 60px 17px 120px;
    background: var(--anti-flash-white-color);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tp-accordion .block .acc-btn .d-count {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 86px;
    height: 42px;
    line-height: 30px;
    padding: 6px 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: var(--tertiary-color);
    border-radius: 3px;
}

.tp-accordion .block .acc-btn .arrow {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 42px;
    font-size: 18px;
    width: 42px;
    padding: 6px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tp-accordion .block .acc-btn.active {
    background-color: var(--tertiary-color);
    color: #fff;
}

.tp-accordion .block .acc-btn.active .arrow {
    color: var(--primary-color);
    background: #fff;
    transform: rotate(180deg);
}

.tp-accordion .block .acc-btn.active .d-count {
    background: var(--primary-color);
}

.tp-accordion .block .acc-content {
    position: relative;
    display: none;
}

.tp-accordion .block .content {
    position: relative;
    padding: 40px 40px 35px 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.tp-accordion .block.active-block .acc-content {
    display: block;
    padding-top: 10px;
}

.tp-accordion .block .content .travilo-text {
    position: relative;
    line-height: 1.65em;
}

.tp-accordion .block .content ul {
    position: relative;
    margin: 0 0 0 18px;
}

.tp-accordion .block .content ul li {
    position: relative;
    list-style: disc;
    line-height: 1.60em;
    margin-bottom: 7px;
}

.tp-accordion .block .content ul li::marker {
    color: var(--primary-color);
}

.tp-accordion .block .content ul li:last-child {
    margin-bottom: 0;
}

.dsp-container .location {
    position: relative;
    margin-bottom: 70px;
}

.dsp-container .map-box {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    background: #e0e0e0;
    border-radius: 10px;
}

.dsp-container .map-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    -webkit-filter: grayscale(100%);
    border-radius: 10px;
}

.dsp-container .map-box .map-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin: -60px 0 0 -60px;
    z-index: 5;
}

.t-faqs {
    position: relative;
    margin-bottom: 65px;
}

.faqs-accordion {
    position: relative;
}

.faqs-accordion .block {
    position: relative;
    margin-bottom: 20px;
}

.faqs-accordion .block:last-child {
    margin-bottom: 0;
}

.faqs-accordion .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--dark-gray-gray);
    font-family: 'Gilroy_Bold', sans-serif;
    cursor: pointer;
    padding: 8px 0 8px 60px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faqs-accordion .block .acc-btn .arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    font-size: 16px;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: var(--tertiary-color);
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faqs-accordion .block .acc-btn.active .arrow {
    color: #fff;
    background: var(--primary-color);
    transform: rotate(180deg);
}

.faqs-accordion .block .acc-btn.active .arrow:before {
    content: '\f068';
}

.faqs-accordion .block .acc-content {
    position: relative;
    display: none;
}

.faqs-accordion .block .content {
    position: relative;
    padding: 20px 0 0 0;
}

.faqs-accordion .block.active-block .acc-content {
    display: block;
}

.faqs-accordion .block .content .travilo-text {
    position: relative;
    line-height: 1.65em;
}

.faqs-accordion .block .content .travilo-text p {
    margin-bottom: 5px;
}

.faqs-accordion .block .content ul {
    position: relative;
    margin: 0 0 0 18px;
}

.faqs-accordion .block .content ul li {
    position: relative;
    list-style: disc;
    line-height: 1.60em;
    margin-bottom: 7px;
}

.faqs-accordion .block .content ul li::marker {
    color: var(--primary-color);
}

.faqs-accordion .block .content ul li:last-child {
    margin-bottom: 0;
}

.t-gallery {
    position: relative;
    margin-bottom: 60px;
}

.t-gallery .images {
    position: relative;
}

.t-gallery .images ul {
    position: relative;
    margin: 0 -6px;
}

.t-gallery .images ul li {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.t-gallery .images ul li .image {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.t-gallery .images ul li .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: all 300ms linear;
}

.t-gallery .images ul li .image img:hover {
    opacity: 0.70;
    -webkit-filter: grayscale(100%);
}



.quantity-box .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 140px;
    width: 100%;
    float: left;
    padding: 0px 45px;
}

.quantity-box .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 124px;
    width: 100%;
    height: 54px;
}

.quantity-box .item-quantity input.qty-spinner {
    line-height: 54px;
    height: 54px;
    width: 54px !important;
    padding: 12px 0px !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    border-radius: 5px !important;
}

.quantity-box .item-quantity input.qty-spinner:focus {
    background: none;
    border-color: var(--primary-color);
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
    position: absolute;
    height: 54px;
    width: 35px;
    background: none;
    padding: 12px 0px !important;
    line-height: 30px;
    left: -40px;
    top: -54px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    margin: 0;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    position: absolute;
    height: 54px;
    width: 35px;
    background: none;
    padding: 12px 0px !important;
    line-height: 30px;
    right: -40px;
    top: -54px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    margin: 0;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: #0c2957;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: #0c2957;
    font-weight: 400;
    font-family: 'Font Awesome 6 Free';
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
    left: 14px;
    font-size: inherit !important;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}



.dsp-container .get-help-widget {
    position: relative;
}

.dsp-container .get-help-widget .inner {
    position: relative;
    display: block;
    background: var(--anti-flash-white-color);
    padding: 45px 45px 45px;
    border-radius: 10px;
}

.dsp-container .get-help-widget h6 {
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.dsp-container .get-help-widget h3 {
    font-size: 34px;
    text-transform: capitalize;
    color: var(--dark-gray-gray);
    margin-bottom: 25px;
}

.dsp-container .get-help-widget .travilo-text {
    line-height: 1.65em;
    margin-bottom: 50px;
}

.dsp-container .get-help-widget .call-to {
    position: relative;
    font-family: 'Gilroy_Bold', sans-serif;
}

.dsp-container .get-help-widget .call-to a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-gray-gray);
    padding-top: 8px;
    padding-left: 70px;
    min-height: 56px;
}

.dsp-container .get-help-widget .call-to .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    font-size: 18px;
    background: var(--primary-color);
    color: #fff;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
}

.dsp-container .get-help-widget .call-to a .nmbr {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.dsp-container .similar-widget {
    position: relative;
}

.dsp-container .similar-widget .inner {
    position: relative;
    display: block;
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.dsp-container .similar-widget h3 {
    position: relative;
    margin-bottom: 30px;
}

.dsp-container .similar-widget .posts {
    position: relative;
}

.dsp-container .similar-widget .post {
    position: relative;
    padding-left: 105px;
    padding-top: 3px;
    min-height: 84px;
    margin-bottom: 24px;
}

.dsp-container .similar-widget .post:last-child {
    margin-bottom: 0;
}

.dsp-container .similar-widget .post .image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    border-radius: 4px;
    overflow: hidden;
}

.dsp-container .similar-widget .post .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dsp-container .similar-widget .post h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.dsp-container .similar-widget .post h6 a {
    color: var(--dark-gray-gray);
}

.dsp-container .similar-widget .post h6:hover,
.dsp-container .similar-widget .post h6 a:hover {
    color: var(--primary-color);
}

.dsp-container .similar-widget .post .price {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: var(--medium-gray-color);
}

.dsp-container .similar-widget .post .price .amount {
    color: var(--primary-color);
    font-family: 'Gilroy_Bold', sans-serif;
}

.dsp-container .dsp-stat-widget {
    position: relative;
}

.dsp-container .dsp-stat-widget .inner {
    position: relative;
    display: block;
    padding: 40px 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.dsp-container .dsp-stat-widget h3 {
    position: relative;
    margin-bottom: 25px;
}

.dsp-container .dsp-stat-widget .stats {
    position: relative;
}

.dsp-container .dsp-stat-widget ul {
    position: relative;
}

.dsp-container .dsp-stat-widget ul li {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
}

.dsp-container .dsp-stat-widget ul li:last-child {
    margin-bottom: 0;
}

.dsp-container .dsp-stat-widget ul li .ttl {
    position: relative;
    color: var(--dark-gray-gray);
    display: inline-block;
    width: 70%;
    font-family: 'Gilroy_Bold', sans-serif;
}

.dsp-container .dsp-stat-widget ul li .dtl {
    position: relative;
    display: inline-block;
    width: 28%;
}

.dsp-container .why-us-widget {
    position: relative;
}

.dsp-container .why-us-widget .inner {
    position: relative;
    display: block;
    padding: 40px 45px 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.dsp-container .why-us-widget h3 {
    position: relative;
    margin-bottom: 30px;
}

.dsp-container .why-us-widget .info {
    position: relative;
}

.dsp-container .why-us-widget ul {
    position: relative;
}

.dsp-container .why-us-widget ul li {
    position: relative;
    line-height: 24px;
    padding-left: 80px;
    min-height: 60px;
    padding-top: 6px;
    margin-bottom: 20px;
}

.dsp-container .why-us-widget ul li:last-child {
    margin-bottom: 0;
}

.dsp-container .why-us-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-gray-gray);
    line-height: 58px;
    border-radius: 50%;
}

.dsp-container .why-us-widget ul li .icon img {
    max-height: 50px;
}

.tour-single-banner .title-box h2 {
    color: #fff;
}

.tour-detail-page .main-header .header-upper {
    top: 0;
    background: #fff;
}

.tourd_outer {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #d2d9dc;
    padding: 45px 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    /* background: #ff0000; */
}

.borderbttom {
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d9dc;
}

.tourd_outer .tourd_inner .details_content {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.details_content .leftslide {
    display: inline-block;
}

.details_content .rightslide {
    display: inline-block;
    float: right;
    text-align: right;
}

.heading_details .title {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.d_n_details,
.left-details {
    display: inline-block;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.dis-block {
    display: block;
}

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

.price_details {
    font-size: 21px;
    font-weight: 700;
    color: #ff5522;
    text-transform: capitalize;
}

.d_n_details i,
.left-details i {
    color: #ff5522;
}

.tourd_outer .whatsaap-btn {
    display: block;
    border-radius: 10px 10px 10px 10px;
    margin: 32px 0 0;
    display: block;
    text-align: center;
    padding: 15px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease .3s;
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.tourd_outer .whatsaap-btn i {
    font-size: 20px;
    margin-right: 10px;
}

/*** 

====================================================================
  About Us Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 0 0px 170px;
}

.about-section.alternate {
    padding-top: 140px;
}

.about-section .bg-grad-left {
    position: absolute;
    left: -200px;
    top: -100px;
}

.about-section .bg-grad-right {
    position: absolute;

}

.about-section .text-col {
    position: relative;
    margin-bottom: 50px;
    order: 12;
}

.about-section .text-col .inner {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-top: 60px;
}

.about-section .text-col .d-elem-1 {
    position: absolute;

}

.about-section .features {
    position: relative;
}

.about-section .features .row {
    margin: 0 -5px;
}

.about-section .features .f-block {
    position: relative;
    padding: 0 5px;
    margin-bottom: 30px;
}

.about-section .f-block .inner-box {
    position: relative;
    display: block;
    padding-left: 75px;
    padding-top: 6px;
    min-height: 60px;
}

.about-section .f-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    line-height: 60px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.about-section .f-block .inner-box:hover .icon {
    transform: rotateY(180deg);
}

.about-section .f-block .icon img {
    position: relative;
    max-height: 60px;
}

.about-section .f-block h6 {
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
}

.about-section .text-col .title-box {
    margin-bottom: 30px;
}

.about-section .text-col .lower-text {
    position: relative;
}

.about-section .text-col .lower-text ul li {
    position: relative;
    padding-left: 40px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-section .text-col .lower-text ul li:last-child {
    margin-bottom: 0;
}

.about-section .text-col .lower-text ul li:before {
    content: "\f178";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: var(--primary-color);
}

.about-section .text-col .link-box {
    position: relative;
    padding-top: 35px;
}

.about-section .image-col {
    position: relative;
    margin-bottom: 50px;
    order: 0;
}

.about-section .image-col .exp {
    position: absolute;
    left: 50px;
    top: 90px;
    width: 180px;
    height: 180px;
    padding: 32px 10px 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gilroy_Bold', sans-serif;
    background: var(--green-color);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.about-section .image-col .count {
    position: relative;
    display: block;
    padding-top: 3px;
    font-size: 60px;
    line-height: 1em;
}

.about-section .image-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}

.about-section .image-col .image-box {
    position: relative;
    padding-right: 30px;
}

.about-section .image-col .image-box .image {
    position: relative;
    float: right;
    max-width: 450px;
    transform: rotate(15deg);
    border-radius: 10px;
}

.about-section .image-col .image-box .image:last-child {
    position: absolute;
    left: 0;
    top: 220px;
    max-width: 366px;
    transform: rotate(-15deg);
    border: 9px solid #fff;
}

.about-section .image-col .image-box img {
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.about-section .image-col .d-elem-1 {
    position: absolute;
    left: -40px;
    top: 15px;
}

.about-section .image-col .d-elem-2 {
    position: absolute;
    right: 180px;
    bottom: -90px;
}

/*** 
====================================================================
  Packages Section
====================================================================
***/

.packages-section {
    position: relative;
    padding: 130px 0px;
    background: #fafaee;
}

.packages-section .title-box {
    margin-bottom: 55px;
}

.packages-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: left top;
}

.packages-section.packg-one .bg-layer {
    background-size: 450px;
    background-blend-mode: overlay;
    background-color: #fffce4d6;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.packages-section .carousel-box {
    position: relative;
    margin: 0 -12px;
}

.packages-section .carousel-box .slick-list {
    overflow: hidden;
}

.package-block {
    position: relative;
    margin-bottom: 30px;
}

.packages-section .row {
    margin: 0 -12px;
}

.packages-section .row .package-block {
    padding: 0 12px;
    margin-bottom: 24px;
}

.slick-slider .package-block {
    margin: 10px 12px;
}

.package-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    min-height: 100%;
}

.package-block .image-box {
    position: relative;
}

.package-block .image-box .image {
    position: relative;
    background: var(--primary-color);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.package-block .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
    height: 250px;
    object-fit: cover;

}

.package-block .inner-box:hover .image img {
    opacity: 0.50;
    transform: scale(1.05);
}

.package-block .image-box .b-title {
    position: absolute;
    left: 18px;
    top: 15px;
    z-index: 5;
}

.package-block .image-box .b-title span {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Gilroy_Bold', sans-serif;
    color: var(--dark-gray-gray);
    background: var(--secondary-color);
    border-radius: 3px;
}

.package-block .image-box .b-title.featured span {
    background: var(--secondary-color);
}

.package-block .image-box .b-title.top-rated span {
    background: var(--primary-color);
    color: #fff;
}

.package-block .inner-box:hover .p-icon {
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.package-block .image-box .fav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
}

.package-block .image-box .fav-btn a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #fff;
    font-size: 21px;
    opacity: 0.50;
}

.package-block:hover .image-box .fav-btn a {
    opacity: 1;
}

.package-block .image-box .fav-btn a:hover {
    color: var(--primary-color);
}

.package-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 30px;
}

.package-block.alt .lower-box {
    padding-top: 25px;
}

.package-block .lower-box .p-icon {
    position: absolute;
    top: -36px;
    right: 30px;
    width: 72px;
    height: 72px;
    z-index: 5;
}

.package-block .lower-box .p-icon .icon,
.package-block-two .image-box .p-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 72px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.package-block .lower-box .p-icon img {
    max-height: 72px;
}

.package-block .lower-box .location {
    position: relative;
    font-weight: 400;
    color: var(--primary-color);
    font-family: 'Gilroy_Bold', sans-serif;
    margin-bottom: 10px;
}

.package-block.alt .lower-box .location {
    margin-bottom: 5px;
}

.package-block .lower-box h5 {
    position: relative;
    font-weight: 400;
    color: var(--dark-gray-gray);
    margin-bottom: 15px;
}

.package-block h5 a {
    color: var(--dark-gray-gray);
}

.package-block h5 a:hover {
    color: var(--primary-color);
}

.package-block .lower-box .info {
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.package-block .lower-box .info .duration {
    position: relative;
    float: left;
}

.package-block .lower-box .info .persons {
    position: relative;
    float: right;
}

.package-block .lower-box .info .duration i,
.package-block .lower-box .info .persons i {
    position: relative;
    padding-right: 5px;
    color: var(--primary-color);
}

.package-block .bottom-box {
    position: relative;
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.package-block .bottom-box .rating {
    position: relative;
    float: left;
}

.package-block .bottom-box .rating a {
    font-size: 12px;
    color: var(--light-gray-gray);
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.package-block .bottom-box .rating i {
    position: relative;
    color: var(--secondary-color);
    font-size: 14px;
    padding-right: 5px;
    line-height: 20px;
    z-index: 1;
}

.package-block .bottom-box .rating strong {
    position: relative;
    font-family: 'Gilroy_Bold', sans-serif;
    font-size: 14px;
    color: var(--dark-gray-gray);
}

.package-block .bottom-box .price {
    position: relative;
    font-size: 14px;
    color: var(--medium-gray-color);
    line-height: 20px;
    float: right;
}

.package-block .bottom-box .price .amount {
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'Gilroy_Bold', sans-serif;
}

.packages-section .carousel-box .prev-btn {
    position: absolute;
    right: 66px;
    top: -100px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: var(--primary-color);
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    transition: all 500ms linear;
    z-index: 5;
    cursor: pointer;
}

.packages-section .carousel-box .next-btn {
    position: absolute;
    right: 12px;
    top: -100px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: var(--primary-color);
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    transition: all 500ms linear;
    z-index: 5;
    cursor: pointer;
}

.packages-section .carousel-box .prev-btn:hover,
.packages-section .carousel-box .next-btn:hover {
    background: var(--primary-color);
    color: #fff;
}


.we-offer-sec .bg-layer {
    background-size: cover;
    background-position: center;
}

.package-block .lower-box h5 a>span {
    font-size: 14px;
}

.tag-wrap {
    margin-bottom: 12px;
}

.tag-wrap span {
    background: #b3b5b7;
    margin-right: 6px;
    margin-bottom: 6px;
    width: auto;
    display: inline-block;
    color: #fff;
    padding: 2px 11px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
}

.tag-wrap span:hover {
    background: #46b1e5;
}

.bg-open {
    background: #aeaa5e !important;
}

.bg-close {
    background: #ff0000 !important;
}

/*** 

====================================================================
  Destinations Section
====================================================================

***/

.destination-section {
    position: relative;
    padding: 135px 0px 110px;
    background: #fff;
    overflow: hidden;
}

.destination-section .bg-grad-right {
    position: absolute;
    right: -50px;
    top: -50px;
}

.destination-section .bg-grad-left {
    position: absolute;
    left: -50px;
    bottom: -100px;
}

.destination-section .gallery-box {
    position: relative;
}

.dest-block-one {
    position: relative;
    margin-bottom: 30px;
}

.destination-section .row {
    margin: 0 -12px;
}

.destination-section .row .dest-block-one {
    padding: 0 12px;
    margin-bottom: 24px;
}

.dest-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.dest-block-one .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.dest-block-one .image-box:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.dest-block-one .inner-box:hover .image-box::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.dest-block-one .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.dest-block-one .hvr-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.dest-block-one .hvr-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    opacity: 0.50;
    background: rgba(0, 0, 0, 0.30);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.0));
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.dest-block-one:hover .hvr-box:before {
    opacity: 0.80;
}

.dest-block-one .hvr-box .hvr-inner {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.dest-block-one .hvr-box h4 {
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 30px;
}

.dest-block-one .hvr-box h4 a {
    color: #fff;
}

.dest-block-one .hvr-box h4 a:hover {
    color: var(--primary-color);
}

.dest-block-one .hvr-box .tour-count {
    position: relative;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}


/*** 

====================================================================
  Tour Types Section
====================================================================

***/

.tour-types {
    position: relative;
    padding: 140px 0px;
    background: #f8fcfe;
}

.tour-types .d-elem-1 {
    position: absolute;
    left: -120px;
    top: -60px;
}

.tour-types .d-elem-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tour-types .title-box {
    margin-bottom: 50px;
}

.tour-types .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: left top;
}

.tour-types .carousel-box {
    position: relative;
    margin: 0 -10px;
}

.tour-types .carousel-box .slick-list {
    overflow: hidden;
}

.tour-type-block {
    position: relative;
    margin-bottom: 30px;
}

.slick-slider .tour-type-block {
    margin: 10px 10px;
}

.tour-type-block .inner-box {
    position: relative;
    display: block;
    background: #fff;
    min-height: 100%;
    padding: 70px 20px 80px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
    transition: all 500ms linear;
    border-radius: 10px;
}

.tour-type-block .inner-box:hover {
    background: var(--primary-color);
    color: #fff;
}

.tour-type-block.bg-blue .inner-box:hover {
    background: var(--blue-color);
}

.tour-type-block.bg-green .inner-box:hover {
    background: var(--green-color);
}

.tour-type-block.bg-yellow .inner-box:hover {
    background: var(--yellow-color);
}

.tour-type-block.bg-red .inner-box:hover {
    background: var(--red-color);
}

.tour-type-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);

    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.tour-type-block .icon-box {
    position: relative;
    line-height: 80px;
    margin-bottom: 45px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tour-type-block .icon-box .icon {
    position: relative;
    font-size: 84px;
    line-height: 80px;
    color: var(--primary-color);
    transition: all 500ms linear;
}

.tour-type-block.bg-blue .icon-box .icon {
    color: var(--blue-color);
}

.tour-type-block.bg-green .icon-box .icon {
    color: var(--green-color);
}

.tour-type-block.bg-yellow .icon-box .icon {
    color: var(--yellow-color);
}

.tour-type-block.bg-red .icon-box .icon {
    color: var(--red-color);
}

.tour-type-block .icon-box img,
.tour-type-block .icon-box svg {
    display: inline-block;
    max-height: 80px;
    transition: all 500ms linear;
}

.tour-type-block .inner-box:hover .icon-box img,
.tour-type-block .inner-box:hover .icon-box svg {
    -webkit-filter: brightness(10);
    -ms-filter: brightness(10);
    -moz-filter: brightness(10);
    filter: brightness(10);
}

.tour-type-block .inner-box:hover .icon-box .icon {
    color: #fff !important;
}

.tour-type-block .lower-box h5 {
    position: relative;
    font-weight: 400;
    color: var(--dark-gray-gray);
    margin-bottom: 0;
}

.tour-type-block h5 a {
    color: var(--dark-gray-gray);
}

.tour-type-block .inner-box:hover h5,
.tour-type-block .inner-box:hover h5 a {
    color: #fff;
}

.tour-type-block .inner-box .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tour-types .slick-dots {
    position: relative;
    padding-top: 40px;
    text-align: center;
}

.tour-types .slick-dots li {
    position: relative;
    display: inline-block;
    font-size: 0;
    text-indent: 50px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.0);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.tour-types .slick-dots li button {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #1a3376ad;
    border-radius: 50%;
}

.tour-types .slick-dots li.slick-active {
    border-color: transparent;
}

.tour-types .slick-dots li.slick-active button {
    background: #ff5522;
}


/* ====================================================================
  Why Us Section
==================================================================== */

.why-us {
    position: relative;
    padding: 140px 0px 90px;
    background: #fff;
    overflow: hidden;
}

.why-us .bg-grad-left {
    position: absolute;
    left: -50px;
    bottom: -100px;
}

.why-us .bg-grad-right {
    position: absolute;
    right: 0;
    top: -100px;
}

.why-us .text-col {
    position: relative;
    margin-bottom: 15px;
    order: 12;
}

.why-us .text-col .d-elem-1 {
    position: absolute;
    right: -10px;
    top: 30px;
}

.why-us .features {
    position: relative;
}

.why-us .features .f-block-two {
    position: relative;
    margin-bottom: 35px;
}

.why-us .f-block-two .inner-box {
    position: relative;
    display: block;
}

.why-us .f-block-two .inner-box:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.why-us .f-block-two .icon {
    position: relative;
    width: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.why-us .f-block-two .icon img {
    position: relative;
    max-height: 60px;
}

.why-us .f-block-two h4 {
    position: relative;
    margin-bottom: 12px;
    font-size: 20px;
}

.why-us .f-block-two .travilo-text {
    position: relative;
}

.why-us .text-col .title-box {
    margin-bottom: 30px;
}

.why-us .text-col .inner {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-top: 70px;
}

.why-us .text-col .lower-text ul li:before {
    content: "\f178";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: var(--primary-color);
}

.why-us .text-col .link-box {
    position: relative;
    padding-top: 35px;
}

.why-us .image-col {
    position: relative;
    margin-bottom: 50px;
    order: 0;
}

.why-us .image-col .d-elem-2 {
    position: absolute;
    left: -75px;
    bottom: -15px;
}

.why-us .image-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}

.why-us .image-col .image-box {
    position: relative;
}

.why-us .image-col .image-box img {
    position: relative;
    width: 100%;
}

/* who we are */

.who-we-are ul {
    font-size: 20px;
}

.who-we-are ul li {
    margin-bottom: 12px;
}

.who-we-are ul li i {
    margin-right: 15px;
    color: #ff5522;
}

.icon-clr {
    color: #ff5522;
}

.post-link {
    color: black;
    transition: none;
    font-size: 15px;
}

.post-link:hover {
    color: #ff5522;
    text-decoration: underline !important;
}

/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section {
    position: relative;
    padding: 40px 0px;
    background: #fff;
    overflow: hidden;
}

.testimonials-section.alt-bg {
    background: #fafaee;
}

.testimonials-section .d-elem-1 {
    position: absolute;
    left: -100px;
    top: -80px;
}

.testimonials-section .bg-grad-right {
    position: absolute;
    right: -300px;
    top: -300px;
    opacity: 0.30;
}

.testimonials-section .bg-grad-left {
    position: absolute;
    left: -300px;
    bottom: -300px;
    opacity: 0.30;
}

.testimonials-section .title-box {
    margin-bottom: 60px;
}

.testimonials-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: left top;
}

.testimonials-section .carousel-box {
    position: relative;
    margin: 0 -10px;
}

.testimonials-section .carousel-box .slick-list {
    overflow: hidden;
}

.testi-block-one {
    position: relative;
    margin-bottom: 30px;
}

.slick-slider .testi-block-one {
    margin: 10px 10px;
}

.testi-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    min-height: 332px;
    padding: 60px 40px 60px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
}

.testi-block-one .icon {
    position: relative;
    font-size: 48px;
    color: var(--primary-color);
    line-height: 48px;
    margin-bottom: 30px;
}

.testi-block-one .icon img {
    display: inline-block;
    max-width: 100%;
    max-height: 48px;
}

.testi-block-one .travilo-text {
    position: relative;
    font-size: 18px;
    color: var(--medium-gray-color);
    font-style: italic;
}

.testi-block-one .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 115px;
    margin-top: 25px;
    text-align: left;
}

.testi-block-one .info .image {
    position: absolute;
    left: 0;
    top: 0px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-block-one .info .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.testi-block-one .info .name {
    color: var(--dark-gray-gray);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Gilroy_Bold', sans-serif;
    margin-bottom: 0px;
}

.testi-block-one .info .designation {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--light-gray-gray);
}

.testi-block-one .info .rating {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 7px;
}

.testi-block-one .info .rating i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.testi-block-one .info .rating i:last-child {
    margin-right: 0;
}

.testimonials-section .slick-dots {
    position: relative;
    padding-top: 40px;
    text-align: center;
}

.testimonials-section .slick-dots li {
    position: relative;
    display: inline-block;
    font-size: 0;
    text-indent: 50px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.0);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonials-section .slick-dots li button {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #1a3376ad;
    border-radius: 50%;
}

.testimonials-section .slick-dots li.slick-active {
    border-color: transparent;
}

.testimonials-section .slick-dots li.slick-active button {
    background: #ff5522;
}

/*** 

====================================================================
  Newsletter Section
====================================================================

***/

.subscribe-section {
    position: relative;
    padding: 0 0px;
}

.subscribe-section .outer-box {
    position: relative;
}

.subscribe-section .bg-grad-right {
    position: absolute;
    right: -300px;
    top: -350px;
    opacity: 1;
}

.subscribe-section .bg-grad-left {
    position: absolute;
    left: -300px;
    top: -400px;
    opacity: 1;
}

.subscribe-section .content-box {
    position: relative;
    display: block;
    padding: 94px 90px 50px 90px;
    background: var(--tertiary-color);
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 5;
}

.subscribe-section .content-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.22;
}

.subscribe-section .form-col {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-section .form-col .inner {
    position: relative;
    display: block;
    padding-top: 35px;
}

.subscribe-section .text-col {
    position: relative;
    margin-bottom: 0;
}

.subscribe-section .text-col .inner {
    position: relative;
    display: block;
}

.subscribe-section .title-box {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-section .title-box .subtitle,
.subscribe-section .title-box h2 {
    color: #fff;
}

.subscribe-section .title-box h2 {
    line-height: 1.15em;
    text-transform: none;
}

.subscribe-section form .form-group {
    margin-bottom: 0;
}

.subscribe-section form .form-group input {
    height: 72px;
    line-height: 30px;
    padding: 20px 35px;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border-radius: 7px;
    color: var(--tertiary-color);
    padding-right: 60px;
}

.subscribe-section form .form-group .field-inner {
    position: relative;
}

.subscribe-section form .theme-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    line-height: 30px;
    padding: 0 0;
    border: none;
    background: none;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
}


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
    position: relative;
}

.main-footer.style-two {
    color: var(--light-purple-color);
    background: #272d2e;
}

.main-footer ul,
.main-footer ul li {
    list-style: none;
    margin: 0;
}

.main-footer .upper-section {
    position: relative;
    padding: 140px 0 40px;
}

.main-footer.style-two .upper-section {
    padding-top: 120px;
}

.main-footer h4 {
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 400;
    color: var(--dark-gray-gray);
}

.main-footer.style-two h4 {
    color: #fff;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -25px;
    margin-bottom: 42px;
}


.main-footer .footer-logo img {
    max-height: 132px;
}

.main-footer .gallery {
    position: relative;
}

.main-footer .gallery .gallery-item {
    position: relative;
    padding-left: 105px;
    padding-top: 5px;
    min-height: 84px;
    margin-bottom: 24px;
}

.main-footer .gallery .gallery-itemt:last-child {
    margin-bottom: 0;
}

.main-footer .gallery .gallery-item .image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    border-radius: 4px;
    overflow: hidden;
}

.main-footer .gallery .gallery-item .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .gallery .gallery-item h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.main-footer .gallery .gallery-item h6 a {
    color: var(--dark-gray-gray);
}

.main-footer.style-two .gallery .gallery-item h6,
.main-footer.style-two .gallery .gallery-item h6 a {
    color: #fff;
}

.main-footer .gallery .gallery-item .price {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: var(--medium-gray-color);
}

.main-footer.style-two .gallery .price {
    color: var(--light-purple-color);
}

.main-footer .gallery .gallery-item .price .amount {
    color: var(--primary-color);
    font-family: 'Gilroy_Bold', sans-serif;
}

.main-footer .upper-section .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .info {
    position: relative;
}

.main-footer .info li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}

.main-footer .info li:last-child {
    margin-bottom: 0;
}

.main-footer .info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    width: 28px;
    color: var(--primary-color);
}

.main-footer .info li a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: var(--medium-gray-color);
    line-height: 24px;
}

.main-footer.style-two .info li a {
    color: var(--light-purple-color);
}

.main-footer .info li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 30px;
}

.main-footer .social-links li {
    position: relative;
    float: left;
    margin-right: 6px;
}

.main-footer .social-links li:last-child {
    margin-right: 0;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--dark-gray-gray);
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    border-radius: 50%;
}

.main-footer .social-links li a.facebook {
    background: var(--facebook-color);
}

.main-footer .social-links li a.twitter {
    background: var(--twitter-color);
}

.main-footer .social-links li a.linkedin {
    background: var(--linkedin-color);
}

.main-footer .social-links li a.youtube {
    background: var(--youtube-color);
}

.main-footer .social-links li a.instagram {
    background: var(--instagram-color);
}

.main-footer .social-links li a:hover {
    color: #fff;
    background: var(--primary-color);
}

.main-footer .links {
    position: relative;
}

.main-footer .links li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.main-footer .links li:last-child {
    margin-bottom: 0;
}

.main-footer .links li a {
    position: relative;
    color: var(--medium-gray-color);
    line-height: 24px;
}

.main-footer.style-two .links li a {
    color: var(--light-purple-color);
}

.main-footer .links li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.main-footer .f-bottom {
    position: relative;
    background: #1a3376;
    font-size: 14px;
}

.main-footer .f-bottom .inner {
    position: relative;
    padding: 10px 0 10px;
}

.main-footer .f-bottom .copyright {
    position: relative;
    float: left;
    color: #fff;
    line-height: 24px;
}

.main-footer.style-two .f-bottom .copyright {
    color: var(--light-purple-color);
}

.main-footer .copyright a {
    position: relative;
    color: #fff;
}

.main-footer.style-two .copyright a {
    color: var(--light-purple-color);
}

.main-footer .copyright a:hover {
    text-decoration: underline;
}

.main-footer .bottom-links {
    position: relative;
    float: right;
}

.main-footer .bottom-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}

.main-footer .bottom-links li:last-child {
    margin-right: 0;
}

.main-footer .bottom-links li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer.style-two .bottom-links li a {
    color: var(--light-purple-color);
}

.main-footer .bottom-links li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.footer-subscribe {
    position: relative;
    max-width: 690px;
    padding: 0 20px;
    margin: 0 auto 110px;
}

.footer-subscribe .title-box {
    position: relative;
    margin-bottom: 40px;
}

.footer-subscribe .title-box h2 {
    color: #fff;
    font-size: 36px;
}

.footer-subscribe .title-box h2 {
    line-height: 1.15em;
    text-transform: none;
}

.footer-subscribe form .form-group {
    margin-bottom: 0;
}

.footer-subscribe form .form-group input {
    height: 72px;
    line-height: 30px;
    padding: 20px 180px 20px 30px;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border-radius: 7px;
}

.footer-subscribe form .form-group .field-inner {
    position: relative;
}

.footer-subscribe form .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    padding: 16px 20px;
    height: 72px;
    width: 180px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-family: 'Gilroy_Bold', sans-serif;
    border-radius: 0 7px 7px 0;
}

.main-footer .app-info {
    position: relative;
}

.main-footer .app-info .travilo-text {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .app-info .links {
    position: relative;
}

.main-footer .app-info .link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 10px;
}

.tour-detail-page .main-footer .upper-section {
    padding: 100px 0px 40px;
}

.fixed-calling-wrap {
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.fixed-calling-wrap a {
    transition: .2s ease all;
}

.fixed-calling-wrap a:hover {
    transform: scale(1.2);
}

i.fa-solid.fa-arrow-up {
    font-size: 18px;
    margin-top: 16px;
}

fixed-calling-wrap>a>img {
    width: 50px;
    height: 50px;
}

.sidebar-side.col-md-4 {
    position: sticky;
    top: 108px;
    height: 700px;
}

.text-content img {
    max-width: 800px !important;
    width: 100% !important;
    border-radius: 5px !important;
}

.text-content span {
    height: auto !important;
}

@media(max-width:1499px) {
    .main-header .auto-container {
        padding: 6px 20px;
    }

    h1 {
        font-size: 64px;
    }
}

@media(max-width:1339px) {
    .main-header .header-upper .links-box .link {
        margin-left: 15px;
    }

    .main-menu .navigation>li {
        margin-right: 20px;
    }

    h1 {
        font-size: 54px;
    }

    .banner-section .left-col .travilo-text {
        font-size: 18px;
    }
}


@media(max-width:1199px) {
    .main-header .header-upper .call-to {
        display: none;
    }

    h3,
    .news-block-three h3,
    .sidebar-container .comments-area h3 {
        font-size: 28px;
    }

    h1 {
        font-size: 48px;
    }

    .banner-section .left-col .travilo-text {
        font-size: 16px;
    }

}

@media(min-width:768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media(max-width:1199px) {
    .main-header .nav-box {
        display: none;
    }

    .main-header .nav-toggler {
        display: block;
        float: right;
    }

    .intro-section .intro-block h4 {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 36px;
    }

    .about-section .text-col .inner {
        padding-left: 0;
        padding-top: 116px;
    }

    .about-section {
        padding-bottom: 40px;
    }

    .why-us .text-col .inner {
        padding-left: 0;
    }

    .subscribe-section .form-col .inner {
        padding-top: 0;
    }

    .subscribe-section .text-col .inner {
        text-align: center;
    }
}

@media(max-width:991px) {

    .banner-section .left-col .content {
        max-width: none;
        padding: 150px 20px 0px;
        display: none;
    }

    .banner-section .right-col .inner {
        padding-top: 400px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 30px;
    }

    .banner-section .left-col .form-box {
        margin-right: 0;
    }

    .intro-section {
        padding: 70px 0 20px;
    }

    .about-section .image-col .image-box .image {
        max-width: 350px;
    }

    .about-section .image-col .image-box .image:last-child {
        max-width: 80%;
        left: 21px;
    }

    .about-section .text-col .inner {
        padding-top: 32vh;
    }

    .title-box .subtitle {
        font-size: 20px;
    }

    .about-section .image-col {
        padding-top: 100px;
    }


    .tour-single-banner .content-box {
        height: 500px;
    }

    .dsp-container .sp-header h1 {
        font-size: 45px;
    }

    .inner-banner .content-box h1 {
        font-size: 65px;
    }

    .inner-page .packages-section {
        padding-top: 60px;
    }
}

@media(max-width:767px) {
    .main-header .header-upper .links-box {
        display: none;
    }

    .sidebar-side.col-md-4 {
        position: sticky;
        top: 108px;
        height: auto;
    }

    h3,
    .news-block-three h3,
    .sidebar-container .comments-area h3 {
        font-size: 24px;
    }

    .banner-section .left-col .form-box {
        margin-right: 0;
    }

    .banner-section .left-col .form-box {
        padding-right: 24px;
    }

    .banner-section .site-form form button {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
        right: 0;
        margin-bottom: 10px;
        top: auto;
    }

    h4 {
        font-size: 22px;
    }

    h2 {
        font-size: 28px;
    }

    .main-footer .f-bottom .copyright {
        width: 100%;
        margin-bottom: 10px;
    }

    .main-footer .bottom-links {
        width: 100%;
    }

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

    .main-footer .social-links li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }

    .subscribe-section .content-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-box .subtitle {
        font-size: 16px;
    }

    .tour-single-banner .content-box {
        height: 400px;
        display: grid;
        place-content: center;

    }

    .dsp-container .sp-header h1 {
        font-size: 30px;
    }

    .inner-banner .content-box h1 {
        font-size: 40px;
    }

    #about_image {
        display: none;
    }

    .text-content span {
        max-height: 300px;
        height: 100% !important;
    }

    .post-link {
        margin-top: 15px;
        display: inline-block;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

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

    .post-section img {
        width: 100%;
        max-width: 600px;
    }
}

@media(max-width:567px) {
    .banner-section .left-col h3 {
        font-size: 20px;
    }

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

    .post-section img {
        width: 100%;
        max-width: 400px;
    }

    .banner-section .left-col h1 {
        font-size: 30px;
    }

    .testi-block-one .inner-box {
        position: relative;
        display: block;
        text-align: center;
        min-height: 332px;
        padding: 22px 15px 60px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
    }

    #scrollUp {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 30px;
        height: 40px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 52px;
        text-align: center;
        z-index: 600;
        cursor: pointer;
        border-radius: 8px 8px 0 0;
        background: var(--primary-color);
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    #scrollUp>i {
        font-size: 16px;
        margin-top: 13px;
        display: block;
    }

    .text-content img {
        max-width: 300px !important;
        width: 100% !important;
        border-radius: 5px !important;
    }

    .text-content span {
        max-height: 300px;
        height: 100% !important;
    }

    .post-link {
        font-size: 15px;
    }

}

@media(max-width:479px) {
    h2 {
        font-size: 24px;
    }

    .post-section img {
        width: 100%;
        max-width: 400px;
    }
}