@font-face {
    font-family: Inter;
    font-style: normal;
    src: url(../fonts/Lora/Lora-Regular.ttf) format("truetype")
}

@font-face {
    font-family: kimberley;
    font-style: normal;
    src: url(../fonts/kimberley/kimberley.otf) format("opentype")
}

@font-face {
    font-family: bigilla;
    font-style: normal;
    src: url(../fonts/bigilla/Bigilla.otf) format("opentype")
}

@font-face {
    font-family: bigilla-bold;
    font-style: normal;
    src: url(../fonts/bigilla/Bigilla-Bold.otf) format("opentype")
}

@font-face {
    font-family: Bosch;
    font-style: normal;
    src: url(../fonts/bosch-display-font/Bosch.otf) format("opentype")
}

@font-face {
    font-family: Breadley;
    font-style: normal;
    src: url(../fonts/breadley_sans/BreadleySans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: AestheticRomance;
    font-style: normal;
    src: url(../fonts/aesthetic_romance/AestheticRomance.ttf) format("truetype")
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

.h1,
.title,
h1 {
    font-size: 64px;
    line-height: normal;
    font-family: Bosch;
    font-weight: 600
}

@media (min-width:768px) and (max-width:1023px) {

    .h1,
    .title,
    h1 {
        font-size: 42px
    }
}

@media (max-width:767px) {

    .h1,
    .title,
    h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-family: Bosch;
    font-weight: 600;
    font-size: 48px;
    line-height: normal
}

@media (min-width:768px) and (max-width:1023px) {

    .h2,
    h2 {
        font-size: 32px
    }
}

@media (max-width:767px) {

    .h2,
    h2 {
        font-size: 28px
    }
}

.h3,
h3 {
    font-size: 42px;
    font-family: Bosch;
    font-weight: 600;
    line-height: normal
}

@media (max-width:767px) {

    .h3,
    h3 {
        font-size: 24px
    }
}

.h4,
h4 {
    font-size: 38px;
    font-family: Bosch;
    font-weight: 600;
    line-height: normal
}

@media (max-width:767px) {

    .h4,
    h4 {
        font-size: 22px;
        line-height: 30px
    }
}

.h5,
h5 {
    font-size: 28px;
    font-family: Bosch;
    font-weight: 600;
    line-height: normal
}

@media (max-width:767px) {

    .h5,
    h5 {
        font-size: 22px;
        line-height: 26px
    }
}

.h6,
h6 {
    font-size: 20px;
    line-height: normal;
    font-family: Bosch;
    font-weight: 600;
    margin: 0
}

@media (max-width:767px) {

    .h6,
    h6 {
        font-size: 18px
    }
}

.subtitle {
    font-size: 16px;
    letter-spacing: 1.23px;
    line-height: 20px;
    margin-bottom: 25px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .subtitle {
        font-size: 14px
    }
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: Inter
}

@media (max-width:767px) {
    p {
        font-size: 14px;
        line-height: 20px
    }
}

.btn {
    background: #ff970d;
    padding: 12px 54px;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease-in-out
}

.btn:hover {
    color: #fff;
    background: #4da528;
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, .3)
}

.btn.btn-border {
    color: #525252;
    background: 0 0;
    border: 2px solid #4da528
}

.btn.btn-border:hover {
    border-color: #ff970d;
    background: #ff970d;
    color: #fff
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99
}

@media (max-width:991px) {
    header {
        border-bottom: 1px solid #333;
        margin-bottom: 20px
    }
}

header .top-header {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

header .top-header .header-contact-info ul li {
    font-size: 14px;
    padding: 0 12px;
    color: #fff
}

header .top-header .header-contact-info ul li a {
    font-size: 14px
}

header .top-header .header-social ul li {
    padding: 0 12px
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0
}

header .header-wrapper .logo-wrapper .logo-img-wrap {
    display: inline-block;
    width: auto;
    font-size: 40px;
    font-family: kimberley;
    font-weight: 600
}

header .header-wrapper .logo-wrapper .logo-img-wrap img {
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper {
        display: none;
        position: absolute;
        top: 109px;
        width: 100%;
        left: 0;
        z-index: 1
    }

    header .header-wrapper .navbar-wrapper.open {
        display: block
    }
}

header .header-wrapper .navbar-wrapper .navbar {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper .navbar {
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 15px 5px
    }
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item {
    margin-right: 58px
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item:last-child {
    margin-right: 0
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper .navbar .navbar-link-item {
        width: 100%;
        margin-right: 0
    }
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link {
    font-size: 16px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link {
        color: #2d3748
    }
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link.active,
header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link:hover {
    color: #ff970d
}

@media (max-width:991px) {
    header .header-contact-wrapper {
        order: 2
    }

    header .header-contact-wrapper .btn {
        padding: 12px;
        margin-right: -25px
    }
}

header .hamburger {
    position: relative;
    transition: all .3s ease-in-out;
    order: 3
}

@media (min-width:992px) {
    header .hamburger {
        display: none
    }
}

header .hamburger::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    border: 4px solid transparent;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    border-radius: 100%;
    transition: all .3s ease-in-out
}

header .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    transition: all .3s ease-in-out
}

header .hamburger.is-active {
    transform: rotate(45deg)
}

header .hamburger.is-active::before {
    border: 4px solid #fff
}

header .hamburger.is-active .line {
    width: 25px
}

header .hamburger.is-active .line:nth-child(1) {
    transform: translateY(13px)
}

header .hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

header .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-9px) rotate(93deg)
}

footer {
    padding: 40px 0;
    background: #202d59
}

footer .container {
    display: flex
}

@media (max-width:991px) {
    footer .container {
        flex-direction: column
    }
}

footer .container h6 {
    margin-bottom: 20px;
    color: #fff
}

footer .container .footer-about {
    width: 30%;
    padding: 0 15px;
    border-right: 1px solid #ccc
}

@media (max-width:991px) {
    footer .container .footer-about {
        width: 100%;
        margin-bottom: 50px
    }
}

footer .container .footer-about .footer-logo {
    margin-bottom: 20px;
    color: #0c0f14;
    font-size: 40px;
    font-weight: 600;
    font-family: kimberley
}

footer .container .footer-about .footer-logo img {
    width: 100%;
    height: 100%
}

footer .container .footer-about p {
    margin-bottom: 50px;
    color: #fff
}

footer .container .useful-links-wrapper {
    width: 30%;
    padding: 0 15px
}

@media (max-width:991px) {
    footer .container .useful-links-wrapper {
        width: 100%;
        margin-bottom: 50px
    }
}

footer .container .useful-links-wrapper ul li a {
    padding: 10px 0;
    transition: all .3s ease-in-out;
    color: #fff
}

footer .container .useful-links-wrapper ul li a.active,
footer .container .useful-links-wrapper ul li a:hover {
    color: #4da528
}

footer .container .footer-contact {
    width: 40%
}

@media (max-width:991px) {
    footer .container .footer-contact {
        width: 100%;
        margin-bottom: 50px
    }
}

footer .container .footer-contact .footer-call,
footer .container .footer-contact .footer-contact-address {
    color: #fff
}

footer .container .footer-contact .footer-call i,
footer .container .footer-contact .footer-contact-address i {
    margin-right: 12px;
    color: #fff
}

footer .container .footer-contact p {
    max-width: 400px
}

footer .container .footer-contact .footer-call:hover {
    color: #4da528
}

footer .footer-social-links {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%
}

footer .footer-social-links li a {
    background: #fff;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: none
}

footer .footer-social-links li a:hover {
    color: #4da528
}

footer .footer-copyright {
    border-top: 1px solid #fff;
    padding-top: 40px;
    margin-top: 40px
}

footer .footer-copyright .container {
    justify-content: center;
    color: #fff
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #f9f8f5;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    font-weight: 400;
    color: #525252;
    margin: 0;
    overflow: hidden;
    overflow-y: auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #fff
}

a:hover {
    text-decoration: none;
    color: #4da528
}

.color-white {
    color: #fff
}

.theme-purple {
    color: #f2adfa
}

.theme-golden {
    color: #cfb070
}

.theme-green {
    color: #4da528 !important
}

.theme-orange {
    color: #ff970d !important
}

.theme-blue {
    color: #202d59 !important
}

.bg-green {
    background-color: #4da528
}

.bg-orange {
    background-color: #ff970d
}

.dash-style {
    position: relative;
    padding-left: 80px;
    width: fit-content;
    display: inline-block
}

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

.section {
    margin-bottom: 100px
}

.bg-item .item-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 565.5px;
    height: 514px;
    background: linear-gradient(180deg, #cfb070, rgba(9, 182, 162, 0));
    opacity: .8;
    filter: blur(150px)
}

.bg-item .item-2 {
    position: absolute;
    bottom: -452px;
    left: -387px;
    width: 750px;
    height: 750px;
    border-radius: 750px;
    opacity: .3;
    background: #f2adfa;
    filter: blur(250px)
}

.font-inter {
    font-family: Inter
}

.font-Bigilla {
    font-family: bigilla
}

.font-Bigilla-bold {
    font-family: bigilla-bold
}

.font-Bosch {
    font-family: Bosch
}

.font-kimberley {
    font-family: kimberley
}

.font-Breadley {
    font-family: Breadley
}

.font-AestheticRomance {
    font-family: AestheticRomance
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.btn,
.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 800
}

.font-black-bold {
    font-weight: 900
}

.text-gradient {
    background: linear-gradient(225deg, #cfb070 0, #f2adfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.inner-banner {
    position: relative;
    margin-bottom: 40px
}

.inner-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5568627451)
}

.inner-banner .inner-banner-img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

@media (max-width:991px) {
    .inner-banner .inner-banner-img {
        height: 280px
    }
}

.inner-banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 140px 0
}

