@charset "UTF-8";

body {
    scrollbar-width: none
}

html {
    scroll-behavior: smooth !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

figure {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top: solid 1px rgba(0, 0, 0, .1)
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    object-fit: cover
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.img-scale-hover {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.img-scale-hover img {
    transition: 0.5s ease-in-out
}

.img-scale-hover:hover img {
    transform: scale(1.1)
}

.img-55 {
    height: 55vh
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.site-btn {
    background-color: #fff;
    color: #101F46;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    transition: 0.5s ease-in-out;
    border-radius: 5px
}

.btn {
    padding: 0.75rem 1.5rem;
    transition: all .3s ease
}

.btn.btn-sm {
    padding: 0.5rem 1rem
}

.btn i {
    transition: all .3s ease
}

.site-btn:hover {
    background: #101f46;
    color: #fff
}

.btn-blue {
    background: #0791BE;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-blue:hover {
    background: #101f46;
    color: #fff
}

.btn-blue:hover i {
    margin-left: 5px
}

.btn-blue-outline {
    background: transparent;
    border: 1px solid #0791BE;
    color: #0791BE;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-blue-outline:hover {
    background: #0791BE;
    color: #fff
}

.btn-blue-outline:hover i {
    margin-left: 5px
}

.btn-white-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-white-outline:hover {
    background: #fff;
    color: #0791BE
}

.btn-white-outline:hover i {
    margin-left: 5px
}

.border-6 {
    border-radius: 6px
}

.border-fade-14 {
    border: 14px solid rgb(8 8 8 / 10%)
}

.border-fade-10 {
    border: 10px solid rgb(8 8 8 / 10%)
}

.mb-10 {
    margin-bottom: 10px !important
}

body {
    font-size: 15px;
    color: #383838;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-x: hidden
}

@media screen and (max-width:575px) {
    body {
        font-size: 14px
    }
}

p {
    line-height: 1.6;
    margin: 0 0 15px;
    word-wrap: break-word;
    font-family: 'Inter', sans-serif
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote,
pre {
    background-color: #fafafa;
    border-width: 0 0 0 3px;
    border-color: #d9d9d9;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 25px 22px;
    font-size: 18px
}

blockquote p,
pre p {
    margin-bottom: 0
}

blockquote {
    background-color: transparent;
    border-left: none;
    color: #101F46;
    margin: 40px 0;
    text-align: center;
    position: relative;
    padding: 30px
}

blockquote:before {
    background-color: #fff;
    color: #333333;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    line-height: 1;
    font-style: normal;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -10px;
    padding: 0 10px;
    z-index: 9
}

blockquote:after {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    content: "";
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    width: 200px
}

blockquote p {
    font-size: 28px;
    line-height: 1.4
}

blockquote cite {
    color: #8d8d8d;
    display: block;
    font-style: normal;
    font-size: 13px
}

abbr,
acronym {
    border-bottom: 1px dotted #4d4d4d;
    cursor: help
}

mark,
ins {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px
}

big {
    font-size: 125%
}

b,
strong {
    font-weight: 700
}

iframe {
    display: block;
    width: 100%;
    border-radius: 5px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101F46;
    font-family: 'Oswald', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.2
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 65px;
    font-weight: 900
}

h2 {
    font-size: 48px;
    font-weight: 900
}

h3 {
    font-size: 23px;
    font-weight: 700
}

h4 {
    font-size: 18px;
    font-weight: 700
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 12px
}

.sm-heading h2 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0
}

.sm-heading h3 {
    font-size: 32px
}

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

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 14px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 12px
    }
}

.mt-n-50 {
    margin-top: -50px
}

.mt-n-60 {
    margin-top: -60px
}

.mt-n-70 {
    margin-top: -70px
}

ul,
ol {
    margin: 0 0 1.5em 0.875em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

a {
    color: #0085BA;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

a:hover,
a:focus,
a:active {
    color: #2C75BA;
    text-decoration: none;
    outline: 0
}

a:visited {
    text-decoration: none;
    outline: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

section {
    position: relative
}

.section-heading {
    margin-bottom: 30px
}

.section-heading h2 {
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    color: #151515
}

.section-heading.sub-heading h2 {
    font-size: 22px
}

.section-heading h5 {
    color: #F56960;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block
}

.section-heading p:last-child {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px
}

@media screen and (max-width:767px) {
    .section-heading h2 {
        font-size: 30px
    }
}

@media screen and (max-width:575px) {
    .section-heading {
        margin-bottom: 30px
    }

    .section-heading h2 {
        font-size: 24px
    }
}

.section-heading h5.dash-style-both {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px
}

.section-heading .dash-style,
.section-heading .dash-style-both {
    padding-left: 80px;
    position: relative;
    padding-right: 80px
}

.section-heading .dash-style:before,
.section-heading .dash-style-both:before {
    background-color: #F56960;
    content: "";
    height: 2px;
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%
}

.section-heading .dash-style-both:after {
    background-color: #F56960;
    content: "";
    height: 2px;
    width: 70px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 50%
}

.title-icon-divider {
    color: #0791BE;
    line-height: 1;
    position: relative;
    margin-top: 25px
}

.title-icon-divider:before,
.title-icon-divider:after {
    content: "....";
    display: inline-block;
    font-size: 37px;
    line-height: 0;
    letter-spacing: 3px
}

.title-icon-divider [class*=fa-] {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px
}

.title-icon-divider~p {
    margin-top: 30px
}

.title-icon-divider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.text-center .title-icon-divider {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.section-heading-white {
    color: #ffffff
}

.section-heading-white .dash-style {
    color: #ffffff
}

.section-heading-white .dash-style:before {
    background-color: #ffffff
}

.section-heading-white h2,
.section-heading-white p {
    color: #ffffff
}

.section-heading-white .title-icon-divider {
    color: #ffffff
}

table {
    color: #737373;
    margin: 0 0 1.5em;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
    font-size: 15px
}

table thead tr {
    background-color: #262626
}

table thead tr th {
    color: #383838
}

table.table {
    color: #737373
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0;
    border-bottom: 1px solid #e6e6e6
}

th,
td {
    padding: 8px
}

form {
    position: relative
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 48px
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0 10px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    border-color: #d9d9d9;
    outline: 0
}

input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0) !important
}

textarea {
    padding: 10px 10px;
    width: 100%
}

select {
    border: 1px solid #d9d9d9;
    color: #383838;
    height: 48px;
    padding: 0 30px 0 10px
}

select option {
    padding: 8px
}

select:focus {
    outline: none
}

form label {
    font-weight: normal
}

.search-form {
    position: relative
}

.search-form input {
    width: 100%;
    padding: 0 55px 0 10px
}

.search-form button {
    background-color: #F56960;
    color: #ffffff;
    font-size: 15px;
    border: none;
    position: absolute;
    right: 4px;
    top: 3px;
    padding: 13px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.search-form button:hover {
    background-color: #2C75BA
}

.form-group {
    margin-bottom: 15px
}

.form-group select {
    height: 48px
}

.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

.form-group label {
    display: block;
    color: #383838;
    font-size: 15px;
    margin-bottom: 10px
}

.form-group label.checkbox-list {
    position: relative;
    padding-left: 30px
}

.form-group label .custom-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 2px
}

.form-group label .custom-checkbox:before {
    background-color: #F56960;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    text-align: center
}

.form-group label input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -9
}

.form-group label input:checked~.custom-checkbox {
    border-color: #F56960
}

.form-group label input:checked~.custom-checkbox:before {
    opacity: 1
}

.custom-radio-field {
    position: relative;
    padding-left: 30px
}

.custom-radio-field .radio-field {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 2px
}

.custom-radio-field .radio-field:before {
    background-color: #999;
    border-radius: 100%;
    content: "\f00c";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: 900;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    line-height: 19px;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s
}

.custom-radio-field input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -9
}

.custom-radio-field input:checked~.radio-field:before {
    opacity: 1
}

.trip-date-input {
    position: relative
}

.trip-date-input i {
    position: absolute;
    bottom: 15px;
    right: 10px
}

.outline-primary,
.outline-round,
.button-primary,
.button-round,
.button-secondary {
    font-size: 15px;
    line-height: 1.3;
    padding: 15px 30px;
    font-weight: 600
}

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

    .outline-primary,
    .outline-round,
    .button-primary,
    .button-round,
    .button-secondary {
        font-size: 14px;
        padding: 10px 20px
    }
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: none;
    background-color: #F56960;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    font-weight: 600;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    background-color: #2C75BA
}

.button-primary,
.button-round {
    background-color: #F56960
}

.button-secondary {
    background-color: #0791BE
}

.button-primary,
.button-round,
.button-secondary {
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-round:hover,
.button-round:focus,
.button-round:active,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    background-color: #2C75BA;
    color: #ffffff
}

.outline-primary,
.outline-round {
    background-color: transparent;
    border: 2px solid #292929;
    padding: 13px 30px;
    color: #292929;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -ms-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s
}

.outline-primary:hover,
.outline-primary:focus,
.outline-primary:active,
.outline-round:hover,
.outline-round:focus,
.outline-round:active {
    background-color: #2C75BA;
    border-color: #2C75BA;
    color: #ffffff
}

.button-round,
.outline-round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.button-text {
    color: #0791BE;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.button-text:hover,
.button-text:focus,
.button-text:active {
    color: #F56960
}

.button-effect,
.button-effect-y {
    background: #ffcc00;
    color: #000 !important;
    padding: 10px 5px;
    position: relative
}

.button-effect {
    background: #fafaf8
}

.button-effect:before,
.button-effect-y:before {
    content: '';
    background-image: url(../images/effects/left-align.png);
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%
}

.button-effect-y:before {
    background-image: url(../images/effects/y-left-align.png) !important
}

.button-effect:after,
.button-effect-y:after {
    content: '';
    background-image: url(../images/effects/left-align.png);
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    transform: rotate(180deg)
}

.button-effect-y:after {
    background-image: url(../images/effects/y-left-align.png) !important
}

.white-bg {
    background-color: #ffffff
}

.bg-light-grey {
    background-color: #f8f8f8
}

.primary-bg {
    background-color: #F56960
}

.secondary-bg {
    background-color: #0791BE
}

.pl-20 {
    padding-left: 20px
}

.pr-40 {
    padding-right: 40px
}

.site-loader {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center
}

.site-loader .preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px
}

.social-links ul {
    margin: 0;
    padding: 0;
    font-size: 0
}

.social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px
}

.social-links a {
    font-size: 16px;
    color: #404040;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s
}

.social-links a:hover,
.social-links a:focus,
.social-links a:active {
    color: #2C75BA
}

.social-icon-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.social-icon-wrap .social-icon {
    padding: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

.social-icon-wrap .social-icon a {
    background-color: #F56960;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.social-icon-wrap .social-icon a:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    -moz-filter: saturate(1.5) brightness(1.2);
    -ms-filter: saturate(1.5) brightness(1.2);
    -o-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2)
}

.social-icon-wrap .social-icon [class*=fa-] {
    width: 40px;
    text-align: center
}

.social-icon-wrap .social-icon span {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
    padding: 10px 15px
}

.social-icon-wrap .social-facebook a {
    background-color: #3b5998
}

.social-icon-wrap .social-pinterest a {
    background-color: #bd081c
}

.social-icon-wrap .social-whatsapp a {
    background-color: #25d366
}

.social-icon-wrap .social-linkedin a {
    background-color: #0077b5
}

.social-icon-wrap .social-twitter a {
    background-color: #1da1f2
}

.social-icon-wrap .social-google a {
    background-color: #dd4b39
}

.to-top-icon {
    background-color: rgba(245, 105, 96, 0.7);
    color: #ffffff;
    font-size: 20px;
    display: none;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s
}

.to-top-icon:hover {
    background-color: #2C75BA;
    color: #ffffff
}

@media screen and (max-width:575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 10px
    }
}

.post-navigation-wrap {
    margin-top: 30px
}

.pagination {
    margin: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.pagination li {
    margin: 0 5px
}

.pagination li a {
    color: #444444;
    display: block;
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 12px
}

.pagination li a:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff
}

.pagination li.active a {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff
}

.page-item:last-child .page-link {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%
}

.page-item:first-child .page-link {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%
}

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
    content: "";
    display: block;
    clear: both
}

.topbar_link a {
    font-weight: 800;
    font-size: 14px
}

.site-header {
    position: relative
}

.site-header .black-logo {
    display: none
}

.header-primary {
    background: linear-gradient(180deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%));
    left: 0;
    right: 0;
    position: fixed;
    width: auto;
    top: 0;
    z-index: 991
}

.z-index-1 {
    z-index: 1
}

.header-contact-info {
    color: #fafafa;
    padding: 10px 0;
    margin-right: 35px
}

.header-contact-info ul {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-contact-info ul li {
    display: inline-block;
    font-size: 13px;
    padding: 0 15px
}

.header-contact-info ul li:last-child {
    padding-right: 0
}

.header-contact-info ul li:first-child {
    padding-left: 0
}

.header-contact-info ul li [class*=fa-] {
    margin-right: 5px
}

.header-contact-info ul li a {
    color: #fcfcfc;
    display: block;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear
}

.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active {
    color: #2C75BA
}

.header-social {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-social li {
    margin: 0 8px
}

.header-social a {
    color: #fafafa
}

.header-social a:hover,
.header-social a:focus {
    color: #2C75BA
}

@media screen and (max-width:991px) {
    .header-social {
        padding: 10px 0
    }
}

.header-search-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-left: 10px
}

.header-search-icon .search-icon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #ffffff;
    height: 100%;
    padding: 0 15px;
    width: 100%
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
    outline: none;
    color: #2C75BA
}

.site-identity .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px
}

.site-identity .site-description {
    font-size: 13px;
    margin-bottom: 0
}

.site-identity img {
    margin-top: 0px !important;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear
}

.site-identity a {
    display: block
}

.site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
    opacity: 1
}

@media screen and (max-width:575px) {
    .site-identity img {
        max-width: 120px
    }
}

@media screen and (max-width:991px) {
    .bottom-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding: 10px 0
    }
}

.navigation-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .navigation-container {
        padding-right: 35px
    }
}

.main-navigation .navigation>ul>li {
    display: inline-block;
    padding: 0 40px
}

.main-navigation .navigation>ul>li.package-menu>ul {
    left: auto;
    right: 0
}

.main-navigation .navigation>ul>li>a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700
}

.main-navigation ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-navigation ul>li.menu-item-has-children>a:after {
    content: "\f0d7"
}

.main-navigation ul>li:last-child {
    border-bottom: none
}

.main-navigation ul>li:last-child:before {
    display: none
}

.main-navigation ul>li>a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 15px 0;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase
}

.main-navigation ul>li.button-effect-y>a {
    color: #ffffff !important;
    text-shadow: 1px 1px 5px #000
}

.main-navigation ul>li:hover>ul,
.main-navigation ul>li:focus>ul,
.main-navigation ul>li:active>ul {
    display: block
}

.main-navigation ul>li:hover>a,
.main-navigation ul>li:focus>a,
.main-navigation ul>li:active>a {
    color: #fc0
}

.main-navigation ul>li:hover>a:after,
.main-navigation ul>li:focus>a:after,
.main-navigation ul>li:active>a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-navigation ul ul {
    background: #ffffff;
    border-top: 4px solid #fc0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 99;
    display: none;
    text-align: left;
    -webkit-animation: slide-up 0.3s ease-out;
    -moz-animation: slide-up 0.3s ease-out;
    -ms-animation: slide-up 0.3s ease-out;
    -o-animation: slide-up 0.3s ease-out;
    animation: slide-up 0.3s ease-out;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%)
}

.main-navigation ul ul li {
    border-bottom: 1px solid #DDD;
    position: relative;
    display: block
}

.main-navigation ul ul li a {
    color: #333;
    display: block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:active {
    padding-left: 25px;
    color: #F56960
}

.main-navigation ul ul li>ul {
    left: 100%;
    top: 0
}

.main-navigation ul ul li.menu-item-has-children>a:after {
    content: "\f0da"
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li:focus>ul,
.main-navigation ul ul li:active>ul {
    display: block;
    top: -3px
}

.main-navigation ul ul li:hover a:after,
.main-navigation ul ul li:focus a:after,
.main-navigation ul ul li:active a:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.main-navigation ul li {
    position: relative
}

.main-navigation ul li:last-child ul,
.main-navigation ul li:nth-last-child(2) ul {
    left: 0;
    right: 0
}

.package-menu ul ul {
    left: 100% !important
}

.main-navigation ul li:last-child ul ul,
.main-navigation ul li:nth-last-child(2) ul ul {
    right: auto;
    left: 100%
}

.main-navigation ul li.menu-item-has-children>a {
    position: relative
}

.main-navigation ul li.menu-item-has-children>a:after {
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-weight: 900;
    margin-left: 8PX;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s
}

.main-navigation ul li.menu-item-has-children li:hover>a,
.main-navigation ul li.menu-item-has-children li:focus>a {
    background-color: #fff;
    color: #2C75BA;
    font-weight: 700 !important
}

.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current-menu-parent>a {
    color: #F56960
}

.menu-item-has-children.button-effect a {
    color: #484848
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.header-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap
}

.header-btn a {
    padding: 10px 24px
}

@media screen and (max-width:575px) {
    .header-btn {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end
    }

    .header-btn a {
        padding: 8px 20px;
        font-size: 14px
    }
}

.header-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-search-form {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    z-index: 999
}

.header-search-form .header-search {
    position: relative
}

.header-search-form input[type=text] {
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #292929;
    border: none;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    text-align: center
}

.header-search-form .search-close {
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.header-search-form .search-close:hover,
.header-search-form .search-close:focus,
.header-search-form .search-close:active {
    color: #2C75BA
}

.header-search-form.search-in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.bottom-header {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear
}

@media screen and (min-width:992px) {
    .fixed-header .bottom-header {
        background-color: #0e1e44;
        background-size: cover;
        background-position: bottom;
        box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 999
    }

    .fixed-header .bottom-header .site-identity {
        display: none !important
    }

    .fixed-header .bottom-header .white-logo {
        display: none
    }

    .fixed-header .bottom-header .black-logo {
        display: block
    }
}

@media screen and (max-width:991px) {
    .fixed-header .bottom-header {
        background-color: transparent;
        position: relative
    }
}

.fixed-header .main-navigation .navigation>ul>li>a {
    padding: 12px 0
}

.fixed-header .header-icons .icon-item a {
    color: #101F46
}

.fixed-header .header-icons .icon-item a:hover {
    color: #2C75BA
}

@media screen and (max-width:991px) {
    .fixed-header .mobile-menu-container {
        background-color: #ffffff;
        -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 999
    }

    .fixed-header .mobile-menu-container .slicknav_nav {
        min-height: calc(100vh - 78px);
        height: 100%;
        overflow-y: scroll;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0
    }

    .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
        color: #212121
    }

    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
        background-color: #212121
    }

    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before,
    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
        background-color: #212121
    }
}

.mobile-menu-container .slicknav_menu {
    background-color: transparent;
    padding: 0
}

@media screen and (min-width:992px) {
    .mobile-menu-container .slicknav_menu {
        display: none
    }
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 10px 0;
    float: none
}

.mobile-menu-container .slicknav_menu .slicknav_icon {
    margin-left: 0;
    margin-right: 10px
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    font-weight: 700
}

.mobile-menu-container .slicknav_menu .slicknav_nav li {
    border-top: 1px solid #e6e6e6
}

.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
    color: #7a7a7a;
    font-size: 13px
}

.mobile-menu-container .slicknav_menu .slicknav_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.mobile-menu-container .slicknav_menu .slicknav_row>a {
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px)
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
    border-left: 1px solid #e6e6e6;
    width: 45px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
    position: static;
    padding: 0;
    margin: 0
}

.mobile-menu-container .slicknav_menu .slicknav_row:hover,
.mobile-menu-container .slicknav_menu .slicknav_row:focus,
.mobile-menu-container .slicknav_menu .slicknav_row:active {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

@media screen and (max-width:991px) {
    .mobile-menu-container {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25)
    }
}

.slicknav_menu .slicknav_btn {
    background-color: transparent;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #242424
}

.slicknav_menu .slicknav_nav ul {
    margin: 0;
    padding: 0
}

.slicknav_menu .slicknav_nav li {
    position: relative;
    list-style: none
}

.slicknav_menu .slicknav_nav li a {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
    background-color: transparent;
    color: #2C75BA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

.slicknav_menu .slicknav_nav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1)
}

.slicknav_menu .slicknav_arrow {
    position: absolute;
    right: 5px;
    height: 100%;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px
}

.slicknav_btn {
    position: relative;
    display: block;
    float: right;
    padding: 0;
    line-height: 1.125em;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.slicknav_btn .slicknav_icon {
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
    margin-top: 1px
}

.slicknav_btn .slicknav_icon:before {
    display: none
}

.slicknav_btn .slicknav_icon span {
    background-color: #FFF;
    box-shadow: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slicknav_btn .slicknav_icon span:first-child {
    display: block
}

.slicknav_btn .slicknav_icon span:first-child:before,
.slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    -webkit-transition-delay: 0.5s, 0s;
    -moz-transition-delay: 0.5s, 0s;
    -ms-transition-delay: 0.5s, 0s;
    -o-transition-delay: 0.5s, 0s;
    transition-delay: 0.5s, 0s;
    -webkit-transition-duration: 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s
}

.slicknav_btn .slicknav_icon span:first-child:before {
    top: -6px
}

.slicknav_btn .slicknav_icon span:first-child:after {
    top: 6px
}

.slicknav_btn.slicknav_open span:first-child {
    background-color: transparent !important
}

.slicknav_btn.slicknav_open span:first-child:before,
.slicknav_btn.slicknav_open span:first-child:after {
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -ms-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s
}

.slicknav_btn.slicknav_open span:first-child:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slicknav_btn.slicknav_open span:first-child:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.slick-slider {
    position: relative
}

.slick-slider .slick-prev {
    left: 15px
}

.slick-slider .slick-prev:before {
    content: "\f053"
}

.slick-slider .slick-next {
    right: 15px
}

.slick-slider .slick-next:before {
    content: "\f054"
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    width: auto;
    height: auto
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
    background-color: #2C75BA;
    color: #ffffff
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 5px 5px
}

.slick-dots li button {
    background-color: #c6c6c6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px
}

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

.slick-dots li button:hover {
    background-color: #0791BE
}

.slick-dots li.slick-active button {
    background-color: #0791BE
}

.home-slider .slick-dots {
    bottom: 100px
}

.home-slider .slick-arrow {
    -webkit-transition: linear 0.6s;
    -moz-transition: linear 0.6s;
    -ms-transition: linear 0.6s;
    -o-transition: linear 0.6s;
    transition: linear 0.6s;
    opacity: 0
}

.home-slider .slick-arrow:before {
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px
}

.home-slider .slick-prev {
    left: -100px
}

.home-slider .slick-next {
    right: -100px
}

.home-slider:hover .slick-arrow {
    opacity: 1
}

.home-slider:hover .slick-prev {
    left: 15px
}

.home-slider:hover .slick-next {
    right: 15px
}

@media screen and (max-width:575px) {
    .home-slider .slick-arrow:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 11px
    }
}

.home-slider {
    position: relative;
    overflow: hidden;
    min-height: 654px
}

.home-slider .home-banner-items .banner-content-wrap {
    padding-bottom: 280px
}

.home-slider .home-banner-items .banner-content-wrap p {
    font-family: 'Open Sans', sans-serif
}

.home-slider .banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 58%
}