.inner-banner h1::after {
    content: "";
    background-image: url(../images/plane-path.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%
}

.inner-shape {
    background-image: url(../images/slider-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 150px;
    width: 100%;
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.tech-buttons {
    width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.tech-buttons .custom-checkbox {
    margin-right: 12px;
    margin-bottom: 12px
}

@media (max-width:991px) {
    .tech-buttons .custom-checkbox {
        margin-right: 8px
    }
}

.tech-buttons .custom-checkbox input {
    display: none
}

.tech-buttons .custom-checkbox input:checked+.checkbox-btn,
.tech-buttons .custom-checkbox input:hover+.checkbox-btn {
    background-color: #ff970d;
    border-color: #ff970d
}

.tech-buttons .custom-checkbox input:checked+.checkbox-btn h3,
.tech-buttons .custom-checkbox input:hover+.checkbox-btn h3 {
    color: #fff
}

.tech-buttons .checkbox-btn {
    width: fit-content;
    height: auto;
    border: 3px solid rgba(46, 2, 73, .3019607843);
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .3s ease-in
}

.tech-buttons .checkbox-btn .hobbies-icon {
    width: fit-content;
    position: relative;
    padding: 16px
}

@media (max-width:991px) {
    .tech-buttons .checkbox-btn .hobbies-icon {
        padding: 13px 8px
    }
}

.tech-buttons .checkbox-btn .hobbies-icon h3 {
    color: #4da528;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: all .3s ease-in
}

@media (max-width:991px) {
    .tech-buttons .checkbox-btn .hobbies-icon h3 {
        font-size: 16px
    }
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0
}

.slick-dots li button {
    background: #ff970d;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 50%;
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    margin-right: 12px;
    color: transparent;
    padding: 0;
    transition: all .3s ease-in-out;
    cursor: pointer !important
}

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

.slick-dots li.slick-active button {
    background: #202d59;
    transform: scale(1.4)
}

.slick-arrow {
    bottom: 0;
    top: unset;
    z-index: 2;
    width: 30px;
    height: 30px
}

.slick-arrow::before {
    content: "";
    background-image: url(../images/arrow-right.svg);
    filter: brightness(0) saturate(100%) invert(17%) sepia(13%) saturate(2782%) hue-rotate(188deg) brightness(94%) contrast(96%);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block
}

.slick-arrow.slick-next {
    right: 20px
}

.slick-arrow.slick-prev {
    left: 20px
}

.slick-arrow.slick-prev::before {
    transform: scaleX(-1)
}

.form-group {
    margin-bottom: 60px;
    overflow: hidden
}

.form-group .form-control {
    border: 0;
    border-bottom: 2px solid #ff970d;
    width: 100%;
    padding: 15px 10px;
    color: #2d3748;
    font-size: 18px;
    background-color: #fff;
    outline: 0
}

.submit-form {
    background: #ff970d;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 25px 60px;
    width: fit-content;
    border-radius: 12px;
    font-size: 22px;
    margin-bottom: 0;
    cursor: pointer !important
}

@media (max-width:991px) {
    .submit-form {
        padding: 15px 54px
    }
}

.submit-form i {
    margin-right: 12px;
    font-size: 22px
}

.submit-form input {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border: 0;
    font-size: 22px
}

.submit-form:hover {
    background: linear-gradient(225deg, #f76680 0, #57007b 100%)
}

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

.terms ul {
    list-style: disc
}

.terms ul li {
    margin-bottom: 20px
}

.sec-title {
    position: relative;
    padding: 40px 0
}

.sec-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/title-bg.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.sec-title p {
    color: #ff970d
}

.sec-title h2 {
    color: #202d59
}

.sec-title h2 span {
    color: #ff970d
}

.banner-wrapper {
    position: relative
}

@media (max-width:991px) {
    .banner-wrapper {
        padding-bottom: 50px
    }
}

.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .2509803922);
    z-index: 1
}

.banner-wrapper .banner-inner {
    height: 90vh;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.banner-wrapper .banner-inner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-wrapper .banner-inner .home-content {
    position: relative;
    padding-top: 16%;
    color: #fff;
    text-align: center;
    z-index: 1
}

.banner-wrapper .banner-inner .home-content h1 {
    font-size: clamp(45px, 7vw, 60px);
    line-height: 1.1
}

.banner-wrapper .banner-inner .home-content p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px
}

.banner-wrapper .banner-inner .home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: 0 0;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer
}

@keyframes rotate360 {
    0% {
        transform: rotate(0) scale(1)
    }

    100% {
        transform: rotate(1turn)
    }
}

@keyframes to-top {

    0%,
    100% {
        transform: translateY(0);
        transition: all .3s ease
    }

    50% {
        transform: translateY(-15px);
        transition: all .3s ease
    }
}

.shape-search-section {
    position: relative;
    z-index: 2
}

.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
}

.trip-search-inner {
    background-color: #fff;
    border-radius: 12px
}

.trip-search-inner label {
    color: #2d3748
}

.trip-search-inner input {
    border: 1px solid #ccc !important;
    border-radius: 6px
}

@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 {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    justify-content: space-between; /* Add space between the fields */
    align-items: flex-end;
    padding: 36px 40px;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .08);
}