.banner-inner-wrap {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.home-banner-items {
    position: relative
}

.home-banner-items .banner-content-wrap {
    padding-bottom: 140px;
    padding-top: 220px
}

.home-banner-items .banner-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.home-banner-items .banner-content .banner-title {
    text-shadow: 0 0 10px #1c2230;
    font-size: 56px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase
}

.home-banner-items .banner-content p {
    color: #ffffff;
    margin-bottom: 45px
}

.home-banner-items .banner-content .slider-button {
    margin-left: -10px;
    margin-right: -10px
}

.home-banner-items .banner-content .slider-button a {
    margin: 10px
}

.home-banner-items .overlay {
    background-color: rgb(11 47 70 / 51%)
}

@media screen and (max-width:991px) {
    .home-banner-items .banner-content .banner-title {
        font-size: 50px
    }
}

@media screen and (max-width:767px) {
    .home-banner-items .banner-content .banner-title {
        font-size: 45px
    }
}

@media screen and (max-width:575px) {
    .home-banner-items .banner-content-wrap {
        padding-top: 190px
    }

    .home-banner-items .banner-content {
        max-width: 90%
    }

    .home-banner-items .banner-content .banner-title {
        font-size: 32px
    }
}

.home-banner-section {
    padding-bottom: 100px
}

@media screen and (max-width:575px) {
    .home-banner-section {
        padding-bottom: 60px
    }

    .home-banner-section .banner-content-wrap {
        padding-bottom: 60px
    }

    .home-banner-section .banner-content-wrap .slider-button {
        margin-left: -5px;
        margin-right: -5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-banner-section .banner-content-wrap .slider-button a {
        padding: 10px 15px;
        text-align: center;
        margin: 5px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }
}

.shape-search-section {
    padding-bottom: 100px;
    position: relative
}

.shape-search-section .slider-shape {
    background-image: url(assets/images/slider-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 144px;
    width: 100%;
    margin-top: -70px
}

@media screen and (min-width:576px) {
    .shape-search-section .trip-search-inner {
        margin-top: -210px
    }
}

@media only screen and (min-width:915px) {
    .shape-search-section .trip-search-inner {
        margin-top: -160px
    }
}

@media only screen and (max-width:580px) {
    .shape-search-section {
        padding-bottom: 60px
    }

    .shape-search-section .trip-search-inner {
        margin-top: -230px
    }
}

.trip-search-section .trip-search-inner {
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 36px 40px 42px;
    position: relative;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.trip-search-section .input-group {
    width: 20%;
    padding: 8px
}

.trip-search-section .input-group i {
    position: absolute;
    bottom: 25px;
    right: 25px
}

.trip-search-section .input-group.width-col-1 {
    width: 100%
}

.trip-search-section label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal
}

.trip-search-section label span {
    margin-right: 8px;
    font-size: 14px
}

.trip-search-section input:focus {
    outline: none
}

.trip-search-section input::placeholder {
    color: #999999
}

.trip-search-section input:-ms-input-placeholder {
    color: #999999
}

.trip-search-section input::-ms-input-placeholder {
    color: #999999
}

.trip-search-section select,
.trip-search-section input {
    background-color: #F8F8F8;
    color: #383838;
    border: none;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    line-height: 1.6
}

.trip-search-section input[type=submit] {
    background-color: #F56960;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: auto
}

.trip-search-section input[type=submit]:hover,
.trip-search-section input[type=submit]:focus {
    background-color: #2C75BA;
    color: #ffffff
}

@media screen and (min-width:576px) {
    .trip-search-section .input-group {
        width: 50%
    }

    .trip-search-section .width-col-3 {
        width: 33.33%
    }
}

@media only screen and (min-width:915px) {
    .trip-search-section .input-group {
        width: 20%
    }
}

@media only screen and (max-width:580px) {
    .trip-search-section .input-group {
        width: 100%
    }

    .trip-search-section .trip-search-inner {
        padding: 20px
    }
}

.home-banner-section .trip-search-section .trip-search-inner {
    color: #ffffff;
    padding: 30px
}

.home-banner-section .trip-search-section .trip-search-inner input[type=submit] {
    margin-top: 10px
}

.destination-section {
    padding-bottom: 100px
}

@media screen and (min-width:992px) {
    .destination-section {
        margin-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .destination-section {
        padding-bottom: 60px
    }
}

.destination-three-column .row .row {
    margin: 0
}

.destination-three-column .row .row [class*=col-] {
    padding: 7px
}

.destination-three-column>.row {
    margin: 0 -7px
}

.destination-three-column>.row>[class*=col-] {
    padding: 0
}

.destination-four-column .row {
    margin: 0 -7px
}

.destination-four-column .row [class*=col-] {
    padding: 7px
}

.overlay-desti-item .desti-content {
    background-color: rgb(16 31 70 / 70%);
    position: absolute;
    bottom: -103px;
    left: 0;
    z-index: 11;
    width: 100%;
    transition: 0.5s ease-in-out
}

.overlay-desti-item .desti-content.one {
    bottom: -148px
}

.overlay-desti-item .desti-content.two {
    bottom: -170px
}

.overlay-desti-item .desti-content.three {
    bottom: -126px
}

.overlay-desti-item .desti-content h3 {
    color: #ffffff;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 15px
}

.overlay-desti-item .desti-content h3 a:hover {
    color: #fff
}

.desti-content p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    font-size: 14px
}

.desti-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgb(255 255 255 / 28%);
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.desti-item .desti-image {
    position: relative
}

.desti-image img {
    width: 100%;
    transition: 3s
}

.desti-item:hover img {
    transform: scale(1.25)
}

.desti-item:hover .desti-content {
    bottom: 0
}

.desti-item .desti-content:before {
    background-color: #101F46;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    opacity: 0.45;
    z-index: 1
}

.desti-item .desti-image .rating-start {
    position: absolute;
    top: 10px;
    right: 14px
}

.desti-item .meta-cat a {
    display: inline-block;
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.desti-item .meta-cat a:hover,
.desti-item .meta-cat a:focus {
    color: #2C75BA
}

.desti-item .bg-meta-cat {
    position: absolute;
    top: 30px;
    left: 30px
}

.desti-item .bg-meta-cat a {
    background-color: rgba(7, 145, 190, 0.85);
    color: #ffffff;
    padding: 7px 24px
}

.desti-item .bg-meta-cat a:hover,
.desti-item .bg-meta-cat a:focus {
    background-color: rgba(245, 105, 96, 0.85);
    color: #ffffff
}

.desti-item .rating-start span:before {
    color: #ffffff
}

@media screen and (max-width:991px) {
    .desti-item .desti-image img {
        width: 100%
    }
}

.desti-content {
    padding: 20px 20px
}

.desti-content h3 {
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px
}

.desti-content h3 a:hover {
    color: #F56960
}

.btn-wrap a {
    margin-top: 30px
}

@media screen and (max-width:575px) {
    .btn-wrap a {
        margin-top: 20px
    }
}

.rating-start {
    display: block;
    position: relative;
    font-size: 15px
}

.rating-start:before {
    color: #ccc;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.rating-start span:before {
    color: #f1aa0d;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: -1px;
    position: relative
}

.package-section {
    padding-bottom: 100px
}

@media screen and (max-width:991px) {
    .package-section {
        padding-bottom: 70px
    }
}

@media screen and (max-width:575px) {
    .package-section {
        padding-bottom: 60px
    }
}

.package-inner .row {
    margin: 0 -12px
}

.package-inner .row [class*=col-] {
    padding-left: 12px;
    padding-right: 12px
}

.package-wrap {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.package-wrap .package-content {
    padding: 0 30px 0
}

.package-wrap .package-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0
}

.package-wrap .package-content h3 p {
    margin-bottom: 0;
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.package-wrap .package-content .btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 27px
}

.package-wrap .package-content .btn-wrap a {
    color: #383838;
    display: block;
    margin-top: 0;
    padding: 16px 0;
    width: 100%
}

.package-wrap .package-content .btn-wrap a.width-6 {
    width: 50%
}

.package-wrap .package-content .btn-wrap a+a {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.package-wrap .package-content .btn-wrap a [class*=fa-] {
    color: #F56960;
    font-size: 13px;
    margin-left: 8px
}

.package-wrap .package-content .btn-wrap a:hover,
.package-wrap .package-content .btn-wrap a:focus,
.package-wrap .package-content .btn-wrap a:active {
    color: #0791BE
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-],
.package-wrap .package-content .btn-wrap a:focus [class*=fa-],
.package-wrap .package-content .btn-wrap a:active [class*=fa-] {
    color: #0791BE
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-]:before,
.package-wrap .package-content .btn-wrap a:focus [class*=fa-]:before,
.package-wrap .package-content .btn-wrap a:active [class*=fa-]:before {
    font-weight: 900
}

.package-wrap .review-area {
    margin-bottom: 15px
}

.package-wrap .review-area .review-text {
    font-size: 13px;
    color: #787878;
    line-height: 1.1
}

.package-wrap .rating-start {
    display: inline-block;
    margin-left: 5px
}

.package-wrap .package-price {
    background-color: #F56960;
    position: absolute;
    top: 20px;
    right: 0
}

.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px
}

.package-wrap .package-price h6 span {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width:991px) {
    .package-wrap {
        margin-bottom: 30px
    }

    .package-wrap .feature-image img {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .package-wrap .package-content {
        padding: 0 20px 0
    }

    .package-wrap .package-content .btn-wrap {
        margin-left: -20px;
        margin-right: -20px
    }
}

.package-meta {
    background-color: #0791BE;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -25px;
    padding: 15px 0;
    position: relative
}

.package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0
}

.package-meta ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative
}

.package-meta ul li [class*=fa-] {
    margin-right: 4px
}

.package-meta ul li:before {
    color: #BBBBBB;
    content: "|";
    line-height: 0.8;
    position: absolute;
    right: -3px;
    top: 0
}

.package-meta ul li:first-child {
    padding-left: 0
}

.package-meta ul li:last-child {
    padding-right: 0
}

.package-meta ul li:last-child:before {
    display: none
}

@media screen and (max-width:575px) {
    .package-meta {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px
    }
}

.package-section.bg-light-grey {
    padding-top: 100px;
    margin-top: 50px
}

@media screen and (max-width:991px) {
    .package-section.bg-light-grey {
        padding-top: 70px;
        margin-top: 0
    }
}

@media screen and (max-width:575px) {
    .package-section.bg-light-grey {
        padding-top: 60px
    }
}

.package-inner-list .row {
    margin: 0 -15px
}

.package-inner-list .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.package-inner-list .package-wrap {
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.package-inner-list .package-wrap .feature-image,
.package-inner-list .package-wrap .package-content {
    width: 50%
}

.package-inner-list .package-wrap .package-price {
    right: auto;
    left: 0
}

.package-inner-list .package-wrap .package-meta {
    margin: 0
}

.package-inner-list .package-wrap .package-meta ul li [class*=fa-] {
    font-size: 10px;
    margin-right: 2px
}

.package-inner-list .package-wrap .package-content {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.package-inner-list .package-wrap .package-content .btn-wrap {
    margin-top: auto
}

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

    .package-inner-list .package-wrap .feature-image,
    .package-inner-list .package-wrap .package-content {
        width: 100%
    }
}

.callback-section {
    position: relative;
    margin-bottom: 140px
}

.callback-section:before {
    background-color: #0791BE;
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.callback-section .callback-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 540px;
    background-image: url(assets/images/destinations/banner.jpg);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:991px) {
    .callback-section:before {
        width: 100%;
        top: 100px;
        height: calc(100% - 100px)
    }

    .callback-section .callback-img {
        min-height: 300px;
        background-position: top center;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%)
    }
}

@media screen and (max-width:575px) {
    .callback-section {
        margin-bottom: 120px
    }
}

.callback-inner {
    padding: 100px 0px 0px 65px
}

@media screen and (max-width:991px) {
    .callback-inner {
        padding: 80px 0px 0 0px
    }
}

@media screen and (max-width:575px) {
    .callback-inner {
        padding: 30px 0px 0 0px
    }
}

.callback-counter-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.callback-section .callback-counter-wrap .counter-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 25px 18px 25px;
    width: 50%
}

.callback-counter-wrap .counter-icon {
    width: 52px
}

.callback-counter-wrap .counter-content {
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    text-align: left;
    padding-left: 15px
}

.callback-counter-wrap .counter-no {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900
}

.callback-counter-wrap .counter-text {
    color: #ffffff;
    display: block
}

@media screen and (min-width:768px) {
    .callback-counter-wrap .counter-item {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4)
    }

    .callback-counter-wrap .counter-item:nth-child(2n + 2) {
        border-right: none
    }

    .callback-counter-wrap .counter-item:last-child,
    .callback-counter-wrap .counter-item:nth-last-child(2) {
        border-bottom: none
    }
}

@media screen and (max-width:767px) {
    .callback-counter-wrap .counter-item {
        width: 100%
    }

    .callback-counter-wrap .counter-icon {
        width: 40px
    }

    .callback-counter-wrap .counter-item {
        border: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 10px
    }

    .callback-counter-wrap .counter-content {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-left: 20px;
        text-align: right
    }
}

@media screen and (max-width:575px) {
    .callback-counter-wrap {
        margin-bottom: 30px
    }
}

.callback-img {
    position: relative
}

.support-area {
    background-color: #ffffff;
    box-shadow: 0px 15px 55px -15px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: -50px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px
}

.support-area .support-icon {
    width: 52px;
    margin-right: 26px
}

.support-area h3 {
    color: #F56960;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0
}

.support-area h4 {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

@media screen and (min-width:992px) {
    .support-area {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media screen and (max-width:575px) {
    .support-area {
        padding: 20px
    }

    .support-area h3 {
        font-size: 20px
    }

    .support-area h4 {
        font-size: 15px
    }
}

.video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-button a {
    display: block;
    position: relative;
    cursor: pointer
}

.video-button a i {
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #0791BE;
    display: block;
    font-size: 24px;
    line-height: 104px;
    width: 104px;
    height: 104px;
    text-align: center
}

.video-button a:after {
    background-color: #ffffff;
    position: absolute;
    display: block;
    content: "";
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
    top: 16px;
    left: 16px;
    -webkit-animation: videoPulse 1.6s ease-out infinite;
    animation: videoPulse 1.6s ease-out infinite;
    opacity: 0
}

@media screen and (max-width:575px) {
    .video-button a i {
        font-size: 18px;
        height: 80px;
        width: 80px;
        line-height: 80px
    }

    .video-button a:after {
        height: 50px;
        width: 50px
    }
}

.bg-color-callback {
    background-color: #0791BE;
    padding-top: 50px;
    padding-bottom: 50px
}

.bg-color-callback .callback-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1
}

.bg-color-callback .callback-content p {
    color: #ffffff
}

.bg-color-callback .callback-content p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .bg-color-callback .callback-content {
        padding-right: 50px
    }
}

.bg-color-callback .button-wrap {
    text-align: center
}

@media screen and (min-width:768px) {
    .bg-color-callback .button-wrap {
        text-align: right
    }
}

@media screen and (max-width:767px) {
    .bg-color-callback {
        text-align: center
    }

    .bg-color-callback .callback-content {
        margin-bottom: 30px
    }

    .bg-color-callback .callback-content h2 {
        font-size: 20px
    }
}

.bg-img-callback {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 70px 0
}

.bg-img-callback:before {
    content: "";
    background-color: #151515;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75
}

.bg-img-callback .callback-content {
    color: #ffffff
}

.bg-img-callback .callback-content h2 {
    color: #ffffff
}

.bg-img-callback .button-wrap {
    text-align: center
}

@media screen and (min-width:768px) {
    .bg-img-callback .button-wrap {
        text-align: right
    }
}

@media screen and (max-width:767px) {
    .bg-img-callback {
        text-align: center
    }
}

@-webkit-keyframes videoPulse {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes videoPulse {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.activity-section {
    padding-bottom: 60px
}

@media screen and (max-width:575px) {
    .activity-section {
        padding-bottom: 42px
    }
}

.activity-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.activity-inner.row {
    margin-left: -9px;
    margin-right: -9px
}

.activity-inner [class*=col-] {
    padding-left: 9px;
    padding-right: 9px
}

.activity-inner .activity-item {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 15px
}

.activity-inner .activity-item .activity-icon {
    margin-bottom: 15px
}

.activity-inner .activity-item h4 {
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2
}

.activity-inner .activity-item p {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .activity-inner .activity-item {
        margin-bottom: 18px
    }
}

.activity-bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    margin-bottom: 0;
    position: relative
}

.activity-bg-image:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75
}

.activity-bg-image .activity-inner.row {
    margin-left: 0;
    margin-right: 0
}

.activity-bg-image .activity-inner [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.activity-bg-image .activity-item {
    border-width: 0 1px 0 0;
    border-color: rgba(255, 255, 255, 0.28);
    margin-bottom: 0
}

.activity-bg-image .activity-content {
    color: #ffffff
}

.activity-bg-image .activity-content h4 {
    color: #ffffff
}

.activity-bg-image [class*=col-]:last-child .activity-item {
    border-right: none
}

@media (max-width:991px) and (min-width:768px) {
    .activity-bg-image .activity-item {
        border-width: 0 1px 1px 0
    }

    .activity-bg-image [class*=col-]:nth-child(3)~[class*=col-] .activity-item {
        border-bottom: none
    }

    .activity-bg-image [class*=col-]:nth-child(3) .activity-item {
        border-right: none
    }
}

@media screen and (max-width:991px) {
    .activity-bg-image {
        padding-top: 82px;
        margin-bottom: 82px
    }
}

@media screen and (max-width:767px) {
    .activity-bg-image .activity-item {
        border-width: 0 1px 1px 0
    }

    .activity-bg-image [class*=col-]:nth-child(4)~[class*=col-] .activity-item {
        border-bottom: none
    }

    .activity-bg-image [class*=col-]:nth-child(2n + 2) .activity-item {
        border-right: none
    }
}

@media screen and (max-width:575px) {
    .activity-bg-image {
        padding-top: 50px;
        margin-bottom: 50px
    }
}

.special-section {
    padding-bottom: 100px
}

@media screen and (max-width:991px) {
    .special-section {
        padding-bottom: 62px
    }
}

@media screen and (max-width:575px) {
    .special-section {
        padding-bottom: 12px
    }
}

.special-inner {
    margin-top: -30px;
    margin-bottom: -30px
}

.special-item {
    padding-bottom: 30px;
    padding-top: 30px
}

.special-item .special-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    margin-top: -145px;
    padding: 30px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px
}

.special-item .badge-dis {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.special-item .badge-dis {
    background-color: #F56960;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 5px
}

.special-item .badge-dis span {
    font-weight: 600;
    color: #F8F8F8
}

.special-item .badge-dis strong {
    color: #ffffff;
    display: block;
    font-family: "Raleway", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width:991px) {
    .special-item .special-img img {
        width: 100%
    }
}

.special-content .meta-cat {
    margin-bottom: 10px
}

.special-content .meta-cat a {
    color: #0791BE;
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    line-height: 1.2
}

.special-content .meta-cat a:hover,
.special-content .meta-cat a:focus {
    color: #F56960
}

.special-content .package-price {
    color: #F56960;
    font-size: 18px;
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    line-height: 1.3
}

.special-overlay-inner {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin-bottom: 30px
}

.special-overlay-item {
    overflow: hidden;
    position: relative
}

.special-overlay-item:before {
    background-color: rgba(21, 21, 21, 0.68);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.special-overlay-item .special-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px
}

.special-overlay-item .special-content h3,
.special-overlay-item .special-content .meta-cat a {
    color: #ffffff
}

.special-overlay-item .special-img .badge-dis {
    background-color: #0791BE;
    color: #ffffff;
    font-weight: 700;
    padding: 2px 45px;
    position: absolute;
    top: 25px;
    right: -30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.best-section {
    padding-bottom: 70px
}

.best-section .section-heading {
    margin-bottom: 37px
}

.best-section .gallery-img {
    margin-bottom: 30px
}

.best-section .gallery-img img {
    border-radius: 5px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .best-section .gallery-img img {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .best-section {
        padding-bottom: 30px
    }
}

.client-section {
    position: relative;
    z-index: 9;
    padding-top: 30px
}

.client-section::before {
    content: '';
    background: url(../images/banner/travel-bg.jpg);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9
}

.client-wrap {
    padding: 38px 0
}

.client-wrap .client-item {
    padding: 10px 35px;
    text-align: center
}

.client-wrap .client-item img {
    width: 150px;
    height: 120px;
    object-fit: cover
}

@media screen and (max-width:575px) {
    .client-wrap .client-item {
        padding: 10px 20px;
        text-align: center
    }
}

.subscribe-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 75px 0 75px;
    position: relative
}

.home .subscribe-section {
    padding: 150px 0 150px;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center
}

.subscribe-section:before {
    background: linear-gradient(45deg, #101F46, transparent);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55
}

.subscribe-section .section-heading {
    margin-bottom: 0
}

.subscribe-section .section-heading .title-icon-divider {
    margin-bottom: 30px
}

.subscribe-section .section-heading h4 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2
}

.newsletter-form {
    margin-bottom: 0;
    position: relative
}

.newsletter-form input[type=email] {
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    width: 100%;
    height: 60px;
    padding: 0 190px 0 20px;
    font-weight: 500;
    border-radius: 5px
}

.newsletter-form input[type=submit] {
    border: 0;
    line-height: 1.3;
    outline: none;
    z-index: 1;
    padding: 15px 30px;
    position: absolute;
    top: 5px;
    right: 5px
}

.newsletter-form input::placeholder {
    color: #fff
}

.newsletter-form input:-ms-input-placeholder {
    color: #94AAB3;
    color: #fff
}

.newsletter-form input::-ms-input-placeholder {
    color: #94AAB3;
    color: #fff
}

@media screen and (max-width:575px) {
    .newsletter-form input[type=email] {
        padding: 0 20px;
        margin-bottom: 15px
    }

    .newsletter-form input[type=submit] {
        width: 100%;
        position: static
    }
}

.home .subscribe-bg-image {
    padding: 100px 0 75px;
    margin-top: 0;
    margin-bottom: 100px
}

@media screen and (max-width:575px) {
    .home .subscribe-bg-image {
        padding: 80px 0 40px;
        margin-bottom: 60px
    }
}

.progress-circle {
    width: 128px;
    height: 128px;
    line-height: 128px;
    text-align: center;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0
}

.progress-circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress-circle .circle-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #0791BE
}

.progress-circle .circle-left {
    left: 0
}

.progress-circle .circle-left .circle-bar {
    left: 100%;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.progress-circle .circle-right {
    right: 0
}

.progress-circle .circle-right .circle-bar {
    left: -100%;
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.progress-circle .progress-value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    font-size: 28px;
    color: #ffffff;
    height: 100%;
    font-weight: 700
}

.progress-circle .progress-value span {
    font-size: 12px;
    text-transform: uppercase
}

.progress-circle[data-percentage="10"] .circle-right .circle-bar {
    animation: loading-1 2s linear forwards
}

.progress-circle[data-percentage="10"] .circle-left .circle-bar {
    animation: 0
}

.progress-circle[data-percentage="20"] .circle-right .circle-bar {
    animation: loading-2 2s linear forwards
}

.progress-circle[data-percentage="20"] .circle-left .circle-bar {
    animation: 0
}

.progress-circle[data-percentage="30"] .circle-right .circle-bar {
    animation: loading-3 2s linear forwards
}

.progress-circle[data-percentage="30"] .circle-left .circle-bar {
    animation: 0
}

.progress-circle[data-percentage="40"] .circle-right .circle-bar {
    animation: loading-4 2s linear forwards
}

.progress-circle[data-percentage="40"] .circle-left .circle-bar {
    animation: 0
}

.progress-circle[data-percentage="50"] .circle-right .circle-bar {
    animation: loading-5 2s linear forwards
}

.progress-circle[data-percentage="50"] .circle-left .circle-bar {
    animation: 0
}

.progress-circle[data-percentage="60"] .circle-right .circle-bar {
    animation: loading-5 2s linear forwards
}

.progress-circle[data-percentage="60"] .circle-left .circle-bar {
    animation: loading-1 2s linear forwards 2s
}

.progress-circle[data-percentage="70"] .circle-right .circle-bar {
    animation: loading-5 2s linear forwards
}

.progress-circle[data-percentage="70"] .circle-left .circle-bar {
    animation: loading-2 2s linear forwards 2s
}

.progress-circle[data-percentage="80"] .circle-right .circle-bar {
    animation: loading-5 2s linear forwards
}

.progress-circle[data-percentage="80"] .circle-left .circle-bar {
    animation: loading-3 2s linear forwards 2s
}

.progress-circle[data-percentage="90"] .circle-right .circle-bar {
    animation: loading-5 2s linear forwards
}

.progress-circle[data-percentage="90"] .circle-left .circle-bar {
    animation: loading-4 2s linear forwards 2s
}

.progress-circle[data-percentage="100"] .circle-right .circle-bar {
    animation: loading-5 2s linear forwards
}

.progress-circle[data-percentage="100"] .circle-left .circle-bar {
    animation: loading-5 2s linear forwards 2s
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

.progress-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.progress-wrap .progress-inner {
    width: 50%;
    text-align: center
}

@media screen and (max-width:575px) {
    .progress-wrap .progress-inner {
        width: 100%
    }
}

.progress-inner {
    padding: 25px
}

.progress-inner h4 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 15px
}

@media screen and (min-width:768px) {
    .progress-inner {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4)
    }

    .progress-inner:nth-child(2n + 2) {
        border-right: none
    }

    .progress-inner:last-child,
    .progress-inner:nth-last-child(2) {
        border-bottom: none
    }
}

.blog-section {
    padding: 100px 0
}

.blog-section .post {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2)
}

.blog-section .entry-content {
    padding: 25px 20px
}

.blog-section .entry-meta {
    margin-left: -8px;
    margin-right: -8px
}

.blog-section .entry-meta span {
    padding: 0 8px;
    position: relative
}

.blog-section .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.blog-section .entry-meta span:last-child:before {
    display: none
}

.blog-section .entry-meta a {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1
}

.blog-section .entry-meta a:hover,
.blog-section .entry-meta a:focus {
    color: #2C75BA
}

@media screen and (max-width:991px) {
    .blog-section {
        padding: 100px 0 70px
    }

    .blog-section .post {
        margin-bottom: 30px
    }

    .blog-section .feature-image img {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .blog-section {
        padding: 60px 0
    }
}

.testimonial-section {
    padding: 100px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative
}

.testimonial-section:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7
}

.testimonial-section .slick-dots {
    position: static;
    margin-top: 23px
}

.testimonial-item .testimonial-img {
    border: 2px solid #F56960;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px
}

.testimonial-item.team-item {
    box-shadow: 0 0 5px #e3dfdf
}

.testimonial-item.team-item .testimonial-img {
    border: 2px solid #F56960;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px
}

.testimonial-item .testimonial-img img {
    width: 100%
}

.testimonial-item .testimonial-content p {
    color: #151515;
    font-style: italic;
    line-height: 1.5;
    font-size: 1.3em
}

.testimonial-item .testimonial-content cite {
    color: #0791BE;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px
}

.testimonial-item .testimonial-content cite .company {
    color: #787878;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400
}

.contact-section {
    background-color: #0791BE;
    padding-bottom: 80px;
    padding-top: 80px
}

.contact-section .contact-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -136px;
    min-height: 385px
}

.contact-section .contact-details-wrap {
    padding-left: 20px
}

.contact-section .contact-details {
    border-right: 1px solid rgba(255, 255, 255, 0.25)
}

.contact-section .contact-details .contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px
}

.contact-section .contact-details ul {
    padding: 0;
    margin: 0
}

.contact-section .contact-details ul li {
    color: #ffffff;
    list-style: none;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px
}

.contact-section .contact-details ul li:last-child {
    margin-bottom: 0
}

.contact-section .contact-details ul li a {
    color: #ffffff
}

.contact-section .contact-details ul li a:hover,
.contact-section .contact-details ul li a:focus {
    color: #ffffff
}

.contact-section .contact-details-wrap [class*=col-]:last-child .contact-details {
    border-right: none
}

.contact-section .contact-btn-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 30px;
    padding-top: 30px
}

.contact-section .contact-btn-wrap h3 {
    color: #ffffff
}

@media screen and (min-width:576px) {
    .contact-section .contact-btn-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }

    .contact-section h3 {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .contact-section .contact-img {
        margin-bottom: 30px
    }

    .contact-section .contact-details-wrap {
        padding-left: 0
    }
}

@media screen and (max-width:575px) {
    .contact-section {
        padding-bottom: 60px
    }

    .contact-section .contact-details {
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        border-right: none;
        padding: 20px 0
    }

    .contact-section .contact-details .contact-icon {
        margin-left: auto;
        margin-right: auto
    }

    .contact-section .contact-details-wrap [class*=col-]:last-child .contact-details {
        border-bottom: none
    }

    .contact-section .contact-btn-wrap {
        text-align: center
    }
}

.team-item {
    border: 1px solid rgba(7, 145, 190, 0.13);
    margin: 10px
}

.team-item .heading-wrap {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 25px;
    margin-top: -50px;
    position: relative
}

.team-item .heading-wrap h3 {
    margin-bottom: 8px
}

.team-item .heading-wrap h5 {
    color: #0791BE;
    font-weight: 700;
    margin-bottom: 0
}

.team-item .team-content {
    padding: 0 25px 25px;
    text-align: center
}

.team-item .social-links li {
    margin: 0 5px
}

.team-item .social-links a {
    background-color: #F56960;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.team-item .social-links a:hover {
    background-color: #2C75BA
}

.choice-section {
    padding-bottom: 100px
}

@media screen and (max-width:575px) {
    .choice-section {
        padding-bottom: 60px
    }
}

.choice-slider .choice-slider-item {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.choice-slider .choice-slider-item:before {
    background-color: rgba(21, 21, 21, 0.56);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.choice-slider .choice-slider-content {
    padding-bottom: 140px;
    padding-top: 140px;
    color: #ffffff;
    position: relative;
    z-index: 9
}

.choice-slider .choice-slider-content h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1
}

.choice-slider .choice-slider-content p {
    margin-bottom: 30px
}

@media screen and (max-width:575px) {
    .choice-slider .choice-slider-content {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.choice-slider .slick-arrow {
    -webkit-transition: linear 0.6s;
    -moz-transition: linear 0.6s;
    -ms-transition: linear 0.6s;
    -o-transition: linear 0.6s;
    transition: linear 0.6s;
    opacity: 0
}

.choice-slider:hover .slick-arrow {
    opacity: 1
}

footer {
    position: relative;
    z-index: 1
}

.site-footer {
    background-color: #383838;
    padding-top: 80px
}

.site-footer .top-footer {
    padding-bottom: 55px
}

.site-footer .award-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.site-footer .award-img a {
    width: 50%
}

.site-footer .award-img a:first-child {
    margin-right: 10px
}

.site-footer .buttom-footer {
    background-color: #404040;
    padding: 30px 0
}

.site-footer .copy-right {
    color: #ffffff
}

.site-footer .copy-right a {
    color: #ffffff
}

.site-footer .copy-right a:hover {
    color: #2C75BA
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0
}

.site-footer .footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px
}

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 14px;
    color: #B6B6B6
}

.site-footer .footer-menu ul li:last-child:before {
    display: none
}

.site-footer .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
    color: #2C75BA
}

@media screen and (max-width:575px) {
    .site-footer {
        padding-top: 50px
    }

    .site-footer .top-footer {
        padding-bottom: 25px
    }
}

@media screen and (max-width:767px) {
    .site-footer .footer-menu {
        text-align: center;
        margin-bottom: 15px
    }

    .site-footer .footer-logo {
        margin-bottom: 15px
    }

    .site-footer .copy-right {
        text-align: center !important
    }
}

.footer-primary .widget {
    color: #e0e0e0
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.footer-primary .widget .widget-title:before {
    background-color: #0791BE;
    content: "";
    height: 18px;
    width: 3px;
    margin-right: 10px
}

.footer-primary .widget ul li a {
    color: #ffffff
}

.footer-primary .widget ul li a:hover,
.footer-primary .widget ul li a:focus,
.footer-primary .widget ul li a:active {
    color: #2C75BA
}

@media screen and (max-width:991px) {
    .footer-primary .widget {
        margin-bottom: 30px
    }
}

.inner-banner-wrap {
    padding-bottom: 50px
}

@media screen and (max-width:575px) {
    .inner-banner-wrap {
        padding-bottom: 0
    }
}

.inner-shape {
    background-image: url(../images/effects/scratch-partition.webp);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 100px;
    width: 100%;
    margin-top: -99px;
    position: relative
}

@media screen and (max-width:991px) {
    .inner-shape {
        height: 105px
    }
}

.inner-banner-gray {
    background-color: #FAFAFA
}

.inner-banner-gray .inner-shape {
    background-image: url(assets/images/banner-pattern.png)
}

.inner-baner-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 150px;
    text-align: center;
    position: relative;
    min-height: 300px;
}

.inner-baner-container:before {
    background-color: rgb(21 21 21 / 20%);
    content: "";
    display: block;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.inner-baner-container .inner-banner-content {
    position: relative;
    color: #ffffff
}

.inner-baner-container .inner-title {
    color: #ffffff;
    line-height: 1.1
}

.inner-baner-container .breadcrumb {
    background-color: transparent;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
    padding: 0
}

.inner-baner-container .breadcrumb li {
    color: #ffffff;
    font-size: 14px
}

.inner-baner-container .breadcrumb li:before {
    color: inherit
}

.inner-baner-container .breadcrumb li a {
    color: #ffffff
}

.inner-baner-container .breadcrumb li a:hover {
    color: #2C75BA
}

.inner-baner-container .breadcrumb li.active {
    color: #b3b3b3
}

.inner-baner-container .breadcrumb-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

@media screen and (max-width:575px) {
    .inner-baner-container .inner-title {
        font-size: 30px
    }

    .inner-baner-container .inner-banner-content p {
        font-size: 15px
    }
}

.about-service-container {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .about-service-wrap .section-heading h2 {
        margin-bottom: 0
    }
}

.about-service {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.about-service .about-service-icon {
    background-color: #0791BE;
    color: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 10px;
    text-align: center
}

.about-service .about-service-content {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 20px
}

.about-service .about-service-content h4 {
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif
}

.about-service .about-service-content p:last-child {
    margin-bottom: 0
}

.about-video-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 520px;
    position: relative;
    margin-bottom: 100px
}

.about-page-section .client-section {
    margin-bottom: 90px
}

.about-page-section .client-wrap {
    background-color: #ffffff;
    padding: 0
}

.fullwidth-callback {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative
}

.fullwidth-callback:before {
    background-color: #151515;
    opacity: 0.6;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.fullwidth-callback .callback-counter-wrap {
    position: relative;
    margin: -10px
}

.fullwidth-callback .callback-counter-wrap .counter-item {
    width: 25%;
    border: none;
    padding: 10px
}

.fullwidth-callback .callback-counter-wrap .counter-item-inner {
    background-color: rgba(245, 105, 96, 0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px
}

.fullwidth-callback .callback-counter-wrap .counter-icon {
    padding-right: 15px;
    width: 70px
}

.fullwidth-callback .callback-counter-wrap .counter-content {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 15px;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px)
}

@media screen and (max-width:575px) {
    .fullwidth-callback .callback-counter-wrap .counter-item {
        width: 50%
    }
}

@media screen and (max-width:479px) {
    .fullwidth-callback .callback-counter-wrap .counter-item {
        width: 100%
    }
}

.home-about-section .about-img-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-about-section .about-img-left .about-img {
    margin-top: -90px
}

.home-about-section .about-img-right .about-img {
    border: 10px solid #ffffff
}

.home-about-section .about-content {
    border: 10px solid #ffffff;
    margin: 40px 0 0 30px;
    padding: 55px 30px 55px 30px;
    position: relative;
    z-index: 1
}

.home-about-section .about-content.secondary-bg h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 20px
}

.home-about-section .about-service-icon {
    background-color: #F56960
}

@media screen and (min-width:576px) {
    .home-about-section .about-img-left {
        width: 42%
    }

    .home-about-section .about-img-right {
        width: 58%;
        margin-left: -40px
    }
}

@media screen and (max-width:767px) {
    .home-about-section .about-img-wrap {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .home-about-section .about-img-wrap img {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .home-about-section .about-content {
        margin: 0 30px
    }

    .home-about-section .about-img-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-about-section .about-img-right .about-img {
        border-left: none;
        border-right: none
    }
}

.package-offer-wrap .special-section {
    padding-bottom: 155px
}

@media screen and (max-width:575px) {
    .package-offer-wrap .special-section {
        padding-bottom: 130px
    }
}

.single-tour-section {
    padding-bottom: 80px
}

.single-tour-section .start-wrap {
    display: inline-block
}

.single-tour-section .rating-start:before {
    font-weight: 400
}

.single-tour-section .rating-start span:before {
    color: #ffffff
}

.single-tour-inner h2 {
    margin-bottom: 35px
}

.single-tour-inner .package-meta {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.single-tour-inner .package-meta ul li:before {
    font-size: 20px;
    color: #DDDDDD;
    top: -2px
}

@media screen and (min-width:576px) {
    .single-tour-inner .package-meta ul li {
        font-size: 15px;
        padding: 0 30px
    }
}

.single-tour-inner .tab-container {
    margin-bottom: 50px
}

.single-tour-inner .slick-slider {
    overflow: hidden
}

.single-tour-inner .slick-slider .slick-dots {
    position: static
}

.single-tour-inner .slick-slider .slick-dots li button {
    height: 7px;
    width: 7px;
    padding: 0
}

.single-tour-inner .slick-list {
    margin: 0 -9px
}

.single-tour-inner .single-tour-item {
    padding: 0 9px
}

.nav-tabs {
    margin: 0
}

.nav-tabs .nav-link {
    color: #272727;
    border-radius: 0;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: #F56960
}

.tab-container {
    margin-top: 50px
}

@media screen and (max-width:575px) {
    .tab-container .nav {
        display: block
    }

    .tab-container .nav.nav-tabs a {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #dee2e6;
        padding: 15px 20px
    }

    .tab-container .nav.nav-tabs a:hover,
    .tab-container .nav.nav-tabs a:focus,
    .tab-container .nav.nav-tabs a.active {
        background-color: #2C75BA;
        color: #ffffff
    }
}

.tab-content {
    padding: 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d4d4d4
}

.tab-content ul {
    margin: 30px 0 0;
    padding: 0
}

.tab-content ul li {
    list-style: none;
    margin-bottom: 10px
}

@media screen and (max-width:575px) {
    .tab-content {
        padding: 20px
    }
}

.itinerary-content {
    margin-bottom: 30px
}

.itinerary-content span {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    margin-left: 8px
}

.itinerary-timeline-wrap .day-count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.itinerary-timeline-wrap .day-count {
    background-color: #F56960;
    color: #ffffff;
    border-radius: 100%;
    height: 40px;
    line-height: 1;
    width: 40px;
    font-size: 13px;
    margin-bottom: 20px
}

.itinerary-timeline-wrap .day-count span {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.itinerary-timeline-wrap ul {
    margin: 0;
    padding: 0
}

.itinerary-timeline-wrap ul li {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px
}

.itinerary-timeline-wrap ul li:last-child {
    margin-bottom: 0
}

.itinerary-timeline-wrap .timeline-content {
    background-color: #f9f9f9;
    padding: 25px;
    position: relative
}

.itinerary-timeline-wrap .timeline-content p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:576px) {
    .itinerary-timeline-wrap .day-count {
        background-color: #F56960;
        color: #ffffff;
        border-radius: 100%;
        height: 60px;
        margin-bottom: 0;
        line-height: 1;
        width: 60px;
        font-size: 13px;
        position: absolute;
        top: 50%;
        left: -24px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .itinerary-timeline-wrap .day-count span {
        font-size: 23px
    }

    .itinerary-timeline-wrap .timeline-content {
        margin-left: 24px;
        padding: 25px 25px 25px 50px
    }
}

.summary-review {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.summary-review .review-score span {
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    border-radius: 50%;
    width: 90px;
    display: block;
    height: 90px;
    margin: auto;
    font-weight: 700;
    font-size: 40px;
    line-height: 88px;
    text-align: center
}

.summary-review .review-score-content {
    margin-left: 20px
}

.summary-review .review-score-content p:last-child {
    margin-bottom: 0
}

.summary-review .review-score-content span {
    color: #999;
    font-size: 18px;
    font-weight: 300
}

@media screen and (max-width:575px) {
    .summary-review {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        text-align: center
    }

    .summary-review .review-score {
        margin-bottom: 20px
    }
}

.single-tour-inner .rating-start {
    display: inline-block;
    font-size: 13px
}

.single-tour-inner .rating-start span:before {
    color: #656565
}

.single-tour-gallery h3 {
    margin-bottom: 25px;
    text-transform: uppercase
}

.sidebar .package-price {
    background-color: #F56960;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px
}

.sidebar .package-price .price {
    color: #ffffff;
    font-family: "Open Sans", sans-serif
}

.sidebar .package-price .price span {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1
}

.sidebar .package-price .rating-start:before {
    color: #ffffff
}

.sidebar .map-area {
    margin-bottom: 50px
}

.sidebar .information-content {
    background-color: #f8f8f8;
    padding: 50px 30px;
    margin-bottom: 50px
}

.sidebar .information-content .button-primary {
    margin-top: 20px
}

.sidebar .information-content h5,
.sidebar .travel-package-content h5 {
    color: #F56960;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 22px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    font-family: 'Open Sans', sans-serif
}

.sidebar .information-content h5:before,
.sidebar .travel-package-content h5:before {
    background-color: #F56960;
    content: "";
    height: 2px;
    width: 50px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%
}

.sidebar .information-content h3,
.sidebar .travel-package-content h3 {
    text-transform: uppercase
}

.sidebar .travel-package-content {
    padding: 50px 30px;
    position: relative;
    z-index: 1
}

.sidebar .travel-package-content:before {
    background-color: #101F46;
    opacity: 0.85;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sidebar .travel-package-content h3,
.sidebar .travel-package-content h5,
.sidebar .travel-package-content p {
    color: #ffffff
}

.sidebar .travel-package-content h5:before {
    background-color: #ffffff
}

.sidebar .travel-package-content ul {
    text-align: left;
    padding: 0;
    margin: 0
}

.sidebar .travel-package-content ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6)
}

.sidebar .travel-package-content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar .travel-package-content ul li i {
    margin-right: 8px
}

.sidebar .travel-package-content ul li a {
    color: #ffffff;
    line-height: 1.3;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700
}

.blog-archive {
    padding-bottom: 100px
}

@media screen and (max-width:575px) {
    .blog-archive {
        padding-bottom: 50px
    }
}

@media screen and (min-width:992px) {
    .right-sidebar {
        padding-right: 40px
    }
}

@media screen and (min-width:992px) {
    .left-sidebar {
        padding-left: 40px
    }
}

.grid-item .post {
    margin-bottom: 40px
}

.grid-item .entry-meta {
    margin-bottom: 15px
}

.grid-item .entry-content {
    padding-top: 20px
}

.grid-item .entry-meta {
    margin-left: -8px;
    margin-right: -8px
}

.grid-item .entry-meta span {
    padding: 0 8px;
    position: relative
}

.grid-item .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.grid-item .entry-meta span:last-child:before {
    display: none
}

.grid-item .entry-meta a {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1
}

.grid-item .entry-meta a:hover,
.grid-item .entry-meta a:focus {
    color: #2C75BA
}

.inner-banner-wrap .entry-meta {
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px
}

.inner-banner-wrap .entry-meta span {
    padding: 0 10px;
    position: relative
}

.inner-banner-wrap .entry-meta span:before {
    color: #787878;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.inner-banner-wrap .entry-meta span:last-child:before {
    display: none
}

.inner-banner-wrap .entry-meta .posted-on a:before {
    content: "\f073"
}

.inner-banner-wrap .entry-meta .byline a:before {
    content: "\f007"
}

.inner-banner-wrap .entry-meta .comments-link a:before {
    content: "\f086"
}

.inner-banner-wrap .entry-meta a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.1
}

.inner-banner-wrap .entry-meta a:before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.inner-banner-wrap .entry-meta a:hover,
.inner-banner-wrap .entry-meta a:focus {
    color: #2C75BA
}

.single-post-section {
    margin-bottom: 100px
}

@media screen and (max-width:575px) {
    .single-post-section {
        margin-bottom: 50px
    }
}

.single-post-section .feature-image {
    margin-bottom: 30px
}

.single-post-section .meta-wrap {
    margin-bottom: 30px
}

.single-post-section .meta-wrap .tag-links:before {
    content: "\f02c";
    color: #1a1a1a;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
    font-weight: 900
}

.single-post-section .meta-wrap .tag-links a {
    color: #151515;
    font-weight: 600;
    margin: 0 3px
}

.single-post-section .meta-wrap .tag-links a:hover {
    color: #2C75BA
}

.single-post-section .author-wrap {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.single-post-section .author-wrap:before,
.single-post-section .author-wrap:after {
    content: "";
    display: block;
    clear: both
}

.single-post-section .author-wrap .author-thumb {
    width: 100px
}

.single-post-section .author-wrap .author-thumb img {
    border-radius: 100%
}

.single-post-section .author-wrap .author-content {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 20px
}

.single-post-section .author-wrap .author-content .author-name {
    margin-bottom: 5px
}

.single-post-section .author-wrap .author-content p {
    font-size: 17px
}

.single-post-section .author-wrap .author-content .button-text {
    color: #F56960
}

.single-post-section .author-wrap .author-content .button-text:hover {
    color: #2C75BA
}

@media screen and (max-width:575px) {
    .single-post-section .author-wrap {
        text-align: center
    }

    .single-post-section .author-wrap .author-thumb {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .single-post-section .author-wrap .author-content {
        width: 100%
    }
}

.post-navigation {
    margin: 50px -10px 0
}

.post-navigation:before,
.post-navigation:after {
    content: "";
    display: block;
    clear: both
}

.post-navigation [class*=nav-] .nav-label,
.post-navigation [class*=nav-] .nav-title {
    display: block;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s
}

.post-navigation .nav-label {
    color: #5f5f5f;
    font-size: 13px
}

.post-navigation .nav-prev,
.post-navigation .nav-next {
    width: 50%;
    padding: 0 10px
}

.post-navigation .nav-prev a,
.post-navigation .nav-next a {
    color: #101F46;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.post-navigation .nav-prev a:before,
.post-navigation .nav-next a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.post-navigation .nav-prev a:hover,
.post-navigation .nav-prev a:focus,
.post-navigation .nav-prev a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
    color: #2C75BA
}

.post-navigation .nav-prev a:hover .nav-label,
.post-navigation .nav-prev a:focus .nav-label,
.post-navigation .nav-prev a:active .nav-label,
.post-navigation .nav-next a:hover .nav-label,
.post-navigation .nav-next a:focus .nav-label,
.post-navigation .nav-next a:active .nav-label {
    color: #2C75BA
}

.post-navigation .nav-prev {
    float: left
}

@media screen and (max-width:767px) {
    .post-navigation .nav-prev {
        width: 100%
    }
}

.post-navigation .nav-prev a {
    padding-left: 30px
}

.post-navigation .nav-prev a:before {
    left: 12px;
    content: "\f053"
}

.post-navigation .nav-next {
    float: right;
    text-align: right
}

@media screen and (max-width:767px) {
    .post-navigation .nav-next {
        float: left;
        width: 100%
    }
}

.post-navigation .nav-next a {
    padding-right: 30px
}

.post-navigation .nav-next a:before {
    content: "\f054";
    right: 12px
}

@media screen and (max-width:767px) {
    .post-navigation .nav-prev~.nav-next {
        border-top: 1px solid #ececec;
        margin-top: 15px;
        padding-top: 15px
    }
}

.comment-area {
    margin-top: 60px
}

.comment-area .comment-title {
    margin-bottom: 25px
}

.comment-area ol {
    margin: 0;
    padding: 0
}

.comment-area ol ol {
    margin-left: 30px
}

.comment-area ol li {
    list-style: none;
    margin-bottom: 30px
}

.comment-area ol li:before,
.comment-area ol li:after {
    content: "";
    display: block;
    clear: both
}

.comment-area .comment-thumb {
    width: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    float: left
}

.comment-area .comment-content {
    border: 1px solid #e6e6e6;
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    float: right;
    padding: 20px
}

.comment-area .comment-content .comment-header {
    margin-bottom: 10px
}

.comment-area .comment-content p {
    margin-bottom: 15px
}

.comment-area .comment-content h5 {
    display: inline-block;
    margin-bottom: 0
}

.comment-area .comment-content .post-on {
    font-size: 13px;
    margin-left: 10px
}

.comment-area .comment-content .reply {
    background-color: #F56960;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 12px 6px;
    display: inline-block;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.comment-area .comment-content .reply i {
    margin-right: 4px;
    font-size: 12px
}

.comment-area .comment-content .reply:hover {
    background-color: #2C75BA
}

@media screen and (max-width:575px) {
    .comment-area .comment-thumb {
        width: 25px
    }

    .comment-area .comment-content {
        width: -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
}

.comment-form-wrap {
    padding-top: 30px
}

.comment-form-wrap .rate-wrap {
    padding: 0 15px;
    margin-bottom: 15px
}

.comment-form-wrap label {
    display: block
}

.comment-form-wrap input {
    border: none
}

.comment-form-wrap input:not([type=submit]) {
    background-color: #F8F8F8;
    width: 100%
}

.comment-form-wrap input[type=submit] {
    margin-top: 20px
}

.comment-form-wrap textarea {
    background-color: #F8F8F8;
    border: none
}

.single-page-section {
    padding-bottom: 70px
}

.single-feature-img img {
    margin-bottom: 30px
}

.service-page-section {
    padding-bottom: 60px
}

@media screen and (min-width:768px) {
    .service-page-section .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .service-page-section .row [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }

    .service-page-section .row [class*=col-]:nth-child(2n) {
        padding-top: 20px
    }
}

@media screen and (min-width:992px) {
    .service-page-section .row {
        margin-left: -40px;
        margin-right: -40px
    }

    .service-page-section .row [class*=col-] {
        padding-left: 40px;
        padding-right: 40px
    }

    .service-page-section .row [class*=col-]:nth-child(2n) {
        padding-top: 40px
    }
}

.service-content-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 40px
}

.service-content-wrap .service-img {
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .service-content-wrap {
        margin-bottom: 20px
    }
}

@media screen and (min-width:992px) {
    .service-content-wrap {
        margin-bottom: 40px
    }
}

@media screen and (max-width:575px) {
    .service-content-wrap {
        margin-bottom: 30px;
        padding: 25px
    }
}

.service-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-bottom: 20px
}

.service-header .service-count {
    color: rgba(7, 145, 190, 0.4);
    font-family: "Raleway", sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 0.9;
    margin-right: 20px
}

.service-header h3 {
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .service-header h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.1em
    }
}

.contact-form-inner {
    padding-bottom: 80px
}

.contact-page-section iframe {
    display: block
}

.contact-detail-wrap .details-list {
    margin: 45px 0
}

.contact-detail-wrap .details-list ul {
    margin: 0;
    padding: 0
}

.contact-detail-wrap .details-list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin-bottom: 20px;
    position: relative
}

.contact-detail-wrap .details-list ul li:last-child {
    margin-bottom: 0
}

.contact-detail-wrap .details-list .icon {
    background-color: #0791BE;
    color: #ffffff;
    display: block;
    font-size: 25px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 60px
}

.contact-detail-wrap .details-list .details-content {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 20px
}

.contact-detail-wrap .details-list .details-content h4 {
    margin-bottom: 8px
}

.contact-detail-wrap .contct-social ul {
    margin: 0 -5px
}

.contact-detail-wrap .contct-social li {
    margin: 0 5px
}

.contact-detail-wrap .contct-social a {
    color: #F56960;
    border: 1px solid #F56960;
    display: block;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px
}

@media screen and (min-width:768px) {
    .contact-detail-wrap {
        padding-left: 30px
    }
}

.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    width: 100%
}

.contact-from-wrap .contact-from input[type=submit] {
    padding: 15px 30px
}

@media screen and (max-width:767px) {
    .contact-from-wrap {
        margin-bottom: 40px
    }
}

.gallery-section {
    margin-bottom: 80px
}

@media screen and (max-width:575px) {
    .gallery-section {
        margin-bottom: 50px
    }
}

.gallery-inner-wrap {
    margin: -6px
}

.gallery-inner-wrap:before,
.gallery-inner-wrap:after {
    content: "";
    display: block;
    clear: both
}

.gallery-inner-wrap .single-gallery {
    width: 33.33%;
    float: left;
    padding: 6px
}

.gallery-inner-wrap .single-gallery.width-3 {
    width: 66.66%
}

.gallery-inner-wrap .gallery-img {
    position: relative
}

.gallery-inner-wrap .gallery-img:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.gallery-inner-wrap .gallery-img img {
    width: 100%
}

.gallery-inner-wrap .gallery-img .gallery-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1
}

.gallery-inner-wrap .gallery-img .gallery-title h3 {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.gallery-inner-wrap .gallery-img:hover:before {
    opacity: 1
}

.gallery-inner-wrap .gallery-img:hover .gallery-title h3 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width:767px) {
    .gallery-inner-wrap {
        margin: -5px
    }

    .gallery-inner-wrap .single-gallery {
        width: 50%;
        padding: 5px
    }
}

@media screen and (max-width:479px) {
    .gallery-inner-wrap .single-gallery {
        width: 100%
    }
}

.comming-soon-section {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.comming-soon-section .overlay {
    background-color: #151515;
    opacity: 0.5;
    z-index: 1
}

.comming-soon-section .comming-soon-wrap {
    color: #ffffff;
    position: relative;
    z-index: 2
}

.comming-soon-section .site-identity {
    text-align: center
}

.comming-soon-section .site-identity img {
    max-width: 100%
}

.comming-soon-section .comming-soon-content {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center
}

.comming-soon-section .comming-soon-content h2 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 30px
}

.comming-soon-section .comming-soon-content h2:after {
    background-color: #ffffff;
    content: "";
    width: 90px;
    height: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px
}

.comming-soon-section .comming-soon-content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.comming-soon-section .time-counter-wrap {
    margin-bottom: 70px
}

.comming-soon-section .time-counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.comming-soon-section .time-counter .counter-time {
    background-color: #F56960;
    width: 160px;
    margin: 12px;
    padding: 5px 10px 20px
}

.comming-soon-section .time-counter .counter-time span {
    display: block
}

.comming-soon-section .time-counter .counter-time [class*=counter-] {
    font-size: 80px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 1.1
}

.comming-soon-section .social-icons {
    text-align: center
}

.comming-soon-section .social-icons ul {
    margin: 0;
    padding: 0
}

.comming-soon-section .social-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 10px
}

.comming-soon-section .social-icons a {
    border: 1px solid #ffffff;
    font-size: 15px;
    color: #ffffff;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 34px
}

.comming-soon-section .social-icons a:hover {
    border-color: #2C75BA;
    color: #2C75BA
}

.comming-soon-section .com-contact-info {
    color: #ffffff
}

.comming-soon-section .com-contact-info ul {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0
}

.comming-soon-section .com-contact-info ul li {
    display: inline-block;
    font-size: 15px;
    padding: 0 10px
}

.comming-soon-section .com-contact-info ul li:last-child {
    padding-right: 0
}

.comming-soon-section .com-contact-info ul li:first-child {
    padding-left: 0
}

.comming-soon-section .com-contact-info ul li [class*=fa-] {
    margin-right: 5px
}

.comming-soon-section .com-contact-info ul li a {
    color: #fcfcfc;
    display: block;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear
}

.comming-soon-section .com-contact-info ul li a:hover,
.comming-soon-section .com-contact-info ul li a:focus,
.comming-soon-section .com-contact-info ul li a:active {
    color: #2C75BA
}

@media screen and (min-width:1200px) {
    .comming-soon-section {
        height: 100vh
    }
}

@media screen and (max-width:1199px) {
    .comming-soon-section {
        padding: 30px 0
    }
}

@media screen and (max-width:991px) {
    .comming-soon-section .comming-soon-footer {
        text-align: center
    }

    .comming-soon-section .com-contact-info {
        margin-bottom: 20px
    }

    .comming-soon-section .time-counter .counter-time [class*=counter-] {
        font-size: 42px
    }
}

@media screen and (max-width:575px) {
    .comming-soon-section .comming-soon-content h2 {
        font-size: 30px
    }
}

.no-content-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative
}

.no-content-section .overlay {
    background-color: #101F46;
    opacity: 0.6;
    z-index: 1
}

@media screen and (max-width:575px) {
    .no-content-section {
        padding-bottom: 80px
    }
}

.no-content-wrap {
    position: relative;
    text-align: center;
    z-index: 2
}

.no-content-wrap span {
    color: rgba(255, 255, 255, 0.32);
    font-size: 300px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 1
}

.no-content-wrap h1 {
    color: #ffffff;
    margin-bottom: 0;
    position: absolute;
    -webkit-transform: translate(0, -80%);
    -moz-transform: translate(0, -80%);
    -ms-transform: translate(0, -80%);
    -o-transform: translate(0, -80%);
    transform: translate(0, -80%);
    top: 50%;
    left: 0;
    right: 0
}

.no-content-wrap h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px
}

.no-content-wrap .search-form-wrap {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px
}

.no-content-wrap .search-form-wrap .search-form input {
    padding: 0 55px 0 20px
}

.no-content-wrap .search-form-wrap .search-form button {
    padding: 10px 20px;
    top: 0;
    right: 0;
    height: 100%
}

@media screen and (max-width:767px) {
    .no-content-wrap span {
        font-size: 224px
    }
}

@media screen and (max-width:575px) {
    .no-content-wrap span {
        font-size: 145px
    }

    .no-content-wrap h1 {
        -webkit-transform: translate(0, -145%);
        -moz-transform: translate(0, -145%);
        -ms-transform: translate(0, -145%);
        -o-transform: translate(0, -145%);
        transform: translate(0, -145%)
    }

    .no-content-wrap h4 {
        font-size: 16px
    }
}

.search-section {
    margin-bottom: 70px
}

.search-section .post {
    border: 1px solid #e6e6e6
}

.search-section .post .entry-content {
    padding: 20px
}

.search-section .search-outer-wrap {
    margin-bottom: 80px
}

.search-section .button-container .button-text {
    color: #F56960;
    text-transform: uppercase
}

.search-section .button-container .button-text:hover {
    color: #2C75BA
}

.faq-page-container {
    padding-bottom: 80px
}

@media screen and (max-width:991px) {
    .faq-page-container .pl-20 {
        padding-left: 0
    }
}

.accordion .card {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none
}

.accordion .card:last-child {
    margin-bottom: 0
}

.accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0
}

.accordion .card button {
    color: #383838;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 700;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

.accordion .card button:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px
}

.accordion .card button.collapsed:before {
    content: "\f107"
}

.accordion .card .card-body {
    font-size: 15px;
    padding: 0 20px 20px
}

.qsn-form-container {
    background-color: #0791BE;
    padding: 40px 30px 20px;
    color: #ffffff;
    text-align: center
}

.qsn-form-container h3 {
    color: #ffffff;
    text-transform: uppercase
}

.qsn-form-container p {
    margin-bottom: 20px
}

.qsn-form-container form {
    padding-top: 10px;
    text-align: left
}

.qsn-form-container input:not([type=submit]) {
    min-height: 59px;
    width: 100%
}

.qsn-form-container input::-webkit-outer-spin-button,
.qsn-form-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.qsn-form-container input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

@media screen and (min-width:992px) {
    .qsn-form-container {
        margin-left: 40px
    }
}

@media screen and (max-width:991px) {
    .qsn-form-container {
        margin-top: 40px
    }
}

.faq-testimonial .faq-image img {
    width: 100%
}

.faq-testimonial .testimonial-content {
    background-color: #F56960;
    color: #ffffff;
    margin-right: 25px;
    margin-top: -100px;
    padding: 30px;
    position: relative
}

.faq-testimonial .testimonial-content i {
    font-size: 40px;
    margin-bottom: 12px;
    line-height: 1
}

.faq-testimonial .testimonial-content p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .faq-testimonial {
        margin-bottom: 40px
    }
}

.guide-page-section {
    padding-bottom: 60px
}

.guide-content-wrap {
    margin-bottom: 40px
}

.guide-content-wrap .guide-image img {
    width: 100%
}