.trip-search-section .input-group {
    width: 18%; /* Set width for each field to fit in one row */
    padding: 8px;
    position: relative;
}

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

.trip-search-section .input-group.width-col-1 {
    width: 25%;
    padding: 8px;

}
.trip-search-section .input-group.width-col-3 {
    width: 18%;
}

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

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

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

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

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

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

.trip-search-section input[type=submit] {
    background-color: #ff970d;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.trip-search-section input[type=submit]:focus,
.trip-search-section input[type=submit]:hover {
    background-color: #4da528;
    color: #fff
}

.trip-search-section input,
.trip-search-section select {
    background-color: #f8f8f8;
    color: #383838;
    border: none;
    height: 50px;
    padding: 0 15px;
    width: 100%;
}

@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
    }
}

.why-us .inner-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .08)
}

.why-us .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0
}

.why-us .inner-box .image-box img {
    width: 100%;
    transition: all .5s ease
}

.why-us .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 60px 15px 25px 15px
}

.why-us .inner-box .lower-content .icon-box {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .06)
}

.why-us .inner-box .lower-content .icon-box img {
    width: 40px;
    height: 40px
}

.destination-section .desti-item {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .18);
    position: relative;
    border-radius: 32px;
    margin-bottom: 18px
}

.destination-section .desti-item .desti-image {
    position: relative;
    margin-bottom: 0;
    height: 330px;
    object-fit: cover
}