.guide-content-wrap .guide-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -80px;
    position: relative
}

.guide-content-wrap .guide-content h5 {
    color: #0791BE;
    font-weight: 700
}

.guide-content-wrap .guide-social li {
    margin: 0 5px
}

.guide-content-wrap .guide-social a {
    background-color: #F56960;
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 34px;
    height: 34px;
    width: 34px
}

@media screen and (max-width:575px) {
    .guide-content-wrap .guide-content {
        margin-left: 15px;
        margin-right: 15px
    }

    .guide-content-wrap .guide-social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
}

.secondary-overlay {
    position: relative
}

.secondary-overlay:before {
    background-color: #101F46;
    opacity: 0.65;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.override-callback {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 195px 0 80px;
    margin-top: -100px
}

.override-callback .section-heading {
    color: #ffffff;
    margin-bottom: 0
}

.override-callback .section-heading h2,
.override-callback .section-heading h5 {
    color: #ffffff
}

.override-callback .section-heading h5:before {
    background-color: #ffffff
}

.testimonial-page-section .testimonial-item {
    background-color: #F8F8F8;
    padding: 80px 40px 32px 40px;
    position: relative;
    margin-bottom: 100px;
    z-index: 1
}

.testimonial-page-section .testimonial-item:before {
    background-image: url(assets/images/icon18.png);
    background-repeat: no-repeat;
    background-position: 40px 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -1
}

.testimonial-item.team-item:before {
    background-image: url(assets/images/icon18.png);
    background-repeat: no-repeat;
    background-position: 40px 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -1
}

.testimonial-item.team-item .testimonial-content {
    text-align: initial
}

.testimonial-item.team-item .testimonial-content p {
    font-size: 14px;
    text-align: initial
}

.testimonial-page-section .testimonial-item .testimonial-content p {
    font-size: 15px;
    font-style: normal;
    margin-bottom: 25px
}

.testimonial-page-section .testimonial-item .testimonial-img {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px
}

.testimonial-page-section .start-wrap {
    display: inline-block;
    margin-bottom: 20px
}

.vacancy-container {
    padding-bottom: 60px
}

.vacancy-container .vacancy-form {
    background-color: #0791BE;
    padding: 30px;
    color: #ffffff;
    text-align: center
}

.vacancy-container .vacancy-form h3 {
    color: #ffffff
}

.vacancy-container .vacancy-form form {
    text-align: left;
    margin-top: 30px
}

.vacancy-container .vacancy-form form p {
    margin-bottom: 20px
}

.vacancy-container .vacancy-form input {
    width: 100%
}

.vacancy-container .vacancy-form input:not[type=submit] {
    height: 59px
}

@media screen and (min-width:992px) {
    .vacancy-container .vacancy-form {
        margin-left: 30px
    }
}

.vacancy-content {
    margin-bottom: 30px;
    padding: 40px;
    border: 1px solid #D9D9D9
}

.vacancy-content h5 {
    color: #0791BE;
    font-weight: 700
}

.vacancy-content .button-primary {
    margin-top: 10px
}

.vacancy-content-wrap [class*=col-]:first-child .vacancy-content,
.vacancy-content-wrap [class*=col-]:nth-child(4n + 4) .vacancy-content,
.vacancy-content-wrap [class*=col-]:nth-child(4n + 5) .vacancy-content {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
    border: none
}

.carrer-page-section {
    padding-bottom: 40px
}

@media screen and (min-width:992px) {
    .carrer-page-section .section-disc {
        margin-left: 50px
    }
}

.carrer-page-section .about-service {
    border: 1px solid #D1D1D1;
    padding: 18px 25px 22px 25px
}

.career-detail-section .career-detail-inner {
    padding-bottom: 50px
}

.career-detail-section .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize
}

.career-detail-section .job-description {
    background-color: #F56960
}

.career-detail-section .job-description ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 24px 0
}

.career-detail-section .job-description li {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    width: 25%;
    font-weight: 700;
    border-right: 1px solid #F8F8F8
}

.career-detail-section .job-description li h4 {
    color: #ffffff;
    margin-bottom: 0
}

.career-detail-section .job-description li:last-child {
    border-right: none
}

@media screen and (max-width:575px) {
    .career-detail-section .job-description li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #F8F8F8;
        padding: 10px 0
    }

    .career-detail-section .job-description li:last-child {
        border-bottom: none
    }
}

@media screen and (max-width:575px) {
    .career-detail-section .nav {
        display: block
    }

    .career-detail-section .nav.nav-tabs a {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #dee2e6;
        padding: 15px 20px;
        font-size: 15px
    }

    .career-detail-section .nav.nav-tabs a:hover,
    .career-detail-section .nav.nav-tabs a:focus,
    .career-detail-section .nav.nav-tabs a.active {
        background-color: #2C75BA;
        color: #ffffff
    }
}

.tab-container .experience-content h5 {
    font-weight: 900;
    text-transform: uppercase
}

.sidebar .widget-bg {
    background-color: #F8F8F8;
    border-bottom: 3px solid #0791BE;
    margin-bottom: 50px;
    padding: 30px
}

.sidebar .widget-bg .bg-title {
    background-color: #0791BE;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px
}

.sidebar .sidebar-list ul {
    padding: 0;
    margin: 0
}

.sidebar .sidebar-list li {
    list-style: none;
    margin-bottom: 8px
}

.sidebar .sidebar-list li i {
    color: #0791BE;
    margin-right: 10px;
    font-size: 14px
}

.sidebar .faq-widget .accordion .card button {
    font-size: 15px;
    font-weight: 600;
    padding: 18px;
    text-transform: capitalize
}

.sidebar .widget-icon {
    background-color: #0791BE;
    border-radius: 100%;
    color: #ffffff;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.sidebar .or-style {
    color: #0791BE;
    display: table;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px
}

.sidebar .or-style:before,
.sidebar .or-style:after {
    background-color: #d1d1d1;
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    top: 50%;
    display: inline-block
}

.sidebar .or-style:before {
    left: 0
}

.sidebar .or-style:after {
    right: 0
}

.sidebar .upload-widget .button-primary {
    margin-top: 20px
}

.secondary-callback {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0
}

.secondary-callback .section-heading {
    color: #ffffff;
    margin-bottom: 0
}

.secondary-callback .section-heading h2,
.secondary-callback .section-heading h5 {
    color: #ffffff
}

.secondary-callback .section-heading h5:before {
    background-color: #ffffff
}

.secondary-callback .section-heading .button-primary {
    margin-top: 15px
}

.secondary-callback .section-heading .heading-inner {
    background-color: rgba(7, 145, 190, 0.7);
    padding: 50px
}

.career-detail-section .secondary-overlay:before {
    opacity: 0.55
}

.product-outer-wrap {
    padding-bottom: 70px
}

.product-outer-wrap .product-notices-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.product-outer-wrap .product-notices-wrapper select,
.product-outer-wrap .product-notices-wrapper form {
    width: 100%
}

@media screen and (min-width:576px) {
    .product-outer-wrap .product-notices-wrapper p {
        margin-bottom: 0
    }

    .product-outer-wrap .product-notices-wrapper select,
    .product-outer-wrap .product-notices-wrapper form {
        width: auto
    }
}

.product-inner-wrap {
    background-color: #FAFAFA;
    padding-bottom: 100px;
    margin-bottom: 100px
}

@media screen and (max-width:991px) {
    .product-inner-wrap {
        margin-bottom: 70px;
        padding-bottom: 70px
    }
}

.product-toolbar {
    margin-bottom: 60px
}

.product-toolbar .form-group {
    position: relative
}

.product-toolbar .form-group i {
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    border-left: 1px solid #e6e6e6
}

.product-toolbar .form-group input[type=text] {
    padding-right: 55px
}

.product-item {
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding: 10px 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.product-item .product-image {
    position: relative;
    overflow: hidden
}

.product-item .product-image a {
    display: block;
    overflow: hidden
}

.product-item .product-image a img {
    -webkit-transition: linear 0.4s;
    -moz-transition: linear 0.4s;
    -ms-transition: linear 0.4s;
    -o-transition: linear 0.4s;
    transition: linear 0.4s
}

.product-item .product-image a:hover img {
    transform: scale(1.2) rotate(5deg)
}

.product-item .product-content {
    padding: 25px
}

.product-item .product-content h3 {
    margin-bottom: 10px
}

.product-item .product-content .product-cat a {
    color: #4a4a4a;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block
}

.product-item .product-content .product-cat a:hover {
    color: #2C75BA
}

.product-item .product-content .product-price {
    font-size: 23px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    padding: 0 20px;
    color: #0791BE
}

.product-item .product-content .product-price del {
    color: #787878;
    opacity: 0.5
}

.product-item .onsale {
    background: #0791BE;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    right: 10px;
    padding: 5px 20px;
    display: block;
    position: absolute;
    top: 10px;
    z-index: 3
}

.product-item .rate-wrap {
    padding: 20px 20px 0;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-item .button-primary {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px 18px
}

.product-item:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.procduct-rate {
    display: inline-block;
    position: relative;
    font-size: 13px;
    letter-spacing: 3px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .procduct-rate {
        font-size: 12px
    }
}

.procduct-rate:before {
    color: #ddd;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 Pro"
}

.procduct-rate span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    z-index: 1
}

.procduct-rate span:before {
    color: #FEBF00;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0
}

.single-product-item .image-search-icon {
    position: absolute;
    top: 15px;
    right: 15px
}

.single-product-item .image-search-icon a {
    background-color: #ffffff;
    border-radius: 100%;
    color: #383838;
    display: block;
    font-size: 17px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s
}

.single-product-item .image-search-icon a:hover {
    background-color: #2C75BA;
    color: #ffffff
}

.product-thumb-nav .single-product-item {
    padding: 10px 5px 0 5px
}

.product-thumb-nav.slick-slider .slick-prev:before,
.product-thumb-nav.slick-slider .slick-next:before {
    height: 25px;
    width: 25px;
    font-size: 12px;
    line-height: 25px
}

.product-thumb-nav.slick-slider .slick-prev {
    left: 5px
}

.product-thumb-nav.slick-slider .slick-next {
    right: 5px
}

.product-summary .product-price {
    color: #0791BE;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px
}

.product-summary .product-price del {
    opacity: 0.5;
    display: inline-block
}

.product-summary .product-desc {
    border-top: 1px solid #D9D9D9;
    margin-top: 30px;
    padding-top: 25px
}

.product-summary .cart-item input {
    width: 55px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 0;
    text-align: center;
    color: #4a4a4a
}

.product-summary .cart-item button {
    border: none;
    margin-left: 10px;
    padding: 13px 20px
}

.product-summary .product-meta {
    border-top: 1px solid #D9D9D9;
    margin-top: 40px;
    padding-top: 30px
}

.product-summary .product-meta [class*=-detail] {
    margin-bottom: 5px
}

.product-summary .product-meta strong {
    color: #151515;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 5px
}

.product-summary .product-meta a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #383838
}

.product-summary .product-meta a:hover {
    color: #2C75BA
}

@media screen and (min-width:992px) {
    .product-summary {
        margin-left: 20px
    }
}

@media screen and (max-width:575px) {
    .product-summary {
        margin-top: 40px
    }
}

.product-outer-wrap .tab-container {
    margin-top: 0
}

.product-outer-wrap .tab-container table {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6
}

.product-outer-wrap .tab-container table th {
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.product-outer-wrap .tab-container table tr:last-child td {
    border-bottom: none
}

.product-outer-wrap .tab-container table tr:last-child th {
    border-bottom: none
}

.product-outer-wrap .rate-wrap {
    padding: 0
}

.product-outer-wrap .comment-area {
    margin-top: 0
}

@media screen and (max-width:575px) {
    .product-outer-wrap .tab-content {
        padding: 30px 15px
    }
}

.related-product {
    margin-top: 80px
}

@media screen and (max-width:991px) {
    .related-product {
        margin-top: 60px
    }
}

.related-title h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px
}

.cart-section {
    margin-bottom: 100px
}

@media screen and (max-width:575px) {
    .cart-section {
        margin-bottom: 50px
    }
}

.checkout-section {
    margin-bottom: 100px
}

@media screen and (max-width:575px) {
    .checkout-section {
        margin-bottom: 50px
    }
}

.checkout-field-wrap {
    border: 1px solid #e6e6e6;
    padding: 30px
}

.checkout-field-wrap .coupon-field {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 35px
}

.checkout-field-wrap .coupon-field label {
    display: block
}

.checkout-field-wrap .coupon-field label a {
    color: inherit
}

.checkout-field-wrap .coupon-field .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px
}

.checkout-field-wrap .coupon-field .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

.checkout-field-wrap .coupon-field .form-group input[type=submit] {
    line-height: 48px;
    height: 48px;
    padding: 0 30px
}

.checkout-field-wrap .coupon-field .form-group input {
    margin: 0 10px
}

@media screen and (max-width:575px) {
    .checkout-field-wrap {
        padding: 20px
    }

    .checkout-field-wrap .coupon-field .form-group input[type=submit] {
        margin-top: 15px
    }
}

.widget-table-summary table tr:last-child td {
    border-bottom: none
}

.widget-table-summary table td {
    color: #383838
}

.widget-paymet-bank .form-group label {
    margin-bottom: 0
}

.widget-paymet-bank .form-group .desc {
    padding: 20px;
    font-size: 13px;
    background-color: #efefef;
    margin-top: 15px
}

.widget-paymet-bank .custom-radio-field img {
    width: 150px;
    margin-top: -5px
}

.widget-paymet-bank .button-primary {
    width: 100%;
    border: none;
    display: block;
    margin-top: 25px;
    text-align: center
}

.cart-list-inner .table {
    margin-bottom: 60px;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #dee2e6
}

.cart-list-inner .table thead tr th {
    background-color: #f5f5f5;
    border: none;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 15px
}

.cart-list-inner .table tr .cartImage {
    display: block;
    overflow: hidden;
    width: 70px;
    margin-right: 10px
}

.cart-list-inner .table tr td {
    color: #383838;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    position: relative;
    padding: 20px;
    font-size: 16px
}

.cart-list-inner .table tr td .close {
    float: left;
    position: relative;
    top: 15px;
    margin-right: 15px
}

.cart-list-inner .table tr td.count-input div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-list-inner .table tr td.count-input a {
    color: #383838;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    line-height: 41px;
    height: 41px;
    width: 40px;
    text-align: center
}

.cart-list-inner .table tr td input {
    width: 40px;
    font-size: 16px;
    height: 41px;
    text-align: center;
    color: #101F46;
    border-width: 1px 0 1px 0;
    border-color: #e4e4e4;
    border-style: solid;
    padding: 0
}

@media screen and (max-width:575px) {
    .cart-list-inner .table {
        display: block
    }

    .cart-list-inner .table thead,
    .cart-list-inner .table tbody,
    .cart-list-inner .table th,
    .cart-list-inner .table td,
    .cart-list-inner .table tr {
        display: block
    }

    .cart-list-inner .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .cart-list-inner .table tr {
        border: 1px solid #e6e6e6
    }

    .cart-list-inner .table td {
        border: none;
        border-bottom: 1px solid #e6e6e6;
        position: relative
    }

    .cart-list-inner .table td:before {
        display: block;
        white-space: nowrap;
        content: attr(data-column);
        color: #101F46;
        font-weight: 600;
        margin-bottom: 10px
    }
}

.cart-list-inner .updateArea .input-group {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

.cart-list-inner .updateArea .input-group .form-control {
    width: auto;
    display: inline-block;
    margin-right: 15px
}

@media screen and (max-width:767px) {
    .cart-list-inner .updateArea .input-group .form-control {
        text-align: center
    }
}

.cart-list-inner .updateArea a {
    padding: 12px 20px;
    font-weight: 400
}

.cart-list-inner .updateArea a.update-btn {
    float: right
}

@media screen and (max-width:575px) {
    .cart-list-inner .updateArea .input-group {
        width: 100%
    }

    .cart-list-inner .updateArea .input-group .form-control {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .cart-list-inner .updateArea a {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .cart-list-inner .updateArea a.update-btn {
        float: none
    }
}

.cart-list-inner .totalAmountArea,
.cart-list-inner .updateArea,
.cart-list-inner .checkBtnArea {
    display: block;
    padding: 20px 30px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6
}

.cart-list-inner .totalAmountArea:before,
.cart-list-inner .totalAmountArea:after,
.cart-list-inner .updateArea:before,
.cart-list-inner .updateArea:after,
.cart-list-inner .checkBtnArea:before,
.cart-list-inner .checkBtnArea:after {
    content: "";
    display: block;
    clear: both
}

.cart-list-inner .updateArea {
    border-top: 1px solid #dee2e6
}

@media screen and (max-width:767px) {
    .cart-list-inner .updateArea {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .cart-list-inner .updateArea a.update-btn {
        float: none;
        margin-top: 15px
    }
}

@media screen and (max-width:575px) {
    .cart-list-inner .updateArea a.update-btn {
        margin-top: 0
    }
}

.cart-list-inner .totalAmountArea ul {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right
}

.cart-list-inner .totalAmountArea ul li {
    margin-bottom: 10px
}

.cart-list-inner .totalAmountArea ul li strong {
    font-weight: 600
}

.cart-list-inner .totalAmountArea ul li span {
    width: 108px;
    display: inline-block
}

.cart-list-inner .totalAmountArea ul li .grandTotal {
    font-weight: 700
}

.step-section {
    margin-bottom: 100px
}

@media screen and (max-width:575px) {
    .step-section {
        margin-bottom: 50px
    }
}

.step-link-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    margin-bottom: 100px
}

.step-link-wrap .step-item {
    font-size: 18px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    width: 33.33%;
    position: relative
}

.step-link-wrap .step-item a {
    background-color: #ffffff;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #f1f1f1;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.step-link-wrap .step-item:before,
.step-link-wrap .step-item:after {
    background-color: #f1f1f1;
    content: "";
    height: 6px;
    width: 50%;
    position: absolute;
    bottom: 16px;
    z-index: -1
}

.step-link-wrap .step-item:before {
    left: 0
}

.step-link-wrap .step-item:after {
    right: 0
}

.step-link-wrap .step-item:first-child:before {
    display: none
}

.step-link-wrap .step-item:last-child:after {
    display: none
}

.step-link-wrap .step-item.active a {
    background-color: #F56960
}

@media screen and (max-width:575px) {
    .step-link-wrap {
        margin-bottom: 50px;
        font-size: 13px
    }

    .step-link-wrap .step-item:before,
    .step-link-wrap .step-item:after {
        height: 4px;
        bottom: 10px
    }

    .step-link-wrap .step-item a {
        border-width: 4px;
        margin-top: 15px;
        height: 25px;
        width: 25px
    }
}

.booking-form-wrap {
    background-color: #f8f8f8;
    padding: 30px
}

.booking-form-wrap .booking-form h4 {
    margin-top: 5px
}

.booking-form-wrap .form-group label .custom-checkbox {
    border-color: #B5B5B5
}

.booking-form-wrap .submit-btn {
    margin-top: 10px;
    margin-bottom: 0
}

.booking-content {
    margin-bottom: 60px
}

.booking-content .form-title {
    margin-bottom: 30px
}

.booking-content .form-title h3 {
    text-transform: uppercase;
    display: inline-block
}

.booking-content .form-title span {
    background-color: #F56960;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 50px
}

.booking-content .info-content {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-top: 30px
}

@media screen and (max-width:575px) {
    .booking-content {
        margin-bottom: 30px
    }

    .booking-content .form-title {
        margin-bottom: 15px
    }

    .booking-content .form-title span {
        height: 30px;
        line-height: 30px;
        margin-right: 16px;
        width: 30px
    }
}

.form-policy .form-group {
    margin-bottom: 30px
}

.widget-support-wrap {
    background-color: #f9f9f9;
    padding: 30px;
    text-align: center
}

.widget-support-wrap .icon {
    font-size: 52px;
    margin-bottom: 15px;
    line-height: 1
}

.widget-support-wrap .support-content h5 {
    color: #383838;
    font-weight: 400
}

.widget-support-wrap .support-content .phone {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #101F46;
    line-height: 1;
    font-weight: 700
}

.success-notify {
    background-color: #0791BE;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px;
    color: #ffffff;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 60px
}

.success-notify .success-icon i {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #ffffff;
    line-height: 80px;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 28px
}

.success-notify .success-content {
    margin-left: 20px
}

.success-notify .success-content h3 {
    margin-bottom: 5px;
    color: #ffffff
}

.success-notify .success-content p {
    margin-bottom: 0
}

.confirmation-details h3 {
    margin-bottom: 25px
}

.confirmation-details table {
    margin-bottom: 60px
}

.confirmation-details table tr:nth-of-type(odd) {
    background-color: #F1F1F1
}

.confirmation-details table tr td {
    color: #383838;
    width: 50%;
    border: none
}

.confirmation-details .details.payment-details {
    margin-bottom: 60px
}

.confirmation-details .details .details-desc {
    background-color: #F1F1F1;
    padding: 15px
}

.confirmation-details .details .details-desc a {
    color: inherit
}

.confirmation-details .details .details-desc p {
    margin-bottom: 0
}

.overlay-hover .thumb-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.overlay-hover>a {
    overflow: hidden
}

.overlay-hover>a:hover .thumb-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ui-datepicker {
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    width: 280px
}

.ui-datepicker.ui-widget {
    font-family: inherit
}

.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 15px;
    position: relative
}

.ui-datepicker .ui-datepicker-title {
    font-size: 15px;
    line-height: 1.2
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-image: none;
    font-size: 0px;
    margin: 0;
    height: auto;
    position: static;
    text-indent: inherit;
    width: auto
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background-color: #2C75BA;
    color: #ffffff
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: "\f053"
}

.ui-datepicker .ui-datepicker-next span:before {
    content: "\f054"
}

.ui-datepicker table thead tr {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6
}

.ui-datepicker table thead tr th {
    color: #101F46;
    font-weight: normal;
    font-size: 12px
}

.ui-datepicker .ui-datepicker-calendar tr td {
    padding: 4px
}

.ui-datepicker .ui-datepicker-calendar tr td a {
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0;
    width: 30px;
    text-align: center;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s
}

.ui-datepicker .ui-datepicker-calendar tr td a:hover,
.ui-datepicker .ui-datepicker-calendar tr td a:focus,
.ui-datepicker .ui-datepicker-calendar tr td a:active {
    background-color: #2C75BA;
    color: #ffffff
}

.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-highlight {
    background-color: #F56960;
    color: #ffffff
}

.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
    background-color: #2C75BA;
    color: #ffffff
}

#slider-range.ui-widget-content {
    background-color: #e6e6e6;
    border: none;
    height: 6px;
    margin-top: 20px
}

#slider-range .ui-widget-header {
    background-color: #F56960
}

#slider-range .ui-corner-all,
#slider-range.ui-widget-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px;
    top: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.ui-widget-content {
    color: inherit
}

.lb-data .lb-closeContainer {
    position: absolute;
    top: 5px;
    right: 15px
}

.modal-video {
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden
}

.modal-video-movie-wrap {
    position: static
}

.modal-video-body {
    padding: 0 15px
}

.modal-video-movie-wrap {
    border: 5px solid #ffffff
}

.modal-video-close-btn {
    color: #ffffff;
    font-size: 22px;
    top: 15px;
    right: 18px;
    overflow: inherit;
    width: auto;
    height: auto
}

.modal-video-close-btn:before {
    display: none
}

.modal-video-close-btn:after {
    background-color: transparent;
    margin: 0;
    top: 0;
    border-radius: 0px;
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.modal-video-close-btn .close {
    font-size: 34px;
    color: #ffffff;
    opacity: 1;
    position: relative
}

.modal-video-close-btn:hover,
.modal-video-close-btn:focus,
.modal-video-close-btn:active {
    outline: 0
}

.modal-video-close-btn:hover:after,
.modal-video-close-btn:focus:after,
.modal-video-close-btn:active:after {
    color: #2C75BA
}

.breadcrumb-content {
    margin-bottom: 15px
}

.breadcrumb-content .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0
}

.breadcrumb-content .breadcrumb li {
    list-style: none
}

.breadcrumb-content .breadcrumb li.active a {
    color: #383838
}

.breadcrumb-content .breadcrumb li a {
    color: #767676;
    font-size: 15px;
    font-weight: 600
}

.breadcrumb-content .breadcrumb li a:hover {
    color: #2C75BA
}

.popup-wraper {
    background-color: rgba(7, 145, 190, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999
}

.popup-wraper .popup-inner {
    background-color: #ffffff;
    max-width: 700px
}

.popup-wraper .popup-inner {
    position: relative;
    z-index: 1
}

.popup-wraper .popup-inner:before {
    background-color: #F3F3F3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: "";
    width: 230px;
    height: 230px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1
}

.popup-wraper .popup-image {
    width: 32%
}

.popup-wraper .popup-content {
    padding: 40px 30px 40px 40px;
    width: 65%
}

.popup-wraper .popup-content h2 {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 40px
}

.popup-wraper .popup-content h2:before {
    background-color: #F56960;
    content: "";
    height: 2px;
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0
}

.popup-wraper .popup-content p {
    font-weight: 600;
    margin-bottom: 10px
}

.popup-wraper .popup-content form {
    border: 1px solid #e6e6e6;
    padding: 5px 145px 5px 5px
}

.popup-wraper .popup-content form input[type=email] {
    background-color: transparent;
    border: none;
    width: 100%
}

.popup-wraper .popup-content form button {
    position: absolute;
    right: 5px;
    top: 5px
}

.popup-wraper .popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px
}

.popup-wraper .popup-close-btn a {
    display: block;
    height: 30px;
    width: 30px;
    position: relative
}

.popup-wraper .popup-close-btn a:before,
.popup-wraper .popup-close-btn a:after {
    background-color: #383838;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.popup-wraper .popup-close-btn a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-wraper .popup-close-btn a:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width:576px) {
    .popup-wraper .popup-inner {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .popup-wraper .popup-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
}

@media screen and (max-width:575px) {
    .popup-wraper {
        padding: 10px
    }
}

@media screen and (max-width:575px) {
    .popup-wraper {
        position: absolute
    }

    .popup-wraper .popup-inner:before {
        bottom: 0;
        left: 50%;
        top: auto;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .popup-wraper .popup-image,
    .popup-wraper .popup-content {
        width: 100%
    }

    .popup-wraper .popup-content {
        padding: 30px 20px
    }

    .popup-wraper .popup-content h2 {
        margin-bottom: 25px
    }

    .popup-wraper .popup-content form input[type=email] {
        height: 39px
    }

    .popup-wraper .popup-image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .popup-wraper .popup-image img {
        width: 50%
    }
}

.widget {
    margin-bottom: 30px
}

.widget a {
    display: block
}

.widget .widget-title {
    margin-bottom: 30px
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style: none
}

.widget ul li a {
    color: #383838
}

.widget ul li a:hover {
    color: #2C75BA
}

.widget.author_widget {
    text-align: center
}

.widget.author_widget .profile .avatar {
    margin-bottom: 30px
}

.widget.author_widget .profile .avatar a {
    display: block;
    position: relative;
    overflow: hidden
}

.widget.author_widget .profile .avatar a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: none;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.widget.author_widget .profile .avatar a:hover:before,
.widget.author_widget .profile .avatar a:focus:before,
.widget.author_widget .profile .avatar a:active:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    display: block
}

.widget.author_widget .name-title {
    margin-bottom: 20px
}

.widget.author_widget .text-content p:last-child {
    margin-bottom: 0
}

.widget.author_widget .socialgroup {
    margin-top: 25px
}

.widget.author_widget .socialgroup ul {
    margin: 0
}

.widget.author_widget .socialgroup ul li {
    list-style: none;
    border-bottom: none;
    display: inline-block;
    margin: 0 3px;
    padding: 0
}

.widget.author_widget .socialgroup ul li a {
    display: block;
    text-align: center;
    padding: 3px 8px;
    border: 1px solid #A7A7A7
}

.widget.author_widget .socialgroup ul li a:hover,
.widget.author_widget .socialgroup ul li a:focus,
.widget.author_widget .socialgroup ul li a:active {
    color: #2C75BA
}

.widget.author_widget .profile .avatar {
    width: 150px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #fff
}

.widget.author_widget .profile .avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.widget.author_widget .widget-content.text-center .profile .avatar {
    margin-left: auto;
    margin-right: auto
}

.widget.author_widget .widget-content.text-right .profile .avatar {
    margin-left: auto
}

.widget.widget-post-thumb li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.widget.widget-post-thumb li:before,
.widget.widget-post-thumb li:after {
    content: "";
    display: block;
    clear: both
}

.widget.widget-post-thumb li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget.widget-post-thumb li a {
    color: inherit
}

.widget.widget-post-thumb .post-thumb {
    width: 80px;
    float: left;
    position: relative
}

.widget.widget-post-thumb .post-content {
    float: right;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px)
}

.widget.widget-post-thumb .post-content h5 {
    margin-bottom: 5px
}

.widget.widget-post-thumb .post-content .entry-meta {
    margin-left: -8px;
    margin-right: -8px
}

.widget.widget-post-thumb .post-content .entry-meta span {
    padding: 0 8px;
    position: relative
}

.widget.widget-post-thumb .post-content .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
    display: none
}

.widget.widget-post-thumb .post-content .entry-meta a {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1
}

.widget.widget-post-thumb .post-content .entry-meta a:hover,
.widget.widget-post-thumb .post-content .entry-meta a:focus {
    color: #2C75BA
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.widget.widget_tag_cloud .tagcloud a {
    background-color: #F6F6F6;
    color: #383838;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px;
    margin: 5px;
    text-align: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #2C75BA;
    color: #ffffff
}

.widget.widget_recent_post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(135, 135, 135, 0.3)
}

.widget.widget_recent_post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget.widget_recent_post li a {
    color: inherit
}

.widget.widget_recent_post li h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px
}

.widget.widget_recent_post li .entry-meta {
    margin-left: -8px;
    margin-right: -8px
}

.widget.widget_recent_post li .entry-meta span {
    padding: 0 8px;
    position: relative
}

.widget.widget_recent_post li .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.widget.widget_recent_post li .entry-meta span:last-child:before {
    display: none
}

.widget.widget_recent_post li .entry-meta a {
    color: #CCC;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1
}

.widget.widget_recent_post li .entry-meta a:hover,
.widget.widget_recent_post li .entry-meta a:focus {
    color: #2C75BA
}

.widget .gallery,
.widget .insta-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
    padding: 5px
}

.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
    display: block;
    position: relative
}

.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.widget .gallery .gallery-item a:hover:before,
.widget .gallery .gallery-item a:focus:before,
.widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
    opacity: 1
}

.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
    width: 33.33%
}

.widget.widget_social {
    margin-top: 20px
}

.widget.widget_social .social-icon {
    width: 50%
}

.widget.widget_category ul li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #888888;
    text-align: right
}

.widget.widget_category ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.widget.widget_category ul li a {
    float: left
}

.widget.search_widget {
    position: relative
}

.widget.search_widget input {
    width: 100%;
    padding: 0 55px 0 10px
}

.widget.search_widget button {
    background-color: #F56960;
    color: #ffffff;
    font-size: 14px;
    border: none;
    position: absolute;
    right: 4px;
    top: 3px;
    padding: 13px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.widget.search_widget button:hover {
    background-color: #2C75BA
}

.widget.widget_social ul {
    margin: -2px
}

.widget.widget_social ul li {
    display: inline-block;
    margin: 2px
}

.widget.widget_social ul li a {
    border: 1px solid #e6e6e6;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.widget.widget_social ul li a:hover {
    background-color: #2C75BA;
    border-color: #2C75BA;
    color: #ffffff
}

.widget.price_handel_widget .price-amout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 25px
}

.widget.price_handel_widget .price-amout input {
    display: inline-block;
    width: 70px;
    border: none;
    font-size: 18px;
    padding: 0;
    text-align: right
}

.widget.price_handel_widget .price-label {
    border: 1px solid #e6e6e6;
    padding: 0 10px
}

.widget.price_handel_widget button {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: normal
}

.widget.widget_text ul {
    margin-top: 20px
}

.widget.widget_text ul li {
    margin-bottom: 10px
}

.widget.widget_text ul li:last-child {
    margin-bottom: 0
}

.widget.widget_text ul li i {
    color: #F56960;
    margin-right: 5px
}

.widget.widget_newslatter .newslatter-form {
    margin-top: 24px
}

.widget.widget_newslatter .newslatter-form input {
    width: 100%;
    margin-bottom: 15px
}

.widget.widget_newslatter .newslatter-form [type=submit] {
    padding: 17px 30px;
    margin-bottom: 0
}

.widget.widget-product-thumb li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget.widget-product-thumb li:before,
.widget.widget-product-thumb li:after {
    content: "";
    display: block;
    clear: both
}

.widget.widget-product-thumb li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget.widget-product-thumb li a {
    color: inherit
}

.widget.widget-product-thumb .product-thumb {
    width: 80px;
    float: left;
    position: relative
}

.widget.widget-product-thumb .product-content {
    float: right;
    padding-left: 20px;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px)
}

.widget.widget-product-thumb .product-content h5 {
    margin-bottom: 5px
}

.widget.widget-product-thumb .product-content .entry-meta {
    margin-left: -8px;
    margin-right: -8px
}

.widget.widget-product-thumb .product-content .entry-meta span {
    padding: 0 8px;
    position: relative
}

.widget.widget-product-thumb .product-content .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.widget.widget-product-thumb .product-content .entry-meta span:last-child:before {
    display: none
}

.widget.widget-product-thumb .product-content .entry-meta a {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1
}

.widget.widget-product-thumb .product-content .entry-meta a:hover,
.widget.widget-product-thumb .product-content .entry-meta a:focus {
    color: #2C75BA
}

.widget.widget_category_product_thumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.widget.widget_category_product_thumb li {
    padding: 5px
}

.widget.widget_category_product_thumb li .product-thumb {
    margin-bottom: 10px
}

.widget.widget_category_product_thumb li .product-thumb a {
    display: block;
    position: relative
}

.widget.widget_category_product_thumb li .product-thumb a:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.widget.widget_category_product_thumb li .product-thumb a:hover:before,
.widget.widget_category_product_thumb li .product-thumb a:focus:before,
.widget.widget_category_product_thumb li .product-thumb a:active:before {
    opacity: 1
}

.widget.widget_category_product_thumb li .product-content h5 {
    margin-bottom: 0;
    display: inline-block
}

.widget.widget_category_product_thumb li .product-content .count {
    color: #F56960;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px
}

.widget.widget_category_product_thumb.colum-3 li {
    width: 33.33%
}

.sidebar .widget {
    margin-bottom: 50px
}

.sidebar .widget .widget-title {
    border: 1px solid #0791BE;
    color: #0791BE;
    display: table;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.logo {
    margin-top: -40px;
    transition: margin 300ms ease-in-out !important
}

.fixed-header .logo {
    filter: invert(0) !important;
    margin-top: 0px !important;
    max-width: 85px !important
}

.t-left-b-border::after {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 100%;
    left: -145px;
    width: 100%
}

.t-right-b-border::after {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 100%;
    right: -135px;
    width: 100%
}

.child-menu>li>a {
    font-weight: 500 !important
}

.text {
    position: relative
}

.text span {
    position: relative;
    display: inline-block
}

.home-slider-section {
    position: relative
}

.home-slider-section:after {
    content: '';
    background-image: url(../images/effects/scratch-partition.webp);
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px
}

.section-padding {
    padding-top: 60px
}

.slide-animation {
    animation: fadezoom 8s 0s forwards
}

@keyframes fadezoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.destination-section {
    min-height: 100vh;
    background: url(../images/common/banners/left-banner.webp) no-repeat top right;
    background-size: 130% 120%;
    min-height: 613px
}

.image-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px;
    margin-top: -30px
}

.image-box__static {
    transition: transform .5s ease;
    z-index: 2
}

.image-box>* {
    margin-top: 30px
}

.image-box img {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%)
}

.image-box__float {
    transition: transform .5s ease
}

@media (min-width:1200px) {
    .image-box>* {
        margin-left: 0
    }

    .image-box {
        justify-content: flex-start;
        margin-left: 0
    }

    .image-box__static {
        transform: translateY(50px)
    }

    .image-box__float {
        position: absolute;
        right: 0;
        transform: translate(-55px, 0)
    }

    .inset-xl-1 {
        padding-left: 40px
    }

    .image-box:hover .image-box__static {
        transform: translateY(0px)
    }

    .image-box:hover .image-box__float {
        transform: translate(-100px, 50px);
        transition: transform .5s ease
    }
}

@media (min-width:576px) {
    .image-box {
        flex-wrap: nowrap
    }
}

.section-disc p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.625;
    font-weight: 400;
    color: #383838;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased
}

ul.list-marked li>a {
    font-family: 'Montserrat', sans-serif;
    color: #696a6a;
    font-weight: 500
}

ul.list-marked li {
    list-style-type: none;
    position: relative
}

ul.list-marked li:before {
    content: '';
    width: 25px;
    background: #767676;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(0% - 30px)
}

.demo-section {
    min-height: 100vh;
    background: url(../images/banner/right-banner.png) no-repeat top right;
    background-size: cover;
    display: grid;
    align-content: center
}

.column-bg-2 {
    padding: 60px 50px;
    background: rgb(255, 255, 255, 1);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-top: 100px
}

.quote-classic-wrap {
    position: relative
}

.quote-classic-wrap .heading-4 {
    color: #3d3e4e;
    font-size: 26px;
    padding-left: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 40px
}

.quote-classic-wrap:before {
    content: '“';
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 25px;
    color: #292f35
}

.quote-classic-wrap p {
    padding-left: 50px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400
}

.quote-classic-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 103%;
    background-color: #292f35
}

.destination-list {
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
    background-color: #e6eaeb00
}

.destination-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/banners/mountain-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.1
}

.destination-list .left {
    padding-right: 30px
}

.animate-img {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(18deg) skew(-17deg) scale(01) translate(150px, 0px);
    transition: 0.5s
}

.animate-img img {
    position: absolute;
    width: 100%;
    transition: 0.5s
}

.animate-img img:nth-child(4) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(27px, 1px);
    opacity: 1;
    animation: MoveUpDown4 5s linear infinite
}

.animate-img img:nth-child(3) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(27px, 1px);
    opacity: 0.4;
    animation: MoveUpDown3 2s linear infinite
}

.animate-img img:nth-child(2) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(27px, 1px);
    opacity: 0.3
}

.animate-img img:nth-child(1) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(27px, 1px);
    opacity: 0.2
}

.animate-img:hover img:nth-child(4) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(32px, -30px);
    opacity: 1
}

.animate-img:hover img:nth-child(3) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(4px, 31px);
    opacity: 0.3
}

.animate-img:hover img:nth-child(2) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(2px, 49px);
    opacity: 0.1
}

.animate-img:hover img:nth-child(1) {
    transform: rotate(-25deg) skew(30deg) scale(01) translate(4px, 64px);
    opacity: 0.1
}

@keyframes MoveUpDown4 {

    0%,
    100% {
        transform: rotate(-25deg) skew(30deg) scale(01) translate(27px, 1px)
    }

    50% {
        transform: rotate(-25deg) skew(30deg) scale(01) translate(32px, -30px)
    }
}

.demo-section2 {
    min-height: 100vh;
    background-size: cover
}

.strip-effect {
    position: relative;
    font-size: 15px !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 5px #000;
    padding: 10px 20px
}

a.strip-effect::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    background: linear-gradient(45deg, #FBB034, #ff8f3f, #FFDD00);
    width: calc(100% + 130px);
    height: 100%;
    z-index: -1;
    transform: skew(30deg)
}

.client-wrapper {
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    padding: 15px 30px;
    margin-top: -200px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.client-wrapper {
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    padding: 15px 30px;
    margin-top: -200px;
    background: rgba(255, 255, 255, .8);
    position: relative
}

.client-item {
    text-align: center
}

.client-item img {
    transition: 0.5s;
    cursor: pointer;
    max-height: 90px
}

.client-item img:hover {
    transform: scale(1.1)
}

.des-p p {
    color: #444444 !important
}

.notch-destionation-section {
    position: relative;
    min-height: 100vh;
    background: url(../images/common/banners/banner-03.webp) no-repeat top right;
    background-size: 130% 120%
}

.destination-three-column::before {
    content: '';
    top: 44.5%;
    transform: translateY(-26%);
    background-color: #c4eeec;
    left: 0;
    height: calc(100% - 500px);
    position: absolute;
    width: 48%
}

.package-section {
    min-height: 100vh;
    background: rgb(184 213 211 / 20%);
    position: relative;
    background: url(../images/banner/right-banner1.webp) no-repeat top right;
    background-size: 130% 100%
}

.package-section::after {
    content: '';
    background: url(../images/common/banners/banner-02.webp);
    position: absolute;
    top: 55%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: url(../images/map-marker.webp);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fc0;
    opacity: .9;
    position: fixed;
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991
}

.custom-cursor__hover {
    transform: scale(1.5);
    opacity: 0.4
}

.entry-content h3 {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600
}

.blog-article {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.blog-article-content {
    position: absolute;
    top: 0;
    display: grid;
    align-items: center;
    padding: 22px;
    z-index: 1
}

.blog-article-img img {
    width: 100%;
    height: 17rem;
    object-fit: cover
}

.blog-article-content .site-btn {
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700
}

.posted-by,
.blog-dated,
.blog-article-content h3 {
    color: #fff
}

.posted-by {
    font-weight: 600;
    font-size: 14px
}

.blog-dated {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    opacity: .5
}

.blog-article-content h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px
}

.blog-article-content p {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #fff
}

.blog-article:before {
    content: '';
    background: linear-gradient(45deg, #00000087, #00000059);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%
}

.blog-article:after {
    content: 'BLOG';
    background: #fc0;
    position: absolute;
    top: 20px;
    right: -40px;
    color: #000;
    z-index: 11;
    transform: rotate(45deg);
    width: 150px;
    text-align: center;
    font-weight: 700
}

.blog-article-nopic {
    position: relative;
    box-shadow: 0 0 2px 0 #666;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden
}

.blog-article-nopic .posted-by {
    color: #0791be
}

.blog-article-nopic .blog-dated {
    color: #000 !important;
    font-size: 13px;
    opacity: .5
}

.blog-article-nopic .blog-article-content h3 {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px
}

.blog-article-nopic p {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #383838
}

footer {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased
}

footer h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-icon a {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 2px
}

.content-space-t-2 {
    padding-top: 5rem !important
}

footer .navbar-brand img {
    margin-right: 8px;
    margin-top: -30px
}

footer .navbar-brand {
    display: flex;
    text-transform: capitalize
}

.link-sm {
    font-size: .875rem
}

.link-secondary {
    color: #c1c1c1 !important;
    font-family: 'Inter', sans-serif
}

.footer-list li a {
    display: flex;
    margin-bottom: 5px
}

.footer-list li a span:first-child {
    padding-right: 8px
}

.footer-list li a:hover {
    color: #007aff !important
}

.list-unstyled {
    margin-left: 0
}

.border-top {
    border-top: 1px solid rgb(104 104 104) !important;
    position: relative
}

.my-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important
}

.list-py-1>li:not(:last-child) {
    padding-bottom: 0.25rem
}

.list-py-1>li:not(:first-child) {
    padding-top: 0.25rem
}

.list-separator .list-inline-item:not(:last-child) {
    padding-right: 2rem
}

.list-separator .list-inline-item {
    position: relative;
    margin-left: 0;
    margin-right: -0.25rem
}

.list-separator .list-inline-item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    content: "/";
    opacity: 1;
    color: #8b8b8b
}

.list-inline-item:not(:last-child) {
    margin-right: 0.25rem
}

.btn-icon.btn-xs {
    font-size: 1.35rem;
    width: 2.75rem;
    height: 2.75rem
}

.btn-icon {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0
}

.btn-soft-secondary {
    color: #71869d;
    background-color: rgb(255 255 255 / 90%);
    border-color: transparent
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .w-md-85 {
        width: 85% !important
    }
}

a i.fa-facebook {
    color: #fff
}

a i.fa-instagram {
    color: #fff
}

a i.fa-linkedin {
    color: #fff
}

i.fa-youtube {
    color: #fff
}

a.link-secondary:hover,
.list-inline-item a:hover {
    color: #0095ff !important
}

@media (min-width:992px) {
    .pb-lg-7 {
        padding-bottom: 1.5rem !important
    }
}

.social-fixed-icon {
    position: fixed;
    bottom: 70px;
    right: 20px;
    cursor: pointer;
    z-index: 99999999;
    background: #25D366;
    text-align: center;
    margin: auto;
    padding: 5px;
    border-radius: 10px
}

.social-fixed-icon a {
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 50%)
}

.footer-comp-info {
    display: flex;
    justify-content: center
}

.menu-btn span {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-shadow: 0 0 6px #000;
    padding: 10px;
    font-weight: 700
}

.closebtn {
    padding: 5px;
    color: #fff;
    font-size: 40px
}

.app {
    position: relative
}

.sidenav-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidenav-header .logo {
    width: 70px;
    margin-top: 0
}

.sidebar {
    position: fixed;
    width: 0;
    height: 100vh;
    top: 0;
    background-color: #19222a;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    transition: 0.5s ease-in-out
}

.sidebar header {
    width: 100%;
    padding: 0.75em 1em
}

.sidebar-nav {
    position: fixed;
    background-color: #19222a;
    height: 100%;
    font-weight: 400;
    font-size: 1.2em;
    padding-bottom: 6em;
    z-index: 9;
    -webkit-overflow-scrolling: touch
}

.sidebar-nav ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.sidebar-nav ul li {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%
}

.sidebar-nav ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75em;
    padding: 1.05em 1em;
    position: relative;
    display: block
}

.sidebar-nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.sidebar-nav ul li i {
    font-size: 1.8em;
    padding-right: 0.5em;
    width: 9em;
    display: inline;
    vertical-align: middle
}

.sidebar-nav>ul>li>a:after {
    content: "";
    font-family: ionicons;
    font-size: 0.5em;
    width: 10px;
    color: #fff;
    position: absolute;
    right: 0.75em;
    top: 45%
}

.sidebar-nav .nav-flyout {
    position: absolute;
    background-color: #080D11;
    z-index: 9;
    left: 2.5em;
    top: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sidebar-nav .nav-flyout a:hover {
    background-color: rgba(255, 255, 255, 0.05)
}

.sidebar-nav ul>li:hover .nav-flyout {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.header-contact-info ul li a {
    font-size: 14px;
    font-weight: 600
}

.home-slider .slick-arrow {
    display: none !important
}

#masthead {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.video-container {
    height: 640px;
    width: 100%;
    position: relative
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0
}

.subscribe-section-content {
    background: rgb(0 0 0 / 50%);
    padding: 30px;
    border-radius: 5px
}

.data-menu-content {
    margin-top: -12%
}

.data-content {
    padding-top: 50px
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px
}

.side-fixed-data-menu ul {
    list-style-type: none;
    box-shadow: 0 0 10px #e5e5e5;
    background: #fff;
    padding: 15px 15px 15px 15px;
    font-family: 'Inter', sans-serif
}

.side-fixed-data-menu ul li {
    position: relative;
    margin-bottom: 5px
}

.side-fixed-data-menu ul li a {
    color: #404040;
    width: 100%;
    display: block;
    background: whitesmoke;
    padding: 10px
}

.side-fixed-data-menu ul li a.active-data {
    color: #000;
    background: #e1e1e1
}

.side-fixed-data-menu ul li:last-child {
    margin-bottom: 0
}

.side-fixed-data-menu ul li:hover>a {
    background: #e1e1e1
}

.data-content-banner {
    position: relative
}

.data-content-banner img {
    height: 15rem;
    width: 100%;
    object-fit: cover;
    object-position: bottom
}

.data-content-bannerx {
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.data-content-bannerx img {
    height: 5rem;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.data-content-banner img.b-img {
    opacity: 0.4
}

.data-content-banner img.s-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 13rem;
    margin: 1rem 5%
}

.data-content {
    position: relative;
    background: rgb(255 255 255 / 100%) !important;
    width: 100%;
    height: fit-content;
    padding: 15px;
    border-radius: 0
}

.data-menu-content:before {
    min-height: 100vh;
    background: url(../images/banner/bg-home-3.png) no-repeat top right;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    opacity: 1;
    position: fixed;
    top: -33px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.end-content {
    margin: 30px 0;
    position: relative
}

.end-content:after {
    content: '*';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-12px);
    background: rgb(193 193 193 / 100%) !important;
    width: 50px;
    height: 22px;
    text-align: center;
    font-size: 20px;
    color: #ffffff
}

.side-fixed-data-menu::after {
    position: absolute;
    top: 90%;
    right: -40px;
    background: url(../images/effects/cycle.gif);
    width: 50px;
    height: 50px;
    background-size: cover;
    transform: rotate(-90deg) scaleY(-1);
    animation: movetop 4s infinite;
    z-index: -1;
    opacity: 0.5
}

@keyframes movetop {
    0% {
        top: 90%
    }

    100% {
        top: 0
    }
}

.side-fixed-data-menu:before {
    content: '';
    background: url(../images/effects/welcome-board.png);
    width: 100%;
    position: absolute;
    top: -40%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1
}

.end-section {
    padding: 50px 0;
    background: #0e1e44
}

.mission-box,
.mission-box2,
.vision-box,
.vision-box2 {
    position: relative;
    z-index: 1
}

.mission-box:before {
    content: 'MISSION';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    font-weight: 900;
    color: #d6d6d6;
    z-index: -1;
    opacity: 0.4
}

.mission-box2:before {
    position: absolute;
    top: 90%;
    left: -7%;
    font-size: 35px;
    font-weight: 900;
    color: #9d9d9d;
    z-index: -1;
    opacity: 0.4
}

.vision-box:before {
    content: 'VISION';
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 80px;
    font-weight: 900;
    color: #d6d6d6;
    z-index: -1;
    opacity: 0.4
}

.vision-box2:before {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 35px;
    font-weight: 900;
    color: #9d9d9d;
    z-index: -1;
    opacity: 0.4
}

.service-list {
    display: grid
}

.service-list span {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Inter', sans-serif
}

.service-list span:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #303030;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

#map {
    width: 100%;
    height: 450px;
    background-color: #000000
}

.breadcrumbs-custom-title {
    letter-spacing: .01em;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25
}

.breadcrumbs-custom {
    position: relative;
    padding: 35px 0 35px;
    text-align: center;
    background-color: #cccccc;
    background-position: center
}

.bg-image {
    background-size: cover;
    background-position: center
}

.heading-style h2 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    color: #151515;
    margin-bottom: 5px
}

.heading-style h2.title {
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    color: #101F46;
    font-family: 'Oswald', sans-serif
}

.row-40 {
    margin-bottom: -40px
}

.row-30 {
    margin-bottom: -30px
}

.team-member-box {
    position: relative;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

.team-member-box__caption {
    position: absolute;
    bottom: -175px;
    left: 0;
    right: 0;
    background-color: #292f35;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 260px;
    transition: all .3s ease
}

.team-member-box__caption .sep {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    width: 90%;
    margin: 15px 0
}

.team-member-box__caption .subtitle {
    font-size: 14px;
    color: #9d9d9d
}

.team-member-box__caption *+.social-list {
    margin-top: 15px
}

.social-list {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0
}

.social-list li a {
    color: #616972;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 30px
}

.social-list li:last-child a {
    padding-right: 0
}

.social-list li a .icon {
    font-size: 14px
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.team-member-box__caption {
    color: #fff
}

.team-member-box .team-member-box__caption h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff
}

[class*='bg-image-']+[class*='bg-default'] {
    padding-top: 0;
    padding-bottom: 0
}

.box-value {
    margin-bottom: 25px
}

.box-value h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.box-value p {
    color: #4e4e4e
}

.column-bg-5 {
    position: relative
}

.column-bg-5:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 15px;
    right: 15px;
    top: 50%;
    background-color: #c4eeec;
    z-index: 0;
    width: 3000px;
    transform: translate(-50%, -50%)
}

.contact-info-box {
    padding-left: 30px;
    position: relative;
    color: #292f35;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%
}

.contact-info-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #292f35
}

.contact-info-box p {
    width: 100%
}

.contact-info-box span.adress {
    font-weight: 700
}

.contact-info-box p+* {
    margin-top: 32px
}

.contact-info-box .contact-list {
    margin-top: 7px;
    padding-left: 0 !important;
    margin-left: 0
}

.contact-info-box .contact-list li {
    display: flex
}

.contact-info-box .contact-list li span {
    margin-right: 10px
}

.contact-info-box .contact-list a {
    color: #292f35
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap
}

.team-member-box:hover .team-member-box__caption {
    bottom: 0
}

.team-member-box:hover .team-member-box__caption h5 {
    opacity: 1;
    transition: opacity ease .25s .2s
}

.team-member-box:hover .team-member-box__caption h5 a {
    color: #fff
}

.team-member-box:hover .team-member-box__caption span {
    opacity: 1;
    transition: opacity ease .25s .3s
}

.team-member-box:hover .team-member-box__caption .social-list {
    opacity: 1;
    transition: opacity ease .25s .4s
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .section-lg {
        padding: 115px 0 !important
    }

    .bg-image-5 {
        background: url(../images/banner/left-banner.webp) no-repeat top center;
        background-size: 130% 120%
    }

    .left-bg {
        position: relative
    }

    .left-bg:before {
        content: '';
        background: url(../images/banner/left-banner.webp) no-repeat top center;
        background-size: 130% 100%;
        transform: scaleX(-1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .bg-image-6 {
        background: url(../images/banner/bg-about-2.webp) no-repeat center right;
        background-size: cover;
        padding-bottom: 80px;
        padding-top: 90px
    }

    .bg-image-7 {
        background: url(../images/banner/bg-about-3.png) no-repeat center;
        background-size: cover
    }

    .bg-image-7 {
        padding-bottom: 190px !important;
        padding-top: 215px !important;
        margin-top: -80px
    }

    .bg-image-11 {
        background: url(../images/banner/bg-home-3.png) no-repeat center right;
        background-size: cover;
        padding-bottom: 80px;
        padding-top: 90px
    }

    .creative-bg {
        position: relative
    }

    *+.creative-bg {
        margin-top: 50px
    }

    .creative-bg:before {
        content: '';
        top: 47.5%;
        transform: translateY(-50%);
        background-color: #c4eeec;
        left: 0;
        height: calc(100% - 120px);
        right: 38%;
        position: absolute
    }

    .team-member-box__caption {
        opacity: 1
    }

    .team-member-box__caption>* {
        opacity: 1;
        transition: opacity ease .25s
    }

    .box-value__icon {
        margin-bottom: 20px
    }

    .column-bg-5:before {
        left: auto;
        right: 300px;
        transform: translate(0, -50%)
    }
}

@media (min-width:992px) {
    .section-lg {
        padding: 100px 0
    }

    .breadcrumbs-custom {
        padding: 120px 0 30px !important
    }

    .column-bg-5 {
        padding: 78px 15px 110px
    }
}

@media (min-width:768px) {
    .section-lg {
        padding: 85px 0
    }
}

@media (min-width:576px) {
    .breadcrumbs-custom {
        margin-left: -30px;
        margin-right: -30px
    }
}

.box-value__icon .icon {
    font-size: 40px;
    color: #292f35
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

.linearicons,
[class^="linearicons-"],
[class*=" linearicons-"] {
    font-family: 'Linearicons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.story-wrapper {
    position: relative
}

.story-wrapper:before {
    content: '';
    background: url(../images/banner/left-banner.webp) no-repeat top center;
    background-size: 130% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2
}

.animated-menu {
    position: fixed;
    top: 30%;
    right: 2%;
    padding: 14px;
    width: 18rem;
    height: 20.5rem;
    z-index: 11;
    box-shadow: 0 0 2px #bfbdbd;
    background-color: #0397ff;
    background-size: 200% 140%;
    background-position: 0;
    transition: 0.5s;
    overflow: hidden
}

.animated-menu ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.animated-menu ul li {
    padding: 10px 12px;
    background: #ffffff;
    margin-bottom: 10px;
    position: relative
}

.animated-menu ul li:last-child {
    margin-bottom: 0
}

.animated-menu ul li a {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 18rem
}

.animated-menu ul li:hover {
    background: #2c75ba
}

.animated-menu ul li:hover a {
    color: #fff
}

.fixed-menu-icon {
    position: fixed;
    bottom: 12%;
    right: 15px;
    z-index: 99;
    background: #0397ff;
    width: 55px;
    height: 55px;
    box-shadow: 0 0 2px #0397ff;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s ease-in-out
}

.fixed-menu-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    z-index: -5;
    animation: circle-inlarge 2s linear infinite;
    transition: 1s;
    transform: translate(-50%, -50%)
}

@keyframes circle-inlarge {
    0% {
        padding: 0px
    }

    100% {
        padding: 70px;
        opacity: 0
    }
}

.fixed-menu-icon:after {
    content: '';
    position: absolute;
    top: 68%;
    left: 60%;
    width: 15px;
    height: 15px;
    background: #0397ff;
    z-index: -9;
    transform: skewY(22deg)
}

.fixed-menu-icon a {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    flex-direction: column
}

.phil-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.phil-img img {
    width: 100%;
    height: 7rem
}

.img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    text-align: center
}

#philosophy-content2 p {
    font-size: 15px
}