.destination-section .desti-item .desti-image:before {
    background-color: #101f46;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .45;
    border-radius: 32px
}

.destination-section .desti-item .desti-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px
}

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

.destination-section .desti-item .bg-meta-cat a {
    background-color: #ff970d;
    color: #fff;
    padding: 7px 24px;
    font-weight: 600
}

.destination-section .desti-item .desti-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 16px;
    background-color: rgba(0, 0, 0, .2509803922);
    width: 100%;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-right: 50px
}

.destination-section .desti-item .desti-content::after {
    content: "";
    background-image: url(../images/arrow-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 34px;
    height: 34px
}

.destination-section .desti-item .desti-content p {
    color: #fff;
    margin-bottom: 0
}

.destination-section .desti-item-right-wrap {
    height: 85%
}

@media (max-width:767px) {
    .destination-section .desti-item-right-wrap {
        height: 330px
    }
}

.deal-section-slider-wrapper .deals-section {
    position: relative;
    padding: 150px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.deal-section-slider-wrapper .deals-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, #061a38 20%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    right: 0
}

.deal-section-slider-wrapper .deals-section .content-box {
    position: relative;
    display: block;
    background: 0 0;
    padding: 44px 40px 41px 50px;
    border-radius: 10px;
    max-width: 670px;
    width: 100%;
    color: #fff
}

.deal-section-slider-wrapper .deals-section .content-box h4 {
    margin-bottom: 24px
}

.deal-section-slider-wrapper .deals-section .content-box p {
    margin-bottom: 40px
}

.deal-section-slider-wrapper .slick-list {
    padding-bottom: 60px !important
}

.deal-section-slider-wrapper .slick-arrow {
    bottom: -20px
}

.deal-section-slider-wrapper .slick-arrow.slick-prev {
    left: 45%
}

@media (max-width:991px) {
    .deal-section-slider-wrapper .slick-arrow.slick-prev {
        left: 5%
    }
}

.deal-section-slider-wrapper .slick-arrow.slick-next {
    right: 45%
}

@media (max-width:991px) {
    .deal-section-slider-wrapper .slick-arrow.slick-next {
        right: 5%
    }
}

.popular-tours .tour-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 15px 0;
    transition: .25s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .18)
}