.close-icon {
    cursor: pointer;
    display: flex;
    justify-content: end
}

.close-icon span {
    display: block;
    background: #fff;
    color: #0397ff;
    width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    margin-bottom: 8px;
    position: relative
}

.remove-icon {
    bottom: 65%;
    opacity: 0;
    z-index: -1
}

.opacity-0 {
    height: 0;
    width: 0;
    opacity: 0;
    border-radius: 50%
}

.close-icon span:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 45%;
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 10%);
    border-radius: 50%;
    z-index: -5;
    animation: circle-inlarge 2s linear infinite;
    transition: 1s;
    transform: translate(-45%, -45%)
}

.contact-form {
    background: #fff;
    padding: 25px 10px;
    box-shadow: 0 0 5px rgb(187 187 187 / 80%)
}

.contact-form input {
    width: 100%
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-style: italic;
    font-size: 14px
}

.ct-wrapper {
    display: flex;
    ;
    margin-top: 15px
}

.ct-head {
    font-weight: 700;
    margin-right: 10px;
    min-width: 75px
}

.ct-des,
.ct-des a {
    color: #2c2c2c;
    font-size: 14px
}

.s-abs-left-banner img {
    position: absolute;
    top: 0;
    left: -80px;
    width: 35rem !important;
    height: 23rem
}

.ml-n-13 {
    margin-left: -13%
}

.ml-n-50 {
    margin-left: -50px
}

.landform-image {
    margin: 15px 15px 0 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.landform-image img {
    width: 100%;
    height: 15rem;
    object-fit: cover
}

.gal-section {
    position: relative
}

.gal-section.deodar-before::before {
    opacity: 0.5;
    background-position: bottom
}

.landform-name {
    position: relative
}

.landform-name span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) skewX(0deg);
    background: #0791BE;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 18px
}

.landform-name span::before {
    background: #c7c7c7;
    position: absolute;
    top: 0;
    left: -9px;
    width: 40px;
    height: 100%;
    transform: skewX(-25deg);
    z-index: -99
}

.landform-name span::after {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewX(10deg)
}

@media (min-width:992px) {
    .cul-banner {
        background-position: 100% 55%
    }
}

.b-section {
    background: url(../images/banner/kedarnath-banner.webp);
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    background-attachment: fixed
}

.b-content {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    margin: 50px 0;
    padding: 30px;
    text-align: center;
    color: #000;
    font-weight: 400;
    border-radius: 4px
}

.dt {
    width: 111px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 120px 130px rgb(26 99 98 / 50%), 0 0 68px 130px rgb(0 255 173 / 50%)
}

.leisure-slider {
    margin-top: 30px
}

.leisure-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center
}

.hotel-wrapper {
    display: flex !important
}

.hotel-content p {
    font-size: 13px
}

.hotel-image img {
    width: 45rem;
    height: 14rem;
    object-fit: cover;
    object-position: center
}

.abt-utt-section {
    position: relative
}

.abt-utt-section:before {
    content: '';
    background: url(../images/banner/bg-home-4.webp) no-repeat top center;
    background-size: 130% 100%;
    transform: scaleX(-1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.utt-minor {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 100%;
    transform: translate(-10%, -50%);
    z-index: 1
}

.utt-minor .inner {
    background: rgb(14 30 68);
    color: #fff;
    padding: 20px;
    border-radius: 5px
}

.utt-minor p {
    font-size: 18px;
    font-weight: 500
}

.utt-image {
    overflow: hidden;
    border-radius: 6px
}

.utt-image img {
    width: 100%;
    transition: 0.5s ease-in-out
}

.utt-sec-img {
    overflow: hidden;
    border-radius: 5px
}

.utt-sec-img-right {
    overflow: hidden;
    border-radius: 5px
}

.utt-sec-img-right img,
.utt-major img {
    transition: 0.5s ease-in-out
}

.utt-sec-img img:hover,
.utt-image img:hover,
.utt-sec-img-right img:hover,
.utt-major img:hover {
    transform: scale(1.1)
}

.utt-major .img-box {
    border-radius: 6px;
    overflow: hidden
}

.utt-major .img-box img {
    width: 100%;
    height: 16rem;
    object-fit: cover
}

.utt-major .img-box-group-2 img {
    width: 100%;
    height: 13.5rem;
    object-fit: cover
}

.utt-sec-img img {
    transition: 0.5s ease-in-out
}

.utt-mn-para {
    padding: 0 15px;
    border-radius: 0;
    margin-top: 0;
    background: #fff
}

.utt-para-right {
    padding: 0 15px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
    width: 100%
}

.geography-before,
.people-before {
    position: relative
}

.geography-before:before,
.people-before:before {
    position: absolute;
    top: 40%;
    left: -150px;
    transform: rotate(-90deg);
    font-size: 75px;
    text-transform: uppercase;
    opacity: 0.1
}

.geography-before:before {
    content: 'Geography';
    display: none
}

.people-before:before {
    content: '- People -'
}

.shiva-before,
.river-before {
    position: relative
}

.shiva-before:before,
.river-before:before {
    position: absolute;
    top: 45%;
    left: -110px;
    transform: rotate(-90deg);
    font-size: 75px;
    text-transform: uppercase;
    opacity: 0.1;
    z-index: 1
}

.river-before:before {
    content: '- Rivers -'
}

.shiva-before:before {
    content: 'Shivaism'
}

.l-text {
    font-weight: 700;
    font-size: 20px
}

.utt-people-slider-wrapper {
    background: #f5f5f5;
    margin: 0;
    padding: 50px 0
}

.utt-people-item.slick-slide img {
    padding: 10px;
    max-width: 100%;
    border-radius: 15px;
    width: 100%;
    height: 300px;
    object-fit: cover
}

.full-width-banner {
    position: relative
}

.food-sm-pic {
    overflow: hidden;
    border-radius: 5px
}

.food-sm-pic img {
    box-shadow: 0 0 6px 0 rgb(114 114 114 / 90%);
    transition: 0.5s ease-in-out
}

.food-sm-pic img:hover {
    transform: scale(1.1)
}

.png-pic {
    margin-right: 0;
    margin-left: -100px;
    border-radius: 20px
}

.png-pic img {
    width: 100%;
    height: 100%
}

.red-gd-bg {
    background: linear-gradient(to bottom, #fff, #ffb5d1)
}

.green-gd-bg {
    background: linear-gradient(180deg, #fff, #d3ffaa)
}

.pink-gd-bg {
    background: linear-gradient(180deg, #fff, #f1bdeb, #FFF)
}

.dark-blue-gd-bg {
    background: linear-gradient(to bottom, #ffb5d1 10%, #8bd5ff)
}

.culture-grid-flow-img {
    position: relative
}

.culture-grid-flow-img img {
    height: 350px;
    border-radius: 50%;
    border: 10px solid #ff8b00;
    object-fit: cover;
    position: relative;
    z-index: 2
}

.culture-grid-flow-img.l-line img {
    width: 60%
}

.culture-grid-flow-img.r-line img {
    width: 60%
}

.culture-grid-flow-img.l-line {
    text-align: end
}

.culture-grid-flow-context {
    height: 100%;
    padding-top: 0
}

.culture-grid-flow-context h3 {
    font-size: 30px
}

.culture-grid-flow-img.r-line:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 110%;
    background: linear-gradient(45deg, #ff4924 12%, #ffe739 50%, #ff612b 80%);
    width: 160%;
    height: 10px;
    transform: translate(-60%, 0) rotate(12deg);
    z-index: 0;
    background: #0791BE
}

.culture-grid-flow-img.l-line:after {
    content: '';
    position: absolute;
    top: 110%;
    right: -40%;
    background: linear-gradient(45deg, #ff1b16 10%, #ffde54 50%, #ff7431 80%);
    width: 160%;
    height: 10px;
    transform: translate(-50%, -50%) rotate(-12deg);
    z-index: 0;
    background: #0791BE
}

.r-text {
    margin-left: -130px;
    margin-top: 15px
}

.left-text {
    margin-right: -120px
}

.culture-grid-wrapper {
    background: linear-gradient(to bottom, transparent, #ffb5d1 10%, #8bd5ff 60%, transparent)
}

.line-none:after {
    display: none
}

.culture-grid-flow-img.r-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 325px;
    height: 325px;
    z-index: 11;
    margin-top: -12px;
    margin-left: 4px;
    background: linear-gradient(45deg, #ff8c28, #f00);
    border-radius: 50%;
    background: #0791BE
}

.culture-grid-flow-img.l-line:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 325px;
    height: 325px;
    z-index: 11;
    margin-top: -14px;
    margin-right: -12px;
    background: linear-gradient(45deg, #ff8c28, #f00);
    border-radius: 50%;
    background: #0791BE
}

.culture-grid-flow-img.r-line img,
.culture-grid-flow-img.l-line img {
    width: 300px;
    position: relative;
    z-index: 22;
    margin-left: 16px;
    height: 300px;
    border: none
}

.no-count {
    background: #1c74b7;
    width: fit-content;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-family: "Railway", sans-serif;
    font-size: 25px;
    font-weight: 900;
    border-radius: 0 0px 30px 0px
}

.species-block {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    border: 1px solid rgb(0 0 0 / 10%)
}

.species-context {
    opacity: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out
}

.species-context h3 {
    color: #fff;
    text-transform: uppercase
}

.species-context p {
    margin-bottom: 0
}

.species-block img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    transition: 0.5s ease-in-out
}

.species-block:hover .species-context {
    color: #fff;
    opacity: 1
}

.species-block:hover img {
    transform: scale(1.2)
}

.cust-heading-para {
    text-align: center;
    margin-bottom: 30px
}

.cust-heading-para p {
    width: 60%;
    margin: auto;
    color: #0e1e44
}

.leisure_start {
    background-size: cover;
    padding: 50px 0;
    margin-top: 0;
    position: relative
}

.leisure {
    position: relative;
    padding: 50px 0
}

.leisure-slider .slick-slide,
.leisure-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.85, 0.85);
    transition: all 0.4s ease-in-out
}

.leisure-slider .slick-center,
.leisure-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    background-color: #000000
}

.leisure-slider .slick-current.slick-active {
    transform: scale(1);
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden
}

.leisure-slider .slick-next,
.leisure-slider .slick-prev {
    z-index: 5
}

.leisure-slider .slick-next {
    right: -20px
}

.leisure-slider .slick-prev {
    left: -20px
}

.leisure-slider .slick-next:before,
.leisure-slider .slick-prev:before {
    color: #fff;
    font-size: 26px;
    background-color: #0791BE;
    border-radius: 4px;
    transition: 0.5s ease-in-out
}

.leisure-slider .slick-next:hover:before,
.leisure-slider .slick-prev:hover:before,
.leisure-slider .slick-next:focus:before,
.leisure-slider .slick-prev:focus:before,
.leisure-slider .slick-next:active:before,
.leisure-slider .slick-prev:active:before {
    background-color: #101F46 !important;
    color: #fff !important
}

.leisure-slider .leisure-item {
    border-radius: 5px;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 5px 20px rgb(51 51 51 / 40%)
}

.leisure_start .slick-list {
    padding: 20px 0 !important;
    margin: -20px 0
}

.leisure-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
}

.leisure-context {
    position: relative;
    padding: 0 40px;
    width: 53%;
    color: #4c4c4c
}

.leisure-context p {
    position: relative
}

.leisure-context span.small-head {
    position: absolute;
    top: -20px;
    color: #f00
}

.leisure-img {
    width: 47%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.leisure-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out
}

.leisure-img img:hover {
    transform: scale(1.1)
}

.l-bold-text {
    font-weight: 700;
    font-size: 30px;
    color: #000
}

.leisure-name.left-al-text,
.leisure-name.right-al-text {
    position: absolute;
    top: 42%;
    z-index: 1;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    width: 58%;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px black
}

.leisure-name.left-al-text {
    left: 0;
    transform: rotate(-90deg) translate(0, -140%)
}

.leisure-name.right-al-text {
    transform: rotate(90deg) translate(0, 225%);
    left: 100%
}

.leisure-fixed-wrapper {
    position: relative;
    padding: 50px 0
}

.leisure-fixed-wrapper:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 65px;
    height: 65px;
    background: rgb(227 227 227 / 50%);
    border-radius: 50%;
    box-shadow: 30px -50px 0 0 #ddddddc4;
    display: none
}

.leisure-fixed-bg {
    background: url(../images/banner/aa.webp);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-position: center;
    background-size: 100%
}

.more-experience {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.more-experience img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: center;
    transition: 0.5s ease-in-out
}

.more-experience a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #fff;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 60%);
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 20px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    text-align: center
}

.more-experience a p {
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    margin: 5px 0 0 0
}

.more-experience a span {
    display: block;
    margin: 0 5px;
    min-width: 90px
}

.more-experience:hover>a {
    padding: 100% 100%
}

.more-experience:hover>img {
    transform: scale(1.1)
}

.experience-pilgrimage {
    background: url(../images/banner/badrinath.jpg)
}

.experience-adventure {
    background: url(../images/banner/adventure3.jpg)
}

.experience-wildlife {
    background: url(../images/banner/wildlife-banner.jpg)
}

.experience-rural {
    background: url(../images/rural/rural-banner.jpg)
}

.experience-wellness {
    background: url(../images/wellness/wellness-banner2.jpg)
}

.experience-pilgrimage,
.experience-adventure,
.experience-wildlife,
.experience-rural,
.experience-wellness {
    background-size: cover;
    padding: 180px 0 50px 0;
    min-height: 80vh;
    background-position: 100% 70%;
    position: relative
}

.experience-adventure:before {
    background: url(../images/effects/cloud-up.png);
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background-size: contain;
    z-index: 1
}

h2.large-heading {
    -webkit-font-smoothing: antialiased;
    font-size: 100px;
    color: #fff
}

.pilgrimage-wrapper {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding-bottom: 50px
}

.pilgrimage-added-section {
    background-color: #0791BE;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    margin-top: 40px
}

.pilgrimage-added-section:before {
    content: '';
    background-image: url(../images/banner/bg-temp.webp);
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 30%;
    background-color: rgb(255 255 255 / 70%);
    background-blend-mode: soft-light;
    opacity: 1
}

.pilgrimage-added-section .pilgrimage-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -120px;
    min-height: 350px;
    border-radius: 5px
}

.pilgrimage-added-section .pilgrimage-details-wrap {
    padding-left: 30px
}

.pilgrimage-added-section .pilgrimage-details {
    border-right: 1px solid rgba(255, 255, 255, 0.25)
}

.pilgrimage-added-section .pilgrimage-details .pilgrimage-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px
}

.pilgrimage-added-section .pilgrimage-details ul {
    padding: 0;
    margin: 0
}

.pilgrimage-added-section .pilgrimage-details ul li {
    list-style: none;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.02rem;
    padding-left: 0
}

li.quote-list {
    position: relative;
    padding-left: 15px
}

.pilgrimage-added-section .pilgrimage-details ul li:last-child {
    margin-bottom: 0
}

.pilgrimage-added-section .pilgrimage-details ul li a {
    color: #ffffff
}

.pilgrimage-added-section .pilgrimage-details ul li a:hover,
.pilgrimage-added-section .pilgrimage-details ul li a:focus {
    color: #ffffff
}

.pilgrimage-added-section .pilgrimage-details-wrap [class*=col-]:last-child .pilgrimage-details {
    border-right: none
}

.pilgrimage-added-section .pilgrimage-name-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 30px
}

.pilgrimage-added-section .pilgrimage-name-wrap h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px
}

@media screen and (min-width:576px) {
    .pilgrimage-added-section .pilgrimage-name-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: end;
        -moz-justify-content: end;
        -ms-justify-content: end;
        justify-content: end;
        -ms-flex-pack: end
    }

    .pilgrimage-added-section h3 {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .pilgrimage-added-section .pilgrimage-img {
        margin-bottom: 30px
    }

    .pilgrimage-added-section .pilgrimage-details-wrap {
        padding-left: 0
    }
}

@media screen and (max-width:575px) {
    .pilgrimage-added-section {
        padding-bottom: 60px
    }

    .pilgrimage-added-section .pilgrimage-details {
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        border-right: none;
        padding: 20px 0
    }

    .pilgrimage-added-section .pilgrimage-details .pilgrimage-icon {
        margin-left: auto;
        margin-right: auto
    }

    .pilgrimage-added-section .pilgrimage-details-wrap [class*=col-]:last-child .pilgrimage-details {
        border-bottom: none
    }

    .pilgrimage-added-section .pilgrimage-name-wrap {
        text-align: center
    }
}

.temple-image {
    width: 100%;
    height: 45vh;
    margin-bottom: 20px;
    box-shadow: 3px -3px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px
}

.temple-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-group {
    position: relative;
    text-align: center;
    padding: 80px
}

.img-group-inner {
    position: relative
}

.img-group-inner img {
    position: relative;
    z-index: 1
}

.img-group-inner span {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    z-index: 1
}

.img-group-inner span+span {
    top: auto;
    right: auto;
    left: -10px;
    bottom: -10px;
    background-color: #f7f7f7
}

.img-group img:nth-child(2) {
    position: absolute;
    top: -25px;
    left: -50px;
    z-index: 0
}

.img-group img:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.me-lg-30 {
    margin-left: 30px
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    max-width: 500px
}

.sigma_list.list-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.sigma_list {
    margin: 40px 0
}

.blockquote.bg-transparent {
    color: #020202
}

.blockquote,
blockquote {
    position: relative;
    margin: 20px 0;
    font-size: 15px;
    color: #db4242;
    padding: 10px 30px;
    background-position: center;
    background-size: cover;
    background-color: #f7f7f7;
    border-left: 2px solid #7E4555
}

.blockquote:before,
.blockquote:after {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: #7E4555
}

.blockquote:after {
    left: 6px
}

.sigma_btn-custom.light {
    background-color: transparent;
    color: #db4242;
    box-shadow: none;
    border: 2px solid #efefef
}

.sigma_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #7E4555;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1
}

.sigma_btn-custom.light::before {
    background-color: #282828
}

.sigma_btn-custom::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background-color: #d43308;
    transform: scaleY(0);
    transform-origin: 50%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden
}

.light-bg {
    background-color: #f7f7f7
}

.xl-image {
    border-radius: 10px
}

.xl-image img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center
}

.sermon-view-wrapper {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
    margin-top: -50px;
    margin-bottom: 40px;
    background: #0791BE
}

.sermon-view-wrapper p {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    position: relative;
    display: inline-block
}

.sermon-view-wrapper .quote {
    text-align: center
}

.sermon-view-wrapper p:before {
    content: '“';
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 35px
}

.sermon-view-wrapper:before {
    content: "";
    width: 20px;
    height: 150%;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    margin: auto;
    left: 80%;
    right: 0;
    top: -19px;
    transform: rotate(27deg)
}

.sermon-view-wrapper:after {
    content: "";
    width: 20px;
    height: 150%;
    background: rgb(255 255 255 / 30%);
    position: absolute;
    margin: auto;
    left: 85%;
    right: 0;
    top: -19px;
    transform: rotate(27deg)
}

p.sm-dark {
    margin-bottom: 0;
    font-weight: 700;
    color: #404040
}

.temple-img-group .img-scale-hover {
    border-radius: 5px
}

.temp-name {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03rem;
    background: #0791BE;
    border-radius: 5px;
    margin: -26px 15px 0 15px
}

.about-area {
    width: 100%;
    position: relative;
    padding: 100px 0 50px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-60 {
    padding-top: 60px
}

.pt-100 {
    padding-top: 100px
}

.about-bg {
    width: 48.6%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1
}

.single-camp-hi {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.single-camp-hi:before {
    position: absolute;
    width: 100%;
    height: 50%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%)
}

.single-camp-hi img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%
}

.camp-hi-content {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2
}

.camp-hi-content a h4 {
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    letter-spacing: -.02rem;
    font-size: 22px;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    margin: 0;
    text-align: center
}

.camp-hi-content p {
    color: #ffffff;
    font-size: 14px
}

.single-camp-hi:hover img {
    transform: scale(1.2)
}

.adventure-info {
    background-image: url(../images/banner/adventure-dark-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh
}

.adventure-info:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 193px;
    background-image: url(../images/effects/cloud-down.webp);
    top: -186px;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.size100vh-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.single-guide {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0
}

.single-guide .guide-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 75vh;
    border-radius: 10px
}

.single-guide .guide-thumb img {
    position: relative;
    transition: all 0.5s ease 0s;
    transform: scale(1);
    width: 100%
}

.single-guide .guide-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 100px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease 0s
}

.single-guide .guide-content p.title {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 20px 20px 0px
}

.single-guide .guide-content a h4 {
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0px 20px 0px;
    text-transform: uppercase
}

.guide-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 3px 20px 13px
}

.guide-content ul li {
    display: inline-block
}

.guide-content ul li a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 12px
}

.about-guide {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease 0s
}

.about-guide p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 20px 0px
}

.single-guide:hover .guide-thumb img {
    transform: scale(1.3)
}

.single-guide:hover .guide-content {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9)
}

.single-guide:hover .guide-content ul {
    padding-bottom: 0
}

.single-guide:hover .about-guide {
    opacity: 1;
    visibility: visible
}

.subscribe-area {
    position: relative;
    background-image: url(../images/banner/banner-ganga.webp);
    background-size: cover;
    background-position: top center
}

.subscribe-area:after {
    position: absolute;
    width: 100%;
    height: 112px;
    bottom: -5px;
    content: "";
    left: 0;
    background-image: url()
}

.subscribe-area .para-wrapper {
    color: #fff;
    font-weight: 500;
    background: rgb(0 0 0 / 50%);
    padding: 30px;
    border-radius: 5px
}

.wildlife-elephant-section {
    position: relative;
    background: rgb(36 34 34 / 85%);
    overflow: hidden
}

.wildlife-elephant-section:before {
    content: '';
    background: url(../images/wildlife/wildlife-elephant.webp);
    background-color: rgb(0 0 0 / 80%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2
}

.center-image {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    max-width: 500px;
    height: 100%;
    display: flex;
    align-items: end;
    z-index: 1
}

.center-image img {
    width: auto;
    height: auto;
    object-fit: cover;
    filter: brightness(1.4);
    z-index: 1
}

.wildlife-elephant-section .center-image {
    left: 55%;
    max-width: 450px
}

.text-light-gray {
    color: #e7e7e7
}

.right-side-image {
    position: absolute;
    top: 50%;
    left: calc(100% - 250px);
    max-width: 250px;
    height: 100%
}

.right-side-image img {
    width: auto;
    height: auto;
    object-fit: cover
}

.heritage-sites-sec .container {
    max-width: 1260px
}

.animal-div-head {
    background: url(../images/wildlife/wildlife-tiger.webp);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.yoga-div-head {
    background: url(../images/wildlife/wildlife-tiger.webp);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.yoga-div-head {
    background: url(../images/wellness/yoga-banner3.webp);
    background-position: center
}

.animal-div-head h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    font-size: 44px
}

.yoga-div-head h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    font-size: 44px
}

.double-content-wrapper {
    background: #f3f3f3;
    padding: 50px;
    margin-left: -50px
}

.wrapper-side-image {
    display: flex;
    height: 100%;
    align-items: center
}

.double-content-wrapper .double-content-child:first-child {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.double-content-data h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 25px
}

.double-content-data p {
    font-size: 14px;
    color: #181818
}

.image_block_one .image-box {
    position: relative;
    display: block
}

.image_block_one .image-box .shape {
    position: absolute;
    left: -60px;
    top: -70px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    z-index: -1
}

.image_block_one .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 90%;
    margin-left: 5%
}

.image_block_one .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.image_block_one .image-box .image img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.image_block_one .image-box .icon-box {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    border: 10px solid #fff
}

.image_block_one .image-box .icon-box {
    background: #f7bf39
}

.content-box {
    position: relative;
    display: block;
    margin-left: 0
}

.content-box .content-inner {
    padding: 60px 125px 60px 50px
}

.content-box .content-inner {
    position: relative;
    display: block;
    padding: 60px 80px 100px 60px
}

.content-box .content-inner {
    background: url(../images/rural/rural-village-1.webp);
    background-size: 135%;
    background-position: bottom right;
    border-radius: 5px
}

.content-box .content-inner .image-layer {
    position: absolute;
    right: -60px;
    bottom: -15px;
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: zoomIn
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.content-box .content-inner h3 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 26px;
    text-transform: uppercase;
    position: relative
}

.content-box .content-inner h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #151c2c;
    font-weight: 400;
    margin-bottom: 6px
}

.content-box .content-inner h2 {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 32px;
    position: relative;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 90%)
}

.theme-btnN {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #fff !important;
    padding: 16.5px 54px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 2px;
    transition: all 500ms ease
}

.content-box .content-inner .theme-btnN {
    background: #0791BE
}

.content-box .content-inner .theme-btnN:before {
    background: #fd5634
}

.theme-btnN:hover:before {
    width: 100%
}

.chooseus-section .content-box .content-inner .theme-btnN:before {
    background: #fd5634
}

.theme-btnN:hover:before {
    width: 100%
}

.theme-btnN:before {
    position: absolute;
    content: '';
    background: #151c2c;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease
}

.sec-pad {
    padding: 80px 0px
}

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

.image_block_three .image-box {
    position: relative;
    display: block;
    margin-right: 0;
    margin-left: -255px;
    margin-right: -15px
}

.image_block_three .image-box.right-direction {
    position: relative;
    display: block;
    margin-right: -150px;
    margin-left: -15px;
    max-height: 84vh
}

.image_block_three .image-box .image {
    position: relative;
    display: block;
    overflow: hidden
}

.image_block_three .image-box .image img {
    width: 100%
}

.content_block_three .content-box {
    position: relative;
    display: block
}

.content_block_three .content-box .sec-title {
    margin-bottom: 24px
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 60px;
    padding-top: 11px
}

.sec-title h2:before {
    position: absolute;
    content: '';
    width: 43px;
    height: 2px;
    left: 0px;
    top: 0px
}

.content_block_three .content-box .inner {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 30px
}

.content_block_three .content-box .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 65px;
    line-height: 60px
}

.content_block_three .content-box .inner .icon-box {
    color: #fd5634
}

.content_block_three .content-box .inner h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400
}

.content_block_three .content-box .text {
    margin-bottom: 32px
}

.content_block_three .content-box .text p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 33px
}

.content_block_three .content-box .text .list-style-one li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 12px
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding-left: 35px;
    color: #151c2c;
    margin-bottom: 14px
}

.list-style-one li:before {
    position: absolute;
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 700
}

.theme-btnN.btn-one {
    background: #fd5634
}

.wellness-section1 {
    position: relative
}

.wellness-section1:before {
    content: '';
    background: url(../images/wellness/yoga2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1
}

.wellness-section1 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 5% 15px 5%;
    justify-content: space-between
}

.wellness-section1 ul li {
    list-style: none;
    width: 48%;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    background-color: #0791BE;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    color: #fff
}

.bg-color-01 {
    background-color: #fefdfc
}

.bg-color-02 {
    background-color: #f7f4f0
}

.bg-color-03 {
    background-color: #efa697
}

.bg-color-04 {
    background-color: #d8c2be
}

.bg-color-05 {
    background-color: #f0e6e0
}

.bg-color-09 {
    background-color: #ff785d
}

#a4-1.abox-2 {
    padding: 0 35px
}

.abox-2 {
    padding: 0 15px
}

.abox-2 h4 {
    margin-bottom: 15px
}

.h4-sm {
    font-size: 2rem
}

.abox-2 h5 {
    margin-bottom: 15px
}

.abox-2 p {
    line-height: 1.5;
    font-size: 14px
}

.txt-color-01,
.txt-color-01 li {
    color: #000000
}

ul.txt-list {
    margin: 0;
    padding: 0
}

ul.txt-list li {
    list-style: none
}

.txt-list li i {
    position: relative;
    banner.jpgfont-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px
}

.txt-list li p {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.5
}

.about-5-banner {
    width: 40%;
    position: absolute;
    padding: 35px;
    z-index: 98;
    left: 5%;
    top: 17%;
    background-color: #0791BE;
    border-radius: 5px
}

.white-color h3,
.white-color p,
.white-color ul li {
    color: #fff
}

ul.simple-list {
    list-style: disc;
    margin-bottom: 0
}

.w-hours .list-item p {
    margin-bottom: 5px
}

.rel {
    position: relative
}

.about-5-img {
    transition: 0.5s ease-in-out
}

.list-inside-img img {
    position: absolute;
    top: -25px;
    right: 0;
    width: 200px;
    height: auto;
    filter: drop-shadow(2px 0px 20px #ffa744);
    color: #ffa744
}

#banner-5.bg-image {
    background-image: url(../images/wellness/yoga-banner2.webp);
    background-attachment: fixed
}

#banner-5.bg-image .banner-5-txt {
    height: auto;
    background-image: none;
    padding: 75px 0
}

#banner-5.bg-image .banner-5-txt p {
    padding: 0;
    margin: 0
}

#banner-people.bg-image {
    background-image: url(../images/wellness/yoga-banner2.webp)
}

.bg-fixed {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

#banner-5.bg-image .container {
    padding-top: 80px;
    padding-bottom: 80px
}

#banner-6.bg-image .container {
    padding-top: 100px;
    padding-bottom: 100px
}

.banner-5-txt h2 {
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 2.8rem
}

h2.h2-xl {
    font-size: 3.75rem
}

.banner-5-txt h3 {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase
}

h3.h3-xs {
    font-size: 2.5rem
}

.txt-color-01 {
    color: #fff
}

.txt-color-05 {
    color: #fff
}

.banner-5-txt p {
    padding: 0 5%;
    margin-bottom: 25px
}

p.p-md {
    font-size: 1.125rem
}

.essential_accessibility {
    background: url(../images/essentials/accessibility/accessibility-01.jpg)
}

.essential_climate {
    background: url(../images/essentials/climate-and-weather/climate-banner.jpg)
}

.essential_accessibility,
.essential_climate {
    background-size: cover;
    padding: 180px 0 50px 0;
    min-height: 80vh;
    background-position: 100% 70%;
    position: relative
}

.essential_accessibility:before,
.essential_climate:before {
    background: url(../images/effects/cloud-up.png);
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background-size: contain;
    z-index: 1
}

.airports-data {
    position: relative;
    z-index: 1;
    background: #fff
}

.airport-list ul {
    padding: 0
}

.airport-list ul li {
    background: url(../images/essentials/accessibility/airplane-icon5.png) no-repeat 0 7px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
    color: #383838;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    padding-bottom: 5px;
    list-style: none;
    padding-left: 30px
}

.airport-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.light-text {
    color: #b3b3b3
}

.indian_airport ul li {
    border-bottom: 0 !important
}

.behind-effect {
    position: absolute;
    left: -10%;
    bottom: -10%;
    width: 90%;
    z-index: -1
}

img.rev-img {
    transform: scale(1.3);
    margin-top: -20px
}

#banner-6.bg-image {
    background-image: url(../images/essentials/accessibility/train-banner.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.r-margin-img {
    position: relative;
    margin-left: 0;
    margin-right: -130px;
    margin-top: -50px
}

.img-group-card {
    display: flex;
    position: relative
}

.img-group-card .img-item {
    width: 33%;
    height: 350px;
    border-radius: 10px;
    margin: 6px
}

.img-group-card .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-group-card .img-item .img-name {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    font-size: 18px
}

.img-group-card .img-item:hover>.img-name {
    bottom: 0
}

.img-behind-para {
    position: relative
}

.block-tile-img:before {
    content: '';
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: -20px;
    left: -20px;
    border: 5px dashed rgb(0 0 0 / 10%);
    border-radius: 10px
}

.block-tile-img img {
    z-index: 1;
    position: relative;
    border: 10px solid;
    border-color: #fff;
    border-radius: 15px
}

.banner-only-img {
    width: 100%;
    height: 50vh;
    border-radius: 10px
}

.banner-only-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.para-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.para-inner-heading {
    font-weight: 700
}

.para-list span {
    width: 100%;
    font-size: 14px
}

.para-list .list-number {
    font-weight: 600
}

.dynasty-image {
    width: 100%;
    height: 92vh
}

.geography-image {
    width: 100%;
    height: 70vh
}

.gurkhas-img img {
    width: 100%;
    height: 65vh
}

.bhotia-tribe-img img {
    height: 70vh;
    width: 100%
}

.jaunsari-women img {
    height: 72vh;
    width: 100%
}

.kandali-img img {
    width: 100%;
    height: 76vh
}

.river-system-image img {
    width: 100%;
    height: 84vh;
    object-fit: cover
}

.dynasty-image img,
.geography-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dynasty-rise-img img {
    width: 100%;
    height: 34vh
}

.img-info {
    background: #0791BE;
    color: #fff;
    padding: 15px;
    display: inline-block;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    margin-left: -20px;
    border-radius: 4px
}

.img-info span {
    display: block
}

.bg-right-image1:before {
    content: '';
    background: url(../images/downloads/mountain1.webp) no-repeat top center;
    background-size: contain;
    background-position: 120% 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-right-image2:before {
    content: '';
    background: url(../images/banner/mountain.jpg) no-repeat top center;
    background-size: cover;
    background-color: #0c1d42;
    background-blend-mode: lighten;
    background-position: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(1)
}

.bg-right-image3:before {
    content: '';
    background: url(../images/banner/mountain-png.png) no-repeat top center;
    background-size: contain;
    background-position: 120% 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.deodar-before {
    position: relative
}

.deodar-before:before {
    content: '';
    background: url(../images/banner/deodar-tree-bg.jpg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
    z-index: -1
}

.img-wraping-area {
    display: flex;
    flex-wrap: wrap
}

.img-wraping-area .img-panel-region {
    border: 10px solid #fff
}

.img-left-panel {
    width: 48%
}

.img-left-panel .img-panel-region img {
    height: 55vh;
    width: 100%;
    margin-top: -90px;
    object-fit: cover;
    object-position: bottom
}

.img-right-panel {
    width: 56%;
    margin-left: -25px
}

.img-right-panel .img-panel-region.two {
    margin-top: -10px
}

.img-right-panel .img-panel-region img {
    height: 37vh;
    width: 100%;
    object-fit: cover
}

.img-info-content {
    border: 10px solid #ffffff;
    margin: 30px -10px -50px 40px !important;
    padding: 45px 30px 45px 30px;
    position: relative;
    z-index: 1
}

.img-info-content.secondary-bg h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0
}

.landform-slider {
    position: relative
}

.landform-slider .slick-list {
    width: 96%
}

.landform-slider .slick-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: grid;
    width: 20px;
    height: 100px;
    align-items: center
}

.landform-slider .slick-dots li.slick-active button {
    background-color: #0c1d42
}

.landform-slider .slick-dots li button {
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 #000
}

.img-back-content {
    position: relative
}

.img-back-content:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    border: 10px solid #0791BE
}

.img-back-content:before {
    left: 50%;
    top: 0;
    width: 75%;
    height: 100%;
    transform: translateX(-50%)
}

.img-top-content {
    transition: 0.5s ease-in-out;
    z-index: 1
}

.img-top-content:before {
    content: 'Uttarakhand People';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    width: 10em;
    font-weight: 800;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0px 10px 10px black;
    opacity: 1;
    transition: 0.5s ease-in-out;
    line-height: 50px
}

.img-top-content:hover:before {
    font-size: 55px
}

.img-top-content img {
    transition: 0.5s ease-in-out
}

.img-top-content:hover img {
    transform: scale(1.05)
}

.title-icon-divider img {
    filter: invert(1);
    width: 35px;
    height: auto;
    margin-top: -7px
}

.railway-sec .img-group-card .img-item.two {
    margin-top: 110px
}

.image-box__static img,
.image-box__float img {
    border-radius: 10px;
    border: 10px solid #fff
}

.withimg {
    margin-top: 13px
}

.heritage-sec h2 {
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff
}

.heritage-sec h3 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff
}

.heritage-sec .sepline {
    width: 40%;
    margin: 15px auto;
    height: 2px;
    background-color: #fff
}

.history-sec2 .name {
    font-size: 24px
}

.history-sec2 .pdt {
    padding: 0 15px
}

.incutt-sec .belts span {
    margin-right: 30px
}

.species-sec .pdt {
    padding: 0 15px
}

.species-sec img {
    height: 50vh;
    width: 100%;
    object-fit: cover
}

.species-sec.two img {
    height: 40vh
}

.uttppl-sec .img-top-content img {
    object-fit: cover;
    height: 75vh;
    width: 100%;
    margin-top: -25px
}

.languages-sec p {
    font-size: 18px
}

.tribe-sec .pdt {
    padding: 0 15px
}

.tribe-sec .img-info {
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.tribe-sec .name {
    font-size: 24px
}

.feature_list {
    list-style: none;
    padding: 0;
    margin: 15px 0 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.feature_list li {
    width: 50%;
    padding-left: 25px;
    position: relative;
    font-weight: 700;
    margin-top: 5px
}

.feature_list li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 16px;
    top: 1px
}

.pil-box {
    margin-top: 30px;
    max-height: 170px
}

.pil-box img {
    object-fit: cover;
    height: 170px;
    width: 100%;
    box-shadow: 0 5px 20px rgb(51 51 51 / 40%)
}

.pil-box.one img {
    border-radius: 50px 50px 0 50px;
    border: 10px solid #0791BE
}

.pil-box.two img {
    border-radius: 50px 50px 50px 0
}

.pil-box.three img {
    border-radius: 50px 0 50px 50px
}

.pil-box.four img {
    border-radius: 0 50px 50px 50px;
    border: 10px solid #0791BE
}

.pilgrimage-sec .pdt {
    padding-left: 0
}

.adventure-sec .adventure-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgb(51 51 51 / 40%)
}

.adventure-sec .adventure-box.one {
    border-radius: 100px 5px 5px 5px
}

.adventure-sec .adventure-box.two {
    border-radius: 5px 5px 100px 5px
}

.adventure-sec .adventure-box img {
    object-fit: cover;
    height: 300px
}

.adventure-sec .pdt {
    padding-left: 15px;
    margin-right: -15px
}

.adventure-info .treks-img {
    margin-top: -75px;
    position: relative;
    z-index: 1
}

.wildlife-wrap {
    margin-top: -100px
}

.wildlife-wrap .wildlife-box {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.wildlife-wrap .wildlife-box .woverlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%)
}

.wildlife-wrap .wildlife-box h4 {
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    letter-spacing: -.02rem;
    font-size: 20px;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%
}

.rich-medicine-sec #a4-1.abox-2 {
    padding: 0 35px;
    padding: 35px;
    background: #0791BE;
    margin-left: -100px;
    border-radius: 5px
}

.rich-medicine-sec #a4-1.abox-2 p {
    color: #fff
}

.yoga-center-sec ul li {
    font-weight: 600
}

.rural-sec .img-line {
    position: absolute;
    border-radius: 5px;
    border: 10px solid #0791BE;
    left: 5%;
    top: 5%;
    margin: 0;
    right: 5%;
    bottom: 5%
}

.rural-sec-3 .content_block_three .content-box {
    padding-left: 25px
}

.rural-sec-3 .img-scale-hover,
.rural-sec-4 .img-scale-hover {
    border-radius: 0
}

.rural-sec-4 .content_block_three .content-box {
    padding-right: 25px
}

.para-quote-box {
    padding: 10px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    background: #0791BE;
    color: #fff;
    width: calc(100% - 44px)
}

.para-quote-box:before {
    content: "";
    width: 20px;
    height: 150%;
    background: rgb(255 255 255 / 5%);
    position: absolute;
    margin: auto;
    left: 80%;
    right: 0;
    top: -19px;
    transform: rotate(27deg)
}

.para-quote-box:after {
    content: "";
    width: 20px;
    height: 150%;
    background: rgb(255 255 255 / 15%);
    position: absolute;
    margin: auto;
    left: 85%;
    right: 0;
    top: -19px;
    transform: rotate(27deg)
}

.para-quote-box p {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block
}

.para-quote-box p:before {
    content: '“';
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 35px
}

.para-quote-box span.author-name {
    display: block;
    text-align: end
}

.flex-image-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center
}

.flex-image-item {
    flex-grow: 1;
    height: 450px;
    position: relative;
    border: 2px solid #ffffff;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    overflow: hidden
}

.flex-image-wrapper .flex-image-item:nth-child(2) {
    border-right: none;
    border-left: none
}

.flex-image-item img {
    position: absolute;
    width: auto !important;
    height: 100%
}

.flex-image-item:hover {
    flex-grow: 100;
    background-color: #f10000
}

.flex-image-item:before {
    content: attr(data-order);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
    transition: all 0.5s ease-in-out;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0
}

.flex-image-item:hover:before {
    top: 90%;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    font-weight: 900;
    font-size: 22px;
    padding: 5px 15px;
    background: rgb(0 0 0 / 50%);
    opacity: 1
}

.flex-image-item:after {
    content: '';
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    transition: all 0.5s ease-in-out
}

.flex-image-item:hover:after {
    background: none;
    opacity: 1
}

.flex-image-wrapper .flex-image-item:hover~.flex-image-item:not(:hover),
.flex-image-wrapper .flex-image-item:hover+.flex-image-item:not(:hover) {
    opacity: 0
}

.spiritual-sec .spiritual-box {
    overflow: hidden;
    box-shadow: 0 5px 20px rgb(51 51 51 / 40%)
}

.spiritual-sec .spiritual-box.one {
    border-radius: 100px 5px 5px 5px
}

.spiritual-sec .spiritual-box.two {
    border-radius: 5px 5px 100px 5px
}

.spiritual-sec .spiritual-box img {
    object-fit: cover;
    height: 400px
}

.spiritual-div-head {
    background: url(../images/spiritual/prayer.webp);
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.spiritual-div-head h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    font-size: 44px
}

.climate-sec h4 {
    font-size: 22px;
    font-family: 'Oswald', sans-serif !important
}

.climate-sec {
    margin-bottom: 30px
}

.climate-sec img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.climate-sec h4 {
    font-size: 30px;
    top: 10%;
    transform: rotate(-8deg);
    position: absolute;
    z-index: 9
}

.climate-sec h4.right-side-text {
    left: -50px
}

.climate-sec h4.left-side-text {
    left: 80%
}

.climate-sec p {
    padding-top: 100px
}

.climate-sec .left-side-text+p {
    padding-top: 115px
}

h4.right-side-text:after {
    content: '';
    background: url(../images/banner/arrow-round.webp);
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 70px;
    transform: rotate(50deg);
    background-repeat: no-repeat
}

h4.left-side-text:after {
    content: '';
    background: url(../images/banner/arrow-round.webp);
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -70px;
    transform: rotate(-50deg) scaleX(-1);
    background-repeat: no-repeat
}

.parallax-scroll {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.parallax-scroll img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    ;
    object-fit: cover
}

.parallax-scroll img#mountain-cut-out {
    object-position: top
}

.parallax-scroll img#clouds {
    mix-blend-mode: screen;
    width: 100%;
    height: 145vh
}

.parallax-content {
    background: linear-gradient(to bottom, transparent, #fff 10%);
    margin-top: -350px;
    z-index: 9999;
    position: relative;
    margin-bottom: 50px
}

.parallax-scroll:before {
    content: '';
    position: absolute;
    top: 20%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: linear-gradient(to top, #fff 70%, transparent)
}

.season-card {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 40px 10px 40px 10px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 32px;
    box-shadow: 0 0 10px 0 #bbbbbb
}

.season-image img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.season-content {
    padding: 15px
}

.season-content h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px
}

.season-card p {
    margin-bottom: 0
}

.season-odd-card .season-image img {
    height: 150px
}

.season-odd-card {
    margin-top: 0
}

.image-side-border {
    position: relative
}

footer {
    position: relative
}

footer {
    background-image: url(../images/common/footer/banner.webp);
    background-size: 112% 150%;
    width: 100%;
    height: 100%;
    background-position: center
}

footer:before {
    content: '';
    background: rgb(30 30 30);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9
}

footer p {
    color: #c7c7c7
}

.footer-comp-info p {
    color: #c7c7c7
}

.footer-comp-info span,
.footer-comp-info a {
    color: #fff
}

.custom-table-layout {
    margin-top: 30px;
    background: #ededed;
    border-radius: 10px;
    max-width: 25rem;
    position: relative;
    overflow: hidden
}

.custom-table-layout:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: #d4d4d4;
    border-radius: 5px 5px 0 0;
    z-index: -1
}

.bg-site-blue {
    background-color: #0791BE
}

.table-heading-block,
.table-content {
    padding: 10px 15px;
    height: 100%;
    border-bottom: 1px solid #fff
}

.table-heading-block {
    font-weight: 600;
    color: #fff;
    font-size: 15px
}

.table-content {
    font-size: 14px;
    font-weight: 400
}

.tb-ct-data {
    font-weight: 700;
    color: #fff;
    background: #0791BE
}

.tb-ct-value {
    background: #ededed
}

.company-emergency-contact-info {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    margin-top: 40px
}

.company-emergency-contact-info p {
    margin: 0
}

.company-emergency-contact-info:before,
.company-emergency-contact-info:after {
    content: '';
    position: absolute;
    top: -14px;
    background: #ffffff;
    width: 50px;
    height: 60px;
    z-index: 0
}

.company-emergency-contact-info:before {
    left: -30px;
    transform: rotate(25deg)
}

.company-emergency-contact-info:after {
    right: -30px;
    transform: rotate(-25deg)
}

.center-picture {
    background: url(../images/wildlife/rescue2.webp);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.center-picture h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    font-size: 44px
}

.sphere-bg-effect {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sphere-bg-effect:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    background: linear-gradient(to top, #d8b87b, #785c2d);
    width: 80%;
    height: 80%;
    z-index: 0;
    margin: 20%;
    border-radius: 165px;
    background-image: url(../images/banner/money-count.webp);
    background-color: #af884d;
    background-blend-mode: revert;
    background-size: cover;
    background-position: 25% 0
}

.sphere-bg-effect:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -15%;
    background: linear-gradient(to bottom, #d8b87b, #785c2d);
    width: 90%;
    height: 86%;
    z-index: 0;
    margin: 20%;
    border-radius: 165px
}

.sphere-background-effect {
    overflow: hidden;
    background-position-y: center;
    position: absolute;
    top: 19px;
    left: 60px;
    width: 67%;
    height: 67%;
    z-index: 2;
    margin: 34% 0;
    background-size: cover
}

.sphere-bg-effect .heading-style {
    z-index: 9;
    position: relative;
    text-align: center
}

.sphere-bg-effect .heading-style h2 {
    width: 80vh;
    color: #fff;
    text-shadow: 0 0 10px black;
    margin: 0
}

.sphere-bg-effect .heading-style span {
    line-height: 1.5
}

.currency-holder-block-left .currency-holder:nth-child(odd) {
    margin-right: 0
}

.currency-holder-block-left .currency-holder:nth-child(even) {
    margin-left: 0;
    margin-bottom: 75px
}

.currency-holder-block-right .currency-holder:nth-child(odd) {
    margin-left: 0
}

.currency-holder-block-right .currency-holder:nth-child(even) {
    margin-right: 0;
    margin-bottom: 75px
}

.currency-holder {
    width: 300px;
    height: 142px;
    margin: auto;
    margin-bottom: 50px
}

.currency-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px 0 #8d8d8d
}

.currency-image-group {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%
}

.currency-image-group img.image1 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.currency-image-group img.image2 {
    position: absolute;
    top: 35px;
    left: 60px;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.currency-holder-block-left .currency-image-group img.image2 {
    left: -50px;
    top: 35px
}

.currency-top-banner img {
    width: 80%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    margin-top: -50px;
    margin-left: 75px
}

.exchange-banner {
    width: 119vh;
    height: 74vh;
    margin-left: 0;
    margin-right: 58px !important;
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4
}

.exchange-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.money-exhange {
    position: relative
}

.money-exhange:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background-size: cover;
    transform: rotate(180deg);
    opacity: 0.7
}

.exchange-money-image {
    margin-top: -115px;
    margin-left: -60px;
    margin-right: 0
}

.app-btn-images {
    display: flex;
    justify-content: start
}

.app-btn-images>div {
    width: 44%
}

.app-btn-images div:nth-child(2) {
    margin-left: 25px
}

.currency-exc-utt {
    height: 100%;
    position: relative
}

.currency-exc-utt:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1
}

.currency-exc-utt:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 70px;
    height: 70px;
    opacity: 0.5;
    background: #0090bb;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1
}

.currency-exc-utt img {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 0 30px
}

.passport-top-image {
    margin-left: -50px;
    margin-top: -15px;
    position: relative
}

.passport-top-image:before {
    content: '';
    background: url(../images/effects/dotted-curve.webp);
    position: absolute;
    top: 70px;
    left: -100px;
    background-size: contain;
    width: 100%;
    height: 100px;
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 0.2;
    transform: rotate(20deg)
}

.passport-top-image img {
    width: 100%
}

.passport-eligibility {
    position: relative;
    overflow: hidden
}

.passport-eligibility:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    background: url(../images/passport-visa/pattern-14.webp);
    background-size: cover;
    width: 50%;
    height: 100%
}

.listing-style ul {
    margin-left: 0;
    padding-left: 15px;
    list-style-type: disclosure-closed
}

.image-group-style {
    position: relative
}

.image-group-style:before {
    content: '';
    position: absolute;
    top: -60px;
    right: -115px;
    background: #fff;
    width: 60%;
    height: calc(100% + 150px)
}

.image-group-top {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    transform: translateY(-50%)
}

.image-group-top img {
    border: 4px solid #fff
}

.image-group-behind {
    margin-right: -115px;
    margin-left: 60px
}

.image-group-behind img {
    width: 100%;
    height: 64vh
}

.visa-country-list {
    background: url(../images/passport-visa/pattern-8.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 30%
}

table.countries-visa-list {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: 1.5px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #d4d4d4
}

table.countries-visa-list tr:nth-child(even) {
    background: #e3e3e3
}

.country-name-block {
    position: relative;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 15%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
    margin-bottom: 15px
}

.country-name-block:before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: 6px;
    width: 30px;
    height: 30px;
    filter: brightness(0.9) invert(0.7);
    z-index: -1
}

.visa-arrival-facility {
    background: url(../images/passport-visa/pattern-8.webp);
    background-color: #f6f6f6;
    background-size: cover;
    background-position: 100% -50%;
    background-blend-mode: multiply
}

.uttrakhand-visa-permit {
    position: relative
}

.uttrakhand-visa-permit:before {
    content: '';
    background: url(../images/passport-visa/visa.webp);
    position: absolute;
    top: -50px;
    right: -10px;
    background-size: contain;
    width: 100px;
    height: 200px;
    background-repeat: no-repeat
}

.disclaimer {
    margin-top: 30px
}

h2.small-heading {
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    color: #101F46;
    font-family: 'Oswald', sans-serif
}

.disclaimer p {
    font-size: 13px
}

.uttrakhand-visa-permit-image {
    width: 100%;
    height: 100%;
    position: relative
}

.uttrakhand-visa-permit-image img {
    width: 100%;
    position: absolute;
    top: -30px;
    bottom: 0;
    height: 60vh
}

.image-group-full-layout {
    position: relative;
    margin-top: 30px
}

.image-group-full-layout img {
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4
}

.image-group-full-layout div:nth-child(1) {
    width: 70%;
    margin: auto
}

.image-group-full-layout div:nth-child(2) {
    position: absolute;
    top: 4%;
    left: -25px;
    width: 250px
}

.image-group-full-layout div:nth-child(3) {
    position: absolute;
    top: 55%;
    right: -25px;
    width: 400px;
    height: auto
}

.image-group-full-layout div:nth-child(4) {
    position: absolute;
    top: -25px;
    right: 0;
    width: 350px;
    height: auto
}

.image-group-full-layout div:nth-child(5) {
    position: absolute;
    top: 50%;
    left: 0;
    width: 220px;
    height: auto
}

.listing-style ul,
.medical-listing-style ul {
    color: #000;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none !important
}

.listing-style ul li,
.medical-listing-style ul li {
    margin-bottom: 10px;
    padding-left: 6px
}

.listing-style ul li i {
    margin-right: 2px;
    font-size: 12px;
    color: #00788d
}

.listing-style ul li::marker {
    content: "\f192";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #00788d;
    font-weight: 900
}

.medical-listing-style ul li::marker {
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    background: #00788d;
    color: #00788d;
    font-weight: 900
}

.first-aid-kit-image {
    margin-top: -25px
}

.first-aid-kit-image img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: 100% 80%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 50px 0
}

.safety-rule-card {
    width: 100%;
    height: 70vh;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.safety-rule-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 35%
}

.safety-card-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    text-align: center
}

.safety-card-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17vh;
    background: linear-gradient(to top, black, transparent);
    width: 100%;
    z-index: 0
}

.safety-content {
    position: relative
}

.safety-content p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px
}

.women-safety .listing-style {
    padding-left: 10px
}

.women-safety {
    position: relative
}

.women-safety:before {
    content: '';
    background: url(../images/safety-health/round-dotted.webp);
    position: absolute;
    top: -60px;
    right: -50px;
    background-size: contain;
    width: 50%;
    height: 80%;
    transform: rotate(200deg);
    background-repeat: no-repeat;
    opacity: 0.2
}

.women-safety-image img {
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 30px
}

.below-left-image img {
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    width: 150px;
    position: absolute;
    bottom: 50px;
    left: -20px
}

.below-right-image img {
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    width: 250px;
    position: absolute;
    bottom: -15px;
    right: -20px
}

.blinking-text {
    animation: animate 2s linear infinite;
    color: #ff7600
}

@keyframes animate {
    0% {
        color: #ff7600
    }

    50% {
        color: red
    }

    100% {
        color: #ff7600
    }
}

.medical-measure-image img {
    margin-left: -117px;
    height: 70vh
}

.medical-measure-image {
    position: relative
}

.medical-measure-image:before {
    content: '';
    background: url(../images/safety-health/dots.webp);
    background-size: cover;
    position: absolute;
    top: -112px;
    right: 60px;
    width: 70px;
    height: 100%;
    transform: scaleX(-1)
}