.popular-tours .tour-box figure {
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 12px
}

.popular-tours .tour-box figure .heart-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    background-color: #fff;
    border-radius: 24px;
    width: 34px;
    height: 34px;
    padding: 4px
}

.popular-tours .tour-box figure:before {
    background-color: #101f46;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .25
}

.popular-tours .tour-box figure img {
    width: 100%;
    float: left;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.popular-tours .tour-box .tour-content {
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    padding-bottom: 0;
    border-radius: 16px;
    margin-top: -20px
}

.popular-tours .tour-box .tour-content ul {
    width: 100%;
    float: left;
    padding: 27px 0 27px 0;
    margin-bottom: 0
}

.popular-tours .tour-box .tour-content ul li {
    width: 31%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.popular-tours .tour-box .tour-content ul li:nth-child(2) {
    width: 38%;
    border-left: 1px solid #dee0e2;
    border-right: 1px solid #dee0e2
}

.popular-tours .tour-box .tour-content ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.popular-tours .tour-box .tour-content ul li i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #ff970d
}

.popular-tours .tour-box .tour-content ul li small {
    font-size: 10px
}

.popular-tours .tour-box .tour-content ul li span {
    font-weight: 600;
    font-size: 14px;
    display: block
}

.popular-tours .tour-box .tour-content .btn {
    width: 100%;
    width: 113%;
    margin: 0 -20px;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@keyframes rotateme3 {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(360deg)
    }
}

.widget-banner-contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 50px;
    height: 580px;
    margin-bottom: 200px
}

.widget-banner-contact::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, #041b28, rgba(2, 15, 22, .55), rgba(0, 0, 0, 0))
}

.widget-banner-contact .content-banner-contact {
    padding-top: 93px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px;
    position: absolute;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    border: 1px solid #fff;
    padding-bottom: 120px
}

.widget-banner-contact .content-banner-contact>* {
    position: relative;
    z-index: 1
}

.widget-banner-contact .content-banner-contact::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%
}

.widget-banner-contact .banner-contact-btn address {
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    padding: 16px 34px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 66px
}

.widget-banner-contact .image-banner-contact img {
    width: 100%;
    height: auto
}

.companies-trust-wrapper {
    padding: 100px 0;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden
}

@media (max-width:991px) {
    .companies-trust-wrapper {
        padding: 50px 0
    }
}