section.section.medical-measure:after {
    content: '';
    background: #f6f6f6;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.electricity-and-water-section:before {
    content: '';
    position: absolute;
    background: url(../images/electricty-water/towers_copy.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1
}

.electricity-plant-image {
    position: relative
}

.electricity-plant-image img {
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 6px;
    width: 100%;
    height: 60vh
}

.electricity-plant-image span {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: #00788d;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 0 #8d8d8d
}

.flags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flags img {
    width: 250px;
    height: 150px;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf
}

.country-name-block img {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 40px;
    height: 25px;
    transform: translateY(-50%);
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 10px 0 #d4d4d4;
    object-fit: fill
}

.renewable-energy-section {
    position: relative;
    overflow: hidden
}

.solar-panel-image {
    position: absolute;
    top: -60px;
    left: -100px;
    height: 75vh;
    width: calc(100% + 100px)
}

.solar-panel-image img {
    width: 100%;
    height: 100%
}

.tourist-image {
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    top: -60px;
    right: -100px
}

.tourist-image:before {
    content: '';
    background: url('../images/electricty-water/dotted-circle.webp');
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-18%);
    background-size: contain;
    width: 100%;
    height: 75%;
    background-repeat: no-repeat;
    opacity: 0.1
}

.tourist-image:after {
    content: '';
    background: url('../images/electricty-water/dotted-circle.webp');
    position: absolute;
    top: 60%;
    left: 14%;
    transform: translate(-18%, -50%);
    background-size: contain;
    width: 100%;
    height: 55%;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1
}

.tourist-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto
}

.switches-section {
    overflow: hidden
}

.switches-section:before {
    content: '';
    background: url(../images/electricty-water/Untitled-2.webp);
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
    height: 460px;
    background-size: cover
}

.switch-card-group [class*=col-]:nth-child(1) .switch-card {
    margin-top: 37px
}

.switch-card-group [class*=col-]:nth-child(2) .switch-card {
    margin-top: 25px
}

.switch-card {
    position: relative;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 0 10px 0 #c1c1c1;
    border-radius: 6px;
    height: auto;
    background: url(../images/electricty-water/card-background.webp);
    background-size: cover;
    width: 100%
}

.switch-card .card-image {
    width: 100%;
    height: 42vh
}

.switch-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.card-content {
    text-align: center;
    padding: 6px 15px;
    background: #f6f6f6
}

.card-content h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    margin-bottom: 4px
}

.card-content p {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px
}

.destination-banner img {
    width: 100%;
    height: 110vh;
    object-fit: cover
}

.destination-quote {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQMibbNPerLEc20GlXZ2byViICDfBujxTZozg&usqp=CAU);
    background-color: #0791BE;
    padding: 0px;
    width: fit-content;
    min-width: 80%;
    margin: auto;
    margin-top: -25px;
    z-index: 1;
    position: relative;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 10px 10px 0 #b7b7b7;
    overflow: hidden;
    background-blend-mode: multiply;
    background-size: 100%;
    background-position: 100% 30%
}

.destination-quote span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center
}

.destination-quote span span {
    color: #ffffff;
    font-size: 35px;
    top: -2px;
    position: relative;
    margin-right: 4px
}

.destination-main-image {
    width: calc(100% + 125px);
    min-height: 70vh;
    height: 100%;
    position: absolute;
    border: 5px solid #ffffff;
    border-radius: 50px 0 0 0;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0 #dfdfdf
}

.destination-main-image img {
    width: 100%;
    height: 100%;
    min-height: 67vh
}

.destination-image-group {
    display: flex;
    justify-content: space-around;
    width: calc(100% + 120px);
    height: auto;
    position: absolute;
    bottom: -50px
}

.destination-image-group-child {
    width: 26%;
    height: 120px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 0 #8b8b8b;
    border-radius: 15px;
    overflow: hidden
}

.destination-image-group-child img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.background-destination-nameText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.background-destination-nameText:before {
    content: attr(data-order);
    font-family: 'Oswald', sans-serif;
    font-size: 150px;
    opacity: 0.1;
    color: #878787
}

.popular-tourist-attraction .places-item {
    margin-right: 15px;
    position: relative;
    height: 200px;
    border: 5px solid #d4d4d4;
    box-shadow: 0 0 4px 0 #fff;
    border-radius: 20px;
    overflow: hidden
}

.popular-tourist-attraction .places-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out
}

.popular-tourist-attraction .places-item:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgb(0 0 0 / 90%), transparent);
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1
}

.popular-tourist-attraction .places-item:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    border: 1px solid rgb(0 0 0 / 25%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0px 0 #000
}

.popular-tourist-attraction .places-item .place-name {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.top-slider-nav .slick-prev,
.top-slider-nav .slick-next {
    top: -25px
}

.top-slider-nav .slick-prev {
    left: 92%
}

.top-slider-nav .slick-prev:before,
.top-slider-nav .slick-next:before {
    background-color: #0791BE;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px
}

.places-item:hover img {
    transform: scale(1.1)
}

.small-heading h2 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    color: #151515;
    font-family: 'Oswald', sans-serif;
    position: relative;
    margin-bottom: 20px
}

.popular-packages .slick-track {
    padding-top: 0;
    padding-left: 0
}

.popular-package-item {
    margin: 0 15px;
    text-align: left
}

.popular-package-item .popular-package-item-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 0;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px 0px #9d9d9d
}

.popular-package-item .popular-package-item-image .image {
    height: 100%
}

.popular-package-item .popular-package-item-image img {
    height: 100%;
    object-fit: cover
}

.popular-package-item h3 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    color: #0791BE;
    font-size: 18px
}

.popular-package-item span {
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
    display: block
}

.destination-place-card {
    border: 6px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #d4d4d4;
    margin-bottom: 25px;
    background: #f6f6f6
}

.destination-place-card-image {
    width: 100%;
    min-height: 35vh;
    height: 100%
}

.destination-place-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.destination-place-description {
    padding: 10px 20px 0 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.destination-place-heading {
    font-weight: 600;
    color: #0791BE;
    font-size: 18px
}

.destination-place-card-content {
    color: #262626;
    font-size: 15px
}

.destination-place-card-group .destination-place-card:nth-child(even) {
    border-radius: 0 20px 20px 0
}

.destination-place-card-group .destination-place-card:nth-child(odd) {
    border-radius: 20px 0 0 20px
}

.popular-destination-place .detail-sec .sticky-sidebar {
    top: 100px
}

.popular-destination-place .detail-sec:before {
    content: '';
    background: #fff;
    position: absolute;
    top: -60px;
    left: 0;
    width: calc(100% + 100px);
    height: calc(100% + 120px)
}

.festival-card {
    position: relative;
    margin-top: -10px
}

.festival-card-image {
    width: 100%
}

.festival-card-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px
}

.festival-card:after {
    content: '';
    position: absolute;
    top: calc(40% + 8px);
    background: rgb(165 165 165 / 60%);
    width: 95%;
    height: 60%;
    z-index: -1;
    filter: blur(10px)
}

.festival-card-group [class*=col-]:nth-child(odd) .festival-card:after {
    right: -8px
}

.festival-card-group [class*=col-]:nth-child(even) .festival-card:after {
    left: -8px
}

.festival-card-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    color: #1791be
}

.festival-card-detail {
    line-height: 1.85;
    margin-bottom: 0;
    font-size: 14px
}

.festival-card-group [class*=col-]:nth-child(even) .festival-card .festival-card-content {
    left: 0;
    width: 50%
}

.festival-card-group [class*=col-]:nth-child(odd) .festival-card:before {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: rgb(60 60 60 / 10%);
    width: 100%;
    height: 68%;
    z-index: -1
}

.festival-card-group [class*=col-]:nth-child(even) .festival-card:before {
    position: absolute;
    bottom: -10px;
    right: 10px;
    background: rgb(60 60 60 / 10%);
    width: 100%;
    height: 68%;
    z-index: -1
}

.festival-card-group-section {
    position: relative
}

.festival-card-group-section {
    overflow: hidden
}

.festival-card-group-section:before {
    background: url(https://thumbs.dreamstime.com/b/abstract-yellow-raksha-bandhan-festival-banner-design-155568518.jpg);
    position: absolute;
    top: 25%;
    right: -31%;
    width: 100%;
    height: 42%;
    max-height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: rotate(90deg) translateY(-50%);
    opacity: 0.2;
    z-index: -1
}

.festival-card-group-section:after {
    background: url(https://png.pngtree.com/thumb_back/fh260/background/20200322/pngtree-abstract-orange-watercolor-brush-stroke-background-image_332364.jpg);
    position: absolute;
    top: 0;
    left: -17%;
    width: 77%;
    height: 52%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: rotate(90deg);
    z-index: -1;
    opacity: 0.7
}

.our-story-image {
    width: 120vh;
    height: auto;
    position: absolute;
    top: -50px;
    left: -50px
}

.our-story-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.side-design-img-right {
    position: relative;
    perspective: 30vh
}

.side-design-img-left {
    position: relative;
    perspective: 30vh
}

.philosophy-card {
    background: #fff;
    border: 6px solid #e5e5e5;
    box-shadow: 0 0 10px 0 #d4d4d4;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 20px;
    flex-direction: column
}

.side-design-img-left img,
.side-design-img-right img {
    width: 100%;
    height: 60vh;
    border: 6px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 20px
}

.side-design-img-right img {
    transform: rotateY(-175deg)
}

.side-design-img-left img {
    transform: rotateY(175deg)
}

.side-design-img-right:after {
    position: absolute;
    width: 100%;
    height: 110%;
    border: 5px solid #0791BE;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    left: -20px;
    top: -20px;
    border-radius: 50px;
    z-index: -1;
    perspective: 0;
    transform: rotateY(185deg) scaleX(-1)
}

.side-design-img-left:after {
    position: absolute;
    width: 100%;
    height: 110%;
    border: 5px solid #0791BE;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    right: -20px;
    top: -20px;
    border-radius: 50px;
    z-index: -1;
    perspective: 0;
    transform: rotateY(175deg)
}

.mv-card {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mission-card {
    border-radius: 50px 50px 0 80px;
    background: url(../images/banner/left-banner.webp)
}

.vision-card {
    border-radius: 50px 50px 80px 0;
    background: url(../images/banner/right-banner1.png)
}

.mission-card,
.vision-card {
    border: 4px solid #ffffff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    width: 49%;
    height: 40vh;
    margin-top: 50px;
    overflow: hidden;
    padding: 30px;
    background-size: cover;
    background-color: #fff
}

.mission-card:after,
.vision-card:after {
    content: '';
    position: absolute;
    top: 17%;
    width: 48%;
    height: 86%;
    z-index: -1
}

.mission-card:after {
    left: 6px;
    background: #cbcbcb;
    border-radius: 80px 80px 0 80px
}

.vision-card:after {
    left: calc(51% + 8px);
    background: #cbcbcb;
    border-radius: 80px 80px 80px 0
}

.philosophy-mv-section:before {
    content: '';
    background: url(../images/banner/left-banner.webp) no-repeat top center;
    background-size: 130% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    transform: scaleX(-1);
    display: none
}

.mv-content {
    width: 60%
}

.vision-card .mv-content {
    margin-left: auto;
    text-align: end
}

.mv-banner {
    position: relative;
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 20px;
    overflow: hidden
}

.mv-banner img {
    width: 100%;
    height: 100%
}

.mv-banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.mv-banner .banner-content h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    font-size: 44px;
    padding: 15px 0 0 10px;
    line-height: 75px
}

@media (min-width:991px) {
    .mt-md-35 {
        margin-top: 35px
    }

    .right-m-10 {
        right: -10px
    }
}

.destination-about-image-group {
    position: relative;
    height: 70vh
}

button.close {
    position: absolute;
    top: 12px;
    color: #fff;
    right: 12px;
    z-index: 1;
    opacity: 1;
    font-weight: 100;
    font-size: 25px
}

.culture-banner {
    background-position-y: bottom
}

.card-l-padding {
    background: #fff;
    padding-left: 75px
}

.climate-abt {
    margin-bottom: 100px
}

.mobile-inernet-breadcrumb {
    background-position: 100% 22%
}

.mobile-tower-img img {
    height: 50vh
}

.ftcontact {
    position: relative
}

.ftcontact .link-secondary {
    color: #c1c1c1
}

.lg-outer .lg-thumb {
    margin: auto !important
}

.related-package-slider .slick-track {
    margin: 0 !important
}

.no-results-wrap {
    text-align: center
}

.no-results-wrap .icon {
    width: 300px;
    margin-bottom: 15px
}

.no-results-wrap h5 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #0791be
}

.landform-sec .species-block {
    margin-top: 30px
}

.landform-sec .species-block img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    transition: 0.5s ease-in-out
}

.fl-search {
    position: relative
}

.fl-search button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 48px;
    height: 48px;
    background: transparent
}

.popular-tours {
    position: relative
}

.popular-tours:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 2px;
    margin-top: -5px;
    width: 10px;
    height: 2px;
    font-weight: 900;
    z-index: 20;
    color: #0085BA
}

.popular-tours a {
    display: block
}

.popular-tours a i {
    font-size: 20px
}

.highlights-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.highlights-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.highlights-sec ul li {
    position: relative;
    padding-left: 25px
}

.highlights-sec ul li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 17px
}

.hotels-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hotels-sec ul li {
    position: relative;
    padding-left: 25px
}

.hotels-sec ul li:before {
    position: absolute;
    content: "\f594";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 17px
}

.inclusions-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.inclusions-sec ul li {
    position: relative;
    padding-left: 25px
}

.inclusions-sec ul li:before {
    position: absolute;
    content: "\f0fe";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 17px
}

.exclusions-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.exclusions-sec ul li {
    position: relative;
    padding-left: 25px
}

.exclusions-sec ul li:before {
    position: absolute;
    content: "\f146";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 17px
}

.terms-sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.terms-sec ul li {
    position: relative;
    padding-left: 25px
}

.terms-sec ul li:before {
    position: absolute;
    content: "\f737";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 17px
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.faq-sec #accordion .card {
    margin-bottom: 10px
}

.faq-sec .card-header {
    background: #fff;
    padding: 0.75rem 1rem
}

.faq-sec .card-body {
    padding: 0.75rem 1rem
}

.faq-sec .card-header button {
    padding: 0;
    width: 100%;
    text-align: left;
    color: #0791BE;
    font-weight: 700
}

.related-packages .related-package-slider .package-item .price-box {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #333;
    margin-top: 10px
}

.related-packages .related-package-slider .package-item .price-box .price {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 5px
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0
}

.autocomplete-items div {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff
}

.form-control {
    font-size: 14px
}

.home-menu-icon {
    margin-left: -75px;
    padding-left: 0 !important
}

.home-menu-icon a i {
    font-size: 20px
}

ul.left-direction-menus li:last-child a {
    text-transform: capitalize
}

.section-heading h2.letters-combination {
    font-size: 33px
}

h2.letters-combination span {
    display: inline-block
}

h2.letters-combination span:first-letter {
    color: #CDDC39;
    font-size: 45px
}

.footer-contact-block {
    display: flex;
    align-items: baseline
}

.footer-contact-block i {
    margin-right: 15px
}

footer .main-navigation nav ul li.menu-item-has-children {
    padding: 0.25rem 0 0.25rem 0 !important
}

footer .main-navigation nav ul li.menu-item-has-children a.title-menu {
    color: #c1c1c1;
    font-family: 'Inter', sans-serif !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    padding: 0 !important;
    font-size: 0.875rem !important
}

footer .main-navigation ul li:last-child ul {
    left: 0;
    right: auto;
    width: 250px !important
}

footer .main-navigation ul ul {
    background: #404040 !important;
    border-top: 2px solid #bb5953 !important
}

footer .main-navigation ul ul li {
    border-bottom: 1px solid #585858 !important
}

footer .main-navigation ul ul li a {
    color: #e5e5e5 !important;
    padding: 8px 15px !important;
    font-size: 13px !important
}

footer .main-navigation ul li.menu-item-has-children li:hover>a {
    background-color: #20242c !important;
    font-weight: 500 !important;
    padding-left: 25px !important;
    color: #0095ff !important
}

.place-covered-box {
    width: 100%
}

.place-covered-links {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 3em !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.place-covered-links li {
    margin-right: 20px;
    position: relative;
    font-size: 14px;
    color: #777
}

.place-covered-links li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: #999;
    right: -10px;
    top: 6px
}

.place-covered-links li:last-child {
    margin-right: 0
}

.place-covered-links li:last-child:after {
    display: none
}

.cities-list {
    padding: 10px 0 10px 15px;
    margin: 10px 0;
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

.sub_cat-list {
    padding: 10px 0 10px 15px;
    margin: 10px 0;
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

.hide-city {
    display: none
}

.blog-page-sec .blog-box {
    position: relative;
    box-shadow: 0 0 2px 0 #666;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    margin-top: 30px
}

.blog-page-sec .blog-box .blog-img img {
    border-radius: 4px
}

.blog-page-sec .blog-box .blog-content {
    margin-top: 15px
}

.blog-page-sec .blog-box .blog-content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    margin-bottom: 8px
}

.blog-page-sec .blog-box .blog-content h2 a {
    color: #000
}

.blog-page-sec .blog-box .blog-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    margin-bottom: 8px;
    color: #000
}

.blog-page-sec .blog-box .blog-content .posted-by {
    color: #0791be
}

.blog-page-sec .blog-box .blog-content .blog-meta {
    display: flex;
    align-items: center;
    color: #000 !important;
    font-size: 13px;
    opacity: .5;
    margin-bottom: 15px;
    font-weight: 600
}

.blog-page-sec .blog-box .blog-content .blog-meta>div:not(:last-child) {
    margin-right: 15px
}

.pagination-box {
    margin-top: 30px
}

.blog-page-sec.blog-detail .blog-box .blog-content h2 {
    font-size: 30px
}

.comments-sec {
    margin: 30px 0;
    background-color: #e9ebee;
    padding: 30px;
    border-radius: 5px
}

.comment-title,
.blogside-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase
}

.comments-box {
    margin-bottom: 30px
}

.be-comment {
    display: flex
}

.comments-box .be-comment:not(:last-child) {
    margin-bottom: 25px
}

.be-img-comment {
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700
}

.be-comment-content {
    width: 100%
}

.be-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.be-comment-name {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.be-comment-time {
    font-size: 13px;
    color: #777
}

.be-comment-text {
    color: #7a8192;
    display: block;
    background: #fff;
    border: 1px solid #edeff2;
    padding: 15px;
    margin: 5px 0 0 0;
    border-radius: 5px
}

.blog-cat-list {
    margin-bottom: 30px;
    background: #e9ebee
}

.blog-cat-list ul {
    margin: 0
}

.blog-cat-list ul li {
    font-size: 16px;
    padding: 0
}

.blog-cat-list ul li a {
    color: #666;
    font-weight: 500;
    transition: all .3s ease
}

.blog-cat-list ul li a:hover {
    padding-left: 5px;
    color: #0791BE
}

.blog-cat-list ul li a i {
    margin-right: 5px
}

.blog-cat-list ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 8px;
    margin-bottom: 8px
}

.recent-post ul {
    margin-bottom: 0
}

.recent-post ul li {
    display: flex;
    align-items: flex-start
}

.recent-post ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.recent-post ul li .blog-img {
    width: 60px;
    border-radius: 5px;
    overflow: hidden
}

.recent-post ul li .blog-img {
    width: 100px;
    border-radius: 5px;
    overflow: hidden
}

.recent-post ul li .blog-img img {
    object-fit: cover;
    height: 65px
}

.recent-post ul li .blog-content {
    width: calc(100% - 100px);
    padding-left: 15px
}

.recent-post ul li .blog-content h4 {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 5px
}

.recent-post ul li .blog-content .blog-meta {
    display: flex;
    align-items: center;
    color: #000 !important;
    font-size: 13px;
    opacity: .5;
    margin-bottom: 0;
    font-weight: 600
}

.carousel-indicators {
    margin-bottom: 10px
}

.filter-menu {
    position: relative;
    float: right;
    margin-top: -20px;
    display: none
}

.show-filter {
    top: 0 !important;
    height: 100vh !important
}

.filter-menu>div {
    font-weight: 400;
    font-size: .7rem;
    letter-spacing: .02rem;
    color: #fff;
    background: #0791be;
    padding: 5px 10px;
    border-radius: 3px;
    width: fit-content
}

.detail-box-body font {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important
}

.detail-sec ul {
    padding-left: 15px !important
}

.detail-sec ol {
    padding-left: 0px !important
}

.detail-sec ul li {
    padding-left: 0 !important;
    list-style-type: disc !important
}

.detail-sec ul li:before {
    display: none
}

.phno {
    width: 500px
}

.celebration-section {
    position: fixed;
    top: 0;
    background: #fff;
    background-size: 100% 140%;
    background-position: center;
    width: 100%;
    height: 100vh;
    z-index: 99
}

.celebration-image {
    text-align: center
}

.celebration-image img {
    max-width: 95vh;
    position: relative;
    top: -50px;
    filter: drop-shadow(5px 10px 30px #fff)
}

.celebration-section .logo-wrap img {
    position: relative;
    top: 20px;
    width: 110px
}

.celebration-content h1 {
    font-size: 60px;
    margin-bottom: 0
}

.celebration-content h3 {
    font-size: 35px;
    font-weight: 600
}

.celebration-content h5 {
    font-size: 26px
}

.site-redirect-link {
    position: absolute;
    top: -90px
}

.site-redirect-link a {
    font-size: 13px;
    color: #101f46;
    font-weight: 600
}

.celebration-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.uttrakhand-diwas-wrap {
    position: relative
}

.uttrakhand-diwas-wrap:before {
    content: '';
    background: url('../images/celebration/sparkles.png');
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -50px;
    filter: blur(3px)
}

.modal-fullscreen-xl-down {
    max-width: 1200px
}

.celebration-modal .modal-header {
    border: none
}

.celebration-modal .modal-content {
    max-height: 90vh;
    overflow: hidden
}

.celebration-modal .modal-header .close {
    color: #000;
    background: #242323;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0px;
    line-height: 0.95
}

.uttrakhand-diwas-map {
    text-align: center;
    position: relative;
    top: -30px
}

.uttrakhand-diwas-map img {
    max-width: 600px
}

.logo-modal-wrap {
    text-align: center;
    position: relative;
    top: -30px
}

.celebration-text-img {
    position: relative;
    bottom: 25px
}

.ribbons {
    z-index: 0;
    position: absolute;
    top: -100px;
    max-width: 450px;
    opacity: 0
}

.ribbons-two {
    z-index: 0;
    position: absolute;
    bottom: -52px;
    right: -50px;
    max-width: 200px;
    filter: blur(1px)
}

.uttrakhand-diwas-wrap-text {
    position: relative;
    text-align: center;
    right: -40px;
    top: -20px
}

.uttrakhand-diwas-wrap-text span {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600
}

@media(min-width:789px) {
    .logo-modal-wrap {
        right: -40px
    }

    .celebration-text-img {
        right: -40px
    }
}

@media(max-width:768px) {
    .logo-modal-wrap {
        top: 25px
    }

    .celebration-modal .modal-content {
        max-height: 100% !important
    }

    .uttrakhand-diwas-wrap-text {
        right: 0;
        top: 33px
    }

    .celebration-text-img {
        text-align: center;
        bottom: -30px
    }

    .celebration-text-img img {
        max-width: 450px
    }

    .uttrakhand-diwas-map {
        top: 30px
    }

    .uttrakhand-diwas-map img {
        width: 500px
    }
}

@media(max-width:480px) {
    .logo-modal-wrap {
        top: -35px
    }

    .uttrakhand-diwas-wrap-text {
        top: -20px
    }

    .celebration-text-img {
        bottom: 25px
    }

    .celebration-text-img img {
        max-width: 350px
    }

    .uttrakhand-diwas-map {
        top: 0px
    }

    .uttrakhand-diwas-map img {
        width: 350px
    }
}

.address-listing {
    margin-top: 10px
}

.address-listing h3 {
    margin-bottom: 10px;
    font-weight: 500;
    color: #484747;
    font-size: 20px
}

.address-listing p {
    font-size: 14px
}

.address-linking-line {
    background: #101f46;
    min-width: 50%;
    max-width: fit-content;
    border-radius: 5px;
    padding: 0px 15px 0px 0px;
    margin-bottom: 15px
}

.address-linking-line a {
    color: #fff !important;
    margin-left: 8px
}

.icon-line {
    background: #101f46;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.icon-line i {
    line-height: 0
}

.sk_branding a {
    color: #fff !important
}

.deferred {
    background-image: none !important;
}

@media (max-width: 991px) {
    .header-primary {
        position: absolute;
    }
}

@media (max-width: 479px) {
    .package-breadcrumb-sec h1 {
        display: none;
    }

    .breadcrumb-wrap .breadcrumb-box {
        width: 100%;
    }

    ul.breadcrumb {
        position: relative;
        top: 5px;
    }

    .breadcrumb-wrap {
        padding: 15px 15px 15px 15px;
    }
}

.package-breadcrumb-sec.section {
    padding: 0;
}

/* CHARDHAM PAGE CSS */
.inner-baner-container.chardham {
    padding: 200px 0 175px
}

.inner-baner-container.chardham:before {
    background-color: rgb(21 21 21 / 50%)
}

.chardham-section .top-inner {
    margin-top: -230px
}

.chardham-section .top-inner.section-heading h5.dash-style-both span {
    background: #F56960;
    color: #fff;
    padding: 3px 10px 5px 10px;
    display: inline-block
}

.chardham-section .top-inner.section-heading .dash-style-both:before,
.chardham-section .top-inner.section-heading .dash-style-both:after {
    border: 1px solid #fff;
    height: 5px;
    top: 45%
}

.chardham-section .top-inner h1 {
    text-shadow: 0 0 10px #1c2230;
    font-size: 56px;
    color: #fff;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase
}

.chardham-section .chardham-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px
}

.chardham-section .chardham-box img {
    border-radius: 10px 10px 0 0
}

.chardham-section .chardham-box h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 10px 10px 0 10px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    letter-spacing: 0
}

.section-heading h5 {
    font-size: 16px;
    margin-bottom: 15px
}

.single-dham .image {
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%)
}

.single-dham-left {
    position: relative
}

.gangotri-dham:before {
    content: '';
    background: url(../images/chardham/gangotri-banner.webp) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -20%;
    width: 100%;
    height: 100%
}

.badrinath-dham:before {
    content: '';
    background: url(../images/chardham/badrinath-banner.webp) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -20%;
    width: 100%;
    height: 100%
}

.char-dham-route-map {
    position: relative
}

.char-dham-route-map-title {
    position: relative;
    top: 100px;
    left: 90px;
    z-index: 1
}

.char-dham-route-map-title span {
    background: #e3280f;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    border-radius: 5px
}

table {
    border-collapse: collapse
}

.opening-closing-dates table thead tr {
    background-color: #0791be
}

.opening-closing-dates table thead tr th {
    color: #fff
}

.opening-closing-dates table tbody tr td {
    color: #333
}

.why-choose-section {
    background: url(../images/chardham/char-dham-bg.webp) no-repeat center;
    background-size: cover;
    position: relative
}

.why-choose-section:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0e1e44;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .85
}

.why-choose-section .container {
    position: relative;
    z-index: 1
}

.why-choose-section .inner {
    background: #fff;
    padding: 0 20px 20px 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 25px
}

.why-choose-section .inner .icon {
    width: 80px;
    background: #0791be;
    border-radius: 50%;
    padding: 15px;
    margin: -10px 0 0 0;
    position: relative;
    top: -15px
}

.why-choose-section .inner h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px
}

.why-choose-section .inner p {
    margin-bottom: 0
}

.why-choose-section .inner.blue {
    background-color: #0791BE
}

.why-choose-section .inner.blue h3,
.why-choose-section .inner.blue p {
    color: #fff
}

.why-choose-section .inner.blue .icon {
    background: #fff
}

.packages-btn {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 2
}

.registration-btn {
    position: fixed;
    left: 0;
    bottom: 15%;
    z-index: 2
}

.helicopter-ticket {
    background: url(../images/chardham/snowy-mountain.webp) no-repeat center;
    background-size: cover;
    position: relative
}

.helicopter-ticket .booking-box {
    margin-top: 30px;
    position: relative;
}

.helicopter-ticket .booking-box img {
    border: 5px solid #fff;
}

.helicopter-ticket .booking-box h4 {
    position: absolute;
    bottom: 10px;
    background: #F56960;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}

    .captcha-refresh {
        width: 100%;
        height: 40px !important;
        background: #b4deeb;
        border: none;
    }

    #captchaImage {
        height: 40px !important;
    }