.companies-trust-wrapper::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 10%;
    background: linear-gradient(225deg, #f76680 0, #57007b 100%);
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.companies-trust-wrapper .container {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .companies-trust-wrapper .container {
        flex-direction: column
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper,
.companies-trust-wrapper .container .companies-trust-right-wrapper {
    width: 50%
}

@media (max-width:991px) {

    .companies-trust-wrapper .container .companies-trust-left-wrapper,
    .companies-trust-wrapper .container .companies-trust-right-wrapper {
        width: 100%
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left {
    max-width: 600px
}

@media (max-width:991px) {
    .companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left {
        margin-bottom: 50px
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left h2 {
    margin-bottom: 30px
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left p {
    margin-bottom: 50px
}

@media (max-width:991px) {
    .companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left p {
        margin-bottom: 20px
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left a i {
    margin-left: 10px
}

.companies-trust-wrapper .container .companies-trust-right-wrapper .trust-video {
    position: relative
}

.companies-trust-wrapper .container .companies-trust-right-wrapper .trust-video .video-thumbnail {
    width: 100%;
    height: 100%
}

.companies-trust-wrapper .container .companies-trust-right-wrapper .trust-video .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.testimonials-wrapper {
    position: relative;
    z-index: 99
}

.testimonials-wrapper .sec-title .theme-blue {
    color: #202d59
}

.testimonials-wrapper .container-xl .testimonials-left-wrapper,
.testimonials-wrapper .container-xl .testimonials-right-wrapper {
    width: 100%
}

.testimonials-wrapper .container-xl .testimonials-left-wrapper .testimonials-left {
    margin-bottom: 80px
}

.testimonials-wrapper .container-xl .testimonials-left-wrapper .testimonials-left h2 {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonials-left-wrapper .testimonials-left h2 {
        margin-bottom: 50px
    }
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .slick-list {
    padding-bottom: 60px !important
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .slick-arrow {
    bottom: -20px
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .slick-arrow.slick-prev {
    left: 40%
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonial-slider-wrapper .slick-arrow.slick-prev {
        left: 5%
    }
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .slick-arrow.slick-next {
    right: 40%
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonial-slider-wrapper .slick-arrow.slick-next {
        right: 5%
    }
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item {
    padding: 0 10px;
    position: relative
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 24px;
    height: 24px;
    background-image: url(../images/testimonial-quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner {
    display: flex;
    border-radius: 12px;
    padding: 20px;
    flex-direction: column;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2509803922);
    position: relative
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner::after {
    content: "";
    background-image: url(../images/testimonial-curve.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    z-index: -1
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner {
        padding: 12px
    }
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    color: #fff;
    position: relative
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper {
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px
    }
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper .client-img {
    width: 100px;
    height: 100px;
    flex-wrap: wrap;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: 2px solid #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper .client-img {
        width: 60px;
        height: 60px
    }
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .client-details {
    margin-top: 12px;
    text-align: center
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .testimonials-slider-details {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #202d59
}

.testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .testimonials-slider-details .testimonials-date {
    color: #acacac
}

@media (max-width:991px) {
    .testimonials-wrapper .container-xl .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .testimonials-slider-details {
        border-radius: 0;
        padding: 0
    }
}

.testimonials-wrapper .container-xl .testimonials-slider-details {
    color: #2d3748
}

.faq-section {
    position: relative;
    z-index: 99
}

.faq-section .container-xl .faq-left,
.faq-section .container-xl .faq-right {
    width: 100%;
    position: relative
}

.faq-section .container-xl .faq-left {
    padding-right: 120px;
    margin-bottom: 80px
}

@media (max-width:991px) {
    .faq-section .container-xl .faq-left {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.faq-section .container-xl .faq-right {
    background-color: #fff;
    border-radius: 10px;
    max-width: 90%;
    margin: 0 auto
}

.faq-section .container-xl .faq-right .acc__card {
    position: relative;
    margin-bottom: 8px
}

.faq-section .container-xl .faq-right .acc__title {
    background: #fff;
    box-shadow: 0 0 20px rgba(12, 15, 20, .1);
    color: #525252;
    cursor: pointer;
    display: block;
    padding: 25px 1.5em;
    position: relative;
    text-align: left
}

.faq-section .container-xl .faq-right .acc__title::after {
    width: 12px;
    height: 12px;
    border-right: 5px solid #4da528;
    border-bottom: 5px solid #4da528;
    position: absolute;
    right: 35px;
    content: " ";
    top: 30px;
    transform: rotate(-45deg);
    transition: all .2s ease-in-out
}

@media (max-width:991px) {
    .faq-section .container-xl .faq-right .acc__title::after {
        right: 20px;
        top: 30px
    }
}

.faq-section .container-xl .faq-right .acc__title.active::after {
    transform: rotate(45deg);
    transition: all .2s ease-in-out
}

.faq-section .container-xl .faq-right .acc__panel {
    background: #fff;
    color: #0c0f14;
    display: none;
    margin: 0;
    padding: 2em;
    text-align: left
}

.about-us-video {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../images/video-bg.jpg) center;
    background-size: cover;
    position: relative
}

.about-us-video a {
    display: block;
    width: 180px;
    height: 180px;
    border: 8px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    transition: all .5s
}

.about-us-video a svg {
    display: block;
    transform: rotate(-90deg);
    transition: transform .3s, -webkit-transform .3s
}

.about-us-video a .video-play-circle {
    stroke-dasharray: 315;
    transition: stroke-dashoffset .5s
}

.about-us-video a:hover .video-play-circle {
    stroke-dashoffset: 0
}

.about-us-desc p a {
    color: #4da528
}

.about-us-desc p a:hover {
    text-decoration: underline
}

.counter-to {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/img26.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.counter-to::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, .93), rgba(0, 0, 0, .35))
}

.counter-to .travel-counter {
    padding: 50px 25px;
    border: 1px solid rgba(255, 255, 255, .57);
    border-radius: 23px;
    box-shadow: 0 14px 40px 0 rgba(0, 0, 0, .03);
    position: relative;
    transition: all .3s ease;
    z-index: 1;
    background-color: transparent
}

.counter-to .travel-counter::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 91%;
    border: 1px dashed rgba(0, 0, 0, .17);
    border-radius: 23px
}

.counter-to .travel-counter .icon {
    color: #fff;
    height: 75px;
    margin-bottom: 20px
}

.counter-to .travel-counter .number-counter {
    font-size: 40px;
    font-weight: 700;
    color: #4da528;
    line-height: 40px;
    position: relative
}

.counter-to .travel-counter .line {
    height: 3px;
    width: 50px;
    border: 1px dashed #4da528;
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 25px
}

.counter-to .travel-counter .title-counter {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    color: #fff
}

.counter-to .travel-counter:hover::before {
    border: 1px dashed #4da528
}

.blogs-list-wrapper .blog-list {
    padding-bottom: 100px
}

.blogs-list-wrapper .blog-list .blog-list-item {
    margin-bottom: 20px
}

.blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner {
    display: flex;
    border-radius: 16px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2509803922)
}

@media (max-width:767px) {
    .blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner {
        flex-direction: column
    }
}

.blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner .blog-list-img {
    width: 50%
}

@media (max-width:767px) {
    .blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner .blog-list-img {
        width: 100%
    }
}

.blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner .blog-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner .blog-list-description {
    width: 50%;
    background-color: #f9f8f5;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 16px
}

@media (max-width:767px) {
    .blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner .blog-list-description {
        width: 100%;
        margin-left: 0
    }
}

.blogs-list-wrapper .blog-list .blog-list-item .blog-list-item-inner .blog-list-description .btn {
    width: 118%;
    margin: 0 -20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.attractions-hero-image {
    width: 100%;
    height: 500px;
    display: flex;
    background-size: cover;
    border-radius: 12px
}

.attraction-tab {
    padding: 3%;
    border-radius: 4px
}

@media (max-width:767px) {
    .attraction-tab {
        padding: 0
    }
}

.attraction-tab .tab-menu ul {
    margin: 0;
    padding: 0
}

.attraction-tab .tab-menu ul li {
    list-style-type: none;
    display: inline-block
}

.attraction-tab .tab-menu ul li a {
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 4px;
    color: #0c0f14;
    font-size: 18px
}

@media (max-width:767px) {
    .attraction-tab .tab-menu ul li a {
        padding: 10px 18px;
        font-size: 14px
    }
}

.attraction-tab .tab-menu ul li a.active-a {
    background-color: #4da528;
    color: #fff;
    font-weight: 700
}

.attraction-tab .tab {
    display: none;
    border: 1px solid #ccc;
    padding: 20px
}

.attraction-tab .tab h2 {
    color: rgba(0, 0, 0, .7)
}

.attraction-tab .tab p {
    color: rgba(0, 0, 0, .6);
    text-align: justify
}

.attraction-tab .tab .overview-content ul li {
    margin-bottom: 20px
}

.attraction-tab .tab .itinerary-timeline-wrap ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px
}

@media (min-width:576px) {
    .attraction-tab .tab .itinerary-timeline-wrap ul li .timeline-content {
        margin-left: 24px;
        padding: 25px 25px 25px 50px;
        position: relative
    }

    .attraction-tab .tab .itinerary-timeline-wrap ul li .timeline-content .day-count {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #4da528;
        color: #fff;
        border-radius: 100%;
        height: 60px;
        margin-bottom: 0;
        line-height: 1;
        width: 60px;
        font-size: 13px;
        position: absolute;
        top: 50px;
        left: -24px;
        transform: translate(0, -50%)
    }

    .attraction-tab .tab .itinerary-timeline-wrap ul li .timeline-content .day-count span {
        font-weight: 700;
        font-size: 20px;
        padding-top: 2px
    }
}

.attraction-tab .tab.tab-active {
    display: block
}

.tour-gallery-slider .tour-gallery-slider-item figure {
    margin-bottom: 0;
    height: 300px
}

.tour-gallery-slider .tour-gallery-slider-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-gallery-slider .slick-arrow {
    background-color: #4da528;
    border-radius: 50%
}

.tour-gallery-slider .slick-arrow::before {
    filter: invert(0) brightness(100)
}

@media (max-width:991px) {
    .client-section figure img {
        width: 100%
    }
}

.contact .contact-box {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px
}

.contact .contact-box:after {
    content: "";
    width: 1px;
    height: calc(100% + 37px);
    background-color: #dee0e2;
    display: block;
    position: absolute;
    right: 0
}

.contact .contact-box figure {
    width: 100%
}

.contact .contact-box figure img {
    width: 98px
}

.contact .contact-box h5 {
    width: 100%;
    color: #282a2c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 5px
}

.contact .contact-box span,
.contact .contact-box span a {
    width: 100%;
    color: #393c3f;
    font-size: 20px;
    font-weight: 450
}

.contact .contact-box ul {
    width: 100%;
    text-align: center
}

.contact .contact-box ul li {
    display: inline-block;
    margin: 2px 6px;
    padding: 0
}

.contact .contact-box ul li a {
    color: #bdc1c5;
    font-size: 20px
}

.contact-form {
    padding: 50px 0 0;
    position: relative
}

.contact-form .contact-form-img img {
    height: 900px;
    object-fit: cover
}

@media (max-width:767px) {
    .contact-form .contact-form-img img {
        height: 400px
    }
}

.contact-form .contact-form-wrapper {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1490196078)
}

@media (max-width:767px) {
    .contact-form .contact-form-wrapper {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        max-width: 90%;
        margin: 0 auto;
        top: -40px
    }
}

.contact-form form input[type=text] {
    width: 100%;
    height: 46px;
    line-height: 44px;
    float: left;
    border: 1px solid #dee0e2;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 16px;
    color: #393c3f
}

.contact-form form textarea {
    width: 100%;
    min-height: 140px;
    float: left;
    border: 1px solid #dee0e2;
    border-radius: 6px;
    padding: 15px
}

.contact-form form button[type=submit] {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #4da528;
    color: #fff;
    padding: 0 70px;
    border-radius: 6px;
    font-weight: 700;
    margin-top: 30px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border: none;
    cursor: pointer
}

.contact-form form button[type=submit]:hover {
    background-color: #ff970d
}
/* Wrapper for the dropdown */
.select-wrapper {
    position: relative;
    width: 100%;
}

/* Custom select dropdown */
.contact-form form select {
    width: 100%;
    height: 46px;
    line-height: 44px;
    float: left;
    border: 1px solid #dee0e2;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 16px;
    color: #393c3f;
    background-color: #fff;
    appearance: none; /* Hides default arrow */
}

/* Focus state for select */
.contact-form form select:focus {
    border-color: #4da528;
    outline: none;
}

/* Custom arrow styling */
    
